Index: trunk/phase3/skins/vector/experiments/images/new-border.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/skins/vector/experiments/images/new-border.png |
___________________________________________________________________ |
Name: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/phase3/skins/vector/experiments/new-tabs.css |
— | — | @@ -3,19 +3,30 @@ |
4 | 4 | background-color: #f9f9f9; |
5 | 5 | color: #000000; |
6 | 6 | } |
| 7 | + |
| 8 | +/* new border color */ |
| 9 | +#content { |
| 10 | + background-image: url(images/new-border.png); |
| 11 | +} |
| 12 | +#head-base { |
| 13 | + background-image: url(images/new-border.png); |
| 14 | +} |
| 15 | +#footer { |
| 16 | + background-image: url(images/new-border.png); |
| 17 | +} |
7 | 18 | body div#left-navigation, |
8 | | - body div#right-navigation{ |
9 | | - top:3.15em; |
| 19 | + body div#right-navigation { |
| 20 | + top:3em; |
10 | 21 | } |
11 | | - body div#right-navigation{ |
12 | | - margin-top:3.15em; |
| 22 | + body div#right-navigation { |
| 23 | + margin-top:3em; |
13 | 24 | } |
14 | 25 | body #p-search form, |
15 | 26 | body #p-search input, |
16 | 27 | body #simpleSearch { |
17 | 28 | margin-top:0; |
18 | 29 | } |
19 | | - body div#p-cactions{ |
| 30 | + body div#p-cactions { |
20 | 31 | margin-top:0; |
21 | 32 | } |
22 | 33 | /* Namespaces and Views */ |
— | — | @@ -43,9 +54,9 @@ |
44 | 55 | } |
45 | 56 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
46 | 57 | body div.vectorTabs ul li { |
47 | | - line-height: 1.125em; |
| 58 | + line-height: 1.3em; |
48 | 59 | display: inline-block; |
49 | | - height: 1.85em; |
| 60 | + height: 2em; |
50 | 61 | margin: 0 1px 0 0; |
51 | 62 | padding: 0; |
52 | 63 | background:none; |
— | — | @@ -63,9 +74,8 @@ |
64 | 75 | border-top:1px solid #c0c0c0; |
65 | 76 | border-left:1px solid #c0c0c0; |
66 | 77 | border-right:1px solid #c0c0c0; |
67 | | - border-bottom:1px solid #a7d7f9; |
68 | 78 | display: inline-block; |
69 | | - height: 1.75em; |
| 79 | + height: 1.9em; |
70 | 80 | padding-left: 0.4em; |
71 | 81 | padding-right: 0.4em; |
72 | 82 | background-image:url(images/tab-fade.png); |
— | — | @@ -101,7 +111,7 @@ |
102 | 112 | background-position:top right; |
103 | 113 | border:none; |
104 | 114 | } |
105 | | - body div.vectorTabs li.last a{ |
| 115 | + body div.vectorTabs li.last a { |
106 | 116 | margin-right:7px; |
107 | 117 | padding-left:0.4em; |
108 | 118 | padding-right:0; |
— | — | @@ -118,7 +128,7 @@ |
119 | 129 | background-position:top left; |
120 | 130 | border:none; |
121 | 131 | } |
122 | | - body div.vectorTabs li.first a{ |
| 132 | + body div.vectorTabs li.first a { |
123 | 133 | margin-left:7px; |
124 | 134 | padding-left:0em; |
125 | 135 | padding-right:0.4em; |
— | — | @@ -137,32 +147,31 @@ |
138 | 148 | text-decoration: none; |
139 | 149 | } |
140 | 150 | |
141 | | - body div.vectorTabs li.selected a{ |
| 151 | + body div.vectorTabs li.selected a { |
142 | 152 | border-top:1px solid #6cc8f3; |
143 | 153 | border-right:1px solid #6cc8f3; |
144 | 154 | border-left:1px solid #6cc8f3; |
145 | | - border-bottom:#ffffff; |
146 | | - height: 1.8em; |
147 | 155 | background-color:#fff; |
| 156 | + height:1.95em; |
148 | 157 | background-image:none; |
149 | 158 | } |
150 | | - body div.vectorTabs li.selected.first{ |
| 159 | + body div.vectorTabs li.selected.first { |
151 | 160 | background-image: url(images/tab-active-first.png); |
152 | 161 | background-repeat:no-repeat; |
153 | 162 | background-position:top left; |
154 | 163 | } |
155 | | - body div.vectorTabs li.selected.first a{ |
| 164 | + body div.vectorTabs li.selected.first a { |
156 | 165 | margin-left:7px; |
157 | 166 | padding-right:0.4em; |
158 | 167 | padding-left:0.2em; |
159 | 168 | border-left:none; |
160 | 169 | } |
161 | | - body div.vectorTabs li.selected.last{ |
| 170 | + body div.vectorTabs li.selected.last { |
162 | 171 | background-image: url(images/tab-active-last.png); |
163 | 172 | background-repeat:no-repeat; |
164 | 173 | background-position:top right; |
165 | 174 | } |
166 | | - body div.vectorTabs li.selected.last a{ |
| 175 | + body div.vectorTabs li.selected.last a { |
167 | 176 | margin-right:7px; |
168 | 177 | padding-left:0.4em; |
169 | 178 | padding-right:0.2em; |
— | — | @@ -190,13 +199,16 @@ |
191 | 200 | border-right:1px solid #c0c0c0; |
192 | 201 | padding-left: 0; |
193 | 202 | margin-left: 0px; |
| 203 | + background-image: none !important; |
| 204 | + |
194 | 205 | } |
195 | 206 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
196 | 207 | body div.vectorMenu h5 a { |
197 | 208 | display: inline-block; |
198 | 209 | width: 24px; |
199 | | - height:1.5em; |
200 | | - background-image: none; |
| 210 | + height:1.7em; |
| 211 | + background-image: none !important; |
| 212 | + |
201 | 213 | } |
202 | 214 | /* IGNORED BY IE6 */ |
203 | 215 | div.vectorMenu h5 > a { |
— | — | @@ -204,6 +216,7 @@ |
205 | 217 | } |
206 | 218 | div.vectorMenu div.menu { |
207 | 219 | position: relative; |
| 220 | + left:1px; |
208 | 221 | display: none; |
209 | 222 | clear: both; |
210 | 223 | text-align: left; |
— | — | @@ -275,17 +288,17 @@ |
276 | 289 | text-decoration: none; |
277 | 290 | } |
278 | 291 | #ca-unwatch.icon, |
279 | | -#ca-watch.icon{ |
| 292 | +#ca-watch.icon { |
280 | 293 | background-color:#ffffff; |
| 294 | + height:1.9em !important; |
281 | 295 | |
282 | 296 | } |
283 | 297 | #ca-unwatch.icon a, |
284 | 298 | #ca-watch.icon a { |
285 | | - height: 1.75em !important; |
286 | | - padding-bottom:1px; |
| 299 | + height: 1.9em !important; |
287 | 300 | border-bottom:none; |
288 | 301 | } |
289 | 302 | #ca-watch.icon a, |
290 | | -#ca-unwatch.icon a{ |
| 303 | +#ca-unwatch.icon a { |
291 | 304 | background-repeat:no-repeat; |
292 | 305 | } |