Changes for page Public Web Site

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

From version 28.23
edited by Agnease
on 2026/07/03 13:15
Change comment: There is no comment for this version
To version 28.27
edited by Agnease
on 2026/07/03 13:20
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -265,7 +265,7 @@
265 265   top: 0;
266 266   bottom: 0;
267 267   left: 50%;
268 - width: 100vw;
268 + width: calc(100vw - 1px);
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: 100vw;
283 + width: calc(100vw - 1px);
284 284   transform: translateX(-50%);
285 285   z-index: -1;
286 286   background:
... ... @@ -1667,38 +1667,10 @@
1667 1667   background-attachment: fixed;
1668 1668  }
1669 1669  
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;
1670 +#mainContentArea {
1671 + padding: 0;
1672 + overflow-x: hidden;
1676 1676  }
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 -} */
1702 1702  
1703 1703  /* ========== Main Page Hero / SaaS Layout ========== */
1704 1704