scorm.css 2.8 KB

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