scorm.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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: 310px;
  16. width: 180px;
  17. border:none;
  18. }
  19. .inner_lp_toc{
  20. overflow: auto;
  21. background-color: white;
  22. height: 290px;
  23. width: 180px;
  24. border:none;
  25. }
  26. .inner_lp_toc .scorm_item{
  27. font-size: smaller;
  28. margin-left: 10px;
  29. margin-right:10px;
  30. text-decoration: none;
  31. }
  32. .inner_lp_toc .scorm_item_highlight{
  33. font-size: smaller;
  34. margin-left: 10px;
  35. margin-right: 10px;
  36. background-color: #e2e2e2;
  37. text-decoration: underline;
  38. }
  39. .inner_lp_toc .scorm_status_img{
  40. margin:0px;
  41. margin-left: -10px;
  42. width:10px;
  43. }
  44. .lp_navigation{
  45. overflow: auto;
  46. background-color: white;
  47. height: 44px;
  48. width:180px;
  49. padding-top: 4px;
  50. padding-bottom:0px;
  51. border: none;
  52. margin-top: -18px;
  53. border-top: 1px dotted black;
  54. border-bottom: 1px dotted black;
  55. }
  56. .lp_navigation_elem{
  57. padding-left: 40px;
  58. padding-top: 0px;
  59. }
  60. /*.scormpage .menu */
  61. .lp_navigation_elem .progresstext{
  62. margin-top: -12px;
  63. margin-left: 4em;
  64. font-size: smaller;
  65. }
  66. /*.scormpage .menu */
  67. .lp_navigation_elem .buttons{
  68. margin-left: 0em;
  69. margin-right: 0em;
  70. margin-top: 0.4em;
  71. }
  72. .scormpage .menu .notification{
  73. background-color: white;
  74. height: 50px;
  75. }
  76. .scormpage .menu .notification .message{
  77. background-color: white;
  78. height: 50px;
  79. width: 180px;
  80. border: none;
  81. }
  82. .scormpage .content{
  83. /*float: left;
  84. width: 60%;*/
  85. margin-top: 0px;
  86. padding-top: 0px;
  87. padding-left: 180px;
  88. background-color: white;
  89. }
  90. .iframe{
  91. border: 0px solid black;
  92. height: 580px;
  93. width: 95%;
  94. margin: 0px;
  95. padding-right: 0px;
  96. overflow: auto;
  97. vertical-align: top;
  98. }
  99. .scormpage .footer{
  100. clear: both;
  101. }