Changes for page Public Web Site

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

From version 25.15
edited by Agnease
on 2026/06/30 11:08
Change comment: There is no comment for this version
To version 25.18
edited by Agnease
on 2026/06/30 11:13
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1,19 +1,30 @@
1 1  /* ========== Agnease Public Website ========== */
2 -
3 -
4 -
2 +/*
3 +@brand: #00937D;
4 +@brand-strong: #007B6A;
5 +@brand-soft: #E7FFF8;
6 +@brand-bg: #F4FCFA;
7 +@text: #2D3A34;
8 +@muted: #5B6B64;
9 +@line: #E4ECE9;
10 +@radius: 16px;
11 +@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06);
12 +@shadow: 0 12px 36px rgba(0, 0, 0, .08);
13 +@maxw: 1140px;
14 +*/
15 +@brand: #00937D;
16 +@brand-strong: #007B6A;
17 +@brand-soft: #E7FFF8;
5 5  @brand-bg: #F7F9FC;
6 6  @text: #07182D;
7 7  @text-soft: #10243D;
8 8  @muted: #64748B;
9 -
10 10  @line: #E6EBF2;
11 11  @radius: 18px;
12 -
13 13  @shadow-sm: 0 18px 45px rgba(15, 23, 42, .06);
14 14  @shadow: 0 30px 80px rgba(15, 23, 42, .12);
15 15  @maxw: 1240px;
16 -/* */
27 +
17 17  @section-padding: 30px 0;
18 18  @section-padding-mobile: 28px 0;
19 19