Changes for page Public Web Site

Last modified by Agnease on 2026/07/01 17:17

From version 25.26
edited by Agnease
on 2026/06/30 11:33
Change comment: There is no comment for this version
To version 25.36
edited by Agnease
on 2026/06/30 11:41
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -185,9 +185,6 @@
185 185  
186 186   &.hero-centered {
187 187   text-align: center;
188 - background:
189 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
190 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
191 191   display: flex;
192 192   align-items: center;
193 193   justify-content: center;
... ... @@ -333,7 +333,6 @@
333 333  .pathway-card,
334 334  .service-card,
335 335  .resource-card {
336 - background: #fff;
337 337   border: 1px solid @line;
338 338   border-radius: @radius;
339 339   box-shadow: @shadow-sm;
... ... @@ -529,7 +529,6 @@
529 529   align-items: flex-start;
530 530   gap: 16px;
531 531   padding: 22px;
532 - background: #fff;
533 533   border: 1px solid @line;
534 534   border-radius: @radius;
535 535   box-shadow: @shadow-sm;
... ... @@ -617,7 +617,6 @@
617 617   position: relative;
618 618   padding: 16px 16px 16px 58px;
619 619   margin-bottom: 12px;
620 - background: #fff;
621 621   border: 1px solid @line;
622 622   border-radius: @radius;
623 623   box-shadow: @shadow-sm;
... ... @@ -768,8 +768,6 @@
768 768   padding: 32px;
769 769   border-radius: @radius;
770 770   border: 1px solid fade(@brand, 20%);
771 - background:
772 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
773 773   box-shadow: @shadow-sm;
774 774   text-align: center;
775 775  
... ... @@ -928,9 +928,6 @@
928 928  .resource-header {
929 929   padding: @section-padding;
930 930   border-top: none;
931 - background:
932 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
933 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
934 934  
935 935   h1 {
936 936   margin: 0 auto 14px;
... ... @@ -1177,7 +1177,6 @@
1177 1177  
1178 1178  .product-card {
1179 1179   position: relative;
1180 - background: #fff;
1181 1181   border: 1px solid @line;
1182 1182   border-radius: @radius;
1183 1183   box-shadow: @shadow-sm;
... ... @@ -1327,7 +1327,6 @@
1327 1327  .product-info-card,
1328 1328  .product-feature,
1329 1329  .product-gallery-panel {
1330 - background: #fff;
1331 1331   border: 1px solid @line;
1332 1332   border-radius: @radius;
1333 1333   box-shadow: @shadow-sm;