Changes for page Public Web Site
Last modified by Agnease on 2026/07/03 16:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -149,8 +149,8 @@ 149 149 </div> 150 150 </section> 151 151 152 - < divclass="contrast-band-wrapper">153 - < sectionclass="contrast-band" aria-labelledby="industry-trust-title">152 + <section class="contrast-band" aria-labelledby="industry-trust-title"> 153 + <div class="container"> 154 154 <div class="contrast-panel"> 155 155 <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2> 156 156 ... ... @@ -176,8 +176,8 @@ 176 176 to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future. 177 177 </p> 178 178 </div> 179 - </ section>180 - </ div>179 + </div> 180 + </section> 181 181 182 182 <section class="split-section" aria-labelledby="why-title"> 183 183 <div class="container">
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -247,22 +247,29 @@ 247 247 margin-top: 22px; 248 248 } 249 249 250 -/* ========== Contrast Band (Full‑Bleed)========== */250 +/* ========== Contrast Band ========== */ 251 251 252 -/* Full‑bleed wrapper */ 253 -.contrast-band-wrapper { 252 +.contrast-band { 254 254 position: relative; 255 - width: 100vw; 256 - left: 50%; 257 - transform: translateX(-50%); 258 - overflow: visible; 254 + overflow: visible; /* allow pseudo-element to escape */ 255 + padding: 54px 0; 256 + border-top: 0; 257 + color: #fff; 258 + 259 + /* Remove gradient from here */ 260 + background: none; 259 259 } 260 260 261 261 /* Full‑bleed gradient background */ 262 -.contrast-band-wrapper::before { 264 +.contrast-band::before { 265 + border: 2px solid red; 263 263 content: ""; 264 264 position: absolute; 265 - inset: 0; 268 + top: 0; 269 + left: 50%; 270 + width: 100vw; /* full viewport width */ 271 + height: 100%; 272 + transform: translateX(-50%); 266 266 z-index: -1; 267 267 268 268 background: ... ... @@ -271,17 +271,7 @@ 271 271 linear-gradient(135deg, @text 0%, @text-soft 100%); 272 272 } 273 273 274 -/* Inner band (content area) */ 275 -.contrast-band { 276 - position: relative; 277 - padding: 54px 0; 278 - border-top: 0; 279 - color: #fff; 280 - background: none; 281 - z-index: 0; 282 -} 283 - 284 -/* Grid overlay (clipped to content width) */ 281 +/* Grid overlay stays exactly as you had it */ 285 285 .contrast-band::after { 286 286 content: ""; 287 287 position: absolute; ... ... @@ -295,16 +295,18 @@ 295 295 z-index: 0; 296 296 } 297 297 298 -/* Content above overlay */ 299 -.contrast-panel { 295 +.contrast-band .container { 300 300 position: relative; 301 301 z-index: 1; 298 +} 299 + 300 +/* Everything below stays unchanged */ 301 +.contrast-panel { 302 302 max-width: 1040px; 303 303 margin: 0 auto; 304 304 text-align: center; 305 305 } 306 306 307 -/* Typography + spacing */ 308 308 .contrast-band h2 { 309 309 max-width: 860px; 310 310 margin: 0 auto 12px; ... ... @@ -317,7 +317,6 @@ 317 317 color: #D9E3EE; 318 318 } 319 319 320 -/* Tags */ 321 321 .contrast-tags { 322 322 max-width: 940px; 323 323 margin: 0 auto; ... ... @@ -350,7 +350,6 @@ 350 350 box-shadow: 0 0 0 4px fade(@brand, 18%); 351 351 } 352 352 353 -/* Support text */ 354 354 .contrast-support { 355 355 max-width: 860px; 356 356 margin: 30px auto 0; ... ... @@ -360,7 +360,6 @@ 360 360 line-height: 1.7; 361 361 } 362 362 363 -/* Mobile adjustments */ 364 364 @media (max-width: 640px) { 365 365 .contrast-band { 366 366 padding: 40px 0; ... ... @@ -372,6 +372,7 @@ 372 372 } 373 373 } 374 374 371 + 375 375 /* ========== Reusable Grids ========== */ 376 376 377 377 .card-grid, ... ... @@ -1673,6 +1673,11 @@ 1673 1673 background-attachment: fixed; 1674 1674 } 1675 1675 1673 +#mainContentArea { 1674 + padding: 0; 1675 + overflow-x: hidden; 1676 +} 1677 + 1676 1676 /* ========== Main Page Hero / SaaS Layout ========== */ 1677 1677 1678 1678 #mainContentArea .hero.hero-saas {