Changes for page Public Web Site

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

From version 24.20
edited by Agnease
on 2026/06/24 15:34
Change comment: There is no comment for this version
To version 25.13
edited by Agnease
on 2026/06/30 11:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,1 +1,0 @@
1 -en
Hidden
... ... @@ -1,1 +1,1 @@
1 -false
1 +true
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;
... ... @@ -7,11 +7,21 @@
7 7  @text: #2D3A34;
8 8  @muted: #5B6B64;
9 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 14  
12 +
13 +
14 +@brand-bg: #F7F9FC;
15 +@text: #07182D;
16 +@text-soft: #10243D;
17 +@muted: #64748B;
18 +
19 +@line: #E6EBF2;
20 +@radius: 18px;
21 +
22 +@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06);
23 +@shadow: 0 30px 80px rgba(15, 23, 42, .12);
24 +@maxw: 1240px;
25 +/* */
15 15  @section-padding: 30px 0;
16 16  @section-padding-mobile: 28px 0;
17 17