3
* Cms Index-----------------------------------------------------------------------------------------------------------------------
11
border-bottom: 1px solid #acacac;
14
/* The box where all stuff in body is generated in.*/
20
* Cms Button----------------------------------------------------------------------------------------------------------------------
27
border: 1px solid #333;
29
-webkit-border-radius: 4px;
30
-moz-border-radius: 4px;
36
background-image: linear-gradient(to bottom,#fff,#f5f5f5);
58
* Course filetree-----------------------------------------------------------------------------------------------------------------
61
/* Banner is for each category */
65
background-color: red;
73
font-family: "icomoon";
79
-webkit-touch-callout: none;
80
-webkit-user-select: none;
81
-khtml-user-select: none;
82
-moz-user-select: none;
83
-ms-user-select: none;
87
.categoryIcon.expanded{
88
transform:rotate(90deg);
89
-ms-transform:rotate(90deg); /* IE 9 */
90
-webkit-transform:rotate(90deg); /* Safari and Chrome */
92
.categoryIcon.notExpanded{
93
transform:rotate(0deg);
94
-ms-transform:rotate(0deg); /* IE 9 */
95
-webkit-transform:rotate(0deg); /* Safari and Chrome */
125
text-decoration:none;
128
text-decoration:none;
132
text-decoration:underline;
135
@-moz-keyframes pulse{
136
0%{ box-shadow:0 0 1px #888; z-index:3000;}
137
50%{ box-shadow:0 0 100px #888; z-index:3000;}
138
100%{ box-shadow:0 0 1px #888; z-index:3000;}
141
@-webkit-keyframes pulse{
142
0%{ box-shadow:0 0 1px #888; z-index:3000;}
143
50%{ box-shadow:0 0 100px #888; z-index:3000;}
144
100%{ box-shadow:0 0 1px #888; z-index:3000;}
147
@-moz-keyframes pulseMini{
148
0%{ box-shadow:0 0 1px #aaa; z-index:3000;}
149
50%{ box-shadow:0 0 30px #aaa; z-index:3000;}
150
100%{ box-shadow:0 0 1px #aaa; z-index:3000;}
153
@-webkit-keyframes pulseMini{
154
0%{ box-shadow:0 0 1px #aaa; z-index:3000;}
155
50%{ box-shadow:0 0 30px #aaa; z-index:3000;}
156
100%{ box-shadow:0 0 1px #aaa; z-index:3000;}
160
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
170
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
185
background-image: url(../img/borderbackground.png);
186
display:inline-block;
196
background-image: url(../img/borderbackground.png);
206
background-image: url(../img/example_indicator.png);
207
background-position:center;
208
background-repeat:no-repeat;
209
display:inline-block;
216
/* Odd or even rows */
219
background-color:#f5f5f5;
224
background-color:#fff;
236
font-family: icomoon;
237
background-color:silver;
241
transform:rotate(90deg);
242
-ms-transform:rotate(90deg); /* IE 9 */
243
-webkit-transform:rotate(90deg); /* Safari and Chrome */
246
-webkit-touch-callout: none;
247
-webkit-user-select: none;
248
-khtml-user-select: none;
249
-moz-user-select: none;
250
-ms-user-select: none;
261
font-family: icomoon;
262
background-color:silver;
264
transform:rotate(-90deg);
265
-ms-transform:rotate(-90deg); /* IE 9 */
266
-webkit-transform:rotate(-90deg); /* Safari and Chrome */
269
-webkit-touch-callout: none;
270
-webkit-user-select: none;
271
-khtml-user-select: none;
272
-moz-user-select: none;
273
-ms-user-select: none;
278
-moz-animation: pulse 1.5s 1;
279
-webkit-animation: pulse 1.5s 1;
284
-moz-animation: pulseMini 1.5s 1;
285
-webkit-animation: pulseMini 1.5s 1;
b'\\ No newline at end of file'