Changes for page Public Web Site

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

From version 8.8
edited by Agnease
on 2026/05/18 19:01
Change comment: There is no comment for this version
To version 8.6
edited by Agnease
on 2026/05/12 20:29
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -736,9 +736,22 @@
736 736   padding: 40px 0 30px;
737 737   border-top: none;
738 738   background:
739 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
740 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
739 + radial-gradient(42rem 14rem at 50% 0%, @brand-bg 0%, transparent 70%);
741 741  
741 + .resource-kicker {
742 + display: inline-flex;
743 + align-items: center;
744 + gap: 8px;
745 + color: @brand;
746 + background: fade(@brand, 8%);
747 + border: 1px solid fade(@brand, 18%);
748 + border-radius: 999px;
749 + padding: 6px 12px;
750 + margin-bottom: 14px;
751 + font-size: 13px;
752 + font-weight: 700;
753 + }
754 +
742 742   h1 {
743 743   max-width: 820px;
744 744   margin: 0 auto 14px;