Merge "Localisation updates from http://translatewiki.net."
[lhc/web/wiklou.git] / skins / cologneblue / screen.css
1 body {
2 margin: 0;
3 padding: 0;
4 color: black;
5 font-family: serif;
6 }
7
8 #specialform {
9 display: inline;
10 }
11
12 #content {
13 top: 0;
14 margin: 0;
15 padding: 0;
16 }
17
18 #mw-data-after-content {
19 font-family: Verdana, Arial, sans-serif;
20 color: black;
21 font-size: 8pt;
22 }
23
24 #powersearch {
25 background: #DDEEFF;
26 border-style: solid;
27 border-width: 1px;
28 padding: 2px;
29 }
30
31 #quickbar {
32 width: 140px;
33 top: 18ex;
34 padding: 2px;
35 visibility: visible;
36 z-index: 99;
37 }
38
39 #article, #article td, #article th, #article p {
40 font-family: Verdana, Arial, sans-serif;
41 font-size: 10pt;
42 color: black;
43 }
44
45 #article p {
46 padding-top: 0;
47 padding-bottom: 0;
48 margin-top: 1ex;
49 margin-bottom: 0;
50 }
51
52 p, pre, .mw-code, td, th, li, dd, dt {
53 line-height: 12pt;
54 }
55
56 textarea {
57 overflow: auto;
58 }
59
60 #footer {
61 margin-right: 2%;
62 margin-top: 1em;
63 padding: 4px;
64 font-family: verdana, arial, sans-serif;
65 font-size: 10pt;
66 text-align: center;
67 }
68
69 #footer form {
70 display: inline;
71 }
72
73 #pagestats {
74 font-family: Verdana, Arial, sans-serif;
75 color: black;
76 font-size: 9pt;
77 }
78
79
80
81 #quickbar {
82 font-family: Verdana, Arial, sans-serif;
83 font-size: 8pt;
84 font-weight: bold;
85 line-height: 9.5pt;
86 text-decoration: none;
87 color: black;
88 padding: 0;
89 margin-top: 0;
90 }
91
92 #quickbar a {
93 color: #446688;
94 }
95
96 #quickbar h6 {
97 font-family: Verdana, Arial, sans-serif;
98 font-size: 10pt;
99 font-weight: bold;
100 line-height: 12pt;
101 text-decoration: none;
102 color: #666666;
103 padding: 0;
104 margin-bottom: 2px;
105 margin-top: 6px;
106 }
107
108 #quickbar form {
109 padding: 0;
110 margin-top: 0;
111 }
112
113 #quickbar .portlet ul,
114 #quickbar .portlet li {
115 list-style-type: none;
116 margin: 0;
117 padding: 0;
118 line-height: inherit;
119 }
120
121 h1 {
122 color: #666666;
123 font-family: Verdana, Arial, sans-serif;
124 font-size: 180%;
125 line-height: 21pt;
126 }
127
128 h1 .editsection {
129 font-size: 55.6%;
130 }
131
132 h1#firstHeading {
133 padding-bottom: 0;
134 margin-bottom: 0;
135 }
136
137 #article p.subtitle, #article p.subpages, #article p.tagline {
138 color: #666666;
139 font-size: 11pt;
140 font-weight: bold;
141 padding-top: 0;
142 margin-top: 0;
143 padding-bottom: 1ex;
144 }
145
146 a {
147 color: #223366;
148 }
149
150 a.external {
151 color: #336644;
152 }
153
154 a:visited {
155 color: #8D0749;
156 }
157
158 a.printable {
159 text-decoration: underline;
160 }
161
162 a.stub, #quickbar a.stub {
163 color: #772233;
164 text-decoration: none;
165 }
166
167 a.new, #quickbar a.new {
168 color: #CC2200;
169 }
170
171 h2, h3, h4, h5, h6 {
172 margin-bottom: 0;
173 }
174
175 small {
176 font-size: 75%;
177 }
178
179 input.mw-searchInput {
180 width: 106px;
181 }
182
183 /* Directionality-specific styles */
184 #quickbar { position: absolute; left: 4px; }
185 #article { margin-left: 148px; margin-right: 4px; }
186 #footer { margin-left: 152px; }
187
188
189 #sitetitle, #sitesub, #toplinks, #linkcollection {
190 margin-top: 0;
191 margin-bottom: 0;
192 }
193
194 #sitetitle, #toplinks {
195 color: white;
196 text-transform: uppercase;
197 height: 32pt;
198 }
199 #sitetitle {
200 padding-left: 8px;
201 font-family: Times, serif;
202 font-weight: normal;
203 font-size: 32pt;
204 line-height: 32pt;
205 background-color: #6688AA;
206 }
207 #sitetitle a, #toplinks a {
208 color: white;
209 text-decoration: none;
210 }
211 /* Bring #sitetitle to top. Otherwise #toplinks is overlaid over it, making the link unclickable. */
212 #sitetitle a {
213 position: relative;
214 z-index: 10
215 }
216
217 #toplinks {
218 font-family: Verdana, Arial, sans-serif;
219 position: absolute;
220 top: 0;
221 right: 8px;
222 width: 100%;
223 font-size: 8pt;
224 }
225 #toplinks a {
226 font-size: 10pt;
227 }
228 #toplinks p {
229 position: absolute;
230 right: 0;
231 margin: 0;
232 width: 100%;
233 text-align: right;
234 }
235 #toplinks #syslinks {
236 bottom: 0;
237 }
238 #toplinks #variantlinks {
239 bottom: 12pt;
240 }
241
242 #sitesub {
243 float: left;
244 margin-left: 8px;
245 font-family: Verdana, Arial, sans-serif;
246 font-size: 9pt;
247 font-weight: bold;
248 color: black;
249 }
250
251 #linkcollection {
252 margin-top: 0.5em;
253 font-size: small;
254 margin-right: 8px;
255 text-align: right;
256 }
257 /* Override text justification (user preference), see bug 31990 */
258 #linkcollection * {
259 text-align: right;
260 }