Changes for page Public Web Site

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

From version 28.40
edited by Agnease
on 2026/07/03 14:19
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:
... ... @@ -276,11 +276,19 @@
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 -/* 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) */
284 284  .contrast-band::after {
285 285   content: "";
286 286   position: absolute;
... ... @@ -294,18 +294,16 @@
294 294   z-index: 0;
295 295  }
296 296  
297 -.contrast-band .container {
298 +/* Content above overlay */
299 +.contrast-panel {
298 298   position: relative;
299 299   z-index: 1;
300 -}
301 -
302 -/* Everything below stays unchanged */
303 -.contrast-panel {
304 304   max-width: 1040px;
305 305   margin: 0 auto;
306 306   text-align: center;
307 307  }
308 308  
307 +/* Typography + spacing */
309 309  .contrast-band h2 {
310 310   max-width: 860px;
311 311   margin: 0 auto 12px;
... ... @@ -318,6 +318,7 @@
318 318   color: #D9E3EE;
319 319  }
320 320  
320 +/* Tags */
321 321  .contrast-tags {
322 322   max-width: 940px;
323 323   margin: 0 auto;
... ... @@ -350,6 +350,7 @@
350 350   box-shadow: 0 0 0 4px fade(@brand, 18%);
351 351  }
352 352  
353 +/* Support text */
353 353  .contrast-support {
354 354   max-width: 860px;
355 355   margin: 30px auto 0;
... ... @@ -359,6 +359,7 @@
359 359   line-height: 1.7;
360 360  }
361 361  
363 +/* Mobile adjustments */
362 362  @media (max-width: 640px) {
363 363   .contrast-band {
364 364   padding: 40px 0;
... ... @@ -370,7 +370,6 @@
370 370   }
371 371  }
372 372  
373 -
374 374  /* ========== Reusable Grids ========== */
375 375  
376 376  .card-grid,
... ... @@ -1672,11 +1672,6 @@
1672 1672   background-attachment: fixed;
1673 1673  }
1674 1674  
1675 -#mainContentArea {
1676 - padding: 0;
1677 - overflow-x: hidden;
1678 -}
1679 -
1680 1680  /* ========== Main Page Hero / SaaS Layout ========== */
1681 1681  
1682 1682  #mainContentArea .hero.hero-saas {