Index: trunk/extensions/MobileFrontend/stylesheets/wii.css |
— | — | @@ -89,10 +89,3 @@ |
90 | 90 | padding: 1em 0; |
91 | 91 | font-size: 80%; |
92 | 92 | } |
93 | | - |
94 | | -.content_block, |
95 | | -.section_anchors, |
96 | | -button.section_heading.hide { |
97 | | - display: none; |
98 | | -} |
99 | | - |
Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -630,3 +630,19 @@ |
631 | 631 | span.citation:target, cite:target { |
632 | 632 | background-color: #ddeeff; |
633 | 633 | } |
| 634 | + |
| 635 | +.content_block, |
| 636 | +.section_anchors, |
| 637 | +button.section_heading.hide { |
| 638 | + display: none; |
| 639 | +} |
| 640 | + |
| 641 | +#nav { |
| 642 | + display: none; |
| 643 | + width: 172px; |
| 644 | + border: 1px solid #cccccc; |
| 645 | + border-top: 0px; |
| 646 | + margin: -1px 0 0 0; |
| 647 | + background: white; |
| 648 | + padding: 0 5px 5px 5px; |
| 649 | +} |
Index: trunk/extensions/MobileFrontend/stylesheets/simple.css |
— | — | @@ -5,11 +5,6 @@ |
6 | 6 | width: 27px; |
7 | 7 | } |
8 | 8 | |
9 | | -.content_block, |
10 | | -.section_anchors, |
11 | | -button.section_heading.hide { |
12 | | - display: none; |
13 | | -} |
14 | 9 | |
15 | 10 | #header, #footer, #content_wrapper { |
16 | 11 | margin: 0 2px; |
— | — | @@ -37,6 +32,7 @@ |
38 | 33 | display: none; |
39 | 34 | } |
40 | 35 | |
| 36 | +/* TODO: duplicate see psp.css */ |
41 | 37 | .nav { |
42 | 38 | border: 0; |
43 | 39 | border-bottom: 2px solid #6d84b4; |
— | — | @@ -47,10 +43,6 @@ |
48 | 44 | margin: 0; |
49 | 45 | } |
50 | 46 | |
51 | | -#nav { |
52 | | - padding: 5px 0 5px 0; |
53 | | -} |
54 | | - |
55 | 47 | .mwm-notice { |
56 | 48 | text-align: left; |
57 | 49 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css |
— | — | @@ -5,12 +5,6 @@ |
6 | 6 | width: 27px; |
7 | 7 | } |
8 | 8 | |
9 | | -.content_block, |
10 | | -.section_anchors, |
11 | | -button.section_heading.hide { |
12 | | - display: none; |
13 | | -} |
14 | | - |
15 | 9 | #searchbox { |
16 | 10 | height: 25px; |
17 | 11 | } |
— | — | @@ -33,13 +27,6 @@ |
34 | 28 | |
35 | 29 | #nav { |
36 | 30 | height: 23px; |
37 | | - display: none; |
38 | | - width: 172px; |
39 | | - border: 1px solid #cccccc; |
40 | | - border-top: 0px; |
41 | | - margin: -1px 0 0 0; |
42 | | - background: white; |
43 | | - padding: 0 5px 5px 5px; |
44 | 31 | } |
45 | 32 | |
46 | 33 | body { |
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css |
— | — | @@ -5,12 +5,6 @@ |
6 | 6 | width: 27px; |
7 | 7 | } |
8 | 8 | |
9 | | -.content_block, |
10 | | -.section_anchors, |
11 | | -button.section_heading.hide { |
12 | | - display: none; |
13 | | -} |
14 | | - |
15 | 9 | body { |
16 | 10 | font-size: 1.8em; |
17 | 11 | } |
— | — | @@ -20,12 +14,5 @@ |
21 | 15 | } |
22 | 16 | |
23 | 17 | #nav { |
24 | | - display: none; |
25 | 18 | width: 250px; |
26 | | - border: 1px solid #cccccc; |
27 | | - border-top: 0px; |
28 | | - margin: -1px 0 0 0; |
29 | | - background: white; |
30 | | - padding: 0 5px 5px 5px; |
31 | 19 | } |
32 | | - |
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css |
— | — | @@ -5,27 +5,11 @@ |
6 | 6 | width: 27px; |
7 | 7 | } |
8 | 8 | |
9 | | -.content_block, |
10 | | -.section_anchors, |
11 | | -button.section_heading.hide { |
12 | | - display: none; |
13 | | -} |
14 | | - |
15 | 9 | #clearButton { |
16 | 10 | display: none; |
17 | 11 | } |
18 | 12 | |
19 | 13 | #nav { |
20 | | - display: none; |
21 | | - width: 172px; |
22 | | - border: 1px solid #cccccc; |
23 | | - border-top: 0px; |
24 | | - margin: -1px 0 0 0; |
25 | | - background: white; |
26 | | - padding: 0 5px 5px 5px; |
27 | | -} |
28 | | - |
29 | | -#nav { |
30 | 14 | margin-top: 8px; |
31 | 15 | } |
32 | 16 | |
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css |
— | — | @@ -5,12 +5,6 @@ |
6 | 6 | width: 27px; |
7 | 7 | } |
8 | 8 | |
9 | | -.content_block, |
10 | | -.section_anchors, |
11 | | -button.section_heading.hide { |
12 | | - display: none; |
13 | | -} |
14 | | - |
15 | 9 | #header, #footer, #content_wrapper { |
16 | 10 | margin: 0 2px; |
17 | 11 | } |
— | — | @@ -37,6 +31,9 @@ |
38 | 32 | display: none; |
39 | 33 | } |
40 | 34 | |
| 35 | +/* TODO: review duplicate definition in operamini, psp, simple |
| 36 | +Are they even necessary? could/should they be in common.css ? |
| 37 | +*/ |
41 | 38 | .nav { |
42 | 39 | border: 0; |
43 | 40 | border-bottom: 2px solid #6d84b4; |
— | — | @@ -47,10 +44,6 @@ |
48 | 45 | margin: 0; |
49 | 46 | } |
50 | 47 | |
51 | | -#nav { |
52 | | - padding: 5px 0 5px 0; |
53 | | -} |
54 | | - |
55 | 48 | .mwm-notice { |
56 | 49 | text-align: left; |
57 | 50 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css |
— | — | @@ -14,26 +14,10 @@ |
15 | 15 | border: 1px solid grey; |
16 | 16 | } |
17 | 17 | |
18 | | -.content_block, |
19 | | -.section_anchors, |
20 | | -button.section_heading.hide { |
21 | | - display: none; |
22 | | -} |
23 | | - |
24 | 18 | #clearButton { |
25 | 19 | display: none; |
26 | 20 | } |
27 | 21 | |
28 | | -#nav { |
29 | | - display: none; |
30 | | - width: 172px; |
31 | | - border: 1px solid #cccccc; |
32 | | - border-top: 0px; |
33 | | - margin: -1px 0 0 0; |
34 | | - background: white; |
35 | | - padding: 0 5px 5px 5px; |
36 | | -} |
37 | | - |
38 | 22 | #header { |
39 | 23 | max-width: 290px; |
40 | 24 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/android.css |
— | — | @@ -16,24 +16,7 @@ |
17 | 17 | } |
18 | 18 | } |
19 | 19 | |
20 | | -.content_block, |
21 | | -.section_anchors, |
22 | | -button.section_heading.hide { |
23 | | - display: none; |
24 | | -} |
25 | | - |
26 | 20 | #clearButton { |
27 | 21 | display: none; |
28 | 22 | } |
29 | 23 | |
30 | | -#nav { |
31 | | - display: none; |
32 | | - width: 172px; |
33 | | - border: 1px solid #cccccc; |
34 | | - border-top: 0px; |
35 | | - margin: -1px 0 0 0; |
36 | | - background: white; |
37 | | - padding: 0 5px 5px 5px; |
38 | | -} |
39 | | - |
40 | | - |
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css |
— | — | @@ -9,22 +9,6 @@ |
10 | 10 | width: 27px; |
11 | 11 | } |
12 | 12 | |
13 | | -.content_block, |
14 | | -.section_anchors, |
15 | | -button.section_heading.hide { |
16 | | - display: none; |
17 | | -} |
18 | | - |
19 | 13 | #clearButton { |
20 | 14 | display: none; |
21 | 15 | } |
22 | | - |
23 | | -#nav { |
24 | | - display: none; |
25 | | - width: 172px; |
26 | | - border: 1px solid #cccccc; |
27 | | - border-top: 0px; |
28 | | - margin: -1px 0 0 0; |
29 | | - background: white; |
30 | | - padding: 0 5px 5px 5px; |
31 | | -} |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css |
— | — | @@ -15,16 +15,6 @@ |
16 | 16 | display: none; |
17 | 17 | } |
18 | 18 | |
19 | | -#nav { |
20 | | - display: none; |
21 | | - width: 172px; |
22 | | - border: 1px solid #cccccc; |
23 | | - border-top: 0px; |
24 | | - margin: -1px 0 0 0; |
25 | | - background: white; |
26 | | - padding: 0 5px 5px 5px; |
27 | | -} |
28 | | - |
29 | 19 | #ogg_player_1 { |
30 | 20 | display: none; |
31 | 21 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -655,3 +655,19 @@ |
656 | 656 | span.citation:target, cite:target { |
657 | 657 | background-color: #ddeeff; |
658 | 658 | } |
| 659 | + |
| 660 | +.content_block, |
| 661 | +.section_anchors, |
| 662 | +button.section_heading.hide { |
| 663 | + display: none; |
| 664 | +} |
| 665 | + |
| 666 | +#nav { |
| 667 | + display: none; |
| 668 | + width: 172px; |
| 669 | + border: 1px solid #cccccc; |
| 670 | + border-top: 0px; |
| 671 | + margin: -1px 0 0 0; |
| 672 | + background: white; |
| 673 | + padding: 0 5px 5px 5px; |
| 674 | +} |
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css |
— | — | @@ -5,11 +5,6 @@ |
6 | 6 | width: 27px; |
7 | 7 | } |
8 | 8 | |
9 | | -.content_block, |
10 | | -.section_anchors, |
11 | | -button.section_heading.hide { |
12 | | - display: none; |
13 | | -} |
14 | 9 | |
15 | 10 | #header, #footer, #content_wrapper { |
16 | 11 | margin: 0 2px; |
— | — | @@ -37,6 +32,7 @@ |
38 | 33 | display: none; |
39 | 34 | } |
40 | 35 | |
| 36 | +/* TODO: duplicate see psp.css */ |
41 | 37 | .nav { |
42 | 38 | border: 0; |
43 | 39 | border-bottom: 2px solid #6d84b4; |
— | — | @@ -47,10 +43,6 @@ |
48 | 44 | margin: 0; |
49 | 45 | } |
50 | 46 | |
51 | | -#nav { |
52 | | - padding: 5px 0 5px 0; |
53 | | -} |
54 | | - |
55 | 47 | .mwm-notice { |
56 | 48 | text-align: left; |
57 | 49 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/default.css |
— | — | @@ -5,11 +5,3 @@ |
6 | 6 | height: 25px; |
7 | 7 | width: 27px; |
8 | 8 | } |
9 | | - |
10 | | -.content_block, |
11 | | -.section_anchors, |
12 | | -button.section_heading.hide { |
13 | | - display: none; |
14 | | -} |
15 | | - |
16 | | - |
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css |
— | — | @@ -16,23 +16,8 @@ |
17 | 17 | } |
18 | 18 | } |
19 | 19 | |
20 | | -.content_block, |
21 | | -.section_anchors, |
22 | | -button.section_heading.hide { |
23 | | - display: none; |
24 | | -} |
25 | | - |
26 | 20 | #clearButton { |
27 | 21 | display: none; |
28 | 22 | } |
29 | 23 | |
30 | | -#nav { |
31 | | - display: none; |
32 | | - width: 172px; |
33 | | - border: 1px solid #cccccc; |
34 | | - border-top: 0px; |
35 | | - margin: -1px 0 0 0; |
36 | | - background: white; |
37 | | - padding: 0 5px 5px 5px; |
38 | | -} |
39 | 24 | |