Changes for page Public Web Site
Last modified by Agnease on 2026/07/03 16:14
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1840,14 +1840,23 @@ 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 - /*#mainContentArea .resource-layout {1853 +#mainContentArea .resource-layout { 1845 1845 padding: 28px; 1846 1846 border: 1px solid fade(@line, 85%); 1847 1847 border-radius: @radius; 1848 1848 background: rgba(255, 255, 255, .88); 1849 1849 box-shadow: @shadow-sm; 1850 -} */1859 +} 1851 1851 1852 1852 /* Ensure all reusable cards have a real surface, not transparent over the gradient. */ 1853 1853 #mainContentArea .widget,