Index: trunk/phase3/skins/vector/experiments/new-tabs.css |
— | — | @@ -96,7 +96,7 @@ |
97 | 97 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
98 | 98 | body div.vectorTabs a span { |
99 | 99 | display: inline-block; |
100 | | - padding-top: 0.5em; |
| 100 | + padding-top: 0.55em; |
101 | 101 | } |
102 | 102 | /* IGNORED BY IE6 */ |
103 | 103 | /* @noflip */ |
— | — | @@ -301,3 +301,16 @@ |
302 | 302 | #ca-unwatch.icon a { |
303 | 303 | background-repeat:no-repeat; |
304 | 304 | } |
| 305 | +.wikiEditor-ui-tabs { |
| 306 | + border: none; |
| 307 | +} |
| 308 | +.wikiEditor-ui-tabs div { |
| 309 | + border: 1px solid silver; |
| 310 | + margin-right: 1px; |
| 311 | +} |
| 312 | +.wikiEditor-ui-tabs div a { |
| 313 | + background: #FFFFFF url(images/tab-fade.png) repeat-x 0 100%; |
| 314 | +} |
| 315 | +.wikiEditor-ui-tabs div.current a { |
| 316 | + background: #FFFFFF; |
| 317 | +} |
\ No newline at end of file |
Index: trunk/phase3/skins/vector/experiments/babaco-colors-c.css |
— | — | @@ -0,0 +1,99 @@ |
| 2 | +/* Babaco Color Scheme A */ |
| 3 | + |
| 4 | + |
| 5 | +a:visited, |
| 6 | +a:visited div.vectorTabs li.selected a:visited span { |
| 7 | + color: #260e9c; |
| 8 | +} |
| 9 | + |
| 10 | +html .thumbimage, |
| 11 | +#toc, .toc, .mw-warning, div.thumbinner { |
| 12 | + border-color: #cccccc; |
| 13 | + background-color: #f7f7f7; |
| 14 | +} |
| 15 | + |
| 16 | +/* Framework */ |
| 17 | +body { |
| 18 | + background-color: #f9f9f9 !important; |
| 19 | + background-image:url(images/page-base-updated.png); |
| 20 | +} |
| 21 | + |
| 22 | +/* Links */ |
| 23 | +a { |
| 24 | + color: #0066cc; |
| 25 | +} |
| 26 | +a:visited { |
| 27 | + color: #004d99; |
| 28 | +} |
| 29 | +a:active { |
| 30 | + color: #ff6600; |
| 31 | +} |
| 32 | +a.stub { |
| 33 | + color: #56228b; |
| 34 | +} |
| 35 | +a.new, #p-personal a.new { |
| 36 | + color: #a31205 !important; |
| 37 | +} |
| 38 | +a.new:visited, #p-personal a.new:visited { |
| 39 | + color: #a31205; |
| 40 | +} |
| 41 | + |
| 42 | +h1, |
| 43 | +h2, |
| 44 | +h3, |
| 45 | +h4, |
| 46 | +h5, |
| 47 | +h6 { |
| 48 | + border-color:#999999; |
| 49 | + font-family:georgia, times, serif; |
| 50 | + font-weight:bold; |
| 51 | +} |
| 52 | +#firstHeading { |
| 53 | + font-size:1.5em; |
| 54 | +} |
| 55 | +h2 .editsection, |
| 56 | +.portal h5{ |
| 57 | + font-family:sans-serif; |
| 58 | + font-weight:normal; |
| 59 | + |
| 60 | +} |
| 61 | +#toc h2, .toc h2 { |
| 62 | + font-family:sans-serif; |
| 63 | + font-weight:normal; |
| 64 | +} |
| 65 | +body #panel div.portal div.body { |
| 66 | + background-image:url(images/new-portal-break-ltr.png); |
| 67 | +} |
| 68 | + |
| 69 | +div.vectorTabs li.new a, |
| 70 | +div.vectorTabs li.new a span, |
| 71 | +div.vectorTabs li.new a:visited, |
| 72 | +div.vectorTabs li.new a:visited span { |
| 73 | + color:#a31205; |
| 74 | +} |
| 75 | +#toc, |
| 76 | +.toc, |
| 77 | +.mw-warning, |
| 78 | +div.gallerybox div.thumb, |
| 79 | +table.gallery, |
| 80 | +#preferences fieldset.prefsection fieldset, |
| 81 | +#preferences, |
| 82 | +html .thumbimage, |
| 83 | +.usermessage, |
| 84 | +img.thumbborder, |
| 85 | +div.thumbinner{ |
| 86 | + border: 1px solid #cccccc; |
| 87 | + background-color: #f7f7f7; |
| 88 | +} |
| 89 | +#panel div.portal h5 { |
| 90 | + font-weight:bold; |
| 91 | + margin-bottom:0; |
| 92 | + padding-bottom:0.05em; |
| 93 | + color:#000000; |
| 94 | +} |
| 95 | +div.vectorTabs li.selected a, |
| 96 | +div.vectorTabs li.selected a span, |
| 97 | +div.vectorTabs li.selected a:visited |
| 98 | +div.vectorTabs li.selected a:visited span { |
| 99 | + color: #333333 !important; |
| 100 | +} |
\ No newline at end of file |