Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 13.18
edited by Alex Cotiugă
on 2026/05/01 17:01
on 2026/05/01 17:01
Change comment:
There is no comment for this version
To version 13.22
edited by Alex Cotiugă
on 2026/05/01 17:07
on 2026/05/01 17:07
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,7 +1,18 @@ 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 ===== */ 2 2 #body { 3 3 color: red; 4 4 } 15 + 5 5 .col-xs-5 .widget { 6 6 margin-bottom: 16px; 7 7 padding: 16px; ... ... @@ -19,6 +19,7 @@ 19 19 line-height: 1.25; 20 20 } 21 21 33 +/* 22 22 .col-xs-5 .widget h4 .fa, 23 23 .col-xs-5 .widget h4 .glyphicon { 24 24 color: @brand; ... ... @@ -71,3 +71,4 @@ 71 71 color: @brand-strong; 72 72 text-decoration: none; 73 73 } 86 +*/