scorm.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. width: 94%;
  24. border-left: 10px #FFF solid;
  25. }
  26. .inner_lp_toc .scorm_item {
  27. font-size: 11px;
  28. margin-left: 10px;
  29. margin-right:10px;
  30. padding-bottom: 2px;
  31. text-decoration: none;
  32. }
  33. .inner_lp_toc .scorm_item A {
  34. font-size: 11px;
  35. margin-right: 1px;
  36. padding-bottom: 2px;
  37. text-decoration: none;
  38. font-weight: normal;
  39. }
  40. .inner_lp_toc .scorm_item A.chapter_module {
  41. font-weight: normal;
  42. margin-right: 10px;
  43. }
  44. .inner_lp_toc .scorm_item_highlight {
  45. font-size: 11px;
  46. margin-right: 1px;
  47. padding-bottom: 2px;
  48. text-decoration: none;
  49. font-weight: normal;
  50. background:#aaa;
  51. }
  52. .inner_lp_toc .scorm_item_highlight A {
  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:#aaa;
  74. font-size: 12px;
  75. color: #FFF;
  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: 0 6px 10px 10px;
  99. }
  100. /*.scormpage .menu */
  101. .lp_navigation_elem .progresstext {
  102. margin: -20px 0;
  103. margin-left: 40%;
  104. font-size: normal;
  105. }
  106. /*.scormpage .menu */
  107. .lp_navigation_elem .buttons {
  108. margin-left: 0px;
  109. margin-right: 0em;
  110. margin-top: 0.4em;
  111. }
  112. .scormpage .menu .notification {
  113. background-color: white;
  114. height: 50px;
  115. }
  116. .scormpage .menu .notification .message {
  117. background-color: white;
  118. height: 50px;
  119. width: 180px;
  120. border: none;
  121. }
  122. .scormpage .content {
  123. /*float: left;
  124. width: 60%;*/
  125. margin-top: 0px;
  126. padding-top: 0px;
  127. padding-left: 180px;
  128. background-color: white;
  129. }
  130. .iframe {
  131. border: 0px solid black;
  132. height: 580px;
  133. width: 95%;
  134. margin: 0px;
  135. padding-right: 0px;
  136. overflow: auto;
  137. vertical-align: top;
  138. }
  139. .scormpage .footer {
  140. clear: both;
  141. }
  142. .preview_image {
  143. //text-align: right;
  144. //margin-right: 5px;
  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. padding: 1px 5px 3px 8px;
  155. }