Changes for page Public Web Site
Last modified by Agnease on 2026/07/03 16:14
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -265,7 +265,7 @@ 265 265 top: 0; 266 266 bottom: 0; 267 267 left: 50%; 268 - width: calc(100vw- 1px);268 + width: 100vw; 269 269 transform: translateX(-50%); 270 270 z-index: -2; 271 271 background: ... ... @@ -280,7 +280,7 @@ 280 280 top: 0; 281 281 bottom: 0; 282 282 left: 50%; 283 - width: calc(100vw- 1px);283 + width: 100vw; 284 284 transform: translateX(-50%); 285 285 z-index: -1; 286 286 background: ... ... @@ -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