Last modified by Alex Cotiugă on 2026/05/02 12:23

From version 13.15
edited by Alex Cotiugă
on 2026/05/01 17:00
Change comment: There is no comment for this version
To version 13.22
edited by Alex Cotiugă
on 2026/05/01 17:07
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1,4 +1,17 @@
1 +@brand: #00937D;
2 +@brand-strong: #007B6A;
3 +@text: #2D3A34;
4 +@muted: #5B6B64;
5 +@line: #E4ECE9;
6 +@radius: 16px;
7 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06);
8 +@shadow: 0 12px 36px rgba(0,0,0,.08);
9 +@maxw: 1140px;
10 +
1 1  /* ===== Contact page widgets ===== */
12 +#body {
13 + color: red;
14 +}
2 2  
3 3  .col-xs-5 .widget {
4 4   margin-bottom: 16px;
... ... @@ -17,6 +17,7 @@
17 17   line-height: 1.25;
18 18  }
19 19  
33 +/*
20 20  .col-xs-5 .widget h4 .fa,
21 21  .col-xs-5 .widget h4 .glyphicon {
22 22   color: @brand;
... ... @@ -69,3 +69,4 @@
69 69   color: @brand-strong;
70 70   text-decoration: none;
71 71  }
86 +*/