Merge "Add semantic tags to license info text"
[lhc/web/wiklou.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 */
20 /* Border rule required to override system appearance on Linux (T136415) */
21 border: 1px solid #c8ccd1;
22 }
23
24 .editOptions {
25 background-color: #eaecf0;
26 color: #252525;
27 border: 1px solid #c8ccd1;
28 border-top: 0;
29 padding: 1em 1em 1.5em 1em;
30 margin-bottom: 2em;
31 }
32
33 .usermessage {
34 background-color: #ffce7b;
35 border: 1px solid #ffa500;
36 color: #000;
37 font-weight: bold;
38 margin: 2em 0 1em;
39 padding: 0.5em 1em;
40 vertical-align: middle;
41 }
42
43 #siteNotice {
44 position: relative;
45 text-align: center;
46 margin: 0;
47 }
48
49 #localNotice {
50 margin-bottom: 0.9em;
51 }
52
53 .firstHeading {
54 margin-bottom: 0.1em;
55 /* These two rules hack around T4013 (fix for more limited T13325).
56 * When T4013 is fixed properly, they should be removed. */
57 line-height: 1.2em;
58 padding-bottom: 0;
59 }
60
61 /* Sub-navigation */
62 #siteSub {
63 display: none;
64 }
65
66 #jump-to-nav {
67 /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
68 margin-top: -1.4em;
69 margin-bottom: 1.4em;
70 }
71
72 #contentSub,
73 #contentSub2 {
74 font-size: 84%;
75 line-height: 1.2em;
76 margin: 0 0 1.4em 1em;
77 color: #54595d;
78 width: auto;
79 }
80
81 span.subpages {
82 display: block;
83 }