summaryrefslogtreecommitdiff
path: root/skins/vector/experiments/new-tabs.css
blob: e3850e8e498ed99e97f73d974cc9733e59ff2213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
/* new border color */
#content {
	background-image: url(images/new-border.png);
}

#footer {
	background-image: url(images/new-border.png);
}
	body div#left-navigation,
	body div#right-navigation {
		top:3.2em;
	}
	body div#right-navigation {
		margin-top:3.2em;
	}
	body #p-search form, 
	body #p-search input, 
	body #simpleSearch {
		margin-top:0;
	}
	body div#p-cactions {
		margin-top:0;
	}
	/* Namespaces and Views */
	/* @noflip */
	div.vectorTabs {
		float: left;
	}
	body div.vectorTabs {
		background-image: none;
		padding-left: 0;
	}
	/* @noflip */
	div.vectorTabs ul {
		float: left;
	}
	div.vectorTabs ul {
		height: 100%;
		list-style: none;
		background-image:none;
		margin: 0;
		padding: 0;
	}
	/* @noflip */
	div.vectorTabs ul li {
		float: left;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	body div.vectorTabs ul li {
		line-height: 1em;
		display: inline-block;
		height: 2em;
		margin: 0 1px 0 0;
		padding: 0;
		background:none;
		overflow:hidden;
		white-space:nowrap;
	}
	/* IGNORED BY IE6 */
	div.vectorTabs ul > li {
		display: block;
	}
	body div.vectorTabs li.selected {
		background-image: none;
		border:none;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	body div.vectorTabs li a {
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
		display: inline-block;
		height: 1.7em;
		padding-left: 0.6em;
		padding-right: 0.6em;
		background-image:url(images/tab-fade.png);
		background-position:bottom left;
		background-repeat:repeat-x;
		background-color:#ffffff;
	}
	body div.vectorTabs li.new a{
		background-image:url(images/tab-new-fade.png);
		
	}
	div.vectorTabs li a,
	div.vectorTabs li a span {
		cursor: pointer;
	}
	div.vectorTabs li a span {
		font-size: 0.8em;
	}
	/* IGNORED BY IE6 */
	div.vectorTabs li > a {
		display: block;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	body div.vectorTabs a span {
		display: inline-block;
		padding-top: 0.5em;
	}
	/* IGNORED BY IE6 */
	/* @noflip */
	div.vectorTabs a > span {
		float: left;
		display: block;
	}
	body div.vectorTabs li.last {
		background-image: url(images/tab-last.png);
		background-repeat:no-repeat;
		background-position:top right;
		border:none;
	}
	body div.vectorTabs li.last a {
		margin-right:7px;
		padding-left:0.4em;
		padding-right:0;
		border-left:1px solid #cccccc;
		border-top:1px solid #cccccc;
		border-right:none;
		background-image:url(images/tab-fade.png);
		background-position:top left;
		background-repeat:repeat-x;
	}
	body div.vectorTabs li.first {
		background-image: url(images/tab-first.png);
		background-repeat:no-repeat;
		background-position:top left;
		border:none;
	}
	body div.vectorTabs li.first a {
		margin-left:7px;
		padding-left:0em;
		padding-right:0.4em;
		border-right:1px solid #cccccc;
		border-top:1px solid #cccccc;
		background-image:url(images/tab-fade.png);
		background-position:top left;
		background-repeat:repeat-x;
	}
	
	div.vectorTabs li.selected a,
	div.vectorTabs li.selected a span,
	div.vectorTabs li.selected a:visited
	div.vectorTabs li.selected a:visited span {
		color: #be5900 !important;
		text-decoration: none;
	}

	body div.vectorTabs li.selected a {
		border-top:1px solid #6cc8f3;
		border-right:1px solid #6cc8f3;
		border-left:1px solid #6cc8f3;
		background-color:#fff;
		height:1.75em;
		background-image:none;
	}
	body div.vectorTabs li.selected.first {
		background-image: url(images/tab-active-first.png);
		background-repeat:no-repeat;
		background-position:top left;
	}
	body div.vectorTabs li.selected.first a {
		margin-left:7px;
		padding-right:0.6em;
		padding-left:0.4em;
		border-left:none;
	}
	body div.vectorTabs li.selected.last {
		background-image: url(images/tab-active-last.png);
		background-repeat:no-repeat;
		background-position:top right;
	}
	body div.vectorTabs li.selected.last a {
		margin-right:7px;
		padding-left:0.6em;
		padding-right:0.4em;
		border-right:none;
	}
	
	/* Variants and Actions */
	/* @noflip */
	div.vectorMenu {
		background-image:url(images/tab-fade.png);
		background-position:bottom left;
		background-repeat:repeat-x;
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
	}
	body.rtl div.vectorMenu {
		direction: rtl;
	}
	/* @noflip */
	body #mw-head div.vectorMenu h5 {
		background-image: url(../images/arrow-down-icon.png);
		background-position: center center;
		background-repeat: no-repeat;
		padding-left: 0;
		margin-left: 0px;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	body div.vectorMenu h5 a {
		display: inline-block;
		width: 24px;
		height:1.5em;
		background-image: none !important;
		
	}
	/* IGNORED BY IE6 */
	div.vectorMenu h5 > a {
		display: block;
	}
	div.vectorMenu div.menu {
		position: relative;
		left:1px;
		display: none;
		clear: both;
		text-align: left;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	body.rtl div.vectorMenu div.menu {
		margin-right: 24px;
	}
	/* IGNORED BY IE6 */
	body.rtl div.vectorMenu > div.menu {
		margin-right: auto;
	}
	/* Fixes old versions of FireFox */
	body.rtl div.vectorMenu > div.menu,
	x:-moz-any-link {
		margin-right: 24px;
	}
	div.vectorMenu:hover div.menu {
		display: block;
	}
	div.vectorMenu ul {
		position: absolute;
		background-color: white;
		border: solid 1px silver;
		border-top-width: 0;
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		padding: 0;
		margin: 0;
		margin-left: -1px;
		text-align: left;
	}
	/* Fixes old versions of FireFox */
	div.vectorMenu ul,
	x:-moz-any-link {
		min-width: 5em;
	}
	/* Returns things back to normal in modern versions of FireFox */
	div.vectorMenu ul,
	x:-moz-any-link,
	x:default {
		min-width: 0;
	}
	div.vectorMenu li {
		padding: 0;
		margin: 0;
		text-align: left;
		line-height: 1em;
	}
	/* OVERRIDDEN BY COMPLIANT BROWSERS */
	div.vectorMenu li a {
		display: inline-block;
		padding: 0.5em;
		white-space: nowrap;
	}
	/* IGNORED BY IE6 */
	div.vectorMenu li > a {
		display: block;
	}
	div.vectorMenu li a {
		color: #0645ad;
		cursor: pointer;
		font-size: 0.8em;
	}
	div.vectorMenu li.selected a,
	div.vectorMenu li.selected a:visited {
		color: #333333;
		text-decoration: none;
	}
#ca-unwatch.icon,
#ca-watch.icon {
	background-color:#ffffff;
	height:1.75em !important;
	background-image:url(images/tab-fade.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#ca-unwatch.icon a,
#ca-watch.icon a {
	height: 1.7em !important;
	border-bottom:none;
	background-color:transparent;
}
#ca-watch.icon a,
#ca-unwatch.icon a {
	background-repeat:no-repeat;
}
.wikiEditor-ui-tabs {
	border: none;
	height: 2.15em;
}
.wikiEditor-ui-buttons {
	height: 2.15em;
}
.wikiEditor-ui-tabs div {
	border: 1px solid silver;
	margin-right: 1px;
	height: 2.15em;
}
.wikiEditor-ui-tabs div a {
	line-height: 2.15em;
	background: #FFFFFF url(images/tab-fade.png) repeat-x  0 100%;
}
.wikiEditor-ui-tabs div.current a {
	background: #FFFFFF;
}