Changes for page Public Web Site

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

From version 11.20
edited by Agnease
on 2026/05/22 10:09
Change comment: There is no comment for this version
To version 11.19
edited by Agnease
on 2026/05/22 10:08
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -814,6 +814,29 @@
814 814   padding-top: 0;
815 815  }
816 816  
817 +.resource-header {
818 + padding: @section-padding;
819 + border-top: none;
820 + background:
821 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
822 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
823 +
824 + h1 {
825 + margin: 0 auto 14px;
826 + text-align: center;
827 + line-height: 1.18;
828 + }
829 +
830 + .resource-summary {
831 + max-width: 780px;
832 + margin: 0 auto;
833 + color: @muted;
834 + text-align: center;
835 + font-size: 18px;
836 + line-height: 1.55;
837 + }
838 +}
839 +
817 817  .resource-layout {
818 818   display: grid;
819 819   grid-template-columns: minmax(0, 760px) 280px;