Index: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css |
— | — | @@ -1,336 +0,0 @@ |
2 | | -table table { |
3 | | - border: 0; |
4 | | -} |
5 | | - |
6 | | -table table td, table table th { |
7 | | - border: 0; |
8 | | -} |
9 | | - |
10 | | -table.toc { |
11 | | - background: #f9f9f9; |
12 | | -} |
13 | | - |
14 | | -table.navbox td.navbox-abovebelow { |
15 | | - padding: 3px; |
16 | | -} |
17 | | - |
18 | | -table.navbox td.navbox-group + td { |
19 | | - padding: 3px; |
20 | | -} |
21 | | - |
22 | | -table.navbox div[style*="padding"] a { |
23 | | - white-space: pre-wrap; |
24 | | -} |
25 | | - |
26 | | -table.navbox span[style*="white"] { |
27 | | - white-space: pre-wrap !important; |
28 | | -} |
29 | | - |
30 | | -table.navbox td, table.navbox th { |
31 | | - padding: 0; |
32 | | -} |
33 | | - |
34 | | -table.navbox table { |
35 | | - margin-bottom: 0; |
36 | | -} |
37 | | - |
38 | | -table.wikitable th { |
39 | | - background: #f3f3f3; |
40 | | -} |
41 | | - |
42 | | -table.infobox { |
43 | | - background: #f9f9f9; |
44 | | -} |
45 | | - |
46 | | -table.infobox th, table.infobox td { |
47 | | - border: 0; |
48 | | -} |
49 | | - |
50 | | -table.infobox td[colspan="3"], table.infobox th[colspan="3"] { |
51 | | - border: 1px solid #cccccc; |
52 | | -} |
53 | | - |
54 | | -table.geography[style] th { |
55 | | - text-align: left; |
56 | | -} |
57 | | - |
58 | | -table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
59 | | - text-align: left !important; |
60 | | -} |
61 | | - |
62 | | -table.admin { |
63 | | - width: 300px; |
64 | | -} |
65 | | - |
66 | | -html { |
67 | | - font-size: 0.8em; |
68 | | -} |
69 | | - |
70 | | -body { |
71 | | - line-height: 1; |
72 | | - color: black; |
73 | | - background: white; |
74 | | - font-family: sans-serif; |
75 | | - -webkit-text-size-adjust: none; |
76 | | -} |
77 | | - |
78 | | -p, li, dl, #featured_article { |
79 | | - line-height: 1.65; |
80 | | -} |
81 | | - |
82 | | -pre { |
83 | | - white-space: pre-wrap; |
84 | | -} |
85 | | - |
86 | | -h2 { |
87 | | - border-bottom: 1px solid #aaaaaa; |
88 | | - padding-top: 0.3em; |
89 | | -} |
90 | | - |
91 | | -a { |
92 | | - text-decoration: none; |
93 | | - color: #002bb8; |
94 | | -} |
95 | | - |
96 | | -a:visited { |
97 | | - color: #5a3696; |
98 | | -} |
99 | | - |
100 | | -a:active { |
101 | | - color: #faa700; |
102 | | -} |
103 | | - |
104 | | -a:hover { |
105 | | - text-decoration: underline; |
106 | | -} |
107 | | - |
108 | | -a.new, a.new:visited, a.new:hover { |
109 | | - color: red; |
110 | | -} |
111 | | - |
112 | | -a.back_to_top, a.back_to_top:visited { |
113 | | - margin-top: 7px; |
114 | | - color: blue; |
115 | | -} |
116 | | - |
117 | | -.links { |
118 | | - float: left; |
119 | | - padding: 10px; |
120 | | -} |
121 | | - |
122 | | -#contentSub, .dablink { |
123 | | - margin-bottom: 10px; |
124 | | -} |
125 | | - |
126 | | -#firstHeading { |
127 | | - font-size: 1.7em; |
128 | | -} |
129 | | - |
130 | | -h2 { |
131 | | - font-size: 1.3em; |
132 | | -} |
133 | | - |
134 | | -.section_anchors a { |
135 | | - display: block; |
136 | | -} |
137 | | - |
138 | | -.section_anchor { |
139 | | - height: 1px; |
140 | | - width: 1px; |
141 | | -} |
142 | | - |
143 | | -.printonly, .geo-multi-punct, .geo-nondefault { |
144 | | - display: none; |
145 | | -} |
146 | | - |
147 | | -#featured_article .noprint, .today .noprint { |
148 | | - display: none; |
149 | | -} |
150 | | - |
151 | | -.thumb { |
152 | | - border: 1px solid #cccccc; |
153 | | - -webkit-border-radius: 5px; |
154 | | - -moz-border-radius: 5px; |
155 | | - background: #f9f9f9; |
156 | | - margin-bottom: 10px; |
157 | | -} |
158 | | - |
159 | | -.thumb .thumbinner[style] { |
160 | | - margin: 5px auto; |
161 | | -} |
162 | | - |
163 | | -.thumb .thumbcaption { |
164 | | - width: 100%; |
165 | | - margin: 5px 10px 0; |
166 | | - text-align: center; |
167 | | - width: auto !important; |
168 | | -} |
169 | | - |
170 | | -img.thumbborder { |
171 | | - border: 1px solid #cccccc; |
172 | | -} |
173 | | - |
174 | | -.floatright { |
175 | | - float: right; |
176 | | -} |
177 | | - |
178 | | -#content_wrapper.home h1#firstHeading { |
179 | | - display: none; |
180 | | -} |
181 | | - |
182 | | -body { |
183 | | - margin: 0; |
184 | | -} |
185 | | - |
186 | | -#header { |
187 | | - margin: 8px 8px 0 8px; |
188 | | -} |
189 | | - |
190 | | -#content_wrapper { |
191 | | - clear: both; |
192 | | - margin: 0 8px; |
193 | | -} |
194 | | - |
195 | | -#footer { |
196 | | - margin: 0 8px; |
197 | | -} |
198 | | - |
199 | | -#header img, #header form, #header input, #header button { |
200 | | - vertical-align: middle; |
201 | | - display: inline-block; |
202 | | -} |
203 | | - |
204 | | -#searchbox { |
205 | | - width: auto; |
206 | | - padding: 5px; |
207 | | - border: 1px solid #cccccc; |
208 | | - -webkit-border-radius: 2px; |
209 | | - -moz-border-radius: 2px; |
210 | | -} |
211 | | - |
212 | | -#searchbox a, #searchbox img { |
213 | | - border: 0px; |
214 | | - vertical-align: middle; |
215 | | -} |
216 | | - |
217 | | -#searchbox #goButton { |
218 | | - border: 0; |
219 | | - background: url(images/s.gif) no-repeat top left; |
220 | | - height: 25px; |
221 | | - width: 27px; |
222 | | -} |
223 | | - |
224 | | -#searchbox #searchField { |
225 | | - width: auto; |
226 | | -} |
227 | | - |
228 | | -#nav { |
229 | | - -webkit-border-radius: 2px; |
230 | | - -moz-border-radius: 2px; |
231 | | - clear: both; |
232 | | - padding: 5px 0; |
233 | | -} |
234 | | - |
235 | | -#nav form, #nav button { |
236 | | - display: inline-block; |
237 | | -} |
238 | | - |
239 | | -#nav button { |
240 | | - background: url(images/buttonbg.gif) no-repeat center; |
241 | | - border: 0; |
242 | | - height: 23px; |
243 | | - width: 83px; |
244 | | -} |
245 | | - |
246 | | -#disableButtons { |
247 | | - text-align: center; |
248 | | -} |
249 | | - |
250 | | -#disableButtons button { |
251 | | - background: url(images/buttonbg.gif) no-repeat center; |
252 | | - border: 0; |
253 | | - height: 23px; |
254 | | - width: 83px; |
255 | | -} |
256 | | - |
257 | | -#disableButtons #backButton { |
258 | | - margin-top: 5em; |
259 | | -} |
260 | | - |
261 | | -.mwm-notice { |
262 | | - padding: 5px; |
263 | | - background: #dddddd; |
264 | | - -webkit-border-radius: 5px; |
265 | | - margin-top: 5px; |
266 | | - text-align: center; |
267 | | - border: 1px solid grey; |
268 | | -} |
269 | | - |
270 | | -.mwm-message.mwm-notice { |
271 | | - font-size: 1.1em; |
272 | | -} |
273 | | - |
274 | | -#image_wrapper { |
275 | | - margin: 8px 0 8px -3px; |
276 | | -} |
277 | | - |
278 | | -#footer { |
279 | | - padding-top: 1em; |
280 | | -} |
281 | | - |
282 | | -#footer #perm { |
283 | | - padding-top: 2em; |
284 | | - font-size: 90%; |
285 | | -} |
286 | | - |
287 | | -#footer #copyright { |
288 | | - padding: 1em 0; |
289 | | - font-size: 80%; |
290 | | -} |
291 | | - |
292 | | -ol.references > li:target, |
293 | | -sup.reference:target, |
294 | | -span.citation:target, cite:target { |
295 | | - background-color: #ddeeff; |
296 | | -} |
297 | | - |
298 | | -.content_block, |
299 | | -.section_anchors, |
300 | | -button.section_heading.hide { |
301 | | - display: none; |
302 | | -} |
303 | | - |
304 | | -#searchbox { |
305 | | - height: 25px; |
306 | | -} |
307 | | - |
308 | | -#searchbox #logo { |
309 | | - display: block; |
310 | | - float: left; |
311 | | - margin-right: 4px; |
312 | | -} |
313 | | - |
314 | | -#searchbox #searchField { |
315 | | - border: 1px solid grey; |
316 | | - height: 20px; |
317 | | - width: 216px; |
318 | | -} |
319 | | - |
320 | | -#searchbox #clearButton { |
321 | | - display: block; |
322 | | -} |
323 | | - |
324 | | -#nav { |
325 | | - height: 23px; |
326 | | - display: none; |
327 | | - width: 172px; |
328 | | - border: 1px solid #cccccc; |
329 | | - border-top: 0px; |
330 | | - margin: -1px 0 0 0; |
331 | | - background: white; |
332 | | - padding: 0 5px 5px 5px; |
333 | | -} |
334 | | - |
335 | | -#search:focus { |
336 | | - outline: none; |
337 | | -} |