Index: trunk/phase3/skins/chick/IE50Fixes.css |
— | — | @@ -1,67 +0,0 @@ |
2 | | -/* |
3 | | -** IE5.0 Fix Stylesheet |
4 | | -*/ |
5 | | - |
6 | | -#column-content { |
7 | | - margin: 0 !important; |
8 | | - float: none; |
9 | | -} |
10 | | -#column-content #content { |
11 | | - margin-top: 3em; |
12 | | - height: 1%; |
13 | | -} |
14 | | -#column-one { |
15 | | - position: absolute; |
16 | | - overflow: visible; |
17 | | - top: 0; |
18 | | - left: 0; |
19 | | - z-index: 3; |
20 | | -} |
21 | | -#footer { |
22 | | - margin: 0 0 0 13.6em; |
23 | | -} |
24 | | - |
25 | | -/* IE 5 & 5.5 interpret keyword sizes one off */ |
26 | | -body { font-size: xx-small; } |
27 | | -/* |
28 | | -** the edit tabs |
29 | | -*/ |
30 | | -#p-cactions li { |
31 | | - float: left; |
32 | | - padding-top: 0; |
33 | | - padding-bottom: 0 !important; |
34 | | - height: 0.9em; |
35 | | -} |
36 | | -#p-cactions li a { |
37 | | - display: block; |
38 | | - padding-bottom: 0.045em; |
39 | | -} |
40 | | -#p-cactions li.selected a { |
41 | | - padding-bottom: 0.17em; |
42 | | -} |
43 | | -#p-cactions li a:hover { |
44 | | - padding-bottom: 0.17em; |
45 | | -} |
46 | | -/* 5.0 doesn't like the background icon for external links and user */ |
47 | | -.link-external, |
48 | | -.external { |
49 | | - background: none; |
50 | | - padding: 0; |
51 | | -} |
52 | | -#p-personal ul { float: right } |
53 | | -#p-personal li { float: left } |
54 | | -li#pt-userpage, |
55 | | -li#pt-anonuserpage, |
56 | | -li#pt-login, |
57 | | -li#pt-logout { |
58 | | - background: none; |
59 | | - padding-left: none; |
60 | | -} |
61 | | -.visualClear { |
62 | | - width:100%; |
63 | | - height: 0px; |
64 | | - padding:0; |
65 | | - margin:0; |
66 | | -} |
67 | | -#firstHeading { margin-bottom: 0.3em; } |
68 | | -/*div{ border:1px solid Red !important;}*/ |
Index: trunk/phase3/skins/monobook/IE50Fixes.css |
— | — | @@ -1,67 +0,0 @@ |
2 | | -/* |
3 | | -** IE5.0 Fix Stylesheet |
4 | | -*/ |
5 | | - |
6 | | -#column-content { |
7 | | - margin: 0 !important; |
8 | | - float: none; |
9 | | -} |
10 | | -#column-content #content { |
11 | | - margin-top: 3em; |
12 | | - height: 1%; |
13 | | -} |
14 | | -#column-one { |
15 | | - position: absolute; |
16 | | - overflow: visible; |
17 | | - top: 0; |
18 | | - left: 0; |
19 | | - z-index: 3; |
20 | | -} |
21 | | -#footer { |
22 | | - margin: 0 0 0 13.6em; |
23 | | -} |
24 | | - |
25 | | -/* IE 5 & 5.5 interpret keyword sizes one off */ |
26 | | -body { font-size: xx-small; } |
27 | | -/* |
28 | | -** the edit tabs |
29 | | -*/ |
30 | | -#p-cactions li { |
31 | | - float: left; |
32 | | - padding-top: 0; |
33 | | - padding-bottom: 0 !important; |
34 | | - height: 0.9em; |
35 | | -} |
36 | | -#p-cactions li a { |
37 | | - display: block; |
38 | | - padding-bottom: 0.045em; |
39 | | -} |
40 | | -#p-cactions li.selected a { |
41 | | - padding-bottom: 0.17em; |
42 | | -} |
43 | | -#p-cactions li a:hover { |
44 | | - padding-bottom: 0.17em; |
45 | | -} |
46 | | -/* 5.0 doesn't like the background icon for external links and user */ |
47 | | -.link-external, |
48 | | -.external { |
49 | | - background: none; |
50 | | - padding: 0; |
51 | | -} |
52 | | -#p-personal ul { float: right } |
53 | | -#p-personal li { float: left } |
54 | | -li#pt-userpage, |
55 | | -li#pt-anonuserpage, |
56 | | -li#pt-login, |
57 | | -li#pt-logout { |
58 | | - background: none; |
59 | | - padding-left: none; |
60 | | -} |
61 | | -.visualClear { |
62 | | - width: 100%; |
63 | | - height: 0px; |
64 | | - padding:0; |
65 | | - margin: 0; |
66 | | -} |
67 | | -#firstHeading { margin-bottom: .3em; } |
68 | | -/*div{ border:1px solid Red !important;}*/ |
Index: trunk/phase3/skins/Chick.php |
— | — | @@ -25,7 +25,6 @@ |
26 | 26 | parent::setupSkinUserCss( $out ); |
27 | 27 | // Append to the default screen common & print styles... |
28 | 28 | $out->addStyle( 'chick/main.css', 'screen,handheld' ); |
29 | | - $out->addStyle( 'chick/IE50Fixes.css', 'screen,handheld', 'lt IE 5.5000' ); |
30 | 29 | $out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' ); |
31 | 30 | $out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' ); |
32 | 31 | } |
Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -35,7 +35,6 @@ |
36 | 36 | $out->addStyle( $wgHandheldStyle, 'handheld' ); |
37 | 37 | } |
38 | 38 | |
39 | | - $out->addStyle( 'monobook/IE50Fixes.css', 'screen', 'lt IE 5.5000' ); |
40 | 39 | $out->addStyle( 'monobook/IE55Fixes.css', 'screen', 'IE 5.5000' ); |
41 | 40 | $out->addStyle( 'monobook/IE60Fixes.css', 'screen', 'IE 6' ); |
42 | 41 | $out->addStyle( 'monobook/IE70Fixes.css', 'screen', 'IE 7' ); |