Rank aliases in search in order they appear in the messages file.
[lhc/web/wiklou.git] / resources / src / mediawiki.skinning / interface.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 textarea {
19 /* Support Firefox: Border rule required to override system appearance on Linux */
20 border: 1px solid #c0c0c0;
21 }
22
23 .editOptions {
24 background-color: #f0f0f0;
25 border: 1px solid #c0c0c0;
26 border-top: none;
27 padding: 1em 1em 1.5em 1em;
28 margin-bottom: 2em;
29 }
30
31 .usermessage {
32 background-color: #ffce7b;
33 border: 1px solid #ffa500;
34 color: #000;
35 font-weight: bold;
36 margin: 2em 0 1em;
37 padding: .5em 1em;
38 vertical-align: middle;
39 }
40
41 #siteNotice {
42 position: relative;
43 text-align: center;
44 margin: 0;
45 }
46
47 #localNotice {
48 margin-bottom: 0.9em;
49 }
50
51 .firstHeading {
52 margin-bottom: .1em;
53 /* These two rules hack around bug 2013 (fix for more limited bug 11325).
54 * When bug 2013 is fixed properly, they should be removed. */
55 line-height: 1.2em;
56 padding-bottom: 0;
57 }
58
59 /* Sub-navigation */
60 #siteSub {
61 display: none;
62 }
63
64 #jump-to-nav {
65 /* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
66 margin-top: -1.4em;
67 margin-bottom: 1.4em;
68 }
69
70 #contentSub,
71 #contentSub2 {
72 font-size: 84%;
73 line-height: 1.2em;
74 margin: 0 0 1.4em 1em;
75 color: #545454;
76 width: auto;
77 }
78
79 span.subpages {
80 display: block;
81 }