Index: trunk/phase3/skins/vector/experiments/new-tabs.css |
— | — | @@ -52,6 +52,8 @@ |
53 | 53 | margin: 0 1px 0 0; |
54 | 54 | padding: 0; |
55 | 55 | background:none; |
| 56 | + overflow:hidden; |
| 57 | + white-space:nowrap; |
56 | 58 | } |
57 | 59 | /* IGNORED BY IE6 */ |
58 | 60 | div.vectorTabs ul > li { |
— | — | @@ -183,14 +185,12 @@ |
184 | 186 | } |
185 | 187 | /* @noflip */ |
186 | 188 | body #head div.vectorMenu h5 { |
187 | | - |
188 | 189 | border-top:1px solid #cccccc; |
189 | 190 | border-left:1px solid #cccccc; |
190 | 191 | border-right:1px solid #cccccc; |
191 | 192 | padding-left: 0; |
192 | 193 | margin-left: 0px; |
193 | 194 | background-image: none !important; |
194 | | - |
195 | 195 | } |
196 | 196 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
197 | 197 | body div.vectorMenu h5 a { |
— | — | @@ -280,7 +280,7 @@ |
281 | 281 | #ca-unwatch.icon, |
282 | 282 | #ca-watch.icon { |
283 | 283 | background-color:#ffffff; |
284 | | - height:1.7em !important; |
| 284 | + height:1.75em !important; |
285 | 285 | |
286 | 286 | } |
287 | 287 | #ca-unwatch.icon a, |
Index: trunk/phase3/skins/vector/experiments/babaco-colors-a.css |
— | — | @@ -1,8 +1,6 @@ |
2 | 2 | /* Babaco Color Scheme A */ |
3 | 3 | |
4 | | -#head-base{ |
5 | | - background:url(images/page-base-fade.png) 0 100% repeat-x #ffffff; |
6 | | -} |
| 4 | + |
7 | 5 | a:visited, |
8 | 6 | a:visited div.vectorTabs li.selected a:visited span { |
9 | 7 | color: #260e9c; |
— | — | @@ -19,6 +17,7 @@ |
20 | 18 | background-color: #f9f9f9 !important; |
21 | 19 | background-image:url(images/page-base-updated.png); |
22 | 20 | } |
| 21 | + |
23 | 22 | /* Links */ |
24 | 23 | a { |
25 | 24 | color: #0066cc; |
— | — | @@ -30,7 +29,7 @@ |
31 | 30 | color: #ff6600; |
32 | 31 | } |
33 | 32 | a.stub { |
34 | | - color: #772233; |
| 33 | + color: #56228b; |
35 | 34 | } |
36 | 35 | a.new, #p-personal a.new { |
37 | 36 | color: #a31205 !important; |
— | — | @@ -46,7 +45,20 @@ |
47 | 46 | h5, |
48 | 47 | h6 { |
49 | 48 | border-color:#999999; |
| 49 | + font-family:arial, sans-serif; |
50 | 50 | } |
| 51 | +h1, |
| 52 | +h2{ |
| 53 | + font-family:georgia, times, serif; |
| 54 | + letter-spacing:0.6px; |
| 55 | +} |
| 56 | +#toc h2, .toc h2 { |
| 57 | + font-family:sans-serif; |
| 58 | + letter-spacing:0px; |
| 59 | +} |
| 60 | +body div.vectorTabs li a { |
| 61 | + font-weight:bold; |
| 62 | +} |
51 | 63 | body div.vectorTabs li a, div.vectorTabs li a span{ |
52 | 64 | color:#4d4d4d; |
53 | 65 | } |