Changes for page Public Web Site

Last modified by Agnease on 2026/07/03 16:14

From version 28.26
edited by Agnease
on 2026/07/03 13:18
Change comment: There is no comment for this version
To version 28.24
edited by Agnease
on 2026/07/03 13:15
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1667,10 +1667,38 @@
1667 1667   background-attachment: fixed;
1668 1668  }
1669 1669  
1670 -#mainContentArea {
1671 - padding: 0;
1672 - overflow-x: hidden;
1670 +/* Let the body background show through the XWiki wrappers.
1671 +#mainContentArea,
1672 +.resource-page,
1673 +.resources-index-page {
1674 + background: transparent !important;
1675 + background-image: none !important;
1673 1673  }
1677 +*/
1678 +/* Remove local decorative backgrounds that compete with the global gradient.
1679 +.hero,
1680 +.hero.hero-centered,
1681 +.trust-strip,
1682 +.industry-trust-section,
1683 +.split-section,
1684 +.resource-strip,
1685 +.homepage-resource-strip,
1686 +.resource-header,
1687 +.product-section-muted,
1688 +.resources-index-page {
1689 + background: transparent !important;
1690 + background-image: none !important;
1691 +}
1692 + */
1693 +/* Keep large panels readable, but remove their inner gradients.
1694 +.industry-trust-section .industry-trust-panel,
1695 +.cta-panel,
1696 +.resource-inline-cta,
1697 +.resource-note,
1698 +.resource-cta {
1699 + background: #fff !important;
1700 + background-image: none !important;
1701 +} */
1674 1674  
1675 1675  /* ========== Main Page Hero / SaaS Layout ========== */
1676 1676