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
-
... ... @@ -251,28 +251,23 @@ 251 251 252 252 .contrast-band { 253 253 position: relative; 254 - z-index:0;255 - o verflow:visible; /* allow pseudo-elementtoescape */254 + overflow: visible; 255 + isolation: isolate; 256 256 padding: 54px 0; 257 257 border-top: 0; 258 258 color: #fff; 259 - 260 - /* Remove gradient from here */ 261 - background: none; 259 + background: transparent; 262 262 } 263 263 264 -/* Full‑bleed gradient background */ 265 265 .contrast-band::before { 266 - border: 2px solid red; 267 267 content: ""; 268 268 position: absolute; 269 269 top: 0; 266 + bottom: 0; 270 270 left: 50%; 271 - width: 100vw; /* full viewport width */ 272 - height: 100%; 268 + width: 100vw; 273 273 transform: translateX(-50%); 274 - z-index: -1; 275 - 270 + z-index: -2; 276 276 background: 277 277 radial-gradient(circle at 18% 18%, fade(@brand, 22%) 0%, transparent 28%), 278 278 radial-gradient(circle at 86% 12%, fade(@brand, 16%) 0%, transparent 30%), ... ... @@ -279,11 +279,15 @@ 279 279 linear-gradient(135deg, @text 0%, @text-soft 100%); 280 280 } 281 281 282 -/* Grid overlay stays exactly as you had it */ 283 283 .contrast-band::after { 284 284 content: ""; 285 285 position: absolute; 286 - inset: 0; 280 + top: 0; 281 + bottom: 0; 282 + left: 50%; 283 + width: 100vw; 284 + transform: translateX(-50%); 285 + z-index: -1; 287 287 background: 288 288 linear-gradient(90deg, fade(#fff, 4%) 1px, transparent 1px), 289 289 linear-gradient(180deg, fade(#fff, 4%) 1px, transparent 1px); ... ... @@ -290,7 +290,6 @@ 290 290 background-size: 52px 52px; 291 291 opacity: .38; 292 292 pointer-events: none; 293 - z-index: 0; 294 294 } 295 295 296 296 .contrast-band .container { ... ... @@ -298,7 +298,6 @@ 298 298 z-index: 1; 299 299 } 300 300 301 -/* Everything below stays unchanged */ 302 302 .contrast-panel { 303 303 max-width: 1040px; 304 304 margin: 0 auto; ... ... @@ -369,7 +369,6 @@ 369 369 } 370 370 } 371 371 372 - 373 373 /* ========== Reusable Grids ========== */ 374 374 375 375 .card-grid, ... ... @@ -1671,10 +1671,38 @@ 1671 1671 background-attachment: fixed; 1672 1672 } 1673 1673 1674 -#mainContentArea { 1675 - padding: 0; 1676 - 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; 1677 1677 } 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 +} */ 1678 1678 1679 1679 /* ========== Main Page Hero / SaaS Layout ========== */ 1680 1680 ... ... @@ -1854,14 +1854,23 @@ 1854 1854 1855 1855 /* ========== Accessibility / Contrast Improvements ========== */ 1856 1856 1881 +/* Make the global background softer and less distracting. */ 1882 +body { 1883 + background: 1884 + radial-gradient(circle at 12% 8%, rgba(0, 147, 125, 0.035) 0, transparent 26%), 1885 + radial-gradient(circle at 90% 28%, rgba(7, 24, 45, 0.025) 0, transparent 30%), 1886 + linear-gradient(180deg, #fff 0, @brand-bg 42%, #fff 100%) !important; 1887 + background-attachment: scroll; 1888 +} 1889 + 1857 1857 /* Keep the article area readable while preserving the page background around it. */ 1858 - /*#mainContentArea .resource-layout {1891 +#mainContentArea .resource-layout { 1859 1859 padding: 28px; 1860 1860 border: 1px solid fade(@line, 85%); 1861 1861 border-radius: @radius; 1862 1862 background: rgba(255, 255, 255, .88); 1863 1863 box-shadow: @shadow-sm; 1864 -} */1897 +} 1865 1865 1866 1866 /* Ensure all reusable cards have a real surface, not transparent over the gradient. */ 1867 1867 #mainContentArea .widget,