Index: trunk/phase3/skins/vector/experiments/babaco-colors-a.css |
— | — | @@ -13,6 +13,10 @@ |
14 | 14 | } |
15 | 15 | |
16 | 16 | /* Framework */ |
| 17 | +#page-base { |
| 18 | + background-color: inherit !important; |
| 19 | + background-image: none !important; |
| 20 | +} |
17 | 21 | body { |
18 | 22 | background-color: #f9f9f9 !important; |
19 | 23 | background-image:url(images/page-base-updated.png); |
— | — | @@ -99,4 +103,4 @@ |
100 | 104 | margin-bottom:0; |
101 | 105 | padding-bottom:0.05em; |
102 | 106 | color:#000000; |
103 | | -} |
\ No newline at end of file |
| 107 | +} |
Index: trunk/phase3/skins/vector/experiments/babaco-colors-b.css |
— | — | @@ -8,6 +8,10 @@ |
9 | 9 | } |
10 | 10 | |
11 | 11 | /* Framework */ |
| 12 | +#page-base { |
| 13 | + background-color: inherit !important; |
| 14 | + background-image: none !important; |
| 15 | +} |
12 | 16 | body { |
13 | 17 | background-color: #f9f9f9 !important; |
14 | 18 | background-image:url(images/page-base-updated.png); |
Index: trunk/phase3/skins/vector/experiments/babaco-colors-c.css |
— | — | @@ -1,5 +1,10 @@ |
2 | | -/* Babaco Color Scheme A */ |
| 2 | +/* Babaco Color Scheme C */ |
3 | 3 | |
| 4 | +/* ridding ourselves of the gradient */ |
| 5 | +#page-base { |
| 6 | + background-color: inherit !important; |
| 7 | + background-image: none !important; |
| 8 | +} |
4 | 9 | |
5 | 10 | a:visited, |
6 | 11 | a:visited div.vectorTabs li.selected a:visited span { |
— | — | @@ -42,7 +47,7 @@ |
43 | 48 | font-size:1.5em; |
44 | 49 | } |
45 | 50 | h2 .editsection, |
46 | | -.portal h5{ |
| 51 | +.portal h5 { |
47 | 52 | font-weight:normal; |
48 | 53 | } |
49 | 54 | #toc h2, .toc h2 { |
— | — | @@ -68,7 +73,7 @@ |
69 | 74 | html .thumbimage, |
70 | 75 | .usermessage, |
71 | 76 | img.thumbborder, |
72 | | -div.thumbinner{ |
| 77 | +div.thumbinner { |
73 | 78 | border: 1px solid #cccccc; |
74 | 79 | background-color: #f7f7f7; |
75 | 80 | } |