Index: trunk/phase3/skins/monobook/Opera6Fixes.css |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | /* opera 6 fixes */ |
3 | | -#column-one { |
| 3 | +div#column-one { |
4 | 4 | position: relative; |
5 | 5 | max-width: 11.7em; |
6 | 6 | } |
Index: trunk/phase3/skins/monobook/rtl.css |
— | — | @@ -26,11 +26,11 @@ |
27 | 27 | direction: rtl; |
28 | 28 | unicode-bidi: embed; |
29 | 29 | } |
30 | | -#column-content { |
| 30 | +div#column-content { |
31 | 31 | margin: 0 -12.2em 0 0; |
32 | 32 | float: left; |
33 | 33 | } |
34 | | -#column-content #content{ |
| 34 | +div#column-content div#content{ |
35 | 35 | margin-left: 0; |
36 | 36 | margin-right: 12.2em; |
37 | 37 | border-right: 1px solid #aaaaaa; |
— | — | @@ -153,7 +153,7 @@ |
154 | 154 | background: none !important; |
155 | 155 | } |
156 | 156 | */ |
157 | | -#footer { |
| 157 | +div#footer { |
158 | 158 | clear: both; |
159 | 159 | } |
160 | 160 | #f-poweredbyico { |
— | — | @@ -164,22 +164,22 @@ |
165 | 165 | float: right; |
166 | 166 | height: 1%; |
167 | 167 | } |
168 | | -* html #footer { |
| 168 | +* html div#footer { |
169 | 169 | margin-left: 0; |
170 | 170 | margin-right: 13.6em; |
171 | 171 | border-left: 0; |
172 | 172 | border-right: 1px solid #fabd23; |
173 | 173 | } |
174 | | -* html #column-content { |
| 174 | +* html div#column-content { |
175 | 175 | float: none; |
176 | 176 | margin-left: 0; |
177 | 177 | margin-right: 0; |
178 | 178 | } |
179 | | -* html #column-content #content { |
| 179 | +* html div#column-content div#content { |
180 | 180 | margin-left: 0; |
181 | 181 | margin-top: 3em; |
182 | 182 | } |
183 | | -* html #column-one { right: 0; } |
| 183 | +* html div#column-one { right: 0; } |
184 | 184 | |
185 | 185 | /* js pref toc */ |
186 | 186 | |
Index: trunk/phase3/skins/monobook/IE50Fixes.css |
— | — | @@ -2,22 +2,22 @@ |
3 | 3 | ** IE5.0 Fix Stylesheet |
4 | 4 | */ |
5 | 5 | |
6 | | -#column-content { |
| 6 | +div#column-content { |
7 | 7 | margin: 0 !important; |
8 | 8 | float: none; |
9 | 9 | } |
10 | | -#column-content #content { |
| 10 | +div#column-content #content { |
11 | 11 | margin-top: 3em; |
12 | 12 | height: 1%; |
13 | 13 | } |
14 | | -#column-one { |
| 14 | +div#column-one { |
15 | 15 | position: absolute; |
16 | 16 | overflow: visible; |
17 | 17 | top: 0; |
18 | 18 | left: 0; |
19 | 19 | z-index: 3; |
20 | 20 | } |
21 | | -#footer { |
| 21 | +div#footer { |
22 | 22 | margin: 0 0 0 13.6em; |
23 | 23 | } |
24 | 24 | |
Index: trunk/phase3/skins/monobook/IE60Fixes.css |
— | — | @@ -1,23 +1,23 @@ |
2 | 2 | /* 6.0 - only fixes */ |
3 | 3 | /* content area */ |
4 | 4 | /* workaround for various ie float bugs */ |
5 | | -#column-content { |
| 5 | +div#column-content { |
6 | 6 | float: none; |
7 | 7 | margin-left: 0; |
8 | 8 | height: 1%; |
9 | 9 | } |
10 | | -#column-content #content { |
| 10 | +div#column-content div#content { |
11 | 11 | margin-left: 12.2em; |
12 | 12 | margin-top: 3em; |
13 | 13 | height: 1%; |
14 | 14 | } |
15 | | -#column-one { |
| 15 | +div#column-one { |
16 | 16 | position: absolute; |
17 | 17 | top: 0; |
18 | 18 | left: 0; |
19 | 19 | z-index: 4; |
20 | 20 | } |
21 | | -#footer { |
| 21 | +div#footer { |
22 | 22 | margin-left: 13.6em; |
23 | 23 | border-left: 1px solid #fabd23; |
24 | 24 | } |
Index: trunk/phase3/skins/monobook/IE70Fixes.css |
— | — | @@ -3,13 +3,13 @@ |
4 | 4 | /* workaround for various ie float bugs */ |
5 | 5 | |
6 | 6 | /* This bit is needed to make links clickable... WTF */ |
7 | | -#column-content #content { |
| 7 | +div#column-content div#content { |
8 | 8 | margin-left: 12.2em; |
9 | 9 | margin-top: 3em; |
10 | 10 | height: 1%; |
11 | 11 | } |
12 | 12 | |
13 | | -.rtl #column-one { |
| 13 | +.rtl div#column-one { |
14 | 14 | /* For some reason it tries to inherit the padding-top into every div, |
15 | 15 | * and I can't figure out how to get it back off. |
16 | 16 | * Margin works correctly for this use, though. |
— | — | @@ -78,7 +78,7 @@ |
79 | 79 | */ |
80 | 80 | |
81 | 81 | |
82 | | -#footer li { |
| 82 | +div#footer li { |
83 | 83 | /* Work around bug with inline <li> tags with right margins and nowrap */ |
84 | 84 | margin-right: 0; |
85 | 85 | } |
Index: trunk/phase3/skins/monobook/IE55Fixes.css |
— | — | @@ -1,25 +1,25 @@ |
2 | 2 | /* IE5.5/win- only fixes */ |
3 | 3 | |
4 | | -#column-content { |
| 4 | +div#column-content { |
5 | 5 | float: none; |
6 | 6 | margin-left: 0; |
7 | 7 | height: 1%; |
8 | 8 | } |
9 | | -#column-content #content { |
| 9 | +div#column-content #content { |
10 | 10 | position: relative; |
11 | 11 | z-index: 5; |
12 | 12 | margin-left: 12.2em; |
13 | 13 | margin-top: 3em; |
14 | 14 | height: 1%; |
15 | 15 | } |
16 | | -#column-one { |
| 16 | +div#column-one { |
17 | 17 | position: absolute; |
18 | 18 | top: 0; |
19 | 19 | left: 0; |
20 | 20 | z-index: 4; |
21 | 21 | width: 100%; |
22 | 22 | } |
23 | | -#footer { |
| 23 | +div#footer { |
24 | 24 | margin-left: 13.6em; |
25 | 25 | border-left: 1px solid #fabd23; |
26 | 26 | } |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1091,8 +1091,8 @@ |
1092 | 1092 | |
1093 | 1093 | /* more IE fixes */ |
1094 | 1094 | /* float/negative margin brokenness */ |
1095 | | -* html #footer {margin-top: 0;} |
1096 | | -* html #column-content { |
| 1095 | +* html div#footer {margin-top: 0;} |
| 1096 | +* html div#column-content { |
1097 | 1097 | display: inline; |
1098 | 1098 | margin-bottom: 0; |
1099 | 1099 | } |
— | — | @@ -1100,15 +1100,15 @@ |
1101 | 1101 | #pagehistory li.selected { position: relative; } |
1102 | 1102 | |
1103 | 1103 | /* Mac IE 5.0 fix; floated content turns invisible */ |
1104 | | -* > html #column-content { |
| 1104 | +* > html div#column-content { |
1105 | 1105 | float: none; |
1106 | 1106 | } |
1107 | | -* > html #column-one { |
| 1107 | +* > html div#column-one { |
1108 | 1108 | position: absolute; |
1109 | 1109 | left: 0; |
1110 | 1110 | top: 0; |
1111 | 1111 | } |
1112 | | -* > html #footer { |
| 1112 | +* > html div#footer { |
1113 | 1113 | margin-left: 13.2em; |
1114 | 1114 | } |
1115 | 1115 | .redirectText { |