scorm.css 2.9 KB

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