scorm.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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_item A {
  32. font-weight: normal;
  33. }
  34. .inner_lp_toc .scorm_item A.chapter_module {
  35. font-weight: normal;
  36. }
  37. .inner_lp_toc .scorm_item_highlight {
  38. font-size: 11px;
  39. margin-right: 1px;
  40. padding-bottom: 2px;
  41. text-decoration: none;
  42. font-weight: normal;
  43. background:#aaa;
  44. }
  45. .inner_lp_toc .scorm_item_highlight A {
  46. font-weight: normal;
  47. font-size: 11px;
  48. margin-right: 1px;
  49. text-decoration: none;
  50. font-weight: normal;
  51. }
  52. .inner_lp_toc .scorm_item_1 {
  53. font-size: 11px;
  54. margin-right: 1px;
  55. padding-bottom: 2px;
  56. text-decoration: none;
  57. font-weight: normal;
  58. background:#ddd;
  59. }
  60. .inner_lp_toc .scorm_item_2 {
  61. font-size: 11px;
  62. margin-right: 1px;
  63. padding-bottom: 2px;
  64. text-decoration: none;
  65. font-weight: normal;
  66. background:#eee;
  67. }
  68. .inner_lp_toc .scorm_title {
  69. font-weight: bold;
  70. background:#ccc;
  71. font-size: 12px;
  72. color: #444;
  73. }
  74. .inner_lp_toc .scorm_title_text {
  75. margin-left: 10px;
  76. padding: 2px;
  77. }
  78. .inner_lp_toc .scorm_status_img {
  79. margin:0px;
  80. margin-left: -10px;
  81. width:10px;
  82. }
  83. .lp_navigation {
  84. overflow: auto;
  85. background-color: white;
  86. height: 44px;
  87. width:180px;
  88. padding-top: 4px;
  89. padding-bottom:0px;
  90. border: none;
  91. margin-top: -18px;
  92. border-top: 1px dotted black;
  93. border-bottom: 1px dotted black;
  94. }
  95. .lp_navigation_elem {
  96. padding-left: 15px;
  97. padding-top: 0px;
  98. }
  99. /*.scormpage .menu */
  100. .lp_navigation_elem .progresstext {
  101. margin-top: -20px;
  102. margin-left: 40%;
  103. font-size: normal;
  104. }
  105. /*.scormpage .menu */
  106. .lp_navigation_elem .buttons {
  107. margin-left: 5px;
  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: 580px;
  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. .preview_image {
  142. text-align: right;
  143. margin-right: 5px;
  144. padding-left: 15px;
  145. }
  146. .scorm_title_text {
  147. margin-left: 10px;
  148. font-weight: bold;
  149. background:#ccc;
  150. font-size: 14px;
  151. color: #444;
  152. width: 90%;
  153. padding: 1px 5px 3px 8px;
  154. }