scorm.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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_status_img {
  78. margin:0px;
  79. margin-left: -10px;
  80. width:10px;
  81. }
  82. .lp_navigation {
  83. overflow: auto;
  84. background-color: white;
  85. height: 44px;
  86. width:180px;
  87. padding-top: 4px;
  88. padding-bottom:0px;
  89. border: none;
  90. margin-top: -18px;
  91. border-top: 1px dotted black;
  92. border-bottom: 1px dotted black;
  93. }
  94. .lp_navigation_elem {
  95. padding-left: 15px;
  96. padding-top: 0px;
  97. }
  98. /*.scormpage .menu */
  99. .lp_navigation_elem .progresstext {
  100. margin-top: -20px;
  101. margin-left: 40%;
  102. }
  103. /*.scormpage .menu */
  104. .lp_navigation_elem .buttons {
  105. margin-left: 0px;
  106. margin-right: 0em;
  107. margin-top: 0.4em;
  108. }
  109. .scormpage .menu .notification {
  110. background-color: white;
  111. height: 50px;
  112. }
  113. .scormpage .menu .notification .message {
  114. background-color: white;
  115. height: 50px;
  116. width: 180px;
  117. border: none;
  118. }
  119. .scormpage .content {
  120. /*float: left;
  121. width: 60%;*/
  122. margin-top: 0px;
  123. padding-top: 0px;
  124. padding-left: 180px;
  125. background-color: white;
  126. }
  127. .iframe {
  128. border: 0px solid black;
  129. height: 100%;
  130. width: 95%;
  131. margin: 0px;
  132. padding-right: 0px;
  133. overflow: auto;
  134. vertical-align: top;
  135. }
  136. .scormpage .footer {
  137. clear: both;
  138. }
  139. #image_preview {
  140. padding-left: 17px;
  141. }
  142. #author_name {
  143. padding-left: 5px;
  144. padding-top: 5px;
  145. font-size: 11px;
  146. color:#888;
  147. }
  148. #msg_div_id {
  149. padding-left: 17px;
  150. padding-top: 4px;
  151. }
  152. .scorm_title_text {
  153. margin-left: 10px;
  154. font-weight: bold;
  155. background:#ccc;
  156. font-size: 14px;
  157. color: #444;
  158. width: 89%;
  159. padding: 1px 5px 3px 8px;
  160. }