scorm.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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:25px;
  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. }
  51. .inner_lp_toc .scorm_item_1
  52. {
  53. font-size: 11px;
  54. margin-right: 1px;
  55. padding-bottom: 2px;
  56. text-decoration: none;
  57. font-weight: normal;
  58. background:#ddd;
  59. }
  60. .inner_lp_toc .scorm_item_2
  61. {
  62. font-size: 11px;
  63. margin-right: 1px;
  64. padding-bottom: 2px;
  65. text-decoration: none;
  66. font-weight: normal;
  67. background:#eee;
  68. }
  69. .inner_lp_toc .scorm_title
  70. {
  71. font-weight: bold;
  72. background:#aaa;
  73. font-size: 12px;
  74. color: #FFF;
  75. }
  76. .inner_lp_toc .scorm_status_img{
  77. margin:0px;
  78. margin-left: -10px;
  79. width:10px;
  80. }
  81. .lp_navigation{
  82. overflow: auto;
  83. background-color: white;
  84. height: 44px;
  85. width:180px;
  86. padding-top: 4px;
  87. padding-bottom:0px;
  88. border: none;
  89. margin-top: -18px;
  90. border-top: 1px dotted black;
  91. border-bottom: 1px dotted black;
  92. }
  93. .lp_navigation_elem{
  94. padding-left: 40px;
  95. padding-top: 0px;
  96. }
  97. /*.scormpage .menu */
  98. .lp_navigation_elem .progresstext{
  99. margin-top: -12px;
  100. margin-left: 4em;
  101. font-size: smaller;
  102. }
  103. /*.scormpage .menu */
  104. .lp_navigation_elem .buttons{
  105. margin-left: 5px;
  106. margin-right: 0em;
  107. margin-top: 0.4em;
  108. }
  109. .scormpage .menu .notification{
  110. background-color: white;
  111. height: 50px;
  112. }
  113. .scormpage .menu .notification .message{
  114. background-color: white;
  115. height: 50px;
  116. width: 180px;
  117. border: none;
  118. }
  119. .scormpage .content{
  120. /*float: left;
  121. width: 60%;*/
  122. margin-top: 0px;
  123. padding-top: 0px;
  124. padding-left: 180px;
  125. background-color: white;
  126. }
  127. .iframe{
  128. border: 0px solid black;
  129. height: 580px;
  130. width: 95%;
  131. margin: 0px;
  132. padding-right: 0px;
  133. overflow: auto;
  134. vertical-align: top;
  135. }
  136. .scormpage .footer{
  137. clear: both;
  138. }