Changes for page Public Web Site

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

From version 28.29
edited by Agnease
on 2026/07/03 13:56
Change comment: There is no comment for this version
To version 28.33
edited by Agnease
on 2026/07/03 14:07
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1840,23 +1840,14 @@
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 -
1852 1852  /* Keep the article area readable while preserving the page background around it. */
1853 -#mainContentArea .resource-layout {
1844 +/*#mainContentArea .resource-layout {
1854 1854   padding: 28px;
1855 1855   border: 1px solid fade(@line, 85%);
1856 1856   border-radius: @radius;
1857 1857   background: rgba(255, 255, 255, .88);
1858 1858   box-shadow: @shadow-sm;
1859 -}
1850 +}*/
1860 1860  
1861 1861  /* Ensure all reusable cards have a real surface, not transparent over the gradient. */
1862 1862  #mainContentArea .widget,