1 @import "mediawiki.mixins";
2 @import "personalMenu";
3 @import "collapsibleNav";
7 /* Hide, but keep accessible for screen-readers */
16 background-position: bottom left;
17 background-repeat: repeat-x;
18 /* This image is only a fallback (for IE 6-9), so we do not @embed it. */
19 background-image: url('images/page-fade.png');
20 .vertical-gradient(@body-background-color, @menu-background-color, 50%, 100%);
21 background-color: @body-background-color;
42 /* Navigation Containers */
47 /* When right nav would overlap left nav, it's placed below it
48 (normal CSS floats behavior). This rule ensures that no empty space
49 is shown between them due to right nav's margin-top. Page layout
50 is still broken, but at least the nav overlaps only the page title
51 instead of half the content. */
52 margin-bottom: -2.5em;
53 /* IE 6 double-margin bug fix */
74 background-repeat: no-repeat;
75 background-position: center center;
76 text-decoration: none;
82 font-size: @menu-main-font-size;
90 padding-bottom: 1.5em;
96 padding: @menu-main-heading-padding;
99 font-size: @menu-main-heading-font-size;
104 margin: @menu-main-body-margin;
106 .background-image('images/portal-break.png');
107 background-repeat: no-repeat;
108 background-position: top left;
111 list-style-type: none;
112 list-style-image: none;
113 padding: @menu-main-body-padding;
117 line-height: 1.125em;
119 padding-bottom: 0.5em;
121 font-size: @menu-main-body-font-size;
122 word-wrap: break-word;
125 color: @menu-main-body-link-color;
127 color: @menu-main-body-link-visited-color;