Skip to content

Commit 3101465

Browse files
committed
css update scorm
1 parent 2e3fc2d commit 3101465

File tree

7 files changed

+78
-47
lines changed

7 files changed

+78
-47
lines changed

main/css/chamilo/scorm.css

Lines changed: 67 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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;
@@ -105,7 +105,7 @@
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
}
@@ -185,7 +185,7 @@
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 {
@@ -215,31 +215,41 @@
215215
}
216216

217217
.inner_lp_toc .scorm_item_section {
218-
border:1px 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: 16px;
243+
font-size: 13px;
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: 255px center !important;
454+
background-position: 270px 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: 255px center !important;
494+
background-position: 270px 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
}

main/css/chamilo_electric_blue/scorm.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
}
88

99
.inner_lp_toc .scorm_item a {
10-
font-weight: bold;
1110
font-size: 13px;
1211
margin-right: 1px;
1312
padding-bottom: 2px;
@@ -105,7 +104,7 @@
105104

106105
.inner_lp_toc .scorm_item_section .scorm_item:before
107106
{
108-
content : url('../../img/lp_section.png'); /* from main/newscorm/lp_controller.php file */
107+
content : url('../lp_section.png'); /* from main/newscorm/lp_controller.php file */
109108
vertical-align: text-top;
110109
margin-right : 5px;
111110
}
@@ -233,7 +232,7 @@
233232
}
234233

235234
.inner_lp_toc .scorm_item {
236-
font-size: 16px;
235+
font-size: 14px;
237236
margin-left: 10px;
238237
margin-right:10px;
239238
text-decoration: none;

main/css/chamilo_green/default.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,8 @@ a:active {
4545
}
4646

4747
.subnav .nav > li > a {
48-
<<<<<<< HEAD
4948
border-left: 1px solid #84AE00;
5049
border-right: 1px solid #78A400;
51-
=======
52-
border-left: none;
53-
border-right: none;
54-
>>>>>>> f0f1c4e3e377055e5d7e2b58d6f9d271fd425135
5550
color: white;
5651
font-weight: normal;
5752
font-size: 13px;
@@ -62,11 +57,7 @@ a:active {
6257
.subnav .nav > #current > a:hover {
6358
color: #fff;
6459
background: #77A300;
65-
<<<<<<< HEAD
6660
border-right-color: #78A400;
67-
=======
68-
border-right-color: #178ACC;
69-
>>>>>>> f0f1c4e3e377055e5d7e2b58d6f9d271fd425135
7061
}
7162

7263
.subnav li a {

main/css/chamilo_green/scorm.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
}
88

99
.inner_lp_toc .scorm_item a {
10-
font-weight: bold;
1110
font-size: 13px;
1211
margin-right: 1px;
1312
padding-bottom: 2px;
@@ -105,7 +104,7 @@
105104

106105
.inner_lp_toc .scorm_item_section .scorm_item:before
107106
{
108-
content : url('../../img/lp_section.png'); /* from main/newscorm/lp_controller.php file */
107+
content : url('../lp_section.png'); /* from main/newscorm/lp_controller.php file */
109108
vertical-align: text-top;
110109
margin-right : 5px;
111110
}
@@ -219,7 +218,7 @@
219218
background:#333;
220219
font-weight:normal;
221220
color:#fff;
222-
text-shadow:0 -1px 1px #000;
221+
text-shadow:none;
223222
background-image:-webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
224223
background-image:-webkit-linear-gradient(top,#555,#333);
225224
background-image:-moz-linear-gradient(top,#555,#333);
@@ -233,7 +232,7 @@
233232
}
234233

235234
.inner_lp_toc .scorm_item {
236-
font-size: 16px;
235+
font-size: 14px;
237236
margin-left: 10px;
238237
margin-right:10px;
239238
text-decoration: none;
@@ -247,12 +246,10 @@
247246
color:#444;
248247
text-shadow:0 1px 1px #f6f6f6;
249248
background-image:none;
250-
251249
margin-right: 1px;
252250
padding: 10px 0px 10px 0px;
253251
text-decoration: none;
254252
font-weight: normal;
255-
/* background:#FDFDFD; */
256253
}
257254

258255
.inner_lp_toc .scorm_item_2 {

main/css/chamilo_orange/scorm.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
}
88

99
.inner_lp_toc .scorm_item a {
10-
font-weight: bold;
1110
font-size: 13px;
1211
margin-right: 1px;
1312
padding-bottom: 2px;
@@ -105,7 +104,7 @@
105104

106105
.inner_lp_toc .scorm_item_section .scorm_item:before
107106
{
108-
content : url('../../img/lp_section.png'); /* from main/newscorm/lp_controller.php file */
107+
content : url('../lp_section.png'); /* from main/newscorm/lp_controller.php file */
109108
vertical-align: text-top;
110109
margin-right : 5px;
111110
}
@@ -233,7 +232,7 @@
233232
}
234233

235234
.inner_lp_toc .scorm_item {
236-
font-size: 16px;
235+
font-size: 14px;
237236
margin-left: 10px;
238237
margin-right:10px;
239238
text-decoration: none;
@@ -247,12 +246,10 @@
247246
color:#444;
248247
text-shadow:0 1px 1px #f6f6f6;
249248
background-image:none;
250-
251249
margin-right: 1px;
252250
padding: 10px 0px 10px 0px;
253251
text-decoration: none;
254252
font-weight: normal;
255-
/* background:#FDFDFD; */
256253
}
257254

258255
.inner_lp_toc .scorm_item_2 {

main/css/chamilo_sport_red/scorm.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
}
88

99
.inner_lp_toc .scorm_item a {
10-
font-weight: bold;
1110
font-size: 13px;
1211
margin-right: 1px;
1312
padding-bottom: 2px;
@@ -105,7 +104,7 @@
105104

106105
.inner_lp_toc .scorm_item_section .scorm_item:before
107106
{
108-
content : url('../../img/lp_section.png'); /* from main/newscorm/lp_controller.php file */
107+
content : url('../lp_section.png'); /* from main/newscorm/lp_controller.php file */
109108
vertical-align: text-top;
110109
margin-right : 5px;
111110
}
@@ -219,7 +218,7 @@
219218
background:#333;
220219
font-weight:normal;
221220
color:#fff;
222-
text-shadow:0 -1px 1px #000;
221+
text-shadow:none;
223222
background-image:-webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
224223
background-image:-webkit-linear-gradient(top,#555,#333);
225224
background-image:-moz-linear-gradient(top,#555,#333);
@@ -233,7 +232,7 @@
233232
}
234233

235234
.inner_lp_toc .scorm_item {
236-
font-size: 16px;
235+
font-size: 14px;
237236
margin-left: 10px;
238237
margin-right:10px;
239238
text-decoration: none;

main/css/cool_blue/scorm.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
}
88

99
.inner_lp_toc .scorm_item a {
10-
font-weight: bold;
1110
font-size: 13px;
1211
margin-right: 1px;
1312
padding-bottom: 2px;
@@ -233,7 +232,7 @@
233232
}
234233

235234
.inner_lp_toc .scorm_item {
236-
font-size: 16px;
235+
font-size: 14px;
237236
margin-left: 10px;
238237
margin-right:10px;
239238
text-decoration: none;

0 commit comments

Comments
 (0)