Merge "Show the revision list immediately on "umerge" log action links"
[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 .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;
26 }
27
28 #siteNotice {
29 position: relative;
30 text-align: center;
31 margin: 0;
32 }
33
34 #localNotice {
35 margin-bottom: 0.9em;
36 }
37
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;
44 }
45
46 /* Sub-navigation */
47 #siteSub {
48 display: none;
49 }
50
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;
55 }
56
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;
64 }
65
66 span.subpages {
67 display: block;
68 }