Revert r97788
[lhc/web/wiklou.git] / skins / common / commonInterface.css
1 /*
2 ** MediaWiki style sheet for common core styles on interfaces
3 */
4
5 /* Categories */
6 .catlinks {
7 border: 1px solid #aaa;
8 background-color: #f9f9f9;
9 padding: 5px;
10 margin-top: 1em;
11 clear: both;
12 }
13
14 /* User Message */
15 .usermessage {
16 background-color: #ffce7b;
17 border: 1px solid #ffa500;
18 color: black;
19 font-weight: bold;
20 margin: 2em 0 1em;
21 padding: .5em 1em;
22 vertical-align: middle;
23 }
24
25 /* Site Notice (includes notices from CentralNotice extension) */
26 #siteNotice {
27 position: relative;
28 text-align: center;
29 margin: 0;
30 }
31 #localNotice {
32 margin-bottom: 0.9em;
33 }
34
35 /* First h1 */
36 .firstHeading,
37 #firstHeading {
38 margin-bottom: .1em;
39 /* These two rules hack around bug 2013 (fix for more limited bug 11325).
40 When bug 2013 is fixed properly, they should be removed. */
41 line-height: 1.2em;
42 padding-bottom: 0;
43 }
44
45 /* Sub-navigation */
46 #siteSub {
47 display: none;
48 }
49 #jump-to-nav {
50 /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
51 margin-top: -1.4em;
52 margin-bottom: 1.4em
53 }
54 #contentSub, #contentSub2 {
55 font-size: 84%;
56 line-height: 1.2em;
57 margin: 0 0 1.4em 1em;
58 color: #7d7d7d;
59 width: auto;
60 }
61 span.subpages {
62 display: block;
63 }
64