Project

General

Profile

Download (5.44 KB) Statistics
| Branch: | Revision:
1

    
2
.dojoc-light .dijitTabPaneWrapper { /* Container for tab content */
3
	/*
4
	overflow: hidden;
5
	*/
6
	background: url("../images/tab-light-bg.gif") no-repeat;
7
	border: none;
8
	border-top: 0px solid transparent;
9
	padding: 10px;
10
	font-size: 12px;
11
}
12

    
13
.dojoc-light .dijitTab { 
14
	line-height:normal;
15
	margin-right:3px;	/* space between one tab and the next in top/bottom mode */
16
	padding:0px;
17
	background: url("../images/tab-light-left-inact.gif") no-repeat 0;
18
	font-size: 11px;
19
	font-weight: bold;
20
	color: #373941;
21
	margin-bottom: -1px;	
22
}
23

    
24
.dojoc-light dijitTabChecked {
25
	margin-bottom: -2px;	
26
}
27

    
28
.dojoc-light .dijitTabInnerDiv .dijitTabContent {
29
	padding:6px 10px 5px 10px;
30
	background: url("../images/tab-light-center-inact.gif") repeat-x 0;
31
}
32

    
33
.dojoc-light .dijitTabInnerDiv {
34
	padding:0px 10px 0px 10px;
35
	background: url("../images/tab-light-right-inact.gif") no-repeat;
36
	background-position: right;
37
	border: none;
38
}
39

    
40
.dojoc-light .dijitTabChecked,
41
.dojoc-light .dijitTabCloseButtonChecked
42
{
43
	/* the selected tab (with or without hover) */
44
	background: url("../images/tab-light-left.gif") no-repeat 0px -0px;
45
}
46

    
47
.dojoc-light .dijitTabChecked .dijitTabInnerDiv {
48
	padding:0px 10px 0px 10px;
49
	background: url("../images/tab-light-right.gif") no-repeat right top;
50
	border: none;
51
}
52

    
53
.dojoc-light .dijitTabChecked .dijitTabInnerDiv .dijitTabContent {
54
	background: url("../images/tab-light-center.gif") repeat-x;
55
	padding:6px 10px 6px 10px;
56
	color: #243C5F !important;
57
}
58

    
59
.dojoc-light .dijitTabLabels-top {
60
	border:none;
61
	background: none;
62
	padding: 0;
63
}
64

    
65

    
66

    
67
/* dark tabs */
68

    
69

    
70
.dojoc-dark .dijitTabPaneWrapper { /* Container for tab content */
71
	/*
72
	overflow: hidden;
73
	*/
74
	background: url("../images/tab-dark-bg.gif") no-repeat;
75
	border: none;
76
	border-top: 0px solid transparent;
77
	padding: 10px;
78
	font-size: 12px;
79
}
80

    
81
.dojoc-dark .dijitTab { 
82
	line-height:normal;
83
	margin-right:3px;	/* space between one tab and the next in top/bottom mode */
84
	padding:0px;
85
	background: url("../images/tab-dark-left-inact.gif") no-repeat 0;
86
	font-size: 11px;
87
	font-weight: bold;
88
	color: #373941;
89
	margin-bottom: -1px;	
90
}
91

    
92
.dojoc-dark dijitTabChecked {
93
	margin-bottom: -2px;	
94
}
95

    
96
.dojoc-dark .dijitTabInnerDiv .dijitTabContent {
97
	padding:6px 10px 5px 10px;
98
	background: url("../images/tab-dark-center-inact.gif") repeat-x 0;
99
}
100

    
101
.dojoc-dark .dijitTabInnerDiv {
102
	padding:0px 10px 0px 10px;
103
	background: url("../images/tab-dark-right-inact.gif") no-repeat;
104
	background-position: right;
105
	border: none;
106
}
107

    
108
.dojoc-dark .dijitTabChecked,
109
.dojoc-dark .dijitTabCloseButtonChecked
110
{
111
	/* the selected tab (with or without hover) */
112
	background: url("../images/tab-dark-left.gif") no-repeat 0px -0px;
113
}
114

    
115
.dojoc-dark .dijitTabChecked .dijitTabInnerDiv {
116
	padding:0px 10px 0px 10px;
117
	background: url("../images/tab-dark-right.gif") no-repeat right top;
118
	border: none;
119
}
120

    
121
.dojoc-dark .dijitTabChecked .dijitTabInnerDiv .dijitTabContent {
122
	background: url("../images/tab-dark-center.gif") repeat-x;
123
	padding:6px 10px 6px 10px;
124
	color: #243C5F !important;
125
}
126

    
127
.dojoc-dark .dijitTabLabels-top {
128
	border:none;
129
	background: none;
130
	padding: 0;
131
}
132

    
133
/* scrollers */
134

    
135
.scroller_view {
136
	position:absolute;
137
	z-index:5000;
138
}
139
.scroll_view_content {
140
	height:135px;
141
	margin:0px;
142
	padding:0px;
143
	position:relative;
144
	width:209px;
145
}
146
#tutorial_scroller {
147
	position:absolute;
