EditPage::newSectionSummary should return a value in all code paths
[lhc/web/wiklou.git] / skins / Vector / variables.less
1 @html-font-size: 100%;
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
26 @menu-main-heading-font-size: 0.75em;
27 @menu-main-heading-padding: 0.25em 0 0.25em 0.25em;
28 @menu-main-heading-color: #4d4d4d;
29
30 @menu-main-body-font-size: 0.75em;
31 @menu-main-body-link-color: #0645ad;
32 @menu-main-body-link-visited-color: #0b0080;
33 @menu-main-body-margin: 0 0 0 1.25em;
34 @menu-main-body-padding: 0;
35
36 @menu-main-logo-left: 0.5em;
37
38 // Personal menu
39 @menu-personal-font-size: 0.75em;