build: Introduce stylelint
[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 #aaa;
12 background-color: #f9f9f9;
13 padding: 5px;
14 margin-top: 1em;
15 clear: both;
16 }
17
18 .editOptions {
19 background-color: #f0f0f0;
20 border: 1px solid silver;
21 border-top: none;
22 padding: 1em 1em 1.5em 1em;
23 margin-bottom: 2em;
24 }
25
26 .usermessage {
27 background-color: #ffce7b;
28 border: 1px solid #ffa500;
29 color: black;
30 font-weight: bold;
31 margin: 2em 0 1em;
32 padding: .5em 1em;
33 vertical-align: middle;
34 }
35
36 #siteNotice {
37 position: relative;
38 text-align: center;
39 margin: 0;
40 }
41
42 #localNotice {
43 margin-bottom: 0.9em;
44 }
45
46 .firstHeading {
47 margin-bottom: .1em;
48 /* These two rules hack around bug 2013 (fix for more limited bug 11325).
49 * When bug 2013 is fixed properly, they should be removed. */
50 line-height: 1.2em;
51 padding-bottom: 0;
52 }
53
54 /* Sub-navigation */
55 #siteSub {
56 display: none;
57 }
58
59 #jump-to-nav {
60 /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
61 margin-top: -1.4em;
62 margin-bottom: 1.4em;
63 }
64
65 #contentSub,
66 #contentSub2 {
67 font-size: 84%;
68 line-height: 1.2em;
69 margin: 0 0 1.4em 1em;
70 color: #545454;
71 width: auto;
72 }
73
74 span.subpages {
75 display: block;
76 }