scorm.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. /* copy of default_scorm.css */
  2. .inner_lp_toc {
  3. overflow: auto;
  4. background-color: white;
  5. height: 210px;
  6. }
  7. .inner_lp_toc .scorm_item a {
  8. font-weight: bold;
  9. font-size: 14px;
  10. margin-right: 1px;
  11. padding-bottom: 2px;
  12. text-decoration: none;
  13. color: #2F3E46;
  14. }
  15. .inner_lp_toc .scorm_item a.chapter_module {
  16. font-weight: normal;
  17. margin-right: 10px;
  18. }
  19. .inner_lp_toc .scorm_item_highlight {
  20. border: 1px solid #999;
  21. background:#999;
  22. font-weight:bold;
  23. text-shadow:0 -1px 1px #666;
  24. background-image:-webkit-gradient(linear,left top,left bottom,from(#666),to(#999));
  25. background-image:-webkit-linear-gradient(top,#666,#999);
  26. background-image:-moz-linear-gradient(top,#666,#999);
  27. background-image:-ms-linear-gradient(top,#666,#999);
  28. background-image:-o-linear-gradient(top,#666,#999);
  29. background-image:linear-gradient(top,#666,#999);
  30. margin-right: 0px;
  31. padding: 10px 0px 10px 0px;
  32. text-decoration: none;
  33. }
  34. .inner_lp_toc .scorm_item_highlight a {
  35. color:#fff;
  36. margin-right: 1px;
  37. text-decoration: none;
  38. font-weight: bold;
  39. }
  40. .inner_lp_toc .scorm_item_section {
  41. border:1px solid #222;
  42. background:#333;
  43. font-weight:bold;
  44. color:#fff;
  45. text-shadow:0 -1px 1px #000;
  46. background-image:-webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
  47. background-image:-webkit-linear-gradient(top,#555,#333);
  48. background-image:-moz-linear-gradient(top,#555,#333);
  49. background-image:-ms-linear-gradient(top,#555,#333);
  50. background-image:-o-linear-gradient(top,#555,#333);
  51. background-image:linear-gradient(top,#555,#333);
  52. margin-right: 1px;
  53. padding: 10px 0px 10px 0px;
  54. text-decoration: none;
  55. }
  56. .inner_lp_toc .scorm_item {
  57. font-size: 16px;
  58. margin-left: 10px;
  59. margin-right:10px;
  60. text-decoration: none;
  61. border-color: rgba(255, 255, 255, 0.3);
  62. }
  63. .inner_lp_toc .scorm_item_1 {
  64. border-bottom: 1px solid #CCCCCC;
  65. background:#eee;
  66. font-weight:bold;
  67. color:#444;
  68. text-shadow:0 1px 1px #f6f6f6;
  69. background-image:-webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
  70. background-image:-webkit-linear-gradient(top,#fdfdfd,#eee);
  71. background-image:-moz-linear-gradient(top,#fdfdfd,#eee);
  72. background-image:-ms-linear-gradient(top,#fdfdfd,#eee);
  73. background-image:-o-linear-gradient(top,#fdfdfd,#eee);
  74. background-image:linear-gradient(top,#fdfdfd,#eee);
  75. margin-right: 1px;
  76. padding: 10px 0px 10px 0px;
  77. text-decoration: none;
  78. font-weight: normal;
  79. background:#FDFDFD;
  80. }
  81. .inner_lp_toc .scorm_item_2 {
  82. background-image:-webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
  83. background-image:-webkit-linear-gradient(top,#fdfdfd,#eee);
  84. background-image:-moz-linear-gradient(top,#fdfdfd,#eee);
  85. background-image:-ms-linear-gradient(top,#fdfdfd,#eee);
  86. background-image:-o-linear-gradient(top,#fdfdfd,#eee);
  87. background-image:linear-gradient(top,#fdfdfd,#eee);
  88. border-bottom: 1px solid #CCCCCC;
  89. color: #444444;
  90. font-weight: bold;
  91. text-shadow: 0 1px 1px #F6F6F6;
  92. margin-right: 1px;
  93. padding: 10px 0px 10px 0px;
  94. text-decoration: none;
  95. font-weight: normal;
  96. }
  97. .inner_lp_toc .scorm_item_section .scorm_item:before
  98. {
  99. content : url('../../img/lp_section.png'); /* from main/newscorm/lp_controller.php file */
  100. vertical-align: text-top;
  101. margin-right : 5px;
  102. }
  103. .scorm_section_level_0 {
  104. padding : 0 0 0 0;
  105. }
  106. .scorm_section_level_1 {
  107. padding : 0 0.5em 0 2em;
  108. }
  109. .scorm_section_level_2 {
  110. padding : 0 0.5em 0 4em;
  111. }
  112. .scorm_section_level_3 {
  113. padding : 0 0.5em 0 6em;
  114. }
  115. .scorm_section_level_4 {
  116. padding : 0 0.5em 0 8em;
  117. }
  118. .scorm_section_level_5 {
  119. padding : 0 0.5em 0 10em;
  120. }
  121. .scorm_item_level_0 {
  122. padding : 0 0 0 0;
  123. }
  124. .scorm_item_level_1 {
  125. padding : 0 0.5em 0 1.5em;
  126. }
  127. .scorm_item_level_2 {
  128. padding : 0 0.5em 0 3em;
  129. }
  130. .scorm_item_level_3 {
  131. padding : 0 0.5em 0 4.5em;
  132. }
  133. .scorm_item_level_4 {
  134. padding : 0 0.5em 0 6em;
  135. }
  136. .scorm_item_level_5 {
  137. padding : 0 0.5em 0 7.5em;
  138. }
  139. /* end of copy of default_scorm.css */
  140. .scormpage {
  141. height: 100%;
  142. }
  143. .scormpage .menu {
  144. width: 180px;
  145. float: left;
  146. margin: 1px;
  147. padding: 0px;
  148. margin-top: 0px;
  149. padding-top: 0px;
  150. font-size: small;
  151. }
  152. .lp_toc {
  153. background-color: white;
  154. height: 380px;
  155. width: 99%;
  156. border-right: 1px none;
  157. }
  158. .inner_lp_toc {
  159. overflow: auto;
  160. background-color: white;
  161. height: 210px;
  162. }
  163. .inner_lp_toc .scorm_item {
  164. font-size: 11px;
  165. margin-left: 10px;
  166. margin-right:10px;
  167. padding-bottom: 2px;
  168. text-decoration: none;
  169. }
  170. .inner_lp_toc .scorm_item A {
  171. font-size: 11px;
  172. margin-right: 1px;
  173. padding-bottom: 2px;
  174. text-decoration: none;
  175. font-weight: normal;
  176. }
  177. .inner_lp_toc .scorm_item A.chapter_module {
  178. font-weight: normal;
  179. margin-right: 10px;
  180. }
  181. .inner_lp_toc .scorm_item_highlight {
  182. font-size: 11px;
  183. margin-right: 1px;
  184. padding-bottom: 2px;
  185. text-decoration: none;
  186. font-weight: normal;
  187. background:#aaa;
  188. }
  189. .inner_lp_toc .scorm_item_highlight A {
  190. font-weight: normal;
  191. }
  192. .inner_lp_toc .scorm_item_1 {
  193. font-size: 11px;
  194. margin-right: 1px;
  195. padding-bottom: 2px;
  196. text-decoration: none;
  197. font-weight: normal;
  198. background:#ddd;
  199. }
  200. .inner_lp_toc .scorm_item_2 {
  201. font-size: 11px;
  202. margin-right: 1px;
  203. padding-bottom: 2px;
  204. text-decoration: none;
  205. font-weight: normal;
  206. background:#eee;
  207. }
  208. .inner_lp_toc .scorm_title {
  209. font-weight: bold;
  210. background:#ccc;
  211. font-size: 12px;
  212. color: #444;
  213. }
  214. .inner_lp_toc .scorm_title_text {
  215. margin-left: 10px;
  216. }
  217. .inner_lp_toc .scorm_status_img {
  218. margin:0px;
  219. margin-left: -10px;
  220. width:10px;
  221. }
  222. .lp_navigation {
  223. overflow: auto;
  224. background-color: white;
  225. height: 44px;
  226. width:180px;
  227. padding-top: 4px;
  228. padding-bottom:0px;
  229. border: none;
  230. margin-top: -18px;
  231. border-top: 1px dotted black;
  232. border-bottom: 1px dotted black;
  233. }
  234. .lp_navigation_elem {
  235. padding: 0 6px 10px 10px;
  236. }
  237. /*.scormpage .menu */
  238. .lp_navigation_elem .progresstext {
  239. margin: -20px 0;
  240. margin-left: 40%;
  241. font-size: normal;
  242. }
  243. /*.scormpage .menu */
  244. .lp_navigation_elem .buttons {
  245. margin-left: 0px;
  246. margin-right: 0em;
  247. margin-top: 0.4em;
  248. }
  249. .scormpage .menu .notification {
  250. background-color: white;
  251. height: 50px;
  252. }
  253. .scormpage .menu .notification .message {
  254. background-color: white;
  255. height: 50px;
  256. width: 180px;
  257. border: none;
  258. }
  259. .scormpage .content {
  260. /*float: left;
  261. width: 60%;*/
  262. margin-top: 0px;
  263. padding-top: 0px;
  264. padding-left: 180px;
  265. background-color: white;
  266. }
  267. .iframe {
  268. border: 0px solid black;
  269. height: 580px;
  270. width: 95%;
  271. margin: 0px;
  272. padding-right: 0px;
  273. overflow: auto;
  274. vertical-align: top;
  275. }
  276. .scormpage .footer {
  277. clear: both;
  278. }
  279. .preview_image {
  280. padding-left: 17px;
  281. }
  282. .scorm_title_text {
  283. margin-left: 10px;
  284. font-weight: bold;
  285. background:#ccc;
  286. font-size: 14px;
  287. color: #444;
  288. width: 89%;
  289. padding: 1px 5px 3px 8px;
  290. }