Merge "assertValidHtml for checking html in test cases."
[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 #localNotice {
36 margin-bottom: 0.9em;
37 }
38
39 /* First h1 */
40 .firstHeading,
41 #firstHeading {
42 margin-bottom: .1em;
43 /* These two rules hack around bug 2013 (fix for more limited bug 11325).
44 * When bug 2013 is fixed properly, they should be removed. */
45 line-height: 1.2em;
46 padding-bottom: 0;
47 }
48
49 /* Sub-navigation */
50 #siteSub {
51 display: none;
52 }
53 #jump-to-nav {
54 /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
55 margin-top: -1.4em;
56 margin-bottom: 1.4em
57 }
58 #contentSub, #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 span.subpages {
66 display: block;
67 }
68