148
	width:209px;
149
}
150
#tutorial_scroller_button_up {
151
	height:25px;
152
	position:absolute;
153
	right:0px;
154
	bottom:-25px;
155
	width:62px;
156
	z-index:700;
157
	text-align: right;
158
	float: none !important;
159
	font-weight: bold;
160
	font-size: 10px;
161
	color: #5c5c5c;
162
	vertical-align: middle;
163
	cursor: pointer;
164
}
165

    
166
#tutorial_scroller_button_up img {
167
	float: none !important;
168
	vertical-align: middle;
169
	margin: 0 0 0 5px;
170
	padding: 0;
171
}
172

    
173
#tutorial_scroller_button_down {
174
	bottom:-25px;
175
	height:25px;
176
	position:absolute;
177
	left:0px;
178
	width:82px;
179
	text-align: left;
180
	z-index:700;
181
	float: none !important;
182
	font-weight: bold;
183
	font-size: 10px;
184
	color: #5c5c5c;
185
	vertical-align: middle;
186
	cursor: pointer;
187
}
188

    
189
#tutorial_scroller_button_down img {
190
	float: none !important;
191
	vertical-align: middle;
192
	margin: 0 5px 0 0;
193
	padding: 0;
194
}
195

    
196
#tutorial_scroll_view {
197
	height:135px;
198
	overflow:hidden;
199
	position:absolute;
200
	width:209px;
201
}
202
#tutorial_scroll_container {
203
	height:135px;
204
	position:absolute;
205
	width:209px;
206
}
207
#tutorial_scroller_status_container {
208
	height:1px;
209
	left:-25px;
210
	position:absolute;
211
	width:1px;
212
}
213
#tutorial_scroller_status {
214
	position:relative;
215
	width:10px;
216
}
217

    
218

    
219
#video_scroller {
220
	position:absolute;
221
	width:209px;
222
}
223
#video_scroller_button_up {
224
	height:25px;
225
	position:absolute;
226
	right:0px;
227
	bottom:-25px;
228
	width:62px;
229
	z-index:700;
230
	text-align: right;
231
	float: none !important;
232
	font-weight: bold;
233
	font-size: 10px;
234
	color: #5c5c5c;
235
	vertical-align: middle;
236
	cursor: pointer;
237
}
238

    
239
#video_scroller_button_up img {
240
	float: none !important;
241
	vertical-align: middle;
242
	margin: 0 0 0 5px;
243
	padding: 0;
244
}
245

    
246
#video_scroller_button_down {
247
	bottom:-25px;
248
	height:25px;
249
	position:absolute;
250
	left:0px;
251
	width:82px;
252
	text-align: left;
253
	z-index:700;
254
	float: none !important;
255
	font-weight: bold;
256
	font-size: 10px;
257
	color: #5c5c5c;
258
	vertical-align: middle;
259
	cursor: pointer;
260
}
261

    
262
#video_scroller_button_down img {
263
	float: none !important;
264
	vertical-align: middle;
265
	margin: 0 5px 0 0;
266
	padding: 0;
267
}
268

    
269
#video_scroll_view {
270
	height:135px;
271
	overflow:hidden;
272
	position:absolute;
273
	width:209px;
274
}
275
#video_scroll_container {
276
	height:135px;
277
	position:absolute;
278
	width:209px;
279
}
280
#video_scroller_status_container {
281
	height:1px;
282
	left:-25px;
283
	position:absolute;
284
	width:1px;
285
}
286
#video_scroller_status {
287
	position:relative;
288
	width:10px;
289
}
(7-7/14)