Browse Source

css cosmis_campus journal kiddy update scorm

Alex 11 years ago
parent
commit
a69a5affff

+ 1 - 1
main/css/cosmic_campus/default.css

@@ -20,7 +20,7 @@ a:active {
     text-decoration: none;
 }
 .page-section{
-  background: url(images/home-bg.png) repeat-x 0 -15px;
+  background: url(images/home-bg.png) repeat-x 0 0;
   margin-top: -10px;
 }
 .navbar .nav > li > a {

BIN
main/css/cosmic_campus/images/blue_arrow.png


+ 76 - 46
main/css/cosmic_campus/scorm.css

@@ -8,7 +8,7 @@
 
 .inner_lp_toc .scorm_item a {
     font-weight: bold;
-    font-size: 14px;
+    font-size: 13px;
     margin-right: 1px;
     padding-bottom: 2px;
     text-decoration: none;
@@ -139,25 +139,27 @@
 }
 
 .scorm_item_level_1 {
-    padding : 0 0.5em 0 1.5em;
+    padding : 0 1.5em 0 1.5em;
 }
 
 .scorm_item_level_2 {
-    padding : 0 0.5em 0 3em;
+    padding : 0 1.5em 0 3em;
 }
-
 .scorm_item_level_3 {
-    padding : 0 0.5em 0 4.5em;
+    padding : 0 1.5em 0 4.5em;
 }
 
 .scorm_item_level_4 {
-    padding : 0 0.5em 0 6em;
+    padding : 0 1.5em 0 6em;
 }
 
 .scorm_item_level_5 {
-    padding : 0 0.5em 0 7.5em;
+    padding : 0 1.5em 0 7.5em;
 }
 
+.scorm_item.scorm_item_level_2 > a, .scorm_item.scorm_item_level_3 > a, .scorm_item.scorm_item_level_4 > a, .scorm_item.scorm_item_level_5 > a{
+    font-weight: normal;
+}
 /* end of copy of default_scorm.css */
 
 
@@ -171,7 +173,6 @@
     padding: 0px;
     margin-top: 0px;
     padding-top: 0px;
-    font-size: small;
 }
 .lp_toc {
     background-color: white;
@@ -182,17 +183,22 @@
 
 .inner_lp_toc {
     overflow: auto;
-    background-color: white;
-    height: 210px;   
+    background: #ffffff; /* Old browsers */
+  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
+  background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
+  background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
+  background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
+  background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
+  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
+    height: 210px;
+    padding: 10px;   
 }
 
 .inner_lp_toc .scorm_item a {
-    font-weight: normal;
-    font-size: 12px;
     margin-right: 1px;
     padding-bottom: 2px;
     text-decoration: none;
-    font-family: Helvetica,Arial,sans-serif;
     color: #2F3E46;    
 }
 
@@ -203,7 +209,6 @@
 .inner_lp_toc .scorm_item_highlight {   
     border:1px solid #00aad4;
     background:#00aad4;
-    font-weight:normal;
     background-image:none;
     margin-right: 0px;
     padding: 10px 0px 10px 0px;
@@ -214,7 +219,6 @@
     color:#fff;
     margin-right: 1px;
     text-decoration: none;
-    font-weight: normal;
 }
 
 .inner_lp_toc .scorm_item_section {
@@ -347,27 +351,36 @@
     padding-top: 4px;
 }
 
-
-
 #learning_path_breadcrumb_zone .breadcrumb{
-    background-image: none;
-    background-color: #2e75a3;
+    background: #e23828; /* Old browsers */
+background: -moz-linear-gradient(top, #e23828 0%, #b52d20 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e23828), color-stop(100%,#b52d20)); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, #e23828 0%,#b52d20 100%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(top, #e23828 0%,#b52d20 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, #e23828 0%,#b52d20 100%); /* IE10+ */
+background: linear-gradient(to bottom, #e23828 0%,#b52d20 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e23828', endColorstr='#b52d20',GradientType=0 ); /* IE6-9 */
     color: #fff;
     text-transform: capitalize;
+    border:none;
+    -webkit-border-radius: 1px;
+    -moz-border-radius: 1px;
+    border-radius: 1px;
 }
 #learning_path_breadcrumb_zone .breadcrumb a{
     color: #FFF;
 }
 #learning_path_breadcrumb_zone .breadcrumb a:hover{
-    text-decoration: underline;
+    text-decoration: none;
+    opacity: 0.8;
 }
 #scorm_title {
     font-weight: bold;
     background:none;
     font-size: 20px;
     background-image: none;
