Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 16.3
edited by Agnease
on 2026/05/28 10:14
Change comment: There is no comment for this version
To version 16.6
edited by Agnease
on 2026/05/28 10:20
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -168,6 +168,8 @@
168 168  .hero {
169 169   overflow: hidden;
170 170  
171 + overflow: hidden;
172 +
171 171   &.hero-centered {
172 172   text-align: center;
173 173   background:
... ... @@ -182,12 +182,12 @@
182 182   &.main-page-hero {
183 183   background:
184 184   linear-gradient(
185 - rgba(244, 252, 250, 0.94),
186 - rgba(255, 255, 255, 0.97)
187 + rgba(244, 252, 250, 0.82),
188 + rgba(255, 255, 255, 0.90)
187 187   ),
188 - url('/path/to/agnease-hero-bg.png') center center / cover no-repeat;
190 + url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat;
189 189   }
190 -
192 +
191 191   .hero-inner {
192 192   max-width: 860px;
193 193   margin: 0 auto;