Index: trunk/phase3/skins/vector/experiments/images/new-portal-break-ltr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/experiments/new-tabs.css |
— | — | @@ -179,18 +179,24 @@ |
180 | 180 | /* Variants and Actions */ |
181 | 181 | /* @noflip */ |
182 | 182 | div.vectorMenu { |
| 183 | + background-image:url(images/tab-fade.png); |
| 184 | + background-position:bottom left; |
| 185 | + background-repeat:repeat-x; |
| 186 | + border-top:1px solid #cccccc; |
| 187 | + border-left:1px solid #cccccc; |
| 188 | + border-right:1px solid #cccccc; |
183 | 189 | } |
184 | 190 | body.rtl div.vectorMenu { |
185 | 191 | direction: rtl; |
186 | 192 | } |
187 | 193 | /* @noflip */ |
188 | 194 | body #head div.vectorMenu h5 { |
189 | | - border-top:1px solid #cccccc; |
190 | | - border-left:1px solid #cccccc; |
191 | | - border-right:1px solid #cccccc; |
| 195 | + background-image: url(../images/arrow-down-icon.png); |
| 196 | + background-position: center center; |
| 197 | + background-repeat: no-repeat; |
192 | 198 | padding-left: 0; |
193 | 199 | margin-left: 0px; |
194 | | - background-image: none !important; |
| 200 | + |
195 | 201 | } |
196 | 202 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
197 | 203 | body div.vectorMenu h5 a { |
— | — | @@ -281,12 +287,15 @@ |
282 | 288 | #ca-watch.icon { |
283 | 289 | background-color:#ffffff; |
284 | 290 | height:1.75em !important; |
285 | | - |
| 291 | + background-image:url(images/tab-fade.png); |
| 292 | + background-position:bottom left; |
| 293 | + background-repeat:repeat-x; |
286 | 294 | } |
287 | 295 | #ca-unwatch.icon a, |
288 | 296 | #ca-watch.icon a { |
289 | 297 | height: 1.7em !important; |
290 | 298 | border-bottom:none; |
| 299 | + background-color:transparent; |
291 | 300 | } |
292 | 301 | #ca-watch.icon a, |
293 | 302 | #ca-unwatch.icon a { |
Index: trunk/phase3/skins/vector/experiments/babaco-colors-a.css |
— | — | @@ -45,17 +45,17 @@ |
46 | 46 | h5, |
47 | 47 | h6 { |
48 | 48 | border-color:#999999; |
49 | | - font-family:arial, sans-serif; |
| 49 | + font-family:georgia, times, serif; |
50 | 50 | } |
51 | 51 | #firstHeading { |
52 | 52 | font-size:1.5em; |
53 | 53 | } |
54 | 54 | h1, |
55 | 55 | h2{ |
56 | | - font-family:georgia, times, serif; |
57 | 56 | letter-spacing:0.6px; |
58 | 57 | } |
59 | | -h2 .editsection{ |
| 58 | +h2 .editsection, |
| 59 | +.portal h5{ |
60 | 60 | font-family:sans-serif; |
61 | 61 | letter-spacing:0px; |
62 | 62 | } |
— | — | @@ -98,5 +98,7 @@ |
99 | 99 | } |
100 | 100 | #panel div.portal h5 { |
101 | 101 | font-weight:bold; |
102 | | - padding-bottom:0; |
| 102 | + margin-bottom:0; |
| 103 | + padding-bottom:0.05em; |
| 104 | + color:#000000; |
103 | 105 | } |
\ No newline at end of file |