Adding advanced CSS personalization for Learning Path -ref #6976
parent
f7ebd14fe4
commit
fa1052c27a
@ -1,166 +1,325 @@ |
|||||||
|
/* copy of default_scorm.css */ |
||||||
|
|
||||||
|
.inner_lp_toc { |
||||||
|
overflow: auto; |
||||||
|
background-color: white; |
||||||
|
height: 210px; |
||||||
|
} |
||||||
|
|
||||||
|
.inner_lp_toc .scorm_item a { |
||||||
|
font-weight: bold; |
||||||
|
font-size: 14px; |
||||||
|
margin-right: 1px; |
||||||
|
padding-bottom: 2px; |
||||||
|
text-decoration: none; |
||||||
|
color: #2F3E46; |
||||||
|
} |
||||||
|
|
||||||
|
.inner_lp_toc .scorm_item a.chapter_module { |
||||||
|
font-weight: normal; |
||||||
|
margin-right: 10px; |
||||||
|
} |
||||||
|
.inner_lp_toc .scorm_item_highlight { |
||||||
|
border: 1px solid #999; |
||||||
|
background:#999; |
||||||
|
font-weight:bold; |
||||||
|
text-shadow:0 -1px 1px #666; |
||||||
|
background-image:-webkit-gradient(linear,left top,left bottom,from(#666),to(#999)); |
||||||
|
background-image:-webkit-linear-gradient(top,#666,#999); |
||||||
|
background-image:-moz-linear-gradient(top,#666,#999); |
||||||
|
background-image:-ms-linear-gradient(top,#666,#999); |
||||||
|
background-image:-o-linear-gradient(top,#666,#999); |
||||||
|
background-image:linear-gradient(top,#666,#999); |
||||||
|
margin-right: 0px; |
||||||
|
padding: 10px 0px 10px 0px; |
||||||
|
text-decoration: none; |
||||||
|
} |
||||||
|
|
||||||
|
.inner_lp_toc .scorm_item_highlight a { |
||||||
|
color:#fff; |
||||||
|
margin-right: 1px; |
||||||
|
text-decoration: none; |
||||||
|
font-weight: bold; |
||||||
|
} |
||||||
|
|
||||||
|
.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 { |
||||||
|
font-size: 16px; |
||||||
|
margin-left: 10px; |
||||||
|
margin-right:10px; |
||||||
|
text-decoration: none; |
||||||
|
border-color: rgba(255, 255, 255, 0.3); |
||||||
|
} |
||||||
|
|
||||||
|
.inner_lp_toc .scorm_item_1 { |
||||||
|
border-bottom: 1px solid #CCCCCC; |
||||||
|
background:#eee; |
||||||
|
font-weight:bold; |
||||||
|
color:#444; |
||||||
|
text-shadow:0 1px 1px #f6f6f6; |
||||||
|
background-image:-webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee)); |
||||||
|
background-image:-webkit-linear-gradient(top,#fdfdfd,#eee); |
||||||
|
background-image:-moz-linear-gradient(top,#fdfdfd,#eee); |
||||||
|
background-image:-ms-linear-gradient(top,#fdfdfd,#eee); |
||||||
|
background-image:-o-linear-gradient(top,#fdfdfd,#eee); |
||||||
|
background-image:linear-gradient(top,#fdfdfd,#eee); |
||||||
|
margin-right: 1px; |
||||||
|
padding: 10px 0px 10px 0px; |
||||||
|
text-decoration: none; |
||||||
|
font-weight: normal; |
||||||
|
background:#FDFDFD; |
||||||
|
} |
||||||
|
|
||||||
|
.inner_lp_toc .scorm_item_2 { |
||||||
|
background-image:-webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee)); |
||||||
|
background-image:-webkit-linear-gradient(top,#fdfdfd,#eee); |
||||||
|
background-image:-moz-linear-gradient(top,#fdfdfd,#eee); |
||||||
|
background-image:-ms-linear-gradient(top,#fdfdfd,#eee); |
||||||
|
background-image:-o-linear-gradient(top,#fdfdfd,#eee); |
||||||
|
background-image:linear-gradient(top,#fdfdfd,#eee); |
||||||
|
border-bottom: 1px solid #CCCCCC; |
||||||
|
color: #444444; |
||||||
|
font-weight: bold; |
||||||
|
text-shadow: 0 1px 1px #F6F6F6; |
||||||
|
margin-right: 1px; |
||||||
|
padding: 10px 0px 10px 0px; |
||||||
|
text-decoration: none; |
||||||
|
font-weight: normal; |
||||||
|
} |
||||||
|
|
||||||
|
.inner_lp_toc .scorm_item_section .scorm_item:before |
||||||
|
{ |
||||||
|
content : url('../../img/lp_section.png'); /* from main/newscorm/lp_controller.php file */ |
||||||
|
vertical-align: text-top; |
||||||
|
margin-right : 5px; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_section_level_0 { |
||||||
|
padding : 0 0 0 0; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_section_level_1 { |
||||||
|
padding : 0 0.5em 0 2em; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_section_level_2 { |
||||||
|
padding : 0 0.5em 0 4em; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_section_level_3 { |
||||||
|
padding : 0 0.5em 0 6em; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_section_level_4 { |
||||||
|
padding : 0 0.5em 0 8em; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_section_level_5 { |
||||||
|
padding : 0 0.5em 0 10em; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_item_level_0 { |
||||||
|
padding : 0 0 0 0; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_item_level_1 { |
||||||
|
padding : 0 0.5em 0 1.5em; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_item_level_2 { |
||||||
|
padding : 0 0.5em 0 3em; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_item_level_3 { |
||||||
|
padding : 0 0.5em 0 4.5em; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_item_level_4 { |
||||||
|
padding : 0 0.5em 0 6em; |
||||||
|
} |
||||||
|
|
||||||
|
.scorm_item_level_5 { |
||||||
|
padding : 0 0.5em 0 7.5em; |
||||||
|
} |
||||||
|
|
||||||
|
/* end of copy of default_scorm.css */ |
||||||
|
|
||||||
|
|
||||||
.scormpage { |
.scormpage { |
||||||
height: 100%; |
height: 100%; |
||||||
} |
} |
||||||
.scormpage .menu { |
.scormpage .menu { |
||||||
width: 180px; |
width: 180px; |
||||||
float: left; |
float: left; |
||||||
margin: 1px; |
margin: 1px; |
||||||
padding: 0px; |
padding: 0px; |
||||||
margin-top: 0px; |
margin-top: 0px; |
||||||
padding-top: 0px; |
padding-top: 0px; |
||||||
font-size: small; |
font-size: small; |
||||||
} |
} |
||||||
.lp_toc { |
.lp_toc { |
||||||
background-color: white; |
background-color: white; |
||||||
height: 380px; |
height: 380px; |
||||||
width: 99%; |
width: 99%; |
||||||
border-right: 1px none; |
border-right: 1px none; |
||||||
} |
} |
||||||
.inner_lp_toc { |
.inner_lp_toc { |
||||||
overflow: auto; |
overflow: auto; |
||||||
background-color: white; |
background-color: white; |
||||||
height: 210px; |
height: 210px; |
||||||
} |
} |
||||||
.inner_lp_toc .scorm_item { |
.inner_lp_toc .scorm_item { |
||||||
font-size: 11px; |
font-size: 11px; |
||||||
margin-left: 10px; |
margin-left: 10px; |
||||||
margin-right:10px; |
margin-right:10px; |
||||||
text-decoration: none; |
text-decoration: none; |
||||||
} |
} |
||||||
.inner_lp_toc .scorm_item A { |
.inner_lp_toc .scorm_item A { |
||||||
font-size: 11px; |
font-size: 11px; |
||||||
margin-right: 1px; |
margin-right: 1px; |
||||||
padding-bottom: 2px; |
padding-bottom: 2px; |
||||||
text-decoration: none; |
text-decoration: none; |
||||||
font-weight: normal; |
font-weight: normal; |
||||||
} |
} |
||||||
.inner_lp_toc .scorm_item A.chapter_module { |
.inner_lp_toc .scorm_item A.chapter_module { |
||||||
font-weight: normal; |
font-weight: normal; |
||||||
margin-right: 10px; |
margin-right: 10px; |
||||||
} |
} |
||||||
.inner_lp_toc .scorm_item_highlight { |
.inner_lp_toc .scorm_item_highlight { |
||||||
font-size: 11px; |
font-size: 11px; |
||||||
margin-right: 1px; |
margin-right: 1px; |
||||||
padding-bottom: 2px; |
padding-bottom: 2px; |
||||||
text-decoration: none; |
text-decoration: none; |
||||||
font-weight: normal; |
font-weight: normal; |
||||||
background:#aaa; |
background:#aaa; |
||||||
} |
} |
||||||
.inner_lp_toc .scorm_item_highlight A { |
.inner_lp_toc .scorm_item_highlight A { |
||||||
font-size: 11px; |
font-size: 11px; |
||||||
margin-right: 1px; |
margin-right: 1px; |
||||||
text-decoration: none; |
text-decoration: none; |
||||||
font-weight: normal; |
font-weight: normal; |
||||||
} |
} |
||||||
.inner_lp_toc .scorm_item_1 { |
.inner_lp_toc .scorm_item_1 { |
||||||
font-size: 11px; |
font-size: 11px; |
||||||
margin-right: 1px; |
margin-right: 1px; |
||||||
padding-bottom: 2px; |
padding-bottom: 2px; |
||||||
text-decoration: none; |
text-decoration: none; |
||||||
font-weight: normal; |
font-weight: normal; |
||||||
background:#ddd; |
background:#ddd; |
||||||
} |
} |
||||||
.inner_lp_toc .scorm_item_2 { |
.inner_lp_toc .scorm_item_2 { |
||||||
font-size: 11px; |
font-size: 11px; |
||||||
margin-right: 1px; |
margin-right: 1px; |
||||||
padding-bottom: 2px; |
padding-bottom: 2px; |
||||||
text-decoration: none; |
text-decoration: none; |
||||||
font-weight: normal; |
font-weight: normal; |
||||||
background:#eee; |
background:#eee; |
||||||
} |
} |
||||||
.inner_lp_toc .scorm_title { |
.inner_lp_toc .scorm_title { |
||||||
font-weight: bold; |
font-weight: bold; |
||||||
background:#ccc; |
background:#ccc; |
||||||
font-size: 14px; |
font-size: 14px; |
||||||
color: #444; |
color: #444; |
||||||
} |
} |
||||||
.inner_lp_toc .scorm_title_text { |
.inner_lp_toc .scorm_title_text { |
||||||
margin-left: 10px; |
margin-left: 10px; |
||||||
//padding: 2px; |
|
||||||
//cambiado no existe |
|
||||||
} |
} |
||||||
.inner_lp_toc .scorm_status_img { |
.inner_lp_toc .scorm_status_img { |
||||||
margin:0px; |
margin:0px; |
||||||
margin-left: -10px; |
margin-left: -10px; |
||||||
width:10px; |
width:10px; |
||||||
} |
} |
||||||
.lp_navigation { |
.lp_navigation { |
||||||
overflow: auto; |
overflow: auto; |
||||||
background-color: white; |
background-color: white; |
||||||
height: 44px; |
height: 44px; |
||||||
width:180px; |
width:180px; |
||||||
padding-top: 4px; |
padding-top: 4px; |
||||||
padding-bottom:0px; |
padding-bottom:0px; |
||||||
border: none; |
border: none; |
||||||
margin-top: -18px; |
margin-top: -18px; |
||||||
border-top: 1px dotted black; |
border-top: 1px dotted black; |
||||||
border-bottom: 1px dotted black; |
border-bottom: 1px dotted black; |
||||||
} |
} |
||||||
.lp_navigation_elem { |
.lp_navigation_elem { |
||||||
padding-left: 15px; |
padding-left: 15px; |
||||||
padding-top: 0px; |
padding-top: 0px; |
||||||
} |
} |
||||||
/*.scormpage .menu */ |
/*.scormpage .menu */ |
||||||
.lp_navigation_elem .progresstext { |
.lp_navigation_elem .progresstext { |
||||||
margin-top: -20px; |
margin-top: -20px; |
||||||
//margin-left: 40%; |
|
||||||
//em font-size: normal; |
|
||||||
} |
} |
||||||
/*.scormpage .menu */ |
/*.scormpage .menu */ |
||||||
.lp_navigation_elem .buttons { |
.lp_navigation_elem .buttons { |
||||||
margin-left: 0px; |
margin-left: 0px; |
||||||
margin-right: 0em; |
margin-right: 0em; |
||||||
margin-top: 0.4em; |
margin-top: 0.4em; |
||||||
} |
} |
||||||
.scormpage .menu .notification { |
.scormpage .menu .notification { |
||||||
background-color: white; |
background-color: white; |
||||||
height: 50px; |
height: 50px; |
||||||
} |
} |
||||||
.scormpage .menu .notification .message { |
.scormpage .menu .notification .message { |
||||||
background-color: white; |
background-color: white; |
||||||
height: 50px; |
height: 50px; |
||||||
width: 180px; |
width: 180px; |
||||||
border: none; |
border: none; |
||||||
} |
} |
||||||
.scormpage .content { |
.scormpage .content { |
||||||
/*float: left; |
/*float: left; |
||||||
width: 60%;*/ |
width: 60%;*/ |
||||||
margin-top: 0px; |
margin-top: 0px; |
||||||
padding-top: 0px; |
padding-top: 0px; |
||||||
padding-left: 180px; |
padding-left: 180px; |
||||||
background-color: white; |
background-color: white; |
||||||
} |
} |
||||||
.iframe { |
.iframe { |
||||||
border: 0px solid black; |
border: 0px solid black; |
||||||
height: 100%; |
height: 100%; |
||||||
width: 95%; |
width: 95%; |
||||||
margin: 0px; |
margin: 0px; |
||||||
padding-right: 0px; |
padding-right: 0px; |
||||||
overflow: auto; |
overflow: auto; |
||||||
vertical-align: top; |
vertical-align: top; |
||||||
} |
} |
||||||
.scormpage .footer { |
.scormpage .footer { |
||||||
clear: both; |
clear: both; |
||||||
} |
} |
||||||
#image_preview { |
#image_preview { |
||||||
padding-left: 17px; |
padding-left: 17px; |
||||||
} |
} |
||||||
#author_name { |
#author_name { |
||||||
padding-left: 5px; |
padding-left: 5px; |
||||||
padding-top: 5px; |
padding-top: 5px; |
||||||
font-size: 11px; |
font-size: 11px; |
||||||
color:#888; |
color:#888; |
||||||
} |
} |
||||||
#msg_div_id { |
#msg_div_id { |
||||||
padding-left: 17px; |
padding-left: 17px; |
||||||
padding-top: 4px; |
padding-top: 4px; |
||||||
} |
} |
||||||
.scorm_title_text { |
.scorm_title_text { |
||||||
margin-left: 10px; |
margin-left: 10px; |
||||||
font-weight: bold; |
font-weight: bold; |
||||||
background:#ccc; |
background:#ccc; |
||||||
font-size: 14px; |
font-size: 14px; |
||||||
color: #444; |
color: #444; |
||||||
width: 89%; |
width: 89%; |
||||||
padding: 1px 5px 3px 8px; |
padding: 1px 5px 3px 8px; |
||||||
} |
} |
||||||
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in new issue