3
* Cms Index-----------------------------------------------------------------------------------------------------------------------
11
border-bottom: 1px solid #acacac;
18
/* Bg-color for odd rows */
20
background-color:#fff;
26
/* Bg-color for even rows */
28
background-color:#f5f5f5;
35
* Cms Category--------------------------------------------------------------------------------------------------------------------
41
padding-bottom: 0.1em;
53
background: url(../img/filetree_expanded_arrow.png);
63
background: url(../img/filetree_expanded_dot.png) repeat-y;
68
* Cms Subcategory-----------------------------------------------------------------------------------------------------------------
77
padding-bottom: 0.0em;
89
background: url(../img/filetree_expanded_arrow.png);
99
background: url(../img/filetree_expanded_dot.png) repeat-y;
104
* Cms Examples & Quizzes----------------------------------------------------------------------------------------------------------
113
padding-bottom: 0.3em;
119
.exampleName:before {
121
content: url(../img/filetree_example_indicator.png);
130
padding-bottom: 0.3em;
138
content: url(../img/filetree_quiz_indicator.png);
142
* Cms Button----------------------------------------------------------------------------------------------------------------------
149
border: 1px solid #333;
151
-webkit-border-radius: 4px;
152
-moz-border-radius: 4px;
158
background-image: linear-gradient(to bottom,#fff,#f5f5f5);
180
* Course filetree-----------------------------------------------------------------------------------------------------------------
191
text-decoration:none;
194
text-decoration:none;
198
text-decoration:underline;
201
@-moz-keyframes pulse{
202
0%{ box-shadow:0 0 1px #888; z-index:3000;}
203
50%{ box-shadow:0 0 100px #888; z-index:3000;}
204
100%{ box-shadow:0 0 1px #888; z-index:3000;}
207
@-webkit-keyframes pulse{
208
0%{ box-shadow:0 0 1px #888; z-index:3000;}
209
50%{ box-shadow:0 0 100px #888; z-index:3000;}
210
100%{ box-shadow:0 0 1px #888; z-index:3000;}
213
@-moz-keyframes pulseMini{
214
0%{ box-shadow:0 0 1px #aaa; z-index:3000;}
215
50%{ box-shadow:0 0 30px #aaa; z-index:3000;}
216
100%{ box-shadow:0 0 1px #aaa; z-index:3000;}
219
@-webkit-keyframes pulseMini{
220
0%{ box-shadow:0 0 1px #aaa; z-index:3000;}
221
50%{ box-shadow:0 0 30px #aaa; z-index:3000;}
222
100%{ box-shadow:0 0 1px #aaa; z-index:3000;}
226
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
236
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
248
display:inline-block;
252
-webkit-touch-callout: none;
253
-webkit-user-select: none;
254
-khtml-user-select: none;
255
-moz-user-select: none;
256
-ms-user-select: none;
260
.categoryIcon.expanded{
261
transform:rotate(90deg);
262
-ms-transform:rotate(90deg);
263
-webkit-transform:rotate(90deg);
265
.categoryIcon.notExpanded{
266
transform:rotate(0deg);
267
-ms-transform:rotate(0deg);
268
-webkit-transform:rotate(0deg);
278
background-image: url(../img/borderbackground.png);
279
display:inline-block;
289
background-image: url(../img/borderbackground.png);
299
background-image: url(../img/example_indicator.png);
300
background-position:center;
301
background-repeat:no-repeat;
302
display:inline-block;
316
font-family: icomoon;
317
background-color:silver;
321
transform:rotate(90deg);
322
-ms-transform:rotate(90deg);
323
-webkit-transform:rotate(90deg);
326
-webkit-touch-callout: none;
327
-webkit-user-select: none;
328
-khtml-user-select: none;
329
-moz-user-select: none;
330
-ms-user-select: none;
341
font-family: icomoon;
342
background-color:silver;
344
transform:rotate(-90deg);
345
-ms-transform:rotate(-90deg);
346
-webkit-transform:rotate(-90deg);
349
-webkit-touch-callout: none;
350
-webkit-user-select: none;
351
-khtml-user-select: none;
352
-moz-user-select: none;
353
-ms-user-select: none;
358
-moz-animation: pulse 1.5s 1;
359
-webkit-animation: pulse 1.5s 1;
364
-moz-animation: pulseMini 1.5s 1;
365
-webkit-animation: pulseMini 1.5s 1;
b'\\ No newline at end of file'