Index: branches/REL1_16/phase3/skins/vector/main-ltr.css |
— | — | @@ -37,14 +37,14 @@ |
38 | 38 | background-color: white; |
39 | 39 | } |
40 | 40 | /* Head */ |
41 | | -#page-base { |
| 41 | +#mw-page-base { |
42 | 42 | height: 5em; |
43 | 43 | background-color: white; |
44 | 44 | background-image: url(images/page-fade.png); |
45 | 45 | background-position: bottom left; |
46 | 46 | background-repeat: repeat-x; |
47 | 47 | } |
48 | | -#head-base { |
| 48 | +#mw-head-base { |
49 | 49 | margin-top: -5em; |
50 | 50 | margin-left: 10em; |
51 | 51 | height: 5em; |
— | — | @@ -52,13 +52,13 @@ |
53 | 53 | background-position: bottom left; |
54 | 54 | background-repeat: repeat-x; |
55 | 55 | } |
56 | | -#head { |
| 56 | +#mw-head { |
57 | 57 | position: absolute; |
58 | 58 | top: 0; |
59 | 59 | right: 0; |
60 | 60 | width: 100%; |
61 | 61 | } |
62 | | -#head h5 { |
| 62 | +#mw-head h5 { |
63 | 63 | margin: 0; |
64 | 64 | padding: 0; |
65 | 65 | } |
— | — | @@ -212,16 +212,16 @@ |
213 | 213 | } |
214 | 214 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
215 | 215 | /* @noflip */ |
216 | | - #head div.vectorMenu h5 { |
| 216 | + #mw-head div.vectorMenu h5 { |
217 | 217 | float: left; |
218 | 218 | background-image: url(images/tab-break.png); |
219 | 219 | background-repeat: no-repeat; |
220 | 220 | } |
221 | 221 | /* IGNORED BY IE6 */ |
222 | | - #head div.vectorMenu > h5 { |
| 222 | + #mw-head div.vectorMenu > h5 { |
223 | 223 | background-image: none; |
224 | 224 | } |
225 | | - #head div.vectorMenu h5 { |
| 225 | + #mw-head div.vectorMenu h5 { |
226 | 226 | background-position: bottom left; |
227 | 227 | margin-left: -1px; |
228 | 228 | } |
Index: branches/REL1_16/phase3/skins/vector/main-rtl.css |
— | — | @@ -37,14 +37,14 @@ |
38 | 38 | background-color: white; |
39 | 39 | } |
40 | 40 | /* Head */ |
41 | | -#page-base { |
| 41 | +#mw-page-base { |
42 | 42 | height: 5em; |
43 | 43 | background-color: white; |
44 | 44 | background-image: url(images/page-fade.png); |
45 | 45 | background-position: bottom right; |
46 | 46 | background-repeat: repeat-x; |
47 | 47 | } |
48 | | -#head-base { |
| 48 | +#mw-head-base { |
49 | 49 | margin-top: -5em; |
50 | 50 | margin-right: 10em; |
51 | 51 | height: 5em; |
— | — | @@ -52,13 +52,13 @@ |
53 | 53 | background-position: bottom right; |
54 | 54 | background-repeat: repeat-x; |
55 | 55 | } |
56 | | -#head { |
| 56 | +#mw-head { |
57 | 57 | position: absolute; |
58 | 58 | top: 0; |
59 | 59 | left: 0; |
60 | 60 | width: 100%; |
61 | 61 | } |
62 | | -#head h5 { |
| 62 | +#mw-head h5 { |
63 | 63 | margin: 0; |
64 | 64 | padding: 0; |
65 | 65 | } |
— | — | @@ -212,16 +212,16 @@ |
213 | 213 | } |
214 | 214 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
215 | 215 | /* @noflip */ |
216 | | - #head div.vectorMenu h5 { |
| 216 | + #mw-head div.vectorMenu h5 { |
217 | 217 | float: left; |
218 | 218 | background-image: url(images/tab-break.png); |
219 | 219 | background-repeat: no-repeat; |
220 | 220 | } |
221 | 221 | /* IGNORED BY IE6 */ |
222 | | - #head div.vectorMenu > h5 { |
| 222 | + #mw-head div.vectorMenu > h5 { |
223 | 223 | background-image: none; |
224 | 224 | } |
225 | | - #head div.vectorMenu h5 { |
| 225 | + #mw-head div.vectorMenu h5 { |
226 | 226 | background-position: bottom right; |
227 | 227 | margin-right: -1px; |
228 | 228 | } |