summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dijit/themes/soria/layout/TabContainer.css.commented.css
blob: c559cfcf62875df122d78f710736ba1847991162 (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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
/** 
 * dijit.layout.TabContainer 
 *
 * To style TabContainer with rounded corners 
 * you can use these classes: .dijitTab (left), .dijitTabContent (center), dijitTabInnerDiv (right)
 * For tabs aligned to top you can style a stripe div right underneath the tabs using .dijitTabStripe
 */ 
 
/* Classes for all types of tabs (top/bottom/left/right) */

.soria .dijitTabPaneWrapper { /* Container for tab content */
	/*
	overflow: hidden;
	*/
	background:#fff;
	border:1px solid #b1badf;
}

.soria .dijitTab { 
	line-height:normal;
	margin-right:3px;	/* space between one tab and the next in top/bottom mode */
	padding:0px;
	background: url("../images/tabContainerSprite.gif") no-repeat 0 -300px;
	font-size: 0.9em;
	font-weight: bold;
	color: #373941;
	margin-bottom: -1px;	
}

.soria dijitTabChecked {
	margin-bottom: -2px;	
}

.soria .dijitTabInnerDiv .dijitTabContent {
	padding:8px 10px 4px 10px;
	background: url("../images/tabContainerSprite.gif") repeat-x 0 -350px;
}

.soria .dijitTabInnerDiv {
	padding:0px 10px 0px 10px;
	background: url("../images/tabContainerSprite.gif") no-repeat;
	background-position: right -400px;
	border: none;
}

.soria .dijitTabHover,
.soria .dijitTabCloseButtonHover {
	color: #243C5F;
	background: url("../images/tabContainerSprite.gif") no-repeat 0px -150px;
}

.soria .dijitTabHover .dijitTabInnerDiv,
.soria .dijitTabCloseButtonHover .dijitTabInnerDiv {
	background: url("../images/tabContainerSprite.gif") no-repeat right -250px;
	border: none;
}

.soria .dijitTabHover .dijitTabInnerDiv .dijitTabContent,
.soria .dijitTabCloseButtonHover .dijitTabInnerDiv .dijitTabContent {
	background: url("../images/tabContainerSprite.gif") repeat-x 0 -200px;
	padding:8px 10px 4px 10px;
}

.soria .dijitTabChecked,
.soria .dijitTabCloseButtonChecked
{
	/* the selected tab (with or without hover) */
	background: url("../images/tabContainerSprite.gif") no-repeat 0px -0px;
}

.soria .dijitTabChecked .dijitTabInnerDiv {
	padding:0px 10px 0px 10px;
	background: url("../images/tabContainerSprite.gif") no-repeat right -100px;
	border: none;
}

.soria .dijitTabChecked .dijitTabInnerDiv .dijitTabContent {
	background: url("../images/tabContainerSprite.gif") repeat-x 0 -50px;
	padding:8px 10px 5px 10px;
	color: #243C5F !important;
}

/* top specific classes */

.soria .dijitTabLabels-top {
	border-left: 1px solid #b1badf;
	border-top: 1px solid #b1badf;
	border-right: 1px solid #b1badf;
	padding-top: 2px;
	padding-left: 3px;	
	padding-right: 3px;	
	background: #F0F4FC url("../images/tabStripe.gif") repeat-x left bottom;
	padding-bottom: 4px;
}
/*
.soria .dijitAlignTop .dijitTabStripe {
	background: url("../images/tabStripe.gif") repeat-x left bottom;
	padding-left: 2px;
	padding-top: 0px;
	height: 4px;
	clear: both;
	font-size: 1px;
	margin-left: -3px;
}
*/

.soria .dijitAlignLeft .dijitTab,
.soria .dijitAlignRight .dijitTab {
	margin-right:0px;
	margin-bottom:5px;	/* space between one tab and the next in left/right mode */
}

/* make the active tab white on the side next to the content pane */
.soria .dijitAlignTop .dijitTabChecked,
.soria .dijitAlignTop .dijitTabCloseButtonChecked
{
	border-bottom-color:white;
	vertical-align:bottom;
}

.soria .dijitAlignBottom .dijitTabChecked,
.soria .dijitAlignBottom .dijitTabCloseButtonChecked
{
	border-top-color:white;
	/*-moz-border-radius:2px 2px 0px 0px; eliminate some border detritrus on moz */
}

.soria .dijitAlignLeft .dijitTabChecked,
.soria .dijitAlignLeft .dijitTabCloseButtonChecked
{
	border-right-color:white;
}

.soria .dijitAlignRight .dijitTabChecked,
.soria .dijitAlignRight .dijitTabCloseButtonChecked
{
	border-left-color:white;
}

/* bottom specific classes */

.soria .dijitTabLabels-bottom {
	padding-bottom: 2px;
	padding-left: 3px;	
	background-color: #f0f4fc;	
	border-left: 1px solid #b1badf;
	border-bottom: 1px solid #b1badf;
	border-right: 1px solid #b1badf;
	background: #F0F4FC url("../images/tabStripeBottom.gif") repeat-x left top;
	padding-top: 3px;
	padding-right: 3px;	
}
/*
.soria .dijitAlignBottom .dijitTabStripe {
	background: url("../images/tabStripe.gif") repeat-x left bottom;
	padding-left: 2px;
	padding-top: 0px;
	height: 4px;
	clear: both;
	font-size: 1px;
	margin-left: -3px;
}
*/
.soria .dijitAlignBottom .dijitTab { 
	line-height:normal;
	margin-right:3px;	/* space between one tab and the next in top/bottom mode */
	padding:0px;
	background: url("../images/tabBottomEnabledSpriteLR.gif") no-repeat bottom left;
	font-size: 0.9em;
	font-weight: bold;
	color: #373941;
	margin-bottom: 0px;
	margin-top: 1px;	
}

.soria .dijitAlignBottom .dijitTabChecked {
	margin-bottom: 0px;	
	margin-top: 0px !important;
}

.soria .dijitAlignBottom .dijitTabInnerDiv .dijitTabContent {
	padding:6px 10px 6px 10px;
	background: url("../images/tabBottomEnabledC.gif") repeat-x bottom left;
}

.soria .dijitAlignBottom .dijitTabInnerDiv {
	padding:0px 10px 0px 10px;
	background: url("../images/tabBottomEnabledSpriteLR.gif") no-repeat bottom right;
	border: none;
}

.soria .dijitAlignBottom .dijitTabHover,
.soria .dijitAlignBottom .dijitTabCloseButtonHover {
	color: #243C5F;
	background: url("../images/tabBottomHoverSpriteLR.gif") no-repeat bottom left;
}

.soria .dijitAlignBottom .dijitTabHover .dijitTabInnerDiv,
.soria .dijitAlignBottom .dijitTabCloseButtonHover .dijitTabInnerDiv {
	background: url("../images/tabBottomHoverSpriteLR.gif") no-repeat bottom right;
	border: none;
}

.soria .dijitAlignBottom .dijitTabHover .dijitTabInnerDiv .dijitTabContent,
.soria .dijitAlignBottom .dijitTabCloseButtonHover .dijitTabInnerDiv .dijitTabContent {
	background: url("../images/tabBottomHoverC.gif") repeat-x bottom left;
	padding:6px 10px 6px 10px;
}

.dj_ie6 .soria .dijitAlignBottom .dijitTabHover,
.dj_ie6 .soria .dijitAlignBottom .dijitTabCloseButtonHover {
	background-image: url("../images/tabHover.gif");
}

.soria .dijitAlignBottom .dijitTabChecked,
.soria .dijitAlignBottom .dijitTabCloseButtonChecked
{
	/* the selected tab (with or without hover) */
	background: url("../images/tabBottomActiveSpriteLR.gif") no-repeat bottom left;
}

.soria .dijitAlignBottom .dijitTabChecked .dijitTabInnerDiv {
	padding:0px 10px 0px 10px;
	background: url("../images/tabBottomActiveSpriteLR.gif") no-repeat bottom right;
	border: none;
}

.soria .dijitAlignBottom .dijitTabChecked .dijitTabInnerDiv .dijitTabContent {
	background: url("../images/tabBottomActiveC.gif") repeat-x bottom left;
	padding:7px 10px 6px 10px;
}

/* left specific classes */
.soria .dijitAlignLeft .dijitTab {
	margin-right: 1px !important;
}

.soria .dijitAlignLeft .dijitTabChecked {
	margin-right: 0px !important;	
}

.soria .dijitAlignLeft .dijitTabChecked .dijitTabInnerDiv {
	background: url("../images/tabLeftChecked.gif") no-repeat right top !important;
	padding-left: 10px;
	border-bottom: 1px solid #8ba0bd !important;
}

.soria .dijitAlignLeft .dijitTabInnerDiv {
	background: url("../images/tabContainerSprite.gif") no-repeat right -350px;
	padding-left: 10px;
	border-bottom: 1px solid #b9bbdd;
}
.soria .dijitAlignLeft .dijitTabHover .dijitTabInnerDiv {
	background: url("../images/tabContainerSprite.gif") no-repeat right -200px;
	padding-left: 10px;
	border-bottom: 1px solid #b9bbdd;
}

.soria .dijitTabLabels-left-h {
	padding-left: 2px;
	padding-top: 3px;	
	background-color: #f0f4fc;	
	border-left: 1px solid #b1badf;
	border-bottom: 1px solid #b1badf;
	border-top: 1px solid #b1badf;
	background: #F0F4FC url("../images/tabStripeLeft.gif") repeat-y right top;
	padding-right: 3px;
}

.soria .dijitAlignLeft .dijitTabInnerDiv .dijitTabContent {
	padding:7px 10px 6px 10px !important;
}

/* right specific classes */
.soria .dijitTabLabels-right-h {
	padding-right: 2px;
	padding-top: 3px;	
	background-color: #f0f4fc;	
	border-right: 1px solid #b1badf;
	border-bottom: 1px solid #b1badf;
	border-top: 1px solid #b1badf;
	background: #F0F4FC url("../images/tabStripeRight.gif") repeat-y left top;
	padding-left: 3px;
}

.soria .dijitAlignRight .dijitTab {
	margin-left: 1px;
}

.soria .dijitAlignRight .dijitTabChecked {
	margin-left: 0px;	
}

.soria .dijitAlignRight .dijitTabChecked {
	background: url("../images/tabRightChecked.gif") no-repeat left top !important;
}

.soria .dijitAlignRight .dijitTab {
	background: url("../images/tabContainerSprite.gif") no-repeat left -350px;
}
.soria .dijitAlignRight .dijitTabHover .dijitTab {
	background: url("../images/tabContainerSprite.gif") no-repeat left -200px;
}
.soria .dijitAlignRight .dijitTabInnerDiv .dijitTabContent {
	padding:7px 10px 6px 10px !important;
}

.soria .dijitAlignRight .dijitTabChecked .dijitTabInnerDiv {
	border-bottom: 1px solid #8ba0bd !important;
}

.soria .dijitAlignRight .dijitTabInnerDiv {
	border-bottom: 1px solid #b9bbdd;
}
.soria .dijitAlignRight .dijitTabHover .dijitTabInnerDiv {
	border-bottom: 1px solid #b9bbdd;
}

/* make space for a positioned close button */
.soria .dijitTab .dijitClosable {
	position: relative;
	padding-left: 10px !important;
	padding-right: 20px !important;
}

.soria .dijitTab img {
	padding: 0;
	margin: 0;	
}

.soria .dijitTab .dijitClosable .closeImage {
	position:absolute;
	top: 5px;
	right: 5px;
	height: 15px;
	width: 15px;
	padding: 0;
	margin: 0;
	background: url("../images/spriteRoundedIconsSmallBl.png") no-repeat -60px top;
}
.dj_ie6 .dijitTab .dijitClosable .closeImage {
	background:url("../images/spriteRoundedIconsSmallBl.gif") no-repeat -60px top;
}
.dj_ie6 .soria .dijitTabCloseButton .dijitClosable .closeImage {
	background: url("../images/spriteRoundedIconsSmallBl.gif") no-repeat -60px top;
}

.soria .dijitTabHover .dijitClosable .closeImage {
	background: url("../images/spriteRoundedIconsSmallBl.png") no-repeat -60px -15px !important;
}
.dj_ie6 .soria .dijitTabHover .dijitClosable .closeImage {
	background: url("../images/spriteRoundedIconsSmallBl.gif") no-repeat -60px -15px !important;
}

/* correct for IE6.
    We cant force hasLayout as that blows out the shrink wrapped tabs
    ..so we shim in the closeImage position properties instead
*/
.dj_ie6 .soria .dijitAlignLeft .dijitTab .dijitClosable .closeImage {
	left:-20px;
}

.soria .dijitAlignBottom .dijitTab .dijitClosable .closeImage {
	top: auto;
	bottom: 7px;
	right: 3px;
}

.soria .dijitAlignLeft .dijitTab .dijitClosable .closeImage {
	top: 7px;
	left: 3px;
}