scorm.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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: 325px;
  23. width: 92%;
  24. border-right: 1px #999999 solid;
  25. border-left: 15px #FFF solid;
  26. }
  27. .inner_lp_toc .scorm_item{
  28. font-size: 11px;
  29. margin-left: 10px;
  30. margin-right:20px;
  31. padding-bottom: 2px;
  32. text-decoration: none;
  33. }
  34. .inner_lp_toc .scorm_item A
  35. {
  36. font-size: 11px;
  37. margin-right: 1px;
  38. padding-bottom: 2px;
  39. text-decoration: none;
  40. font-weight: normal;
  41. }
  42. .inner_lp_toc .scorm_item A.chapter_module{
  43. font-weight: normal;
  44. margin-right: 10px;
  45. }
  46. .inner_lp_toc .scorm_item_highlight
  47. {
  48. font-size: 11px;
  49. margin-right: 1px;
  50. padding-bottom: 2px;
  51. text-decoration: none;
  52. font-weight: normal;
  53. background:#aaa;
  54. }
  55. .inner_lp_toc .scorm_item_highlight A
  56. {
  57. font-size: 11px;
  58. margin-right: 1px;
  59. text-decoration: none;
  60. font-weight: normal;
  61. }
  62. .inner_lp_toc .scorm_item_1
  63. {
  64. font-size: 11px;
  65. margin-right: 1px;
  66. padding-bottom: 2px;
  67. text-decoration: none;
  68. font-weight: normal;
  69. background:#ddd;
  70. }
  71. .inner_lp_toc .scorm_item_2
  72. {
  73. font-size: 11px;
  74. margin-right: 1px;
  75. padding-bottom: 2px;
  76. text-decoration: none;
  77. font-weight: normal;
  78. background:#eee;
  79. }
  80. .inner_lp_toc .scorm_title
  81. {
  82. font-weight: bold;
  83. background:#4271B5;
  84. font-size: 12px;
  85. color: #fff;
  86. }
  87. .inner_lp_toc .scorm_status_img{
  88. margin:0px;
  89. margin-left: -10px;
  90. width:10px;
  91. }
  92. .lp_navigation{
  93. overflow: auto;
  94. background-color: white;
  95. height: 44px;
  96. width:180px;
  97. padding-top: 4px;
  98. padding-bottom:0px;
  99. border: none;
  100. margin-top: -18px;
  101. border-top: 1px dotted black;
  102. border-bottom: 1px dotted black;
  103. }
  104. .lp_navigation_elem{
  105. padding-left: 40px;
  106. padding-top: 0px;
  107. }
  108. /*.scormpage .menu */
  109. .lp_navigation_elem .progresstext{
  110. margin-top: -12px;
  111. margin-left: 4em;
  112. font-size: smaller;
  113. }
  114. /*.scormpage .menu */
  115. .lp_navigation_elem .buttons{
  116. margin-left: 5px;
  117. margin-right: 0em;
  118. margin-top: 0.4em;
  119. }
  120. .scormpage .menu .notification{
  121. background-color: white;
  122. height: 50px;
  123. }
  124. .scormpage .menu .notification .message{
  125. background-color: white;
  126. height: 50px;
  127. width: 180px;
  128. border: none;
  129. }
  130. .scormpage .content{
  131. /*float: left;
  132. width: 60%;*/
  133. margin-top: 0px;
  134. padding-top: 0px;
  135. padding-left: 180px;
  136. background-color: white;
  137. }
  138. .iframe{
  139. border: 0px solid black;
  140. height: 580px;
  141. width: 95%;
  142. margin: 0px;
  143. padding-right: 0px;
  144. overflow: auto;
  145. vertical-align: top;
  146. }
  147. .scormpage .footer{
  148. clear: both;
  149. }