123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- .scormpage{
- height: 100%;
- }
- .scormpage .menu{
- width: 180px;
- float: left;
- margin: 1px;
- padding: 0px;
- margin-top: 0px;
- padding-top: 0px;
- font-size: small;
- }
- .lp_toc{
- background-color: white;
- height: 380px;
- width: 99%;
- border-right: 1px none;
- }
- .inner_lp_toc{
- overflow: auto;
- background-color: white;
- height: 325px;
- width: 99%;
- border-right: 1px #999999 solid;
- }
- .inner_lp_toc .scorm_item{
- font-size: 11px;
- margin-left: 10px;
- margin-right:10px;
- padding-bottom: 2px;
- text-decoration: none;
- }
- .inner_lp_toc .scorm_item A{
- font-weight: normal;
- }
-
- .inner_lp_toc .scorm_item A.chapter_module{
- font-weight: normal;
- }
- .inner_lp_toc .scorm_item_highlight{
- font-size: 11px;
- margin-left: 10px;
- margin-right: 10px;
- padding-bottom: 2px;
- text-decoration: none;
- background:#F8F8F8; border:1px dashed #999999;
- }
- .inner_lp_toc .scorm_item_highlight A{
- font-weight: normal;
- }
-
- .inner_lp_toc .scorm_item_highlight .highlight{
- font-weight: normal;
- background:#F3F3F3; border:1px dashed #949494;
- margin-right: 1px;
- }
- .inner_lp_toc .scorm_status_img{
- margin:0px;
- margin-left: -10px;
- width:10px;
- }
- .lp_navigation{
- overflow: auto;
- background-color: white;
- height: 44px;
- width:180px;
- padding-top: 4px;
- padding-bottom:0px;
- border: none;
- margin-top: -18px;
- border-top: 1px dotted black;
- border-bottom: 1px dotted black;
- }
- .lp_navigation_elem{
- padding-left: 40px;
- padding-top: 0px;
- }
- /*.scormpage .menu */
- .lp_navigation_elem .progresstext{
- margin-top: -12px;
- margin-left: 4em;
- font-size: smaller;
- }
- /*.scormpage .menu */
- .lp_navigation_elem .buttons{
- margin-left: 5px;
- margin-right: 0em;
- margin-top: 0.4em;
- }
- .scormpage .menu .notification{
- background-color: white;
- height: 50px;
- }
- .scormpage .menu .notification .message{
- background-color: white;
- height: 50px;
- width: 180px;
- border: none;
- }
- .scormpage .content{
- /*float: left;
- width: 60%;*/
- margin-top: 0px;
- padding-top: 0px;
- padding-left: 180px;
- background-color: white;
- }
- .iframe{
- border: 0px solid black;
- height: 580px;
- width: 95%;
- margin: 0px;
- padding-right: 0px;
- overflow: auto;
- vertical-align: top;
- }
- .scormpage .footer{
- clear: both;
- }
|