Merge "Fix Language::parseFormattedNumber for lzh and zh-classical"
[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 width: 100%;
59 display: block;
60 -moz-box-sizing: border-box;
61 -webkit-box-sizing: border-box;
62 box-sizing: border-box;
63 }
64
65 #footer {
66 margin-right: 2%;
67 margin-top: 1em;
68 padding: 4px;
69 font-family: verdana, arial, sans-serif;
70 font-size: 10pt;
71 text-align: center;
72 }
73
74 #footer form {
75 display: inline;
76 }
77
78 #cb-ca-edit {
79 font-weight: bold;
80 }
81
82 #pagestats {
83 font-family: Verdana, Arial, sans-serif;
84 color: black;
85 font-size: 9pt;
86 }
87
88 #quickbar {
89 font-family: Verdana, Arial, sans-serif;
90 font-size: 8pt;
91 font-weight: bold;
92 line-height: 9.5pt;
93 text-decoration: none;
94 color: black;
95 padding: 0;
96 margin-top: 0;
97 }
98
99 #quickbar a {
100 color: #446688;
101 }
102
103 /* Hide, but keep accessible for screen-readers */
104 #mw-navigation h2 {
105 position: absolute;
106 top: -9999px;
107 }
108
109 #quickbar h3 {
110 font-family: Verdana, Arial, sans-serif;
111 font-size: 10pt;
112 font-weight: bold;
113 line-height: 12pt;
114 text-decoration: none;
115 color: #666666;
116 padding: 0;
117 margin-bottom: 2px;
118 margin-top: 6px;
119 }
120
121 #quickbar form {
122 padding: 0;
123 margin-top: 0;
124 }
125
126 #quickbar .portlet ul,
127 #quickbar .portlet li {
128 list-style-type: none;
129 margin: 0;
130 padding: 0;
131 line-height: inherit;
132 }
133
134 div.after-portlet {
135 display: inline;
136 padding-left: .5em;
137 }
138
139 h1 {
140 color: #666666;
141 font-family: Verdana, Arial, sans-serif;
142 font-size: 180%;
143 line-height: 21pt;
144 }
145
146 h1#firstHeading {
147 padding-bottom: 0;
148 margin-bottom: 0;
149 }
150
151 #article p.subtitle, #article p.subpages, #article p.tagline {
152 color: #666666;
153 font-size: 11pt;
154 font-weight: bold;
155 padding-top: 0;
156 margin-top: 0;
157 padding-bottom: 1ex;
158 }
159
160 a {
161 color: #223366;
162 }
163
164 a.external {
165 color: #336644;
166 }
167
168 a:visited {
169 color: #8D0749;
170 }
171
172 a.printable {
173 text-decoration: underline;
174 }
175
176 a.stub, #quickbar a.stub {
177 color: #772233;
178 text-decoration: none;
179 }
180
181 a.new, #quickbar span.new a, #footer span.new a {
182 color: #CC2200;
183 }
184
185 h2, h3, h4, h5, h6 {
186 margin-bottom: 0;
187 }
188
189 small {
190 font-size: 75%;
191 }
192
193 input.mw-searchInput {
194 width: 106px;
195 }
196
197 /* Directionality-specific styles */
198 #quickbar {
199 position: absolute;
200 left: 4px;
201 }
202
203 #article {
204 margin-left: 148px;
205 margin-right: 4px;
206 }
207
208 #footer {
209 margin-left: 152px;
210 }
211
212 #sitetitle, #sitesub, #toplinks, #linkcollection {
213 margin-top: 0;
214 margin-bottom: 0;
215 }
216
217 #sitetitle, #toplinks {
218 color: white;
219 text-transform: uppercase;
220 height: 32pt;
221 }
222
223 #sitetitle {
224 padding-left: 8px;
225 font-family: Times, serif;
226 font-weight: normal;
227 font-size: 32pt;
228 line-height: 32pt;
229 background-color: #6688AA;
230 }
231
232 #sitetitle a, #toplinks a {
233 color: white;
234 text-decoration: none;
235 }
236
237 /* Bring #sitetitle to top. Otherwise #toplinks is overlaid over it, making the link unclickable. */
238 #sitetitle a {
239 position: relative;
240 z-index: 10;
241 }
242
243 #toplinks {
244 font-family: Verdana, Arial, sans-serif;
245 position: absolute;
246 top: 0;
247 right: 8px;
248 width: 100%;
249 font-size: 8pt;
250 }
251
252 #toplinks a {
253 font-size: 10pt;
254 }
255
256 #toplinks p {
257 position: absolute;
258 right: 0;
259 margin: 0;
260 width: 100%;
261 text-align: right;
262 }
263
264 #toplinks #syslinks {
265 bottom: 0;
266 }
267
268 #toplinks #variantlinks {
269 bottom: 12pt;
270 }
271
272 #sitesub {
273 float: left;
274 margin-left: 8px;
275 font-family: Verdana, Arial, sans-serif;
276 font-size: 9pt;
277 font-weight: bold;
278 color: black;
279 }
280
281 #linkcollection {
282 margin-top: 0.5em;
283 font-size: small;
284 margin-right: 8px;
285 text-align: right;
286 padding-left: 140px;
287 }
288
289 /* Override text justification (user preference), see bug 31990 */
290 #linkcollection * {
291 text-align: right;
292 }