As reported in bug 31031, WebKit can mess up the TOC title (which is in user language...
[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 display: none;
51 }
52 #contentSub, #contentSub2 {
53 font-size: 84%;
54 line-height: 1.2em;
55 margin: 0 0 1.4em 1em;
56 color: #7d7d7d;
57 width: auto;
58 }
59 span.subpages {
60 display: block;
61 }
62