scorm.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .scormpage
  2. {
  3. height: 100%;
  4. }
  5. .scormpage .menu{
  6. width: 180px;
  7. float: left;
  8. margin: 1px;
  9. padding: 0px;
  10. margin-top: 0px;
  11. padding-top: 0px;
  12. font-size: small;
  13. }
  14. .lp_toc{
  15. background-color: white;
  16. height: 380px;
  17. width: 99%;
  18. border-right: 1px none;
  19. }
  20. .inner_lp_toc{
  21. overflow: auto;
  22. background-color: white;
  23. height: 325px;
  24. width: 92%;
  25. border-right: 1px #999999 solid;
  26. border-left: 15px #FFF solid;
  27. }
  28. .inner_lp_toc .scorm_item{
  29. font-size: 11px;
  30. margin-left: 10px;
  31. margin-right:20px;
  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:#AF8B97;
  85. font-size: 12px;
  86. color: #fff;
  87. }
  88. .inner_lp_toc .scorm_status_img{
  89. margin:0px;
  90. margin-left: -10px;
  91. width:10px;
  92. }
  93. .lp_navigation{
  94. overflow: auto;
  95. background-color: white;
  96. height: 44px;
  97. width:180px;
  98. padding-top: 4px;
  99. padding-bottom:0px;
  100. border: none;
  101. margin-top: -18px;
  102. border-top: 1px dotted black;
  103. border-bottom: 1px dotted black;
  104. }
  105. .lp_navigation_elem{
  106. padding-left: 40px;
  107. padding-top: 0px;
  108. }
  109. /*.scormpage .menu */
  110. .lp_navigation_elem .progresstext{
  111. margin-top: -12px;
  112. margin-left: 4em;
  113. font-size: smaller;
  114. }
  115. /*.scormpage .menu */
  116. .lp_navigation_elem .buttons{
  117. margin-left: 5px;
  118. margin-right: 0em;
  119. margin-top: 0.4em;
  120. }
  121. .scormpage .menu .notification{
  122. background-color: white;
  123. height: 50px;
  124. }
  125. .scormpage .menu .notification .message{
  126. background-color: white;
  127. height: 50px;
  128. width: 180px;
  129. border: none;
  130. }
  131. .scormpage .content{
  132. /*float: left;
  133. width: 60%;*/
  134. margin-top: 0px;
  135. padding-top: 0px;
  136. padding-left: 180px;
  137. background-color: white;
  138. }
  139. .iframe{
  140. border: 0px solid black;
  141. height: 580px;
  142. width: 95%;
  143. margin: 0px;
  144. padding-right: 0px;
  145. overflow: auto;
  146. vertical-align: top;
  147. }
  148. .scormpage .footer{
  149. clear: both;
  150. }