Changes for page Public Web Site

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

From version 28.45
edited by Agnease
on 2026/07/03 14:24
Change comment: There is no comment for this version
To version 28.53
edited by Agnease
on 2026/07/03 15:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -149,8 +149,8 @@
149 149   </div>
150 150   </section>
151 151  
152 - <section class="contrast-band" aria-labelledby="industry-trust-title">
153 - <div class="container">
152 + <div class="contrast-band-wrapper">
153 + <section class="contrast-band" aria-labelledby="industry-trust-title">
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 - </div>
180 - </section>
179 + </section>
180 + </div>
181 181  
182 182   <section class="split-section" aria-labelledby="why-title">
183 183   <div class="container">
XWiki.StyleSheetExtension[0]
code
... ... @@ -247,29 +247,22 @@
247 247   margin-top: 22px;
248 248  }
249 249  
250 -/* ========== Contrast Band ========== */
250 +/* ========== Contrast Band (Full‑Bleed) ========== */
251 251  
252 -.contrast-band {
252 +/* Full‑bleed wrapper */
253 +.contrast-band-wrapper {
253 253   position: relative;
254 - z-index: 0;
255 - overflow: visible; /* allow pseudo-element to escape */
256 - padding: 54px 0;
257 - border-top: 0;
258 - color: #fff;
259 -
260 - /* Remove gradient from here */
261 - background: none;
255 + width: 100vw;
256 + left: 50%;
257 + transform: translateX(-50%);
258 + overflow: visible;
262 262  }
263 263  
264 264  /* Full‑bleed gradient background */
265 -.contrast-band::before {
262 +.contrast-band-wrapper::before {
266 266   content: "";
267 267   position: absolute;
268 - top: 0;
269 - left: 50%;
270 - width: 100vw; /* full viewport width */
271 - height: 100%;
272 - transform: translateX(-50%);
265 + inset: 0;
273 273   z-index: -1;
274 274  
275 275   background:
... ... @@ -278,7 +278,17 @@
278 278   linear-gradient(135deg, @text 0%, @text-soft 100%);
279 279  }
280 280  
281 -/* Grid overlay stays exactly as you had it */
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) */
282 282  .contrast-band::after {
283 283   content: "";
284 284   position: absolute;
... ... @@ -292,18 +292,16 @@
292 292   z-index: 0;
293 293  }
294 294  
295 -.contrast-band .container {
298 +/* Content above overlay */
299 +.contrast-panel {
296 296   position: relative;
297 297   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 */
307 307  .contrast-band h2 {
308 308   max-width: 860px;
309 309   margin: 0 auto 12px;
... ... @@ -316,6 +316,7 @@
316 316   color: #D9E3EE;
317 317  }
318 318  
320 +/* Tags */
319 319  .contrast-tags {
320 320   max-width: 940px;
321 321   margin: 0 auto;
... ... @@ -348,6 +348,7 @@
348 348   box-shadow: 0 0 0 4px fade(@brand, 18%);
349 349  }
350 350  
353 +/* Support text */
351 351  .contrast-support {
352 352   max-width: 860px;
353 353   margin: 30px auto 0;
... ... @@ -357,6 +357,7 @@
357 357   line-height: 1.7;
358 358  }
359 359  
363 +/* Mobile adjustments */
360 360  @media (max-width: 640px) {
361 361   .contrast-band {
362 362   padding: 40px 0;
... ... @@ -368,7 +368,6 @@
368 368   }
369 369  }
370 370  
371 -
372 372  /* ========== Reusable Grids ========== */
373 373  
374 374  .card-grid,