scorm.css 2.9 KB

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