Merge "Changing a message's lang must reset cached text."
[lhc/web/wiklou.git] / skins / vector / variables.less
1 @html-font-size: 1em;
2
3 // Page content
4 // FIXME: Use global variable since Echo and CentralNotice use this variable
5 @content-border-color: #a7d7f9;
6 // FIXME: Find an open font that works with this stack and is readable by Windows users
7 @content-font-family: sans-serif;
8 @content-font-color: #252525;
9 @content-font-size: 0.875em;
10 @content-line-height: 1.6;
11 @content-padding: 1em;
12 @content-heading-font-size: 1.8em;
13 @content-heading-font-family: "Linux Libertine", Georgia, Times, serif;
14 @body-background-color: #fff;
15 @heading-line-height: 1.3;
16
17 // Navigation
18 @menu-background-color: #f6f6f6;
19
20 // Common menu
21 @menu-link-color: #0645ad;
22
23 // Main menu
24 @menu-main-font-size: inherit;
25 @menu-main-heading-font-size: 0.75em;
26 @menu-main-heading-padding: 0 1.75em 0.25em 0.25em;
27
28 @menu-main-body-font-size: 0.75em;
29 @menu-main-body-link-color: #0645ad;
30 @menu-main-body-link-visited-color: #0b0080;
31 @menu-main-body-margin: 0 0 0 1.25em;
32 @menu-main-body-padding: 0;
33 @menu-main-logo-left: 0.5em;
34
35 // Personal menu
36 @menu-personal-font-size: 0.75em;
37
38 // Collapsible nav
39 @collapsible-nav-heading-color: #4d4d4d;
40 @collapsible-nav-heading-collapsed-color: #0645ad;
41
42 @collapsible-nav-heading-padding: 4px 0 3px 1.5em;
43 @collapsible-nav-body-margin: 0 0 0 1.25em;