Skip to content

Commit a66c3c2

Browse files
committed
Update scorm.css for all styles - refs #7190
1 parent 0ec2348 commit a66c3c2

File tree

23 files changed

+4980
-3985
lines changed

23 files changed

+4980
-3985
lines changed

main/css/academica/scorm.css

Lines changed: 133 additions & 160 deletions
Large diffs are not rendered by default.

main/css/baby_orange/scorm.css

Lines changed: 141 additions & 173 deletions
Large diffs are not rendered by default.

main/css/blue_lagoon/scorm.css

Lines changed: 140 additions & 169 deletions
Large diffs are not rendered by default.

main/css/chamilo_electric_blue/scorm.css

Lines changed: 127 additions & 171 deletions
Large diffs are not rendered by default.

main/css/chamilo_green/scorm.css

Lines changed: 126 additions & 155 deletions
Large diffs are not rendered by default.

main/css/chamilo_orange/scorm.css

Lines changed: 132 additions & 167 deletions
Large diffs are not rendered by default.

main/css/chamilo_red/scorm.css

Lines changed: 123 additions & 158 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,33 @@
66
height: 210px;
77
}
88

9-
.inner_lp_toc .scorm_item a {
9+
.inner_lp_toc .scorm_item_1 a,
10+
.inner_lp_toc .scorm_item_2 a {
1011
font-size: 13px;
1112
margin-right: 1px;
1213
padding-bottom: 2px;
1314
text-decoration: none;
1415
color: #2F3E46;
1516
}
1617

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 {
1820
font-weight: normal;
1921
margin-right: 10px;
2022
}
2123
.inner_lp_toc .scorm_item_highlight {
22-
border: 1px solid #999;
23-
background:#999;
2424
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;
3228
margin-right: 0px;
3329
padding: 10px 0px 10px 0px;
3430
text-decoration: none;
3531
}
36-
3732
.inner_lp_toc .scorm_item_highlight a {
3833
color:#fff;
3934
margin-right: 1px;
4035
text-decoration: none;
41-
font-weight: bold;
4236
}
4337

4438
.inner_lp_toc .scorm_item_section {
@@ -58,50 +52,6 @@
5852
text-decoration: none;
5953
}
6054

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-
10555
.inner_lp_toc .scorm_item_section .scorm_item:before
10656
{
10757
content : url('../lp_section.png'); /* from main/newscorm/lp_controller.php file */
@@ -182,86 +132,47 @@
182132

183133
.inner_lp_toc {
184134
overflow: auto;
185-
background-color: #F2F2EF;
135+
background-color: #D7EEF4;
186136
height: 210px;
187-
padding: 10px;
137+
/*padding: 10px;*/
188138
}
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-
216139
.inner_lp_toc .scorm_item_section {
217-
border:1px solid #222;
140+
border:none;
218141
background:#333;
219142
font-weight:normal;
220143
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 */
228153
margin-right: 1px;
229154
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;
232162
}
233163

234164
.inner_lp_toc .scorm_item {
235-
font-size: 14px;
165+
font-size: 13px;
236166
margin-left: 10px;
237167
margin-right:10px;
238168
text-decoration: none;
239-
border-color: rgba(255, 255, 255, 0.3);
169+
border-color: rgba(255, 255, 255, 0.3);
170+
240171
}
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;
253174
}
254175

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-
}
265176

266177
.inner_lp_toc .scorm_title {
267178
font-weight: bold;
@@ -340,13 +251,7 @@
340251
padding-left: 17px;
341252
padding-top: 4px;
342253
}
343-
.breadcrumb .divider {
344-
color: #FFCC00;
345-
padding-bottom: 0;
346-
padding-left: 5px;
347-
padding-right: 5px;
348-
padding-top: 0;
349-
}
254+
350255
#learning_path_breadcrumb_zone .breadcrumb{
351256
background: #ff3019; /* Old browsers */
352257
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
@@ -386,11 +291,11 @@
386291
opacity: 0.7;
387292
}
388293
#author_image{
389-
background-color: #F2F2EF;
294+
background-color: #d7eef4;
390295
-webkit-border-radius: 10px;
391296
-moz-border-radius: 10px;
392297
border-radius: 10px;
393-
border: 1px solid #CCCCCC;
298+
border: 1px solid #b4cbff;
394299
margin-top: 10px;
395300
}
396301
#author_icon img{
@@ -402,7 +307,7 @@ opacity: 0.7;
402307
}
403308
#author_image .progresstext{
404309
font-size: 20px;
405-
color: #cf0404;
310+
color: #cd0404;
406311
font-weight: bold;
407312
}
408313
#learning_path_left_zone #header {
@@ -434,34 +339,62 @@ opacity: 0.7;
434339
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
435340
}
436341
.progress-striped .bar {
437-
background-color: #F86700;
342+
background-color: #149BDF;
438343
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);
439344
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);
440345
-webkit-animation: progress-bar-stripes 2s linear infinite;
441346
animation: progress-bar-stripes 2s linear infinite;
442347
}
443348

444349
/*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;
449355
}
450356

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;
465398
}
466399
#learning_path_main #control {
467400
background-image: none;
@@ -481,14 +414,7 @@ opacity: 0.7;
481414
width: 100%;
482415
border-top:1px solid #00AAD4;
483416
}
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+
492418
#author_name {
493419
color: #666666;
494420
float: left;
@@ -498,4 +424,43 @@ opacity: 0.7;
498424
width: 100%;
499425
padding-top: 10px;
500426
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

Comments
 (0)