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