Changes for page Public Web Site

Last modified by Agnease on 2026/07/03 16:14

From version 28.31
edited by Agnease
on 2026/07/03 13:57
Change comment: There is no comment for this version
To version 28.28
edited by Agnease
on 2026/07/03 13:25
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1840,6 +1840,15 @@
1840 1840  
1841 1841  /* ========== Accessibility / Contrast Improvements ========== */
1842 1842  
1843 +/* Make the global background softer and less distracting. */
1844 +body {
1845 + background:
1846 + radial-gradient(circle at 12% 8%, rgba(0, 147, 125, 0.035) 0, transparent 26%),
1847 + radial-gradient(circle at 90% 28%, rgba(7, 24, 45, 0.025) 0, transparent 30%),
1848 + linear-gradient(180deg, #fff 0, @brand-bg 42%, #fff 100%) !important;
1849 + background-attachment: scroll;
1850 +}
1851 +
1843 1843  /* Keep the article area readable while preserving the page background around it. */
1844 1844  #mainContentArea .resource-layout {
1845 1845   padding: 28px;