1 @import "mediawiki.mixins";
2 @import "personalMenu";
6 /* Hide, but keep accessible for screen-readers */
15 background-position: bottom left;
16 background-repeat: repeat-x;
17 /* This image is only a fallback (for IE 6-9), so we do not @embed it. */
18 background-image: url('images/page-fade.png');
19 .vertical-gradient(@body-background-color, @menu-background-color, 50%, 100%);
20 background-color: @body-background-color;
41 /* Navigation Containers */
46 /* When right nav would overlap left nav, it's placed below it
47 (normal CSS floats behavior). This rule ensures that no empty space
48 is shown between them due to right nav's margin-top. Page layout
49 is still broken, but at least the nav overlaps only the page title
50 instead of half the content. */
51 margin-bottom: -2.5em;
52 /* IE 6 double-margin bug fix */
73 background-repeat: no-repeat;
74 background-position: center center;
75 text-decoration: none;
81 font-size: @menu-main-font-size;
89 margin: 0 0.6em 0 0.7em;
92 background-position: top left;
93 background-repeat: no-repeat;
94 .background-image('images/portal-break.png');
97 font-size: @menu-main-heading-font-size;
98 color: @menu-main-heading-color;
101 padding: @menu-main-heading-padding;
107 margin: @menu-main-body-margin;
111 list-style-type: none;
112 list-style-image: none;
114 padding: @menu-main-body-padding;
117 line-height: 1.125em;
120 font-size: @menu-main-body-font-size;
121 word-wrap: break-word;
124 color: @menu-main-body-link-color;
126 color: @menu-main-body-link-visited-color;
134 background-image: none;