3
* Cms Index-----------------------------------------------------------------------------------------------------------------------
11
border-bottom: 1px solid #acacac;
19
background-color:#f5f5f5;
22
.even:nth-child(even){
23
background-color:#f5f5f5;
32
padding-bottom: 0.1em;
41
font-family: "icomoon";
47
-webkit-touch-callout: none;
48
-webkit-user-select: none;
49
-khtml-user-select: none;
50
-moz-user-select: none;
51
-ms-user-select: none;
55
.categoryIcon.expanded{
56
transform:rotate(90deg);
57
-ms-transform:rotate(90deg);
58
-webkit-transform:rotate(90deg);
60
.categoryIcon.notExpanded{
61
transform:rotate(0deg);
62
-ms-transform:rotate(0deg);
63
-webkit-transform:rotate(0deg);
73
padding-bottom: 0.0em;
85
padding-bottom: 0.3em;
93
content: url(../img/example_indicator.png);
102
padding-bottom: 0.3em;
110
content: url(../img/quizz_indicator.png);
114
* Cms Button----------------------------------------------------------------------------------------------------------------------
121
border: 1px solid #333;
123
-webkit-border-radius: 4px;
124
-moz-border-radius: 4px;
130
background-image: linear-gradient(to bottom,#fff,#f5f5f5);
152
* Course filetree-----------------------------------------------------------------------------------------------------------------
163
text-decoration:none;
166
text-decoration:none;
170
text-decoration:underline;
173
@-moz-keyframes pulse{
174
0%{ box-shadow:0 0 1px #888; z-index:3000;}
175
50%{ box-shadow:0 0 100px #888; z-index:3000;}
176
100%{ box-shadow:0 0 1px #888; z-index:3000;}
179
@-webkit-keyframes pulse{
180
0%{ box-shadow:0 0 1px #888; z-index:3000;}
181
50%{ box-shadow:0 0 100px #888; z-index:3000;}
182
100%{ box-shadow:0 0 1px #888; z-index:3000;}
185
@-moz-keyframes pulseMini{
186
0%{ box-shadow:0 0 1px #aaa; z-index:3000;}
187
50%{ box-shadow:0 0 30px #aaa; z-index:3000;}
188
100%{ box-shadow:0 0 1px #aaa; z-index:3000;}
191
@-webkit-keyframes pulseMini{
192
0%{ box-shadow:0 0 1px #aaa; z-index:3000;}
193
50%{ box-shadow:0 0 30px #aaa; z-index:3000;}
194
100%{ box-shadow:0 0 1px #aaa; z-index:3000;}
198
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
208
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
223
background-image: url(../img/borderbackground.png);
224
display:inline-block;
234
background-image: url(../img/borderbackground.png);
244
background-image: url(../img/example_indicator.png);
245
background-position:center;
246
background-repeat:no-repeat;
247
display:inline-block;
261
font-family: icomoon;
262
background-color:silver;
266
transform:rotate(90deg);
267
-ms-transform:rotate(90deg);
268
-webkit-transform:rotate(90deg);
271
-webkit-touch-callout: none;
272
-webkit-user-select: none;
273
-khtml-user-select: none;
274
-moz-user-select: none;
275
-ms-user-select: none;
286
font-family: icomoon;
287
background-color:silver;
289
transform:rotate(-90deg);
290
-ms-transform:rotate(-90deg);
291
-webkit-transform:rotate(-90deg);
294
-webkit-touch-callout: none;
295
-webkit-user-select: none;
296
-khtml-user-select: none;
297
-moz-user-select: none;
298
-ms-user-select: none;
303
-moz-animation: pulse 1.5s 1;
304
-webkit-animation: pulse 1.5s 1;
309
-moz-animation: pulseMini 1.5s 1;
310
-webkit-animation: pulseMini 1.5s 1;
b'\\ No newline at end of file'