Followup r92054, these should use css classes not ids.
[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 /* Sub-navigation */
26 #siteSub {
27 display: none;
28 }
29 #jump-to-nav {
30 display: none;
31 }
32 #contentSub, #contentSub2 {
33 font-size: 84%;
34 line-height: 1.2em;
35 margin: 0 0 1.4em 1em;
36 color: #7d7d7d;
37 width: auto;
38 }
39 span.subpages {
40 display: block;
41 }
42