-    color: #0088aa;
-    padding-top: 5px;
+    color: #666666;
+    padding-top: 15px;
     padding-bottom: 15px;
 }
 #learning_path_main #control {
@@ -377,11 +390,18 @@
 opacity: 0.7;
 }
 #author_image{
-    background-color: #d7eef4;
+    background: #ffffff; /* Old browsers */
+  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
+  background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
+  background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
+  background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
+  background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
+  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
-    border: 1px solid  #b4cbff;
+    border: 1px solid  #CCCCCC;
     margin-top: 10px;
 }
 #author_icon img{
@@ -393,17 +413,16 @@ opacity: 0.7;
 }
 #author_image .progresstext{
     font-size: 20px;
-    color: #0088aa;
+    color: #666666;
     font-weight: bold;
 }
 #learning_path_left_zone #header {
-  font-size: 14px;
+  font-size: 18px;
   margin-top: 10px;
 }
 #learning_path_left_zone .no-border{
     background: none;
-    color: #2e75a3;
-    font-weight: normal;
+    color: #666666;
 }
 .progress {
   height: 18px;
@@ -426,31 +445,23 @@ opacity: 0.7;
           box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
 }
 .progress-striped .bar {
-  background-color: #149BDF;
-  background-size: 40px 40px;
-  background-image: none;
+  background-color: #D9D9CE;
+  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);
+  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);
+    -webkit-animation: progress-bar-stripes 2s linear infinite;
+    animation: progress-bar-stripes 2s linear infinite;
 }
 
 /*STYLES PROCESS LESSION*/
 .inner_lp_toc .scorm_completed {
-    
-    background-image: url("images/blue_arrow.png") !important;
-    background-position: 250px center !important;
+    background-image: url("images/blue_arrow.png")  !important;
+    background-position: 255px center !important;
     background-repeat: no-repeat;
 }
 
-.inner_lp_toc .scorm_item_highlight {
-    background-color: #00aad4;
-    background-image: url("images/white_arrow.png") !important;
-    background-position: 250px center !important;
-    background-repeat: no-repeat;
-    border: 1px solid #00aad4;
-}
-
-
 .inner_lp_toc .scorm_item_1 {
-  background-color: #d7eef4;
-  background-image: none;
+  background:none;
+  background-repeat: no-repeat;
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
   border-bottom-width: 1px;
@@ -479,4 +490,23 @@ opacity: 0.7;
   position: absolute;
   text-align: center;
   width: 100%;
-}
+  border-top:1px solid #00AAD4;
+}
+.inner_lp_toc .scorm_item_highlight {
+    background-color: #00aad4;
+    background-image: url("images/white_arrow.png") !important;
+    background-position: 255px center !important;
+    background-repeat: no-repeat;
+    border: 1px solid #00aad4;
+    text-shadow:none;
+}
+#author_name {
+  color: #666666;
+  float: left;
+  font-size: 13px;
+  margin-top: 2px;
+  text-align: center;
+  width: 100%;
+  padding-top: 10px;
+  padding-bottom: 5px;
+}

+ 1 - 1
main/css/journal/default.css

