Index: trunk/extensions/MobileFrontend/stylesheets/wii.css |
— | — | @@ -1,72 +1,3 @@ |
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.gallery .gallerytext { |
55 | | - margin-top: -12px; |
56 | | - text-align: center; |
57 | | -} |
58 | | - |
59 | | -table.geography[style] th { |
60 | | - text-align: left; |
61 | | -} |
62 | | - |
63 | | -table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
64 | | - text-align: left !important; |
65 | | -} |
66 | | - |
67 | | -table.admin { |
68 | | - width: 300px; |
69 | | -} |
70 | | - |
71 | 2 | html { |
72 | 3 | font-size: 0.8em; |
73 | 4 | } |
— | — | @@ -261,15 +192,6 @@ |
262 | 193 | width: 450px; |
263 | 194 | } |
264 | 195 | |
265 | | -.mwm-notice { |
266 | | - padding: 5px; |
267 | | - background: #dddddd; |
268 | | - -webkit-border-radius: 5px; |
269 | | - margin-top: 5px; |
270 | | - text-align: center; |
271 | | - border: 1px solid grey; |
272 | | -} |
273 | | - |
274 | 196 | .mwm-message.mwm-notice { |
275 | 197 | font-size: 1.1em; |
276 | 198 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -319,3 +319,82 @@ |
320 | 320 | button.section_heading.hide { |
321 | 321 | display: none; |
322 | 322 | } |
| 323 | + |
| 324 | +.mwm-notice { |
| 325 | + padding: 5px; |
| 326 | + background: #dddddd; |
| 327 | + -webkit-border-radius: 5px; |
| 328 | + margin-top: 5px; |
| 329 | + text-align: center; |
| 330 | + border: 1px solid gray; |
| 331 | +} |
| 332 | + |
| 333 | +table table { |
| 334 | + border: 0; |
| 335 | +} |
| 336 | + |
| 337 | +table table td, |
| 338 | +table table th { |
| 339 | + border: 0; |
| 340 | +} |
| 341 | + |
| 342 | +table.toc { |
| 343 | + background: #f9f9f9; |
| 344 | +} |
| 345 | + |
| 346 | +table.navbox td.navbox-abovebelow { |
| 347 | + padding: 3px; |
| 348 | +} |
| 349 | + |
| 350 | +table.navbox td.navbox-group + td { |
| 351 | + padding: 3px; |
| 352 | +} |
| 353 | + |
| 354 | +table.navbox div[style*="padding"] a { |
| 355 | + white-space: pre-wrap; |
| 356 | +} |
| 357 | + |
| 358 | +table.navbox span[style*="white"] { |
| 359 | + white-space: pre-wrap !important; |
| 360 | +} |
| 361 | + |
| 362 | +table.navbox td, |
| 363 | +table.navbox th { |
| 364 | + padding: 0; |
| 365 | +} |
| 366 | + |
| 367 | +table.navbox table { |
| 368 | + margin-bottom: 0; |
| 369 | +} |
| 370 | + |
| 371 | +table.wikitable th { |
| 372 | + background: #f3f3f3; |
| 373 | +} |
| 374 | + |
| 375 | +table.infobox { |
| 376 | + background: #f9f9f9; |
| 377 | +} |
| 378 | + |
| 379 | +table.infobox th, |
| 380 | +table.infobox td { |
| 381 | + border: 0; |
| 382 | +} |
| 383 | + |
| 384 | +table.infobox td[colspan="3"], |
| 385 | +table.infobox th[colspan="3"] { |
| 386 | + border: 1px solid #cccccc; |
| 387 | +} |
| 388 | + |
| 389 | +table.geography[style] th { |
| 390 | + text-align: left; |
| 391 | +} |
| 392 | + |
| 393 | +table.geography[style] td[style*="text-align"] div[style], |
| 394 | +table.geography[style] td[colspan="2"] div[style] { |
| 395 | + text-align: left !important; |
| 396 | +} |
| 397 | + |
| 398 | +table.admin { |
| 399 | + width: 300px; |
| 400 | +} |
| 401 | + |
Index: trunk/extensions/MobileFrontend/stylesheets/simple.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -257,15 +193,6 @@ |
258 | 194 | margin-top: 5em; |
259 | 195 | } |
260 | 196 | |
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 | 197 | .mwm-message.mwm-notice { |
271 | 198 | font-size: 1.1em; |
272 | 199 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -257,15 +193,6 @@ |
258 | 194 | margin-top: 5em; |
259 | 195 | } |
260 | 196 | |
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 | 197 | .mwm-message.mwm-notice { |
271 | 198 | font-size: 1.1em; |
272 | 199 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -257,15 +193,6 @@ |
258 | 194 | margin-top: 5em; |
259 | 195 | } |
260 | 196 | |
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 | 197 | .mwm-message.mwm-notice { |
271 | 198 | font-size: 1.1em; |
272 | 199 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -257,15 +193,6 @@ |
258 | 194 | margin-top: 5em; |
259 | 195 | } |
260 | 196 | |
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 | 197 | .mwm-message.mwm-notice { |
271 | 198 | font-size: 1.1em; |
272 | 199 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -257,15 +193,6 @@ |
258 | 194 | margin-top: 5em; |
259 | 195 | } |
260 | 196 | |
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 | 197 | .mwm-message.mwm-notice { |
271 | 198 | font-size: 1.1em; |
272 | 199 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/kindle.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | table#header { |
67 | 3 | border: 0px; |
68 | 4 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/android.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -268,15 +204,6 @@ |
269 | 205 | margin-top: 5em; |
270 | 206 | } |
271 | 207 | |
272 | | -.mwm-notice { |
273 | | - padding: 5px; |
274 | | - background: #dddddd; |
275 | | - -webkit-border-radius: 5px; |
276 | | - margin-top: 5px; |
277 | | - text-align: center; |
278 | | - border: 1px solid grey; |
279 | | -} |
280 | | - |
281 | 208 | .mwm-message.mwm-notice { |
282 | 209 | font-size: 1.1em; |
283 | 210 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css |
— | — | @@ -2,70 +2,6 @@ |
3 | 3 | test: 1; |
4 | 4 | } |
5 | 5 | |
6 | | -table table { |
7 | | - border: 0; |
8 | | -} |
9 | | - |
10 | | -table table td, table table th { |
11 | | - border: 0; |
12 | | -} |
13 | | - |
14 | | -table.toc { |
15 | | - background: #f9f9f9; |
16 | | -} |
17 | | - |
18 | | -table.navbox td.navbox-abovebelow { |
19 | | - padding: 3px; |
20 | | -} |
21 | | - |
22 | | -table.navbox td.navbox-group + td { |
23 | | - padding: 3px; |
24 | | -} |
25 | | - |
26 | | -table.navbox div[style*="padding"] a { |
27 | | - white-space: pre-wrap; |
28 | | -} |
29 | | - |
30 | | -table.navbox span[style*="white"] { |
31 | | - white-space: pre-wrap !important; |
32 | | -} |
33 | | - |
34 | | -table.navbox td, table.navbox th { |
35 | | - padding: 0; |
36 | | -} |
37 | | - |
38 | | -table.navbox table { |
39 | | - margin-bottom: 0; |
40 | | -} |
41 | | - |
42 | | -table.wikitable th { |
43 | | - background: #f3f3f3; |
44 | | -} |
45 | | - |
46 | | -table.infobox { |
47 | | - background: #f9f9f9; |
48 | | -} |
49 | | - |
50 | | -table.infobox th, table.infobox td { |
51 | | - border: 0; |
52 | | -} |
53 | | - |
54 | | -table.infobox td[colspan="3"], table.infobox th[colspan="3"] { |
55 | | - border: 1px solid #cccccc; |
56 | | -} |
57 | | - |
58 | | -table.geography[style] th { |
59 | | - text-align: left; |
60 | | -} |
61 | | - |
62 | | -table.geography[style] td[style*="text-align"] div[style], table.geography[style] td[colspan="2"] div[style] { |
63 | | - text-align: left !important; |
64 | | -} |
65 | | - |
66 | | -table.admin { |
67 | | - width: 300px; |
68 | | -} |
69 | | - |
70 | 6 | html { |
71 | 7 | font-size: 0.8em; |
72 | 8 | } |
— | — | @@ -261,15 +197,6 @@ |
262 | 198 | margin-top: 5em; |
263 | 199 | } |
264 | 200 | |
265 | | -.mwm-notice { |
266 | | - padding: 5px; |
267 | | - background: #dddddd; |
268 | | - -webkit-border-radius: 5px; |
269 | | - margin-top: 5px; |
270 | | - text-align: center; |
271 | | - border: 1px solid grey; |
272 | | -} |
273 | | - |
274 | 201 | .mwm-message.mwm-notice { |
275 | 202 | font-size: 1.1em; |
276 | 203 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -263,15 +199,6 @@ |
264 | 200 | margin-top: 5em; |
265 | 201 | } |
266 | 202 | |
267 | | -.mwm-notice { |
268 | | - padding: 5px; |
269 | | - background: #dddddd; |
270 | | - -webkit-border-radius: 5px; |
271 | | - margin-top: 5px; |
272 | | - text-align: center; |
273 | | - border: 1px solid grey; |
274 | | -} |
275 | | - |
276 | 203 | .mwm-message.mwm-notice { |
277 | 204 | font-size: 1.1em; |
278 | 205 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -344,3 +344,81 @@ |
345 | 345 | button.section_heading.hide { |
346 | 346 | display: none; |
347 | 347 | } |
| 348 | + |
| 349 | +.mwm-notice { |
| 350 | + padding: 5px; |
| 351 | + background: #dddddd; |
| 352 | + -webkit-border-radius: 5px; |
| 353 | + margin-top: 5px; |
| 354 | + text-align: center; |
| 355 | + border: 1px solid gray; |
| 356 | +} |
| 357 | + |
| 358 | +table table { |
| 359 | + border: 0; |
| 360 | +} |
| 361 | + |
| 362 | +table table td, |
| 363 | +table table th { |
| 364 | + border: 0; |
| 365 | +} |
| 366 | + |
| 367 | +table.toc { |
| 368 | + background: #f9f9f9; |
| 369 | +} |
| 370 | + |
| 371 | +table.navbox td.navbox-abovebelow { |
| 372 | + padding: 3px; |
| 373 | +} |
| 374 | + |
| 375 | +table.navbox td.navbox-group + td { |
| 376 | + padding: 3px; |
| 377 | +} |
| 378 | + |
| 379 | +table.navbox div[style*="padding"] a { |
| 380 | + white-space: pre-wrap; |
| 381 | +} |
| 382 | + |
| 383 | +table.navbox span[style*="white"] { |
| 384 | + white-space: pre-wrap !important; |
| 385 | +} |
| 386 | + |
| 387 | +table.navbox td, |
| 388 | +table.navbox th { |
| 389 | + padding: 0; |
| 390 | +} |
| 391 | + |
| 392 | +table.navbox table { |
| 393 | + margin-bottom: 0; |
| 394 | +} |
| 395 | + |
| 396 | +table.wikitable th { |
| 397 | + background: #f3f3f3; |
| 398 | +} |
| 399 | + |
| 400 | +table.infobox { |
| 401 | + background: #f9f9f9; |
| 402 | +} |
| 403 | + |
| 404 | +table.infobox th, |
| 405 | +table.infobox td { |
| 406 | + border: 0; |
| 407 | +} |
| 408 | + |
| 409 | +table.infobox td[colspan="3"], |
| 410 | +table.infobox th[colspan="3"] { |
| 411 | + border: 1px solid #cccccc; |
| 412 | +} |
| 413 | + |
| 414 | +table.geography[style] th { |
| 415 | + text-align: left; |
| 416 | +} |
| 417 | + |
| 418 | +table.geography[style] td[style*="text-align"] div[style], |
| 419 | +table.geography[style] td[colspan="2"] div[style] { |
| 420 | + text-align: left !important; |
| 421 | +} |
| 422 | + |
| 423 | +table.admin { |
| 424 | + width: 300px; |
| 425 | +} |
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -257,15 +193,6 @@ |
258 | 194 | margin-top: 5em; |
259 | 195 | } |
260 | 196 | |
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 | 197 | .mwm-message.mwm-notice { |
271 | 198 | font-size: 1.1em; |
272 | 199 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/default.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -258,15 +194,6 @@ |
259 | 195 | margin-top: 5em; |
260 | 196 | } |
261 | 197 | |
262 | | -.mwm-notice { |
263 | | - padding: 5px; |
264 | | - background: #dddddd; |
265 | | - -webkit-border-radius: 5px; |
266 | | - margin-top: 5px; |
267 | | - text-align: center; |
268 | | - border: 1px solid grey; |
269 | | -} |
270 | | - |
271 | 198 | .mwm-message.mwm-notice { |
272 | 199 | font-size: 1.1em; |
273 | 200 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css |
— | — | @@ -1,67 +1,3 @@ |
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 | 2 | html { |
67 | 3 | font-size: 0.8em; |
68 | 4 | } |
— | — | @@ -268,15 +204,6 @@ |
269 | 205 | margin-top: 5em; |
270 | 206 | } |
271 | 207 | |
272 | | -.mwm-notice { |
273 | | - padding: 5px; |
274 | | - background: #dddddd; |
275 | | - -webkit-border-radius: 5px; |
276 | | - margin-top: 5px; |
277 | | - text-align: center; |
278 | | - border: 1px solid grey; |
279 | | -} |
280 | | - |
281 | 208 | .mwm-message.mwm-notice { |
282 | 209 | font-size: 1.1em; |
283 | 210 | } |