Changes for page Public Web Site

Last modified by Agnease on 2026/06/30 12:29

From version 25.1
edited by Agnease
on 2026/06/29 13:22
Change comment: Imported from XAR
To version 25.12
edited by Agnease
on 2026/06/30 11:07
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1,4 +1,5 @@
1 1  /* ========== Agnease Public Website ========== */
2 +/* Old look and feel. */
2 2  
3 3  @brand: #00937D;
4 4  @brand-strong: #007B6A;
... ... @@ -12,6 +12,19 @@
12 12  @shadow: 0 12px 36px rgba(0, 0, 0, .08);
13 13  @maxw: 1140px;
14 14  
16 +
17 +@brand-bg: #F7F9FC;
18 +@text: #07182D;
19 +@text-soft: #10243D;
20 +@muted: #64748B;
21 +
22 +@line: #E6EBF2;
23 +@radius: 18px;
24 +
25 +@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06);
26 +@shadow: 0 30px 80px rgba(15, 23, 42, .12);
27 +@maxw: 1240px;
28 +/* */
15 15  @section-padding: 30px 0;
16 16  @section-padding-mobile: 28px 0;
17 17