Index: trunk/phase3/skins/vector/main.css |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | background-color: white; |
26 | 26 | } |
27 | 27 | body.rtl div#content { |
28 | | - margin-left: 0; |
| 28 | + margin-left: auto; |
29 | 29 | margin-right: 12em; |
30 | 30 | background-position: top right; |
31 | 31 | } |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | background-repeat: repeat-x; |
50 | 50 | } |
51 | 51 | body.rtl div#head-base { |
52 | | - margin-left: 0; |
| 52 | + margin-left: auto; |
53 | 53 | margin-right: 12em; |
54 | 54 | background-position: bottom right; |
55 | 55 | } |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | body.rtl div#head { |
64 | 64 | right: auto; |
65 | 65 | left: 0; |
66 | | - margin-right: 0; |
| 66 | + margin-right: auto; |
67 | 67 | margin-left: 0.75em; |
68 | 68 | } |
69 | 69 | div#head ul, |
— | — | @@ -95,8 +95,7 @@ |
96 | 96 | font-size: 0.9em; |
97 | 97 | } |
98 | 98 | body.rtl div#personal li { |
99 | | - float: right; |
100 | | - margin-left: 0; |
| 99 | + margin-left: auto; |
101 | 100 | margin-right: 0.75em; |
102 | 101 | } |
103 | 102 | /* Navigation */ |
— | — | @@ -104,16 +103,20 @@ |
105 | 104 | margin-top: 3em; |
106 | 105 | margin-left: 12.75em; |
107 | 106 | } |
| 107 | + /* |
108 | 108 | body.rtl div#left-navigation { |
109 | | - margin-left: 0; |
| 109 | + margin-left: auto; |
110 | 110 | margin-right: 12.75em; |
111 | 111 | } |
| 112 | + */ |
112 | 113 | div#right-navigation { |
113 | 114 | float: right; |
114 | 115 | } |
| 116 | + /* |
115 | 117 | body.rtl div#right-navigation { |
116 | 118 | float: left; |
117 | 119 | } |
| 120 | + */ |
118 | 121 | /* Navigation Labels */ |
119 | 122 | div#namespaces h5, |
120 | 123 | div#variants h5, |
— | — | @@ -131,6 +134,7 @@ |
132 | 135 | background-repeat: no-repeat; |
133 | 136 | padding-left: 1px; |
134 | 137 | } |
| 138 | + /* |
135 | 139 | body.rtl div#namespaces, |
136 | 140 | body.rtl div#views { |
137 | 141 | float: right; |
— | — | @@ -138,14 +142,17 @@ |
139 | 143 | padding-left: 0; |
140 | 144 | padding-right: 1px; |
141 | 145 | } |
| 146 | + */ |
142 | 147 | div#namespaces ul, |
143 | 148 | div#views ul { |
144 | 149 | float: left; |
145 | 150 | } |
| 151 | + /* |
146 | 152 | body.rtl div#namespaces ul, |
147 | 153 | body.rtl div#views ul { |
148 | 154 | float: right; |
149 | 155 | } |
| 156 | + */ |
150 | 157 | div#namespaces li, |
151 | 158 | div#views li { |
152 | 159 | float: left; |
— | — | @@ -154,11 +161,13 @@ |
155 | 162 | background-position: bottom left; |
156 | 163 | background-repeat: repeat-x; |
157 | 164 | } |
| 165 | + /* |
158 | 166 | body.rtl div#namespaces li, |
159 | 167 | body.rtl div#views li { |
160 | 168 | float: right; |
161 | 169 | background-position: bottom right; |
162 | 170 | } |
| 171 | + */ |
163 | 172 | div#namespaces li.selected, |
164 | 173 | div#views li.selected { |
165 | 174 | background-image: url(images/tab-current-fade.png); |
— | — | @@ -173,10 +182,12 @@ |
174 | 183 | background-position: bottom right; |
175 | 184 | background-repeat: no-repeat; |
176 | 185 | } |
| 186 | + /* |
177 | 187 | body.rtl div#namespaces a, |
178 | 188 | body.rtl div#views a { |
179 | 189 | background-position: bottom left; |
180 | 190 | } |
| 191 | + */ |
181 | 192 | div#namespaces a span, |
182 | 193 | div#views a span { |
183 | 194 | color: #0645ad; |
— | — | @@ -202,18 +213,22 @@ |
203 | 214 | background-position: center center; |
204 | 215 | background-repeat: no-repeat; |
205 | 216 | } |
| 217 | + /* |
206 | 218 | body.rtl div#variants, |
207 | 219 | body.rtl div#actions { |
208 | 220 | float: right; |
209 | 221 | } |
| 222 | + */ |
210 | 223 | div#variants h5, |
211 | 224 | div#actions h5 { |
212 | 225 | float: left; |
213 | 226 | } |
| 227 | + /* |
214 | 228 | body.rtl div#variants h5, |
215 | 229 | body.rtl div#actions h5 { |
216 | 230 | float: right; |
217 | 231 | } |
| 232 | + */ |
218 | 233 | div#variants h5 a, |
219 | 234 | div#actions h5 a { |
220 | 235 | display: inline-block; |
— | — | @@ -224,11 +239,13 @@ |
225 | 240 | background-position: bottom right; |
226 | 241 | background-repeat: no-repeat; |
227 | 242 | } |
| 243 | + /* |
228 | 244 | body.rtl div#variants h5 a, |
229 | 245 | body.rtl div#actions h5 a { |
230 | 246 | display: inline-block; |
231 | 247 | background-position: bottom left; |
232 | 248 | } |
| 249 | + */ |
233 | 250 | div#variants div.menu, |
234 | 251 | div#actions div.menu { |
235 | 252 | display: none; |
— | — | @@ -248,11 +265,13 @@ |
249 | 266 | margin: 0; |
250 | 267 | margin-left: -1px; |
251 | 268 | } |
| 269 | + /* |
252 | 270 | body.rtl div#variants ul, |
253 | 271 | body.rtl div#actions ul { |
254 | 272 | margin-left: 0; |
255 | 273 | margin-right: -1px; |
256 | 274 | } |
| 275 | + */ |
257 | 276 | div#variants:hover li a, |
258 | 277 | div#actions li a { |
259 | 278 | display: inline-block; |
— | — | @@ -262,21 +281,25 @@ |
263 | 282 | div#search { |
264 | 283 | float: left; |
265 | 284 | } |
| 285 | + /* |
266 | 286 | body.rtl div#search { |
267 | 287 | float: right; |
268 | 288 | } |
| 289 | + */ |
269 | 290 | div#search form, |
270 | 291 | div#search input { |
271 | 292 | float: left; |
272 | 293 | margin-top: 0.4em; |
273 | 294 | margin-left: 0.25em; |
274 | 295 | } |
| 296 | + /* |
275 | 297 | body.rtl div#search form, |
276 | 298 | body.rtl div#search input { |
277 | 299 | float: right; |
278 | 300 | margin-left: 0; |
279 | 301 | margin-right: 0.25em; |
280 | 302 | } |
| 303 | + */ |
281 | 304 | /* Panel */ |
282 | 305 | div#panel { |
283 | 306 | position: absolute; |
— | — | @@ -296,7 +319,6 @@ |
297 | 320 | color: #666666; |
298 | 321 | padding: 0.5em; |
299 | 322 | padding-top: 0; |
300 | | - padding-bottom: 0.33em; |
301 | 323 | padding-left: 1.25em; |
302 | 324 | cursor: default; |
303 | 325 | } |
— | — | @@ -307,7 +329,8 @@ |
308 | 330 | padding-right: 1.25em; |
309 | 331 | } |
310 | 332 | div#panel div.portal div.body { |
311 | | - padding-top: 0.33em; |
| 333 | + margin-top: 0.25em; |
| 334 | + padding-top: 0.5em; |
312 | 335 | margin-left: 1.25em; |
313 | 336 | background-image: url(images/portal-break.png); |
314 | 337 | background-repeat: no-repeat; |
— | — | @@ -925,9 +948,14 @@ |
926 | 949 | #content h3, #content h4, #content h5 { |
927 | 950 | margin-bottom: .3em; |
928 | 951 | } |
929 | | -#firstHeading { |
| 952 | +div.firstHeading { |
| 953 | + padding-top: 0; |
930 | 954 | margin-top: 0; |
| 955 | +} |
| 956 | +div.firstHeading h1 { |
931 | 957 | padding-top: 0; |
| 958 | + margin-top: 0; |
| 959 | + padding-top: 0; |
932 | 960 | margin-bottom: 0.1em; |
933 | 961 | line-height: 1.2em; |
934 | 962 | padding-bottom: 0; |