scorm.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. .scormpage
  2. {
  3. height: 100%;
  4. }
  5. .scormpage .menu
  6. {
  7. width: 180px;
  8. float: left;
  9. margin: 1px;
  10. padding: 0px;
  11. margin-top: 0px;
  12. padding-top: 0px;
  13. font-size: small;
  14. }
  15. .lp_toc{
  16. background-color: white;
  17. height: 380px;
  18. width: 99%;
  19. border-right: 1px none;
  20. }
  21. .inner_lp_toc{
  22. overflow: auto;
  23. background-color: white;
  24. height: 530px;
  25. width: 90%;
  26. border-right: 1px #999999 solid;
  27. border-left: 15px #FFF solid;
  28. }
  29. .inner_lp_toc .scorm_item{
  30. font-size: 11px;
  31. margin-left: 10px;
  32. margin-right:20px;
  33. padding-bottom: 2px;
  34. text-decoration: none;
  35. }
  36. .inner_lp_toc .scorm_item A
  37. {
  38. font-size: 11px;
  39. margin-right: 1px;
  40. padding-bottom: 2px;
  41. text-decoration: none;
  42. font-weight: normal;
  43. }
  44. .inner_lp_toc .scorm_item A.chapter_module{
  45. font-weight: normal;
  46. margin-right: 10px;
  47. }
  48. .inner_lp_toc .scorm_item_highlight
  49. {
  50. font-size: 11px;
  51. margin-right: 1px;
  52. padding-bottom: 2px;
  53. text-decoration: none;
  54. font-weight: normal;
  55. background:#aaa;
  56. }
  57. .inner_lp_toc .scorm_item_highlight A
  58. {
  59. font-size: 11px;
  60. margin-right: 1px;
  61. text-decoration: none;
  62. font-weight: normal;
  63. }
  64. .inner_lp_toc .scorm_item_1
  65. {
  66. font-size: 11px;
  67. margin-right: 1px;
  68. padding-bottom: 2px;
  69. text-decoration: none;
  70. font-weight: normal;
  71. background:#ddd;
  72. }
  73. .inner_lp_toc .scorm_item_2
  74. {
  75. font-size: 11px;
  76. margin-right: 1px;
  77. padding-bottom: 2px;
  78. text-decoration: none;
  79. font-weight: normal;
  80. background:#eee;
  81. }
  82. .inner_lp_toc .scorm_title
  83. {
  84. font-weight: bold;
  85. background:#305582;
  86. font-size: 12px;
  87. color: #fff;
  88. }
  89. .inner_lp_toc .scorm_title_text
  90. {
  91. margin-left: 10px;
  92. }
  93. .inner_lp_toc .scorm_status_img{
  94. margin:0px;
  95. margin-left: -10px;
  96. width:10px;
  97. }
  98. .lp_navigation{
  99. overflow: auto;
  100. background-color: white;
  101. height: 44px;
  102. width:180px;
  103. padding-top: 4px;
  104. padding-bottom:0px;
  105. border: none;
  106. margin-top: -18px;
  107. border-top: 1px dotted black;
  108. border-bottom: 1px dotted black;
  109. }
  110. .lp_navigation_elem{
  111. padding-left: 15px;
  112. padding-top: 0px;
  113. }
  114. /*.scormpage .menu */
  115. .lp_navigation_elem .progresstext{
  116. margin-top: -15px;
  117. margin-left: 5em;
  118. font-size: normal;
  119. }
  120. /*.scormpage .menu */
  121. .lp_navigation_elem .buttons{
  122. margin-left: 5px;
  123. margin-right: 0em;
  124. margin-top: 0.4em;
  125. }
  126. .scormpage .menu .notification{
  127. background-color: white;
  128. height: 50px;
  129. }
  130. .scormpage .menu .notification .message{
  131. background-color: white;
  132. height: 50px;
  133. width: 180px;
  134. border: none;
  135. }
  136. .scormpage .content{
  137. /*float: left;
  138. width: 60%;*/
  139. margin-top: 0px;
  140. padding-top: 0px;
  141. padding-left: 180px;
  142. background-color: white;
  143. }
  144. .iframe{
  145. border: 0px solid black;
  146. height: 580px;
  147. width: 95%;
  148. margin: 0px;
  149. padding-right: 0px;
  150. overflow: auto;
  151. vertical-align: top;
  152. }
  153. .scormpage .footer{
  154. clear: both;
  155. }
  156. #preview_image
  157. {
  158. padding-left: 17px;
  159. }
  160. #msg_div_id{
  161. padding-left: 17px;
  162. padding-top: 4px;
  163. }