Changes for page Public Web Site

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

From version 28.37
edited by Agnease
on 2026/07/03 14:12
Change comment: There is no comment for this version
To version 28.43
edited by Agnease
on 2026/07/03 14:22
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -251,6 +251,7 @@
251 251  
252 252  .contrast-band {
253 253   position: relative;
254 + z-index: 0;
254 254   overflow: visible; /* allow pseudo-element to escape */
255 255   padding: 54px 0;
256 256   border-top: 0;
... ... @@ -262,7 +262,6 @@
262 262  
263 263  /* Full‑bleed gradient background */
264 264  .contrast-band::before {
265 - border: 2px solid red;
266 266   content: "";
267 267   position: absolute;
268 268   top: 0;
... ... @@ -1670,11 +1670,6 @@
1670 1670   background-attachment: fixed;
1671 1671  }
1672 1672  
1673 -#mainContentArea {
1674 - padding: 0;
1675 - overflow-x: hidden;
1676 -}
1677 -
1678 1678  /* ========== Main Page Hero / SaaS Layout ========== */
1679 1679  
1680 1680  #mainContentArea .hero.hero-saas {