@@ -117,7 +117,7 @@ a.thumbnail:hover{
     text-shadow: none;
 }
 .breadcrumb a.btn-mini{
-    line-height: 17px;
+    line-height: 25px;
     text-transform: none;
 }
 .breadcrumb a.btn-mini > .btn-success{

BIN
main/css/journal/images/blue_arrow.png


+ 74 - 45
main/css/journal/scorm.css

@@ -8,7 +8,7 @@
 
 .inner_lp_toc .scorm_item a {
     font-weight: bold;
-    font-size: 14px;
+    font-size: 13px;
     margin-right: 1px;
     padding-bottom: 2px;
     text-decoration: none;
@@ -139,25 +139,27 @@
 }
 
 .scorm_item_level_1 {
-    padding : 0 0.5em 0 1.5em;
+    padding : 0 1.5em 0 1.5em;
 }
 
 .scorm_item_level_2 {
-    padding : 0 0.5em 0 3em;
+    padding : 0 1.5em 0 3em;
 }
-
 .scorm_item_level_3 {
-    padding : 0 0.5em 0 4.5em;
+    padding : 0 1.5em 0 4.5em;
 }
 
 .scorm_item_level_4 {
-    padding : 0 0.5em 0 6em;
+    padding : 0 1.5em 0 6em;
 }
 
 .scorm_item_level_5 {
-    padding : 0 0.5em 0 7.5em;
+    padding : 0 1.5em 0 7.5em;
 }
 
+.scorm_item.scorm_item_level_2 > a, .scorm_item.scorm_item_level_3 > a, .scorm_item.scorm_item_level_4 > a, .scorm_item.scorm_item_level_5 > a{
+    font-weight: normal;
+}
 /* end of copy of default_scorm.css */
 
 
@@ -171,7 +173,6 @@
     padding: 0px;
     margin-top: 0px;
     padding-top: 0px;
-    font-size: small;
 }
 .lp_toc {
     background-color: white;
@@ -182,17 +183,15 @@
 
 .inner_lp_toc {
     overflow: auto;
-    background-color: white;
-    height: 210px;   
+    background-color: #E6E6E6;
+    height: 210px;
+    padding: 10px;   
 }
 
 .inner_lp_toc .scorm_item a {
-    font-weight: normal;
-    font-size: 12px;
     margin-right: 1px;
     padding-bottom: 2px;
     text-decoration: none;
-    font-family: Helvetica,Arial,sans-serif;
     color: #2F3E46;    
 }
 
@@ -203,7 +202,6 @@
 .inner_lp_toc .scorm_item_highlight {   
     border:1px solid #00aad4;
     background:#00aad4;
-    font-weight:normal;
     background-image:none;
     margin-right: 0px;
     padding: 10px 0px 10px 0px;
@@ -214,7 +212,6 @@
     color:#fff;
     margin-right: 1px;
     text-decoration: none;
-    font-weight: normal;
 }
 
 .inner_lp_toc .scorm_item_section {
@@ -347,27 +344,40 @@
     padding-top: 4px;
 }
 
-
-
 #learning_path_breadcrumb_zone .breadcrumb{
-    background-image: none;
-    background-color: #2e75a3;
-    color: #fff;
+    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 */
+    color: #666;
     text-transform: capitalize;
+    border:none;
+    border-bottom: 3px solid #CCCCCC;
+    -webkit-border-radius: 1px;
+    -moz-border-radius: 1px;
+    border-radius: 1px;
 }
 #learning_path_breadcrumb_zone .breadcrumb a{
-    color: #FFF;
+    color: #666;
+}
+#learning_path_breadcrumb_zone .breadcrumb .btn-success{
+    color: #fff;
 }
 #learning_path_breadcrumb_zone .breadcrumb a:hover{
-    text-decoration: underline;
+    text-decoration: none;
+    opacity: 0.8;
 }
 #scorm_title {
     font-weight: bold;
     background:none;
     font-size: 20px;
     background-image: none;
-    color: #0088aa;
-    padding-top: 5px;
+    color: #666666;
+    padding-top: 15px;
     padding-bottom: 15px;
 }
 #learning_path_main #control {
@@ -377,11 +387,18 @@
 opacity: 0.7;
 }
 #author_image{
-    background-color: #d7eef4;
+    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 */
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
-    border: 1px solid  #b4cbff;
+    border: 1px solid  #CCCCCC;
     margin-top: 10px;
 }
 #author_icon img{
@@ -393,17 +410,16 @@ opacity: 0.7;
 }
 #author_image .progresstext{
     font-size: 20px;
-    color: #0088aa;
+    color: #666666;
     font-weight: bold;
 }
 #learning_path_left_zone #header {
