scorm.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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: 99%;
  24. border-right: 1px #999999 solid;
  25. }
  26. .inner_lp_toc .scorm_item{
  27. font-size: 11px;
  28. margin-left: 10px;
  29. margin-right:10px;
  30. padding-bottom: 2px;
  31. text-decoration: none;
  32. }
  33. .inner_lp_toc .scorm_item A{
  34. font-weight: normal;
  35. }
  36. .inner_lp_toc .scorm_item A.chapter_module{
  37. font-weight: normal;
  38. }
  39. .inner_lp_toc .scorm_item_highlight{
  40. font-size: 11px;
  41. margin-left: 10px;
  42. margin-right: 10px;
  43. padding-bottom: 2px;
  44. text-decoration: none;
  45. background:#F8F8F8; border:1px dashed #999999;
  46. }
  47. .inner_lp_toc .scorm_item_highlight A{
  48. font-weight: normal;
  49. }
  50. .inner_lp_toc .scorm_item_highlight .highlight{
  51. font-weight: normal;
  52. background:#F3F3F3; border:1px dashed #949494;
  53. margin-right: 1px;
  54. }
  55. .inner_lp_toc .scorm_status_img{
  56. margin:0px;
  57. margin-left: -10px;
  58. width:10px;
  59. }
  60. .lp_navigation{
  61. overflow: auto;
  62. background-color: white;
  63. height: 44px;
  64. width:180px;
  65. padding-top: 4px;
  66. padding-bottom:0px;
  67. border: none;
  68. margin-top: -18px;
  69. border-top: 1px dotted black;
  70. border-bottom: 1px dotted black;
  71. }
  72. .lp_navigation_elem{
  73. padding-left: 40px;
  74. padding-top: 0px;
  75. }
  76. /*.scormpage .menu */
  77. .lp_navigation_elem .progresstext{
  78. margin-top: -12px;
  79. margin-left: 4em;
  80. font-size: smaller;
  81. }
  82. /*.scormpage .menu */
  83. .lp_navigation_elem .buttons{
  84. margin-left: 5px;
  85. margin-right: 0em;
  86. margin-top: 0.4em;
  87. }
  88. .scormpage .menu .notification{
  89. background-color: white;
  90. height: 50px;
  91. }
  92. .scormpage .menu .notification .message{
  93. background-color: white;
  94. height: 50px;
  95. width: 180px;
  96. border: none;
  97. }
  98. .scormpage .content{
  99. /*float: left;
  100. width: 60%;*/
  101. margin-top: 0px;
  102. padding-top: 0px;
  103. padding-left: 180px;
  104. background-color: white;
  105. }
  106. .iframe{
  107. border: 0px solid black;
  108. height: 580px;
  109. width: 95%;
  110. margin: 0px;
  111. padding-right: 0px;
  112. overflow: auto;
  113. vertical-align: top;
  114. }
  115. .scormpage .footer{
  116. clear: both;
  117. }