scorm.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. .scormpage
  2. {
  3. height: 100%;
  4. }
  5. .scormpage .menu
  6. {
  7. width: 180px;
  8. float: left;
  9. margin: 1px;
  10. padding: 0px;
  11. margin-top: 0px;
  12. padding-top: 0px;
  13. font-size: small;
  14. }
  15. .lp_toc{
  16. background-color: white;
  17. height: 380px;
  18. width: 99%;
  19. border-right: 1px none;
  20. }
  21. .inner_lp_toc{
  22. overflow: auto;
  23. background-color: white;
  24. height: 220px;
  25. width: 94%;
  26. border-left: 10px #FFF solid;
  27. }
  28. .inner_lp_toc .scorm_item{
  29. font-size: 11px;
  30. margin-left: 10px;
  31. margin-right:10px;//cambiado era 20
  32. padding-bottom: 2px;
  33. text-decoration: none;
  34. }
  35. .inner_lp_toc .scorm_item A
  36. {
  37. font-size: 11px;
  38. margin-right: 1px;
  39. padding-bottom: 2px;
  40. text-decoration: none;
  41. font-weight: normal;
  42. }
  43. .inner_lp_toc .scorm_item A.chapter_module{
  44. font-weight: normal;
  45. margin-right: 10px;
  46. }
  47. .inner_lp_toc .scorm_item_highlight
  48. {
  49. font-size: 11px;
  50. margin-right: 1px;
  51. padding-bottom: 2px;
  52. text-decoration: none;
  53. font-weight: normal;
  54. background:#aaa;
  55. }
  56. .inner_lp_toc .scorm_item_highlight A
  57. {
  58. font-size: 11px;
  59. margin-right: 1px;
  60. text-decoration: none;
  61. font-weight: normal;
  62. }
  63. .inner_lp_toc .scorm_item_1
  64. {
  65. font-size: 11px;
  66. margin-right: 1px;
  67. padding-bottom: 2px;
  68. text-decoration: none;
  69. font-weight: normal;
  70. background:#ddd;
  71. }
  72. .inner_lp_toc .scorm_item_2
  73. {
  74. font-size: 11px;
  75. margin-right: 1px;
  76. padding-bottom: 2px;
  77. text-decoration: none;
  78. font-weight: normal;
  79. background:#eee;
  80. }
  81. .inner_lp_toc .scorm_title
  82. {
  83. font-weight: bold;
  84. background:#ccc;
  85. font-size: 14px;
  86. color: #444;
  87. }
  88. .inner_lp_toc .scorm_title_text
  89. {
  90. margin-left: 10px;
  91. //padding: 2px;
  92. //cambiado no existe
  93. }
  94. .inner_lp_toc .scorm_status_img{
  95. margin:0px;
  96. margin-left: -10px;
  97. width:10px;
  98. }
  99. .lp_navigation{
  100. overflow: auto;
  101. background-color: white;
  102. height: 44px;
  103. width:180px;
  104. padding-top: 4px;
  105. padding-bottom:0px;
  106. border: none;
  107. margin-top: -18px;
  108. border-top: 1px dotted black;
  109. border-bottom: 1px dotted black;
  110. }
  111. .lp_navigation_elem{
  112. padding-left: 15px;
  113. padding-top: 0px;
  114. }
  115. /*.scormpage .menu */
  116. .lp_navigation_elem .progresstext{
  117. margin-top: -20px;
  118. margin-left: 40%; //em
  119. font-size: normal;
  120. }
  121. /*.scormpage .menu */
  122. .lp_navigation_elem .buttons{
  123. margin-left: 0px;
  124. margin-right: 0em;
  125. margin-top: 0.4em;
  126. }
  127. .scormpage .menu .notification{
  128. background-color: white;
  129. height: 50px;
  130. }
  131. .scormpage .menu .notification .message{
  132. background-color: white;
  133. height: 50px;
  134. width: 180px;
  135. border: none;
  136. }
  137. .scormpage .content{
  138. /*float: left;
  139. width: 60%;*/
  140. margin-top: 0px;
  141. padding-top: 0px;
  142. padding-left: 180px;
  143. background-color: white;
  144. }
  145. .iframe{
  146. border: 0px solid black;
  147. height: 580px;
  148. width: 95%;
  149. margin: 0px;
  150. padding-right: 0px;
  151. overflow: auto;
  152. vertical-align: top;
  153. }
  154. .scormpage .footer{
  155. clear: both;
  156. }
  157. #image_preview
  158. {
  159. padding-left: 17px;
  160. }
  161. #author_name
  162. {
  163. padding-left: 5px;
  164. padding-top: 5px;
  165. font-size: 11px;
  166. color:#888;
  167. }
  168. #msg_div_id{
  169. padding-left: 17px;
  170. padding-top: 4px;
  171. }
  172. .scorm_title_text {
  173. margin-left: 10px;
  174. font-weight: bold;
  175. background:#ccc;
  176. font-size: 14px;
  177. color: #444;
  178. width: 89%;
  179. padding: 1px 5px 3px 8px;
  180. }