-  font-size: 14px;
+  font-size: 18px;
   margin-top: 10px;
 }
 #learning_path_left_zone .no-border{
     background: none;
-    color: #2e75a3;
-    font-weight: normal;
+    color: #666666;
 }
 .progress {
   height: 18px;
@@ -427,28 +443,22 @@ opacity: 0.7;
 }
 .progress-striped .bar {
   background-color: #149BDF;
-  background-size: 40px 40px;
-  background-image: none;
+  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);
+  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);
+    -webkit-animation: progress-bar-stripes 2s linear infinite;
+    animation: progress-bar-stripes 2s linear infinite;
 }
 
 /*STYLES PROCESS LESSION*/
 .inner_lp_toc .scorm_completed {
-    
-    background-image: url("images/blue_arrow.png") !important;
-    background-position: 250px center !important;
+    background-image: url("images/blue_arrow.png")  !important;
+    background-position: 255px center !important;
     background-repeat: no-repeat;
 }
 
-.inner_lp_toc .scorm_item_highlight {
-    background-color: #00aad4;
-    background-image: url("images/white_arrow.png") !important;
-    background-position: 250px center !important;
-    background-repeat: no-repeat;
-    border: 1px solid #00aad4;
-}
 .inner_lp_toc .scorm_item_1 {
-  background-color: #d7eef4;
-  background-image: none;
+  background:none;
+  background-repeat: no-repeat;
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
   border-bottom-width: 1px;
@@ -477,4 +487,23 @@ opacity: 0.7;
   position: absolute;
   text-align: center;
   width: 100%;
-}
+  border-top:1px solid #00AAD4;
+}
+.inner_lp_toc .scorm_item_highlight {
+    background-color: #777777;
+    background-image: url("images/white_arrow.png") !important;
+    background-position: 255px center !important;
+    background-repeat: no-repeat;
+    border: 1px solid #777777;
+    text-shadow:none;
+}
+#author_name {
+  color: #666666;
+  float: left;
+  font-size: 13px;
+  margin-top: 2px;
+  text-align: center;
+  width: 100%;
+  padding-top: 10px;
+  padding-bottom: 5px;
+}

BIN
main/css/kiddy/images/blue_arrow.png


BIN
main/css/kiddy/images/white_arrow.png


+ 58 - 40
main/css/kiddy/scorm.css

@@ -8,7 +8,7 @@
 
 .inner_lp_toc .scorm_item a {
     font-weight: bold;
-    font-size: 14px;
+    font-size: 13px;
     margin-right: 1px;
     padding-bottom: 2px;
     text-decoration: none;
@@ -139,25 +139,27 @@
 }
 
 .scorm_item_level_1 {
-    padding : 0 0.5em 0 1.5em;
+    padding : 0 1.5em 0 1.5em;
 }
 
 .scorm_item_level_2 {
-    padding : 0 0.5em 0 3em;
+    padding : 0 1.5em 0 3em;
 }
-
 .scorm_item_level_3 {
-    padding : 0 0.5em 0 4.5em;
+    padding : 0 1.5em 0 4.5em;
 }
 
 .scorm_item_level_4 {
-    padding : 0 0.5em 0 6em;
+    padding : 0 1.5em 0 6em;
 }
 
 .scorm_item_level_5 {
-    padding : 0 0.5em 0 7.5em;
+    padding : 0 1.5em 0 7.5em;
 }
 
+.scorm_item.scorm_item_level_2 > a, .scorm_item.scorm_item_level_3 > a, .scorm_item.scorm_item_level_4 > a, .scorm_item.scorm_item_level_5 > a{
+    font-weight: normal;
+}
 /* end of copy of default_scorm.css */
 
 
@@ -171,7 +173,6 @@
     padding: 0px;
     margin-top: 0px;
     padding-top: 0px;
-    font-size: small;
 }
 .lp_toc {
     background-color: white;
@@ -182,17 +183,15 @@
 
 .inner_lp_toc {
     overflow: auto;
-    background-color: white;
-    height: 210px;   
+    background-color: #D7EEF4;
+    height: 210px;
+    padding: 10px;   
 }
 
 .inner_lp_toc .scorm_item a {
-    font-weight: normal;
-    font-size: 12px;
     margin-right: 1px;
     padding-bottom: 2px;
     text-decoration: none;
-    font-family: Helvetica,Arial,sans-serif;
     color: #2F3E46;    
 }
 
@@ -203,7 +202,6 @@
 .inner_lp_toc .scorm_item_highlight {   
     border:1px solid #00aad4;
     background:#00aad4;
-    font-weight:normal;
     background-image:none;
     margin-right: 0px;
     padding: 10px 0px 10px 0px;
@@ -214,7 +212,6 @@
     color:#fff;
     margin-right: 1px;
     text-decoration: none;
-    font-weight: normal;
 }
 
 .inner_lp_toc .scorm_item_section {
@@ -347,19 +344,28 @@
     padding-top: 4px;
 }
 
-
-
 #learning_path_breadcrumb_zone .breadcrumb{
-    background-image: none;
-    background-color: #2e75a3;
+    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 */
     color: #fff;
     text-transform: capitalize;
+    border:none;
+    -webkit-border-radius: 1px;
+    -moz-border-radius: 1px;
+    border-radius: 1px;
 }
 #learning_path_breadcrumb_zone .breadcrumb a{
     color: #FFF;
 }
 #learning_path_breadcrumb_zone .breadcrumb a:hover{
-    text-decoration: underline;
+    text-decoration: none;
+    opacity: 0.8;
 }
 #scorm_title {
     font-weight: bold;
@@ -367,7 +373,7 @@
     font-size: 20px;
     background-image: none;
     color: #0088aa;
-    padding-top: 5px;
+    padding-top: 15px;
     padding-bottom: 15px;
 }
 #learning_path_main #control {
@@ -393,17 +399,16 @@ opacity: 0.7;
 }
 #author_image .progresstext{
     font-size: 20px;
-    color: #0088aa;
+    color: #0088AA;
     font-weight: bold;
 }
 #learning_path_left_zone #header {
-  font-size: 14px;
+  font-size: 18px;
   margin-top: 10px;
 }
 #learning_path_left_zone .no-border{
     background: none;
-    color: #2e75a3;
-    font-weight: normal;
+    color: #0088AA;
 }
 .progress {
   height: 18px;
@@ -427,28 +432,22 @@ opacity: 0.7;
 }
 .progress-striped .bar {
   background-color: #149BDF;
-  background-size: 40px 40px;
-  background-image: none;
+  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);
+  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);
+    -webkit-animation: progress-bar-stripes 2s linear infinite;
+    animation: progress-bar-stripes 2s linear infinite;
 }
 
 /*STYLES PROCESS LESSION*/
 .inner_lp_toc .scorm_completed {
-    
-    background-image: url("images/blue_arrow.png") !important;
-    background-position: 250px center !important;
+    background-image: url("images/blue_arrow.png")  !important;
+    background-position: 255px center !important;
     background-repeat: no-repeat;
 }
 
-.inner_lp_toc .scorm_item_highlight {
-    background-color: #00aad4;
-    background-image: url("images/white_arrow.png") !important;
-    background-position: 250px center !important;
-    background-repeat: no-repeat;
-    border: 1px solid #00aad4;
-}
 .inner_lp_toc .scorm_item_1 {
-  background-color: #d7eef4;
-  background-image: none;
+  background:none;
+  background-repeat: no-repeat;
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
   border-bottom-width: 1px;
@@ -477,4 +476,23 @@ opacity: 0.7;
   position: absolute;
   text-align: center;
   width: 100%;
-}
+  border-top:1px solid #00AAD4;
+}
+.inner_lp_toc .scorm_item_highlight {
+    background-color: #00aad4;
+    background-image: url("images/white_arrow.png") !important;
+    background-position: 255px center !important;
+    background-repeat: no-repeat;
+    border: 1px solid #00aad4;
+    text-shadow:none;
+}
+#author_name {
+  color: #666666;
+  float: left;
+  font-size: 13px;
+  margin-top: 2px;
+  text-align: center;
+  width: 100%;
+  padding-top: 10px;
+  padding-bottom: 5px;
+}