77}
88
99.inner_lp_toc .scorm_item a {
10- font-weight : bold ;
10+ font-weight : normal ;
1111 font-size : 13px ;
1212 margin-right : 1px ;
1313 padding-bottom : 2px ;
105105
106106.inner_lp_toc .scorm_item_section .scorm_item : before
107107{
108- content : url ('../../img/ lp_section.png' ); /* from main/newscorm/lp_controller.php file */
108+ content : url ('../lp_section.png' ); /* from main/newscorm/lp_controller.php file */
109109 vertical-align : text-top;
110110 margin-right : 5px ;
111111}
185185 overflow : auto;
186186 background-color : # D7EEF4 ;
187187 height : 210px ;
188- padding : 10px ;
188+ /* padding: 10px;*/
189189}
190190
191191.inner_lp_toc .scorm_item a {
215215}
216216
217217.inner_lp_toc .scorm_item_section {
218- border : 1 px solid # 222 ;
218+ border : none ;
219219 background : # 333 ;
220220 font-weight : normal;
221221 color : # fff ;
222- text-shadow : 0 -1px 1px # 000 ;
223- background-image : -webkit-gradient (linear, left top, left bottom, from (# 555 ), to (# 333 ));
224- background-image : -webkit-linear-gradient (top, # 555, # 333 );
225- background-image : -moz-linear-gradient (top, # 555, # 333 );
226- background-image : -ms-linear-gradient (top, # 555, # 333 );
227- background-image : -o-linear-gradient (top, # 555, # 333 );
228- background-image : linear-gradient (top, # 555, # 333 );
222+ text-shadow : none;
223+ background : # 05abe0 ; /* Old browsers */
224+ background : -moz-linear-gradient (top, # 05abe0 0% , # 2e75a3 100% ); /* FF3.6+ */
225+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # 05abe0 ), color-stop (100% , # 2e75a3 )); /* Chrome,Safari4+ */
226+ background : -webkit-linear-gradient (top, # 05abe0 0% , # 2e75a3 100% ); /* Chrome10+,Safari5.1+ */
227+ background : -o-linear-gradient (top, # 05abe0 0% , # 2e75a3 100% ); /* Opera 11.10+ */
228+ background : -ms-linear-gradient (top, # 05abe0 0% , # 2e75a3 100% ); /* IE10+ */
229+ background : linear-gradient (to bottom, # 05abe0 0% , # 2e75a3 100% ); /* W3C */
230+ filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#2e75a3', GradientType=0 ); /* IE6-9 */
229231 margin-right : 1px ;
230232 padding : 10px 0px 10px 0px ;
231- text-decoration : none;
232-
233+ text-decoration : none;
234+ -webkit-border-top-left-radius : 10px ;
235+ -webkit-border-top-right-radius : 10px ;
236+ -moz-border-radius-topleft : 10px ;
237+ -moz-border-radius-topright : 10px ;
238+ border-top-left-radius : 10px ;
239+ border-top-right-radius : 10px ;
233240}
234241
235242.inner_lp_toc .scorm_item {
236- font-size : 16 px ;
243+ font-size : 13 px ;
237244 margin-left : 10px ;
238245 margin-right : 10px ;
239246 text-decoration : none;
240- border-color : rgba (255 , 255 , 255 , 0.3 );
247+ border-color : rgba (255 , 255 , 255 , 0.3 );
248+
249+ }
250+ .inner_lp_toc .scorm_item .scorm_item_level_1 {
251+ background : url(../ img/archive.png) no-repeat;
241252}
242-
243253.inner_lp_toc .scorm_item_1 {
244254 border-bottom : 1px solid # CCCCCC ;
245255 background : # eee ;
@@ -441,7 +451,7 @@ opacity: 0.7;
441451/*STYLES PROCESS LESSION*/
442452.inner_lp_toc .scorm_completed {
443453 background-image : url ("images/blue_arrow.png" ) !important ;
444- background-position : 255 px center !important ;
454+ background-position : 270 px center !important ;
445455 background-repeat : no-repeat;
446456}
447457
@@ -481,7 +491,7 @@ opacity: 0.7;
481491.inner_lp_toc .scorm_item_highlight {
482492 background-color : # 00aad4 ;
483493 background-image : url ("images/white_arrow.png" ) !important ;
484- background-position : 255 px center !important ;
494+ background-position : 270 px center !important ;
485495 background-repeat : no-repeat;
486496 border : 1px solid # 00aad4 ;
487497 text-shadow : none;
@@ -495,4 +505,43 @@ opacity: 0.7;
495505 width : 100% ;
496506 padding-top : 10px ;
497507 padding-bottom : 5px ;
508+ }
509+ .mejs-container {
510+ background : none;
511+ -webkit-border-radius : 5px ;
512+ -moz-border-radius : 5px ;
513+ border-radius : 5px ;
514+ }
515+ .mejs-container .mejs-controls {
516+ -webkit-border-radius : 5px ;
517+ -moz-border-radius : 5px ;
518+ border-radius : 5px ;
519+ background : # 45484d ; /* Old browsers */
520+ background : -moz-linear-gradient (top, # 45484d 0% , # 000000 100% ); /* FF3.6+ */
521+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # 45484d ), color-stop (100% , # 000000 )); /* Chrome,Safari4+ */
522+ background : -webkit-linear-gradient (top, # 45484d 0% , # 000000 100% ); /* Chrome10+,Safari5.1+ */
523+ background : -o-linear-gradient (top, # 45484d 0% , # 000000 100% ); /* Opera 11.10+ */
524+ background : -ms-linear-gradient (top, # 45484d 0% , # 000000 100% ); /* IE10+ */
525+ background : linear-gradient (to bottom, # 45484d 0% , # 000000 100% ); /* W3C */
526+ filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
527+ }
528+ .mejs-controls .mejs-time-rail .mejs-time-loaded {
529+ background : # 333 ;
530+ background : rgba (50 , 50 , 50 , 0.8 );
531+ background : -webkit-gradient (linear, 0% 0% , 0% 100% , from (rgba (30 , 30 , 30 , 0.8 )), to (rgba (60 , 60 , 60 , 0.8 )));
532+ background : -webkit-linear-gradient (top, rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
533+ background : -moz-linear-gradient (top, rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
534+ background : -o-linear-gradient (top, rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
535+ background : -ms-linear-gradient (top, rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
536+ background : linear-gradient (rgba (30 , 30 , 30 , 0.8 ), rgba (60 , 60 , 60 , 0.8 ));
537+ }
538+ .mejs-controls .mejs-time-rail .mejs-time-current {
539+ background : # a9e4f7 ; /* Old browsers */
540+ background : -moz-linear-gradient (top, # a9e4f7 0% , # 0fb4e7 100% ); /* FF3.6+ */
541+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # a9e4f7 ), color-stop (100% , # 0fb4e7 )); /* Chrome,Safari4+ */
542+ background : -webkit-linear-gradient (top, # a9e4f7 0% , # 0fb4e7 100% ); /* Chrome10+,Safari5.1+ */
543+ background : -o-linear-gradient (top, # a9e4f7 0% , # 0fb4e7 100% ); /* Opera 11.10+ */
544+ background : -ms-linear-gradient (top, # a9e4f7 0% , # 0fb4e7 100% ); /* IE10+ */
545+ background : linear-gradient (to bottom, # a9e4f7 0% , # 0fb4e7 100% ); /* W3C */
546+ filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7', GradientType=0 ); /* IE6-9 */
498547}
0 commit comments