]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - resources/src/mediawiki.skinning/interface.css
MediaWiki 1.30.2
[autoinstalls/mediawiki.git] / resources / src / mediawiki.skinning / interface.css
1 /**
2  * MediaWiki style sheet for common core styles on interfaces
3  *
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  */
8
9 /* Categories */
10 .catlinks {
11         border: 1px solid #a2a9b1;
12         background-color: #f8f9fa;
13         padding: 5px;
14         margin-top: 1em;
15         clear: both;
16 }
17
18 textarea {
19         /* Support Firefox: Border rule required to override system appearance on Linux */
20         border: 1px solid #a2a9b1;
21 }
22
23 .editOptions {
24         background-color: #eaecf0;
25         border: 1px solid #c8ccd1;
26         border-top: 0;
27         padding: 1em 1em 1.5em 1em;
28         margin-bottom: 2em;
29 }
30
31 .usermessage {
32         background-color: #ffce7b;
33         border: 1px solid #ffa500;
34         color: #000;
35         font-weight: bold;
36         margin: 2em 0 1em;
37         padding: 0.5em 1em;
38         vertical-align: middle;
39 }
40
41 #siteNotice {
42         position: relative;
43         text-align: center;
44         margin: 0;
45 }
46
47 #localNotice {
48         margin-bottom: 0.9em;
49 }
50
51 .firstHeading {
52         margin-bottom: 0.1em;
53         /* These two rules hack around T4013 (fix for more limited T13325).
54          * When T4013 is fixed properly, they should be removed. */
55         line-height: 1.2em;
56         padding-bottom: 0;
57 }
58
59 /* Sub-navigation */
60 #siteSub {
61         display: none;
62 }
63
64 #jump-to-nav {
65         /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
66         margin-top: -1.4em;
67         margin-bottom: 1.4em;
68 }
69
70 #contentSub,
71 #contentSub2 {
72         font-size: 84%;
73         line-height: 1.2em;
74         margin: 0 0 1.4em 1em;
75         color: #54595d;
76         width: auto;
77 }
78
79 span.subpages {
80         display: block;
81 }