6
6
height : 210px ;
7
7
}
8
8
9
- .inner_lp_toc .scorm_item a {
9
+ .inner_lp_toc .scorm_item_1 a ,
10
+ .inner_lp_toc .scorm_item_2 a {
10
11
font-size : 13px ;
11
12
margin-right : 1px ;
12
13
padding-bottom : 2px ;
13
14
text-decoration : none;
14
15
color : # 2F3E46 ;
15
16
}
16
17
17
- .inner_lp_toc .scorm_item a .chapter_module {
18
+ .inner_lp_toc .scorm_item_1 a .chapter_module ,
19
+ .inner_lp_toc .scorm_item_2 a .chapter_module {
18
20
font-weight : normal;
19
21
margin-right : 10px ;
20
22
}
21
23
.inner_lp_toc .scorm_item_highlight {
22
- border : 1px solid # 999 ;
23
- background : # 999 ;
24
24
font-weight : bold;
25
- text-shadow : 0 -1px 1px # 666 ;
26
- background-image : -webkit-gradient (linear, left top, left bottom, from (# 666 ), to (# 999 ));
27
- background-image : -webkit-linear-gradient (top, # 666, # 999 );
28
- background-image : -moz-linear-gradient (top, # 666, # 999 );
29
- background-image : -ms-linear-gradient (top, # 666, # 999 );
30
- background-image : -o-linear-gradient (top, # 666, # 999 );
31
- background-image : linear-gradient (top, # 666, # 999 );
25
+ border : 1px solid # cf0404 ;
26
+ background-color : # cf0404 ;
27
+ background-image : none;
32
28
margin-right : 0px ;
33
29
padding : 10px 0px 10px 0px ;
34
30
text-decoration : none;
35
31
}
36
-
37
32
.inner_lp_toc .scorm_item_highlight a {
38
33
color : # fff ;
39
34
margin-right : 1px ;
40
35
text-decoration : none;
41
- font-weight : bold;
42
36
}
43
37
44
38
.inner_lp_toc .scorm_item_section {
58
52
text-decoration : none;
59
53
}
60
54
61
- .inner_lp_toc .scorm_item {
62
- font-size : 16px ;
63
- margin-left : 10px ;
64
- margin-right : 10px ;
65
- text-decoration : none;
66
- border-color : rgba (255 , 255 , 255 , 0.3 );
67
- }
68
-
69
- .inner_lp_toc .scorm_item_1 {
70
- border-bottom : 1px solid # CCCCCC ;
71
- background : # eee ;
72
- font-weight : bold;
73
- color : # 444 ;
74
- text-shadow : 0 1px 1px # f6f6f6 ;
75
- background-image : -webkit-gradient (linear, left top, left bottom, from (# fdfdfd ), to (# eee ));
76
- background-image : -webkit-linear-gradient (top, # fdfdfd, # eee );
77
- background-image : -moz-linear-gradient (top, # fdfdfd, # eee );
78
- background-image : -ms-linear-gradient (top, # fdfdfd, # eee );
79
- background-image : -o-linear-gradient (top, # fdfdfd, # eee );
80
- background-image : linear-gradient (top, # fdfdfd, # eee );
81
- margin-right : 1px ;
82
- padding : 10px 0px 10px 0px ;
83
- text-decoration : none;
84
- font-weight : normal;
85
- background : # FDFDFD ;
86
- }
87
-
88
- .inner_lp_toc .scorm_item_2 {
89
- background-image : -webkit-gradient (linear, left top, left bottom, from (# fdfdfd ), to (# eee ));
90
- background-image : -webkit-linear-gradient (top, # fdfdfd, # eee );
91
- background-image : -moz-linear-gradient (top, # fdfdfd, # eee );
92
- background-image : -ms-linear-gradient (top, # fdfdfd, # eee );
93
- background-image : -o-linear-gradient (top, # fdfdfd, # eee );
94
- background-image : linear-gradient (top, # fdfdfd, # eee );
95
- border-bottom : 1px solid # CCCCCC ;
96
- color : # 444444 ;
97
- font-weight : bold;
98
- text-shadow : 0 1px 1px # F6F6F6 ;
99
- margin-right : 1px ;
100
- padding : 10px 0px 10px 0px ;
101
- text-decoration : none;
102
- font-weight : normal;
103
- }
104
-
105
55
.inner_lp_toc .scorm_item_section .scorm_item : before
106
56
{
107
57
content : url ('../lp_section.png' ); /* from main/newscorm/lp_controller.php file */
182
132
183
133
.inner_lp_toc {
184
134
overflow : auto;
185
- background-color : # F2F2EF ;
135
+ background-color : # D7EEF4 ;
186
136
height : 210px ;
187
- padding : 10px ;
137
+ /* padding: 10px;*/
188
138
}
189
-
190
- .inner_lp_toc .scorm_item a {
191
- margin-right : 1px ;
192
- padding-bottom : 2px ;
193
- text-decoration : none;
194
- color : # 2F3E46 ;
195
- }
196
-
197
- .inner_lp_toc .scorm_item a .chapter_module {
198
- font-weight : normal;
199
- margin-right : 10px ;
200
- }
201
- .inner_lp_toc .scorm_item_highlight {
202
- border : 1px solid # 00aad4 ;
203
- background : # 00aad4 ;
204
- background-image : none;
205
- margin-right : 0px ;
206
- padding : 10px 0px 10px 0px ;
207
- text-decoration : none;
208
- }
209
-
210
- .inner_lp_toc .scorm_item_highlight a {
211
- color : # fff ;
212
- margin-right : 1px ;
213
- text-decoration : none;
214
- }
215
-
216
139
.inner_lp_toc .scorm_item_section {
217
- border : 1 px solid # 222 ;
140
+ border : none ;
218
141
background : # 333 ;
219
142
font-weight : normal;
220
143
color : # fff ;
221
- text-shadow : 0 -1px 1px # 000 ;
222
- background-image : -webkit-gradient (linear, left top, left bottom, from (# 555 ), to (# 333 ));
223
- background-image : -webkit-linear-gradient (top, # 555, # 333 );
224
- background-image : -moz-linear-gradient (top, # 555, # 333 );
225
- background-image : -ms-linear-gradient (top, # 555, # 333 );
226
- background-image : -o-linear-gradient (top, # 555, # 333 );
227
- background-image : linear-gradient (top, # 555, # 333 );
144
+ text-shadow : none;
145
+ background : # ff3019 ; /* Old browsers */
146
+ background : -moz-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* FF3.6+ */
147
+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # ff3019 ), color-stop (100% , # cf0404 )); /* Chrome,Safari4+ */
148
+ background : -webkit-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* Chrome10+,Safari5.1+ */
149
+ background : -o-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* Opera 11.10+ */
150
+ background : -ms-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* IE10+ */
151
+ background : linear-gradient (to bottom, # ff3019 0% , # cf0404 100% ); /* W3C */
152
+ filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0 ); /* IE6-9 */
228
153
margin-right : 1px ;
229
154
padding : 10px 0px 10px 0px ;
230
- text-decoration : none;
231
-
155
+ text-decoration : none;
156
+ -webkit-border-top-left-radius : 10px ;
157
+ -webkit-border-top-right-radius : 10px ;
158
+ -moz-border-radius-topleft : 10px ;
159
+ -moz-border-radius-topright : 10px ;
160
+ border-top-left-radius : 10px ;
161
+ border-top-right-radius : 10px ;
232
162
}
233
163
234
164
.inner_lp_toc .scorm_item {
235
- font-size : 14 px ;
165
+ font-size : 13 px ;
236
166
margin-left : 10px ;
237
167
margin-right : 10px ;
238
168
text-decoration : none;
239
- border-color : rgba (255 , 255 , 255 , 0.3 );
169
+ border-color : rgba (255 , 255 , 255 , 0.3 );
170
+
240
171
}
241
-
242
- .inner_lp_toc .scorm_item_1 {
243
- border-bottom : 1px solid # CCCCCC ;
244
- background : # eee ;
245
- font-weight : bold;
246
- color : # 444 ;
247
- text-shadow : 0 1px 1px # f6f6f6 ;
248
- background-image : none;
249
- margin-right : 1px ;
250
- padding : 10px 0px 10px 0px ;
251
- text-decoration : none;
252
- font-weight : normal;
172
+ .inner_lp_toc .scorm_item .scorm_item_level_1 {
173
+ background : url(../ img/archive.png) no-repeat;
253
174
}
254
175
255
- .inner_lp_toc .scorm_item_2 {
256
- background-image : none;
257
- border-bottom : 1px solid # CCCCCC ;
258
- color : # 444444 ;
259
- font-weight : normal;
260
- margin-right : 1px ;
261
- padding : 10px 0px 10px 0px ;
262
- text-decoration : none;
263
- font-weight : normal;
264
- }
265
176
266
177
.inner_lp_toc .scorm_title {
267
178
font-weight : bold;
340
251
padding-left : 17px ;
341
252
padding-top : 4px ;
342
253
}
343
- .breadcrumb .divider {
344
- color : # FFCC00 ;
345
- padding-bottom : 0 ;
346
- padding-left : 5px ;
347
- padding-right : 5px ;
348
- padding-top : 0 ;
349
- }
254
+
350
255
# learning_path_breadcrumb_zone .breadcrumb {
351
256
background : # ff3019 ; /* Old browsers */
352
257
background : -moz-linear-gradient (top, # ff3019 0% , # cf0404 100% ); /* FF3.6+ */
386
291
opacity : 0.7 ;
387
292
}
388
293
# author_image {
389
- background-color : # F2F2EF ;
294
+ background-color : # d7eef4 ;
390
295
-webkit-border-radius : 10px ;
391
296
-moz-border-radius : 10px ;
392
297
border-radius : 10px ;
393
- border : 1px solid # CCCCCC ;
298
+ border : 1px solid # b4cbff ;
394
299
margin-top : 10px ;
395
300
}
396
301
# author_icon img {
@@ -402,7 +307,7 @@ opacity: 0.7;
402
307
}
403
308
# author_image .progresstext {
404
309
font-size : 20px ;
405
- color : # cf0404 ;
310
+ color : # cd0404 ;
406
311
font-weight : bold;
407
312
}
408
313
# learning_path_left_zone # header {
@@ -434,34 +339,62 @@ opacity: 0.7;
434
339
box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , 0.3 );
435
340
}
436
341
.progress-striped .bar {
437
- background-color : # F86700 ;
342
+ background-color : # 149BDF ;
438
343
background-image : -webkit-linear-gradient (45deg , rgba (255 , 255 , 255 , 0.15 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.15 ) 50% , rgba (255 , 255 , 255 , 0.15 ) 75% , transparent 75% , transparent);
439
344
background-image : linear-gradient (45deg , rgba (255 , 255 , 255 , 0.15 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.15 ) 50% , rgba (255 , 255 , 255 , 0.15 ) 75% , transparent 75% , transparent);
440
345
-webkit-animation : progress-bar-stripes 2s linear infinite;
441
346
animation : progress-bar-stripes 2s linear infinite;
442
347
}
443
348
444
349
/*STYLES PROCESS LESSION*/
445
- .inner_lp_toc .scorm_completed {
446
- background-image : url ("images/blue_arrow.png" ) !important ;
447
- background-position : 255px center !important ;
448
- background-repeat : no-repeat;
350
+ .inner_lp_toc .scorm_item a {
351
+ margin-right : 1px ;
352
+ padding-bottom : 2px ;
353
+ text-decoration : none;
354
+ color : # 2F3E46 ;
449
355
}
450
356
451
- .inner_lp_toc .scorm_item_1 {
452
- background : none;
453
- background-repeat : no-repeat;
454
- border-bottom-color : # CCCCCC ;
455
- border-bottom-style : solid;
456
- border-bottom-width : 1px ;
457
- color : # 444444 ;
458
- font-weight : normal;
459
- margin-right : 1px ;
460
- padding-bottom : 10px ;
461
- padding-left : 0 ;
462
- padding-right : 0 ;
463
- padding-top : 10px ;
464
- text-shadow : 0 1px 1px # F6F6F6 ;
357
+ .inner_lp_toc .scorm_item a .chapter_module {
358
+ font-weight : normal;
359
+ margin-right : 10px ;
360
+ }
361
+
362
+ .scorm_item_1 ,
363
+ .scorm_item_2 {
364
+ font-size : 16px ;
365
+ margin-left : 10px ;
366
+ margin-right : 10px ;
367
+ text-decoration : none;
368
+ border-color : rgba (255 , 255 , 255 , 0.3 );
369
+ }
370
+ .scorm_item_1 {
371
+ border-bottom : 1px solid # CCCCCC ;
372
+ color : # 444 ;
373
+ text-shadow : 0 1px 1px # f6f6f6 ;
374
+ background : none;
375
+ margin-right : 1px ;
376
+ padding : 10px 0px 10px 0px ;
377
+ }
378
+ .scorm_item_2 {
379
+ border-bottom : 1px solid # CCCCCC ;
380
+ color : # 444444 ;
381
+ text-shadow : 0 1px 1px # F6F6F6 ;
382
+ margin-right : 1px ;
383
+ padding : 10px 0px 10px 0px ;
384
+ background-image : none;
385
+ }
386
+ .scorm_item_1 .scorm_item_highlight .scorm_completed ,
387
+ .scorm_item_2 .scorm_item_highlight .scorm_completed {
388
+ background-image : url ("images/white_arrow.png" ) !important ;
389
+ background-position : 270px center !important ;
390
+ background-repeat : no-repeat;
391
+ color : white;
392
+ }
393
+ .scorm_item_1 .scorm_item_normal .scorm_completed ,
394
+ .scorm_item_2 .scorm_item_normal .scorm_completed {
395
+ background-image : url ("images/blue_arrow.png" ) !important ;
396
+ background-position : 270px center !important ;
397
+ background-repeat : no-repeat;
465
398
}
466
399
# learning_path_main # control {
467
400
background-image : none;
@@ -481,14 +414,7 @@ opacity: 0.7;
481
414
width : 100% ;
482
415
border-top : 1px solid # 00AAD4 ;
483
416
}
484
- .inner_lp_toc .scorm_item_highlight {
485
- background-color : # cf0404 ;
486
- background-image : url ("images/white_arrow.png" ) !important ;
487
- background-position : 255px center !important ;
488
- background-repeat : no-repeat;
489
- border : 1px solid # cf0404 ;
490
- text-shadow : none;
491
- }
417
+
492
418
# author_name {
493
419
color : # 666666 ;
494
420
float : left;
@@ -498,4 +424,43 @@ opacity: 0.7;
498
424
width : 100% ;
499
425
padding-top : 10px ;
500
426
padding-bottom : 5px ;
501
- }
427
+ }
428
+ .mejs-container {
429
+ background : none;
430
+ -webkit-border-radius : 5px ;
431
+ -moz-border-radius : 5px ;
432
+ border-radius : 5px ;
433
+ }
434
+ .mejs-container .mejs-controls {
435
+ -webkit-border-radius : 5px ;
436
+ -moz-border-radius : 5px ;
437
+ border-radius : 5px ;
438
+ background : # 45484d ; /* Old browsers */
439
+ background : -moz-linear-gradient (top, # 45484d 0% , # 000000 100% ); /* FF3.6+ */
440
+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # 45484d ), color-stop (100% , # 000000 )); /* Chrome,Safari4+ */
441
+ background : -webkit-linear-gradient (top, # 45484d 0% , # 000000 100% ); /* Chrome10+,Safari5.1+ */
442
+ background : -o-linear-gradient (top, # 45484d 0% , # 000000 100% ); /* Opera 11.10+ */
443
+ background : -ms-linear-gradient (top, # 45484d 0% , # 000000 100% ); /* IE10+ */
444
+ background : linear-gradient (to bottom, # 45484d 0% , # 000000 100% ); /* W3C */
445
+ filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
446
+ }
447
+ .mejs-controls .mejs-time-rail .mejs-time-loaded {
448
+ background : # 333 ;
449
+ background : rgba (50 , 50 , 50 , 0.8 );
450
+ background : -webkit-gradient (linear, 0% 0% , 0% 100% , from (rgba (30 , 30 , 30 , 0.8 )), to (rgba (60 , 60 , 60 , 0.8 )));
451
+ background : -webkit-linear-gradient (top, rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
452
+ background : -moz-linear-gradient (top, rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
453
+ background : -o-linear-gradient (top, rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
454
+ background : -ms-linear-gradient (top, rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
455
+ background : linear-gradient (rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
456
+ }
457
+ .mejs-controls .mejs-time-rail .mejs-time-current {
458
+ background : # a9e4f7 ; /* Old browsers */
459
+ background : -moz-linear-gradient (top, # a9e4f7 0% , # 0fb4e7 100% ); /* FF3.6+ */
460
+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # a9e4f7 ), color-stop (100% , # 0fb4e7 )); /* Chrome,Safari4+ */
461
+ background : -webkit-linear-gradient (top, # a9e4f7 0% , # 0fb4e7 100% ); /* Chrome10+,Safari5.1+ */
462
+ background : -o-linear-gradient (top, # a9e4f7 0% , # 0fb4e7 100% ); /* Opera 11.10+ */
463
+ background : -ms-linear-gradient (top, # a9e4f7 0% , # 0fb4e7 100% ); /* IE10+ */
464
+ background : linear-gradient (to bottom, # a9e4f7 0% , # 0fb4e7 100% ); /* W3C */
465
+ filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7', GradientType=0 ); /* IE6-9 */
466
+ }
0 commit comments