scorm.css 2.9 KB

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