scorm.css 3.1 KB

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