Merge "Unsetting the email address for a user when the email address is invalidated."
[lhc/web/wiklou.git] / skins / common / commonInterface.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 /* User Message */
19 .usermessage {
20 background-color: #ffce7b;
21 border: 1px solid #ffa500;
22 color: black;
23 font-weight: bold;
24 margin: 2em 0 1em;
25 padding: .5em 1em;
26 vertical-align: middle;
27 }
28
29 /* Site Notice (includes notices from CentralNotice extension) */
30 #siteNotice {
31 position: relative;
32 text-align: center;
33 margin: 0;
34 }
35
36 #localNotice {
37 margin-bottom: 0.9em;
38 }
39
40 /* First h1 */
41 .firstHeading,
42 #firstHeading {
43 margin-bottom: .1em;
44 /* These two rules hack around bug 2013 (fix for more limited bug 11325).
45 * When bug 2013 is fixed properly, they should be removed. */
46 line-height: 1.2em;
47 padding-bottom: 0;
48 }
49
50 /* Sub-navigation */
51 #siteSub {
52 display: none;
53 }
54
55 #jump-to-nav {
56 /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
57 margin-top: -1.4em;
58 margin-bottom: 1.4em;
59 }
60
61 #contentSub, #contentSub2 {
62 font-size: 84%;
63 line-height: 1.2em;
64 margin: 0 0 1.4em 1em;
65 color: #545454;
66 width: auto;
67 }
68
69 span.subpages {
70 display: block;
71 }