Patch updated SCORM CSS Ref # B8904

1.9.x
aragonc 11 years ago
parent da3a0268a3
commit 329b39d4db
  1. 29
      main/css/academica/scorm.css
  2. 30
      main/css/baby_orange/scorm.css
  3. 32
      main/css/blue_lagoon/scorm.css
  4. 30
      main/css/chamilo/scorm.css
  5. 18
      main/css/chamilo_electric_blue/scorm.css
  6. 19
      main/css/chamilo_green/scorm.css
  7. 16
      main/css/chamilo_orange/scorm.css
  8. 23
      main/css/chamilo_red/scorm.css
  9. 29
      main/css/chamilo_sport_red/scorm.css
  10. 32
      main/css/cool_blue/scorm.css
  11. 11
      main/css/corporate/scorm.css
  12. 14
      main/css/cosmic_campus/scorm.css
  13. 22
      main/css/journal/scorm.css
  14. 29
      main/css/kiddy/scorm.css

@ -35,23 +35,6 @@
text-decoration: none;
}
.inner_lp_toc .scorm_item_section {
border:1px solid #222;
background:#333;
font-weight:bold;
color:#fff;
text-shadow:0 -1px 1px #000;
background-image:-webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
background-image:-webkit-linear-gradient(top,#555,#333);
background-image:-moz-linear-gradient(top,#555,#333);
background-image:-ms-linear-gradient(top,#555,#333);
background-image:-o-linear-gradient(top,#555,#333);
background-image:linear-gradient(top,#555,#333);
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
}
.inner_lp_toc .scorm_item_section .scorm_item:before
{
content : url('../lp_section.png'); /* from main/newscorm/lp_controller.php file */
@ -150,15 +133,8 @@
background: -ms-linear-gradient(top, #505f6b 0%,#3e4f5c 100%); /* IE10+ */
background: linear-gradient(to bottom, #505f6b 0%,#3e4f5c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505f6b', endColorstr='#3e4f5c',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
@ -352,7 +328,6 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -363,10 +338,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
@ -379,7 +353,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

@ -136,31 +136,6 @@
height: 210px;
/*padding: 10px;*/
}
.inner_lp_toc .scorm_item_section {
border:none;
background:#333;
font-weight:normal;
color:#fff;
text-shadow:none;
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #fff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
font-size: 13px;
margin-left: 10px;
@ -351,7 +326,6 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -362,10 +336,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
@ -378,7 +351,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

@ -21,8 +21,6 @@
margin-right: 10px;
}
.inner_lp_toc .scorm_item_highlight {
font-weight:bold;
border:1px solid #abaaa7;
background-color: #abaaa7;
background-image:none;
margin-right: 0px;
@ -35,23 +33,6 @@
text-decoration: none;
}
.inner_lp_toc .scorm_item_section {
border:1px solid #222;
background:#333;
font-weight:bold;
color:#fff;
text-shadow:0 -1px 1px #000;
background-image:-webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
background-image:-webkit-linear-gradient(top,#555,#333);
background-image:-moz-linear-gradient(top,#555,#333);
background-image:-ms-linear-gradient(top,#555,#333);
background-image:-o-linear-gradient(top,#555,#333);
background-image:linear-gradient(top,#555,#333);
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
}
.inner_lp_toc .scorm_item_section .scorm_item:before
{
content : url('../lp_section.png'); /* from main/newscorm/lp_controller.php file */
@ -152,13 +133,7 @@
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e75a3', endColorstr='#2e75a3',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
text-decoration: none;s
}
.inner_lp_toc .scorm_item {
@ -351,7 +326,6 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -362,10 +336,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
@ -378,7 +351,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

@ -22,7 +22,6 @@
}
.inner_lp_toc .scorm_item_highlight {
font-weight:bold;
border:1px solid #00aad4;
background-color: #00aad4;
background-image:none;
margin-right: 0px;
@ -144,23 +143,9 @@
font-weight:normal;
color:#fff;
text-shadow:none;
background: #05abe0; /* Old browsers */
background: -moz-linear-gradient(top, #05abe0 0%, #2e75a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(100%,#2e75a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* IE10+ */
background: linear-gradient(to bottom, #05abe0 0%,#2e75a3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#2e75a3',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
@ -352,7 +337,8 @@
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
text-shadow: none;
font-weight: normal;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -363,10 +349,9 @@
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
@ -377,9 +362,9 @@
padding: 10px 0px 10px 0px;
}
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
border-bottom: 1px solid #00AAD4;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
text-shadow: none;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;
@ -406,10 +391,7 @@
}
.scorm_item_section.scorm_item_normal.scorm_not_attempted {
background-image: none;
background-position: 270px center !important;
background-repeat: no-repeat;
background-color: #808080;
background-color: #333;
}
#learning_path_main #control {

@ -142,23 +142,8 @@
font-weight:normal;
color:#fff;
text-shadow:none;
background: #175ae2; /* Old browsers */
background: -moz-linear-gradient(top, #175ae2 0%, #133aac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#175ae2), color-stop(100%,#133aac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #175ae2 0%,#133aac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #175ae2 0%,#133aac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #175ae2 0%,#133aac 100%); /* IE10+ */
background: linear-gradient(to bottom, #175ae2 0%,#133aac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175ae2', endColorstr='#133aac',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
@ -362,7 +347,7 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
@ -376,7 +361,6 @@ opacity: 0.7;
padding: 10px 0px 10px 0px;
}
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;

@ -142,23 +142,8 @@
font-weight:normal;
color:#fff;
text-shadow:none;
background: #a0c400; /* Old browsers */
background: -moz-linear-gradient(top, #a0c400 0%, #73a000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0c400), color-stop(100%,#73a000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a0c400 0%,#73a000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a0c400 0%,#73a000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a0c400 0%,#73a000 100%); /* IE10+ */
background: linear-gradient(to bottom, #a0c400 0%,#73a000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0c400', endColorstr='#73a000',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
@ -362,7 +347,7 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
@ -370,7 +355,6 @@ opacity: 0.7;
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
color:#444;
text-shadow:0 1px 1px #f6f6f6;
background: none;
margin-right: 1px;
padding: 10px 0px 10px 0px;
@ -378,7 +362,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

@ -29,6 +29,9 @@
padding: 10px 0px 10px 0px;
text-decoration: none;
}
.inner_lp_toc .scorm_item_highlight a {
color: #ffffff;
}
.inner_lp_toc .scorm_item_highlight a {
color:#fff;
margin-right: 1px;
@ -152,13 +155,6 @@
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#df3a01',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
@ -351,7 +347,6 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -362,15 +357,13 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
color:#444;
text-shadow:0 1px 1px #f6f6f6;
background: none;
margin-right: 1px;
padding: 10px 0px 10px 0px;
@ -378,7 +371,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

@ -22,7 +22,6 @@
}
.inner_lp_toc .scorm_item_highlight {
font-weight:bold;
border:1px solid #cf0404;
background-color: #cf0404;
background-image:none;
margin-right: 0px;
@ -142,23 +141,6 @@
font-weight:normal;
color:#fff;
text-shadow:none;
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
@ -351,7 +333,6 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -362,10 +343,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
@ -378,7 +358,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

@ -136,30 +136,6 @@
height: 210px;
/*padding: 10px;*/
}
.inner_lp_toc .scorm_item_section {
border:none;
background:#333;
font-weight:normal;
color:#fff;
text-shadow:none;
background: #05abe0; /* Old browsers */
background: -moz-linear-gradient(top, #05abe0 0%, #2e75a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(100%,#2e75a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* IE10+ */
background: linear-gradient(to bottom, #05abe0 0%,#2e75a3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#2e75a3',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
font-size: 13px;
@ -353,7 +329,6 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -364,10 +339,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
@ -380,7 +354,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

@ -22,8 +22,7 @@
}
.inner_lp_toc .scorm_item_highlight {
font-weight:bold;
border:1px solid #333;
background-color: #333;
background-color: #04698E;
background-image:none;
margin-right: 0px;
padding: 10px 0px 10px 0px;
@ -136,30 +135,6 @@
height: 210px;
/*padding: 10px;*/
}
.inner_lp_toc .scorm_item_section {
border:none;
background:#333;
font-weight:normal;
color:#fff;
text-shadow:none;
background: #05abe0; /* Old browsers */
background: -moz-linear-gradient(top, #05abe0 0%, #2e75a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(100%,#2e75a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* IE10+ */
background: linear-gradient(to bottom, #05abe0 0%,#2e75a3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#2e75a3',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
font-size: 13px;
@ -344,7 +319,7 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
text-shadow: none;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -355,10 +330,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;

@ -21,7 +21,6 @@
margin-right: 10px;
}
.inner_lp_toc .scorm_item_highlight {
font-weight:bold;
border:1px solid #fe9a2e;
background-color: #fe9a2e;
background-image:none;
@ -153,12 +152,6 @@
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
@ -362,10 +355,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
@ -378,7 +370,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

@ -153,12 +153,6 @@
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
@ -166,8 +160,6 @@
margin-left: 10px;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.inner_lp_toc .scorm_item.scorm_item_level_1{
background: url(../img/archive.png) no-repeat;
@ -351,7 +343,7 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
text-shadow: none;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -362,10 +354,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
@ -378,7 +369,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

@ -143,23 +143,6 @@
font-weight:normal;
color:#fff;
text-shadow:none;
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top, #fcfcfc 0%, #e4e4e4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfcfc 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfcfc 0%,#e4e4e4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfcfc 0%,#e4e4e4 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfcfc 0%,#e4e4e4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
@ -352,7 +335,7 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
text-shadow: none;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -363,10 +346,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;

@ -136,30 +136,6 @@
height: 210px;
/*padding: 10px;*/
}
.inner_lp_toc .scorm_item_section {
border:none;
background:#333;
font-weight:normal;
color:#fff;
text-shadow:none;
background: #05abe0; /* Old browsers */
background: -moz-linear-gradient(top, #05abe0 0%, #2e75a3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(100%,#2e75a3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* IE10+ */
background: linear-gradient(to bottom, #05abe0 0%,#2e75a3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#2e75a3',GradientType=0 ); /* IE6-9 */
margin-right: 1px;
padding: 10px 0px 10px 0px;
text-decoration: none;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.inner_lp_toc .scorm_item {
font-size: 13px;
@ -351,7 +327,6 @@ opacity: 0.7;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
color: #2F3E46;
}
.inner_lp_toc .scorm_item a.chapter_module {
@ -362,10 +337,9 @@ opacity: 0.7;
.scorm_item_1,
.scorm_item_2 {
font-size: 16px;
margin-left: 10px;
margin-left: 0;
margin-right:10px;
text-decoration: none;
border-color: rgba(255, 255, 255, 0.3);
}
.scorm_item_1 {
border-bottom: 1px solid #CCCCCC;
@ -378,7 +352,6 @@ opacity: 0.7;
.scorm_item_2 {
border-bottom: 1px solid #CCCCCC;
color: #444444;
text-shadow: 0 1px 1px #F6F6F6;
margin-right: 1px;
padding: 10px 0px 10px 0px;
background-image:none;

Loading…
Cancel
Save