scorm.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. .scormpage {
  2. height: 100%;
  3. }
  4. .scormpage .menu {
  5. width: 180px;
  6. float: left;
  7. margin: 1px;
  8. padding: 0px;
  9. margin-top: 0px;
  10. padding-top: 0px;
  11. font-size: small;
  12. }
  13. .lp_toc {
  14. background-color: white;
  15. height: 380px;
  16. width: 99%;
  17. border-right: 1px none;
  18. }
  19. .inner_lp_toc {
  20. overflow: auto;
  21. background-color: white;
  22. height: 210px;
  23. }
  24. .inner_lp_toc .scorm_item a {
  25. font-weight: bold;
  26. font-size: 14px;
  27. margin-right: 1px;
  28. padding-bottom: 2px;
  29. text-decoration: none;
  30. font-family: Helvetica,Arial,sans-serif;
  31. color: #2F3E46;
  32. }
  33. .inner_lp_toc .scorm_item a.chapter_module {
  34. font-weight: normal;
  35. margin-right: 10px;
  36. }
  37. .inner_lp_toc .scorm_item_highlight {
  38. border:1px solid #00516e;
  39. background:#4b88b6;
  40. font-weight:bold;
  41. text-shadow:0 -1px 1px #014d68;
  42. background-image:-webkit-gradient(linear,left top,left bottom,from(#72b0d4),to(#4b88b6));
  43. background-image:-webkit-linear-gradient(top,#72b0d4,#4b88b6);
  44. background-image:-moz-linear-gradient(top,#72b0d4,#4b88b6);
  45. background-image:-ms-linear-gradient(top,#72b0d4,#4b88b6);
  46. background-image:-o-linear-gradient(top,#72b0d4,#4b88b6);
  47. background-image:linear-gradient(top,#72b0d4,#4b88b6);
  48. margin-right: 0px;
  49. padding: 10px 0px 10px 0px;
  50. text-decoration: none;
  51. }
  52. .inner_lp_toc .scorm_item_highlight a {
  53. color:#fff;
  54. margin-right: 1px;
  55. text-decoration: none;
  56. font-weight: bold;
  57. }
  58. .inner_lp_toc .scorm_item_section {
  59. border:1px solid #222;
  60. background:#333;
  61. font-weight:bold;
  62. color:#fff;
  63. text-shadow:0 -1px 1px #000;
  64. background-image:-webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
  65. background-image:-webkit-linear-gradient(top,#555,#333);
  66. background-image:-moz-linear-gradient(top,#555,#333);
  67. background-image:-ms-linear-gradient(top,#555,#333);
  68. background-image:-o-linear-gradient(top,#555,#333);
  69. background-image:linear-gradient(top,#555,#333);
  70. margin-right: 1px;
  71. padding: 10px 0px 10px 0px;
  72. text-decoration: none;
  73. }
  74. .inner_lp_toc .scorm_item {
  75. font-size: 16px;
  76. margin-left: 10px;
  77. margin-right:10px;
  78. text-decoration: none;
  79. border-color: rgba(255, 255, 255, 0.3);
  80. }
  81. .inner_lp_toc .scorm_item_1 {
  82. border-bottom: 1px solid #CCCCCC;
  83. background:#eee;
  84. font-weight:bold;
  85. color:#444;
  86. text-shadow:0 1px 1px #f6f6f6;
  87. background-image:-webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
  88. background-image:-webkit-linear-gradient(top,#fdfdfd,#eee);
  89. background-image:-moz-linear-gradient(top,#fdfdfd,#eee);
  90. background-image:-ms-linear-gradient(top,#fdfdfd,#eee);
  91. background-image:-o-linear-gradient(top,#fdfdfd,#eee);
  92. background-image:linear-gradient(top,#fdfdfd,#eee);
  93. margin-right: 1px;
  94. padding: 10px 0px 10px 0px;
  95. text-decoration: none;
  96. font-weight: normal;
  97. /* background:#FDFDFD; */
  98. }
  99. .inner_lp_toc .scorm_item_2 {
  100. background-image:-webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
  101. background-image:-webkit-linear-gradient(top,#fdfdfd,#eee);
  102. background-image:-moz-linear-gradient(top,#fdfdfd,#eee);
  103. background-image:-ms-linear-gradient(top,#fdfdfd,#eee);
  104. background-image:-o-linear-gradient(top,#fdfdfd,#eee);
  105. background-image:linear-gradient(top,#fdfdfd,#eee);
  106. border-bottom: 1px solid #CCCCCC;
  107. color: #444444;
  108. font-weight: bold;
  109. text-shadow: 0 1px 1px #F6F6F6;
  110. margin-right: 1px;
  111. padding: 10px 0px 10px 0px;
  112. text-decoration: none;
  113. font-weight: normal;
  114. }
  115. .inner_lp_toc .scorm_title {
  116. font-weight: bold;
  117. background:#ccc;
  118. font-size: 14px;
  119. color: #444;
  120. }
  121. .inner_lp_toc .scorm_title_text {
  122. margin-left: 10px;
  123. }
  124. .inner_lp_toc .scorm_status_img {
  125. margin:0px;
  126. margin-left: -10px;
  127. width:10px;
  128. }
  129. .lp_navigation {
  130. overflow: auto;
  131. background-color: white;
  132. height: 44px;
  133. width:180px;
  134. padding-top: 4px;
  135. padding-bottom:0px;
  136. border: none;
  137. margin-top: -18px;
  138. border-top: 1px dotted black;
  139. border-bottom: 1px dotted black;
  140. }
  141. .lp_navigation_elem {
  142. padding-left: 15px;
  143. padding-top: 0px;
  144. }
  145. /*.scormpage .menu */
  146. .lp_navigation_elem .progresstext {
  147. margin-top: -20px;
  148. }
  149. /*.scormpage .menu */
  150. .lp_navigation_elem .buttons {
  151. margin-left: 0px;
  152. margin-right: 0em;
  153. margin-top: 0.4em;
  154. }
  155. .scormpage .menu .notification {
  156. background-color: white;
  157. height: 50px;
  158. }
  159. .scormpage .menu .notification .message {
  160. background-color: white;
  161. height: 50px;
  162. width: 180px;
  163. border: none;
  164. }
  165. .scormpage .content {
  166. /*float: left;
  167. width: 60%;*/
  168. margin-top: 0px;
  169. padding-top: 0px;
  170. padding-left: 180px;
  171. background-color: white;
  172. }
  173. .iframe {
  174. border: 0px solid black;
  175. height: 100%;
  176. width: 95%;
  177. margin: 0px;
  178. padding-right: 0px;
  179. overflow: auto;
  180. vertical-align: top;
  181. }
  182. .scormpage .footer {
  183. clear: both;
  184. }
  185. #image_preview {
  186. padding-left: 17px;
  187. }
  188. #msg_div_id {
  189. padding-left: 17px;
  190. padding-top: 4px;
  191. }
  192. .scorm_title_text {
  193. margin-left: 10px;
  194. font-weight: bold;
  195. background:#eee;
  196. font-size: 16px;
  197. color: #444;
  198. width: 89%;
  199. padding: 1px 5px 3px 8px;
  200. }