Merge "MediaWikiTestCase: Enforce children call parent::tearDown"
[mediawiki.git] / resources / src / mediawiki.skinning / interface.css
blob398a132dd555d5b5afea7a595386cf0e6a1d5236
1 /**
2 * MediaWiki style sheet for common core styles on interfaces
4 * Styles for the Monobook/Vector pattern of laying out common interfaces.
5 * These ids/classes are not built into the system,
6 * they are outputted by the actual MonoBook/Vector code by convention.
7 */
9 /* Categories */
10 .catlinks {
11 border: 1px solid #aaa;
12 background-color: #f9f9f9;
13 padding: 5px;
14 margin-top: 1em;
15 clear: both;
18 .usermessage {
19 background-color: #ffce7b;
20 border: 1px solid #ffa500;
21 color: black;
22 font-weight: bold;
23 margin: 2em 0 1em;
24 padding: .5em 1em;
25 vertical-align: middle;
28 #siteNotice {
29 position: relative;
30 text-align: center;
31 margin: 0;
34 #localNotice {
35 margin-bottom: 0.9em;
38 .firstHeading {
39 margin-bottom: .1em;
40 /* These two rules hack around bug 2013 (fix for more limited bug 11325).
41 * When bug 2013 is fixed properly, they should be removed. */
42 line-height: 1.2em;
43 padding-bottom: 0;
46 /* Sub-navigation */
47 #siteSub {
48 display: none;
51 #jump-to-nav {
52 /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
53 margin-top: -1.4em;
54 margin-bottom: 1.4em;
57 #contentSub,
58 #contentSub2 {
59 font-size: 84%;
60 line-height: 1.2em;
61 margin: 0 0 1.4em 1em;
62 color: #545454;
63 width: auto;
66 span.subpages {
67 display: block;