2 * Any rules which should not be flipped automatically in right-to-left situations should be
3 * prepended with @noflip in a comment block.
5 * This stylesheet employs a few CSS trick to accomplish compatibility with a wide range of web
6 * browsers. The most common trick is to use some styles in IE6 only. This is accomplished by using
7 * a rule that makes things work in IE6, and then following it with a rule that begins with
8 * "html > body" or use a child selector ">", which is ignored by IE6 because it does not support
9 * the child selector. You can spot this by looking for the "OVERRIDDEN BY COMPLIANT BROWSERS" and
10 * "IGNORED BY IE6" comments.
12 @import "mediawiki.mixins";
16 font-size: @html-font-size;
23 font-family: @content-font-family;
26 background-color: @menu-background-color;
32 padding: @content-padding;
33 /* Border on top, left, and bottom side */
34 border: 1px solid @content-border-color;
35 border-right-width: 0;
36 /* Merge the border with tabs' one (in their background image) */
38 background-color: @body-background-color;
39 color: @content-font-color;
43 .mw-editsection-like {
44 font-family: @content-font-family;
55 font-family: @content-heading-font-family;
56 line-height: @heading-line-height;
57 margin-bottom: 0.25em;
63 font-size: @content-heading-font-size;
75 line-height: @content-line-height;
93 font-size: 100%; /* (reset) */
98 font-size: 100%; /* (reset) */
99 font-family: @content-font-family;
103 /* Hide empty portlets */
109 list-style-type: disc;
110 .list-style-image('images/bullet-icon.png');
117 /* Site Notice (includes notices from CentralNotice extension) */
127 vertical-align: text-bottom;
132 line-height: @content-line-height;
133 font-size: @content-font-size;
136 /* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
137 // FIXME: Should be part of jquery.tipsy.css