Changes for page Public Web Site

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

From version 28.44
edited by Agnease
on 2026/07/03 14:23
Change comment: There is no comment for this version
To version 28.36
edited by Agnease
on 2026/07/03 14:11
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -251,7 +251,6 @@
251 251  
252 252  .contrast-band {
253 253   position: relative;
254 - z-index: 0;
255 255   overflow: visible; /* allow pseudo-element to escape */
256 256   padding: 54px 0;
257 257   border-top: 0;
... ... @@ -276,8 +276,6 @@
276 276   radial-gradient(circle at 18% 18%, fade(@brand, 22%) 0%, transparent 28%),
277 277   radial-gradient(circle at 86% 12%, fade(@brand, 16%) 0%, transparent 30%),
278 278   linear-gradient(135deg, @text 0%, @text-soft 100%);
279 -
280 - background: red !important;
281 281  }
282 282  
283 283  /* Grid overlay stays exactly as you had it */
... ... @@ -1672,6 +1672,11 @@
1672 1672   background-attachment: fixed;
1673 1673  }
1674 1674  
1672 +#mainContentArea {
1673 + padding: 0;
1674 + overflow-x: hidden;
1675 +}
1676 +
1675 1675  /* ========== Main Page Hero / SaaS Layout ========== */
1676 1676  
1677 1677  #mainContentArea .hero.hero-saas {