Index: trunk/phase3/skins/vector/experiments/babaco-colors-a.css |
— | — | @@ -55,30 +55,20 @@ |
56 | 56 | div.vectorTabs li.new a:visited span { |
57 | 57 | color:#990000; |
58 | 58 | } |
59 | | -/* Table of Contents */ |
60 | 59 | #toc, |
61 | 60 | .toc, |
62 | | -.mw-warning { |
| 61 | +.mw-warning, |
| 62 | +div.gallerybox div.thumb, |
| 63 | +table.gallery, |
| 64 | +#preferences fieldset.prefsection fieldset, |
| 65 | +#preferences, |
| 66 | +html .thumbimage, |
| 67 | +.usermessage, |
| 68 | +img.thumbborder, |
| 69 | +div.thumbinner{ |
63 | 70 | border: 1px solid #c0c0c0; |
64 | 71 | background-color: #f0f0f0; |
65 | 72 | } |
66 | | -div.thumbinner { |
67 | | - border: 1px solid #c0c0c0; |
68 | | - background-color: #f0f0f0; |
69 | | -} |
70 | | -html .thumbimage { |
71 | | - border: 1px solid #c0c0c0; |
72 | | - background-color: #f0f0f0; |
73 | | -} |
74 | | -img.thumbborder { |
75 | | - border: 1px solid #dddddd; |
76 | | -} |
77 | | -/* User Message */ |
78 | | -.usermessage { |
79 | | - background-color: #ffce7b; |
80 | | - border: 1px solid #ffa500; |
81 | | - color: black; |
82 | | -} |
83 | 73 | #firstHeading { |
84 | 74 | color:#005780; |
85 | 75 | } |
Index: trunk/phase3/skins/vector/experiments/babaco-colors-b.css |
— | — | @@ -1 +1,63 @@ |
2 | | -/* Babaco Color Scheme B */ |
\ No newline at end of file |
| 2 | +/* Babaco Color Scheme A */ |
| 3 | + |
| 4 | + |
| 5 | +html .thumbimage, |
| 6 | +#toc, .toc, .mw-warning, div.thumbinner { |
| 7 | + border-color: #c0c0c0; |
| 8 | + background-color: #f0f0f0; |
| 9 | +} |
| 10 | + |
| 11 | +/* Framework */ |
| 12 | +body { |
| 13 | + background-color: #f9f9f9; |
| 14 | + color: #000000; |
| 15 | +} |
| 16 | +/* Links */ |
| 17 | +a { |
| 18 | + color: #003cb3; |
| 19 | +} |
| 20 | +a.stub { |
| 21 | + color: #772233; |
| 22 | +} |
| 23 | +a.new, #p-personal a.new { |
| 24 | + color: #990000 !important; |
| 25 | +} |
| 26 | +{ |
| 27 | + color: #260e9c; |
| 28 | +} |
| 29 | +a:visited, |
| 30 | +a:visited div.vectorTabs li.selected a:visited span, |
| 31 | +a.new:visited, |
| 32 | +#p-personal a.new:visited { |
| 33 | + color: #260e9c; |
| 34 | +} |
| 35 | +h1, |
| 36 | +h2, |
| 37 | +h3, |
| 38 | +h4, |
| 39 | +h5, |
| 40 | +h6 { |
| 41 | + border-color:#8d8d8d; |
| 42 | +} |
| 43 | + |
| 44 | +div.vectorTabs li.new a, |
| 45 | +div.vectorTabs li.new a span, |
| 46 | +div.vectorTabs li.new a:visited, |
| 47 | +div.vectorTabs li.new a:visited span { |
| 48 | + color:#990000; |
| 49 | +} |
| 50 | + |
| 51 | +#toc, |
| 52 | +.toc, |
| 53 | +.mw-warning, |
| 54 | +div.gallerybox div.thumb, |
| 55 | +table.gallery, |
| 56 | +#preferences fieldset.prefsection fieldset, |
| 57 | +#preferences, |
| 58 | +html .thumbimage, |
| 59 | +.usermessage, |
| 60 | +img.thumbborder, |
| 61 | +div.thumbinner{ |
| 62 | + border: 1px solid #c0c0c0; |
| 63 | + background-color: #f0f0f0; |
| 64 | +} |