scorm.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. font-weight: normal;
  36. }
  37. .inner_lp_toc .scorm_item A.chapter_module{
  38. font-weight: normal;
  39. }
  40. .inner_lp_toc .scorm_item_highlight{
  41. font-size: 11px;
  42. margin-right: 1px;
  43. padding-bottom: 2px;
  44. text-decoration: none;
  45. font-weight: normal;
  46. background:#aaa;
  47. }
  48. .inner_lp_toc .scorm_item_highlight A{
  49. font-weight: normal;
  50. font-size: 11px;
  51. margin-right: 1px;
  52. text-decoration: none;
  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:#EE4C03;
  77. font-size: 12px;
  78. color: #fff;
  79. }
  80. .inner_lp_toc .scorm_status_img{
  81. margin:0px;
  82. margin-left: -10px;
  83. width:10px;
  84. }
  85. .lp_navigation{
  86. overflow: auto;
  87. background-color: white;
  88. height: 44px;
  89. width:180px;
  90. padding-top: 4px;
  91. padding-bottom:0px;
  92. border: none;
  93. margin-top: -18px;
  94. border-top: 1px dotted black;
  95. border-bottom: 1px dotted black;
  96. }
  97. .lp_navigation_elem{
  98. padding-left: 40px;
  99. padding-top: 0px;
  100. }
  101. /*.scormpage .menu */
  102. .lp_navigation_elem .progresstext{
  103. margin-top: -12px;
  104. margin-left: 4em;
  105. font-size: smaller;
  106. }
  107. /*.scormpage .menu */
  108. .lp_navigation_elem .buttons{
  109. margin-left: 5px;
  110. margin-right: 0em;
  111. margin-top: 0.4em;
  112. }
  113. .scormpage .menu .notification{
  114. background-color: white;
  115. height: 50px;
  116. }
  117. .scormpage .menu .notification .message{
  118. background-color: white;
  119. height: 50px;
  120. width: 180px;
  121. border: none;
  122. }
  123. .scormpage .content{
  124. /*float: left;
  125. width: 60%;*/
  126. margin-top: 0px;
  127. padding-top: 0px;
  128. padding-left: 180px;
  129. background-color: white;
  130. }
  131. .iframe{
  132. border: 0px solid black;
  133. height: 580px;
  134. width: 95%;
  135. margin: 0px;
  136. padding-right: 0px;
  137. overflow: auto;
  138. vertical-align: top;
  139. }
  140. .scormpage .footer{
  141. clear: both;
  142. }