Changes for page Public Web Site

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

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

Summary

Details

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