scorm.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. /* copy of default_scorm.css */
  2. .inner_lp_toc {
  3. overflow: auto;
  4. background-color: #E0DFD8;
  5. height: 210px;
  6. }
  7. .inner_lp_toc .scorm_item_1 a,
  8. .inner_lp_toc .scorm_item_2 a {
  9. font-size: 13px;
  10. margin-right: 1px;
  11. padding-bottom: 2px;
  12. text-decoration: none;
  13. color: #2F3E46;
  14. }
  15. .inner_lp_toc .scorm_item_1 a.chapter_module,
  16. .inner_lp_toc .scorm_item_2 a.chapter_module {
  17. font-weight: normal;
  18. margin-right: 10px;
  19. }
  20. .inner_lp_toc .scorm_item_highlight {
  21. font-weight:bold;
  22. border:1px solid #f26c58;
  23. background-color: #ec5923;
  24. background-image:none;
  25. margin-right: 0px;
  26. padding: 10px 0px 10px 0px;
  27. text-decoration: none;
  28. }
  29. .inner_lp_toc .scorm_item_highlight a {
  30. color:#fff;
  31. margin-right: 1px;
  32. text-decoration: none;
  33. }
  34. .inner_lp_toc .scorm_item_section {
  35. border:1px solid #222;
  36. background:#333;
  37. font-weight:bold;
  38. color:#fff;
  39. text-shadow:0 -1px 1px #000;
  40. background-image:-webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
  41. background-image:-webkit-linear-gradient(top,#555,#333);
  42. background-image:-moz-linear-gradient(top,#555,#333);
  43. background-image:-ms-linear-gradient(top,#555,#333);
  44. background-image:-o-linear-gradient(top,#555,#333);
  45. background-image:linear-gradient(top,#555,#333);
  46. margin-right: 1px;
  47. padding: 10px 0px 10px 0px;
  48. text-decoration: none;
  49. }
  50. .inner_lp_toc .scorm_item_section .scorm_item:before
  51. {
  52. content : url('../lp_section.png'); /* from main/newscorm/lp_controller.php file */
  53. vertical-align: text-top;
  54. margin-right : 5px;
  55. }
  56. .scorm_section_level_0 {
  57. padding : 0 0 0 0;
  58. }
  59. .scorm_section_level_1 {
  60. padding : 0 0.5em 0 2em;
  61. }
  62. .scorm_section_level_2 {
  63. padding : 0 0.5em 0 4em;
  64. }
  65. .scorm_section_level_3 {
  66. padding : 0 0.5em 0 6em;
  67. }
  68. .scorm_section_level_4 {
  69. padding : 0 0.5em 0 8em;
  70. }
  71. .scorm_section_level_5 {
  72. padding : 0 0.5em 0 10em;
  73. }
  74. .scorm_item_level_0 {
  75. padding : 0 0 0 0;
  76. }
  77. .scorm_item_level_1 {
  78. padding : 0 1.5em 0 1.5em;
  79. }
  80. .scorm_item_level_2 {
  81. padding : 0 1.5em 0 3em;
  82. }
  83. .scorm_item_level_3 {
  84. padding : 0 1.5em 0 4.5em;
  85. }
  86. .scorm_item_level_4 {
  87. padding : 0 1.5em 0 6em;
  88. }
  89. .scorm_item_level_5 {
  90. padding : 0 1.5em 0 7.5em;
  91. }
  92. .scorm_item.scorm_item_level_2 > a, .scorm_item.scorm_item_level_3 > a, .scorm_item.scorm_item_level_4 > a, .scorm_item.scorm_item_level_5 > a{
  93. font-weight: normal;
  94. }
  95. /* end of copy of default_scorm.css */
  96. .scormpage {
  97. height: 100%;
  98. }
  99. .scormpage .menu {
  100. width: 180px;
  101. float: left;
  102. margin: 1px;
  103. padding: 0px;
  104. margin-top: 0px;
  105. padding-top: 0px;
  106. }
  107. .lp_toc {
  108. background-color: white;
  109. height: 380px;
  110. width: 99%;
  111. border-right: 1px none;
  112. }
  113. .inner_lp_toc {
  114. overflow: auto;
  115. background-color: #D7EEF4;
  116. height: 210px;
  117. /*padding: 10px;*/
  118. }
  119. .inner_lp_toc .scorm_item_section {
  120. border:none;
  121. background:#333;
  122. font-weight:normal;
  123. color:#fff;
  124. text-shadow:none;
  125. background: #fff; /* Old browsers */
  126. background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* FF3.6+ */
  127. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  128. background: -webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  129. background: -o-linear-gradient(top, #fff 0%,#e5e5e5 100%); /* Opera 11.10+ */
  130. background: -ms-linear-gradient(top, #fff 0%,#e5e5e5 100%); /* IE10+ */
  131. background: linear-gradient(to bottom, #fff 0%,#e5e5e5 100%); /* W3C */
  132. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  133. margin-right: 1px;
  134. padding: 10px 0px 10px 0px;
  135. text-decoration: none;
  136. -webkit-border-top-left-radius: 10px;
  137. -webkit-border-top-right-radius: 10px;
  138. -moz-border-radius-topleft: 10px;
  139. -moz-border-radius-topright: 10px;
  140. border-top-left-radius: 10px;
  141. border-top-right-radius: 10px;
  142. }
  143. .inner_lp_toc .scorm_item {
  144. font-size: 13px;
  145. margin-left: 10px;
  146. margin-right:10px;
  147. text-decoration: none;
  148. border-color: rgba(255, 255, 255, 0.3);
  149. }
  150. .inner_lp_toc .scorm_item.scorm_item_level_1{
  151. background: url(../img/archive.png) no-repeat;
  152. }
  153. .inner_lp_toc .scorm_title {
  154. font-weight: bold;
  155. background:#ccc;
  156. font-size: 14px;
  157. color: #444;
  158. }
  159. .inner_lp_toc .scorm_title_text {
  160. margin-left: 10px;
  161. }
  162. .inner_lp_toc .scorm_status_img {
  163. margin:0px;
  164. margin-left: -10px;
  165. width:10px;
  166. }
  167. .lp_navigation {
  168. overflow: auto;
  169. background-color: white;
  170. height: 44px;
  171. width:180px;
  172. padding-top: 4px;
  173. padding-bottom:0px;
  174. border: none;
  175. margin-top: -18px;
  176. border-top: 1px dotted black;
  177. border-bottom: 1px dotted black;
  178. }
  179. .lp_navigation_elem {
  180. padding-left: 15px;
  181. padding-top: 0px;
  182. }
  183. /*.scormpage .menu */
  184. .lp_navigation_elem .progresstext {
  185. margin-top: -20px;
  186. }
  187. /*.scormpage .menu */
  188. .lp_navigation_elem .buttons {
  189. margin-left: 0px;
  190. margin-right: 0em;
  191. margin-top: 0.4em;
  192. }
  193. .scormpage .menu .notification {
  194. background-color: white;
  195. height: 50px;
  196. }
  197. .scormpage .menu .notification .message {
  198. background-color: white;
  199. height: 50px;
  200. width: 180px;
  201. border: none;
  202. }
  203. .scormpage .content {
  204. /*float: left;
  205. width: 60%;*/
  206. margin-top: 0px;
  207. padding-top: 0px;
  208. padding-left: 180px;
  209. background-color: white;
  210. }
  211. .iframe {
  212. border: 0px solid black;
  213. height: 100%;
  214. width: 95%;
  215. margin: 0px;
  216. padding-right: 0px;
  217. overflow: auto;
  218. vertical-align: top;
  219. }
  220. .scormpage .footer {
  221. clear: both;
  222. }
  223. #image_preview {
  224. padding-left: 17px;
  225. }
  226. #msg_div_id {
  227. padding-left: 17px;
  228. padding-top: 4px;
  229. }
  230. #learning_path_breadcrumb_zone .breadcrumb{
  231. background: #fff; /* Old browsers */
  232. background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* FF3.6+ */
  233. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  234. background: -webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  235. background: -o-linear-gradient(top, #fff 0%,#e5e5e5 100%); /* Opera 11.10+ */
  236. background: -ms-linear-gradient(top, #fff 0%,#e5e5e5 100%); /* IE10+ */
  237. background: linear-gradient(to bottom, #fff 0%,#e5e5e5 100%); /* W3C */
  238. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  239. color: #fff;
  240. text-transform: capitalize;
  241. border:none;
  242. -webkit-border-radius: 1px;
  243. -moz-border-radius: 1px;
  244. border-radius: 1px;
  245. }
  246. #learning_path_breadcrumb_zone .breadcrumb a{
  247. color: #666;
  248. }
  249. #learning_path_breadcrumb_zone .breadcrumb a:hover{
  250. text-decoration: none;
  251. opacity: 0.8;
  252. }
  253. #scorm_title {
  254. font-weight: bold;
  255. background:none;
  256. font-size: 20px;
  257. background-image: none;
  258. color: #0088aa;
  259. padding-top: 15px;
  260. padding-bottom: 15px;
  261. }
  262. #learning_path_main #control {
  263. opacity: 1;
  264. }
  265. .buttons a img:hover{
  266. opacity: 0.7;
  267. }
  268. #author_image{
  269. background-color: #e0dfd8;
  270. -webkit-border-radius: 10px;
  271. -moz-border-radius: 10px;
  272. border-radius: 10px;
  273. border: 1px solid #d9d9ce;
  274. margin-top: 10px;
  275. }
  276. #author_icon img{
  277. background-color: #fff;
  278. padding: 5px;
  279. -webkit-border-radius: 10px;
  280. -moz-border-radius: 10px;
  281. border-radius: 10px;
  282. }
  283. #author_image .progresstext{
  284. font-size: 20px;
  285. color: #0088AA;
  286. font-weight: bold;
  287. }
  288. #learning_path_left_zone #header {
  289. font-size: 18px;
  290. margin-top: 10px;
  291. }
  292. #learning_path_left_zone .no-border{
  293. background: none;
  294. color: #0088AA;
  295. }
  296. .progress {
  297. height: 18px;
  298. margin-bottom: 18px;
  299. overflow: hidden;
  300. background-color: #f7f7f7;
  301. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  302. background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  303. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  304. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  305. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  306. background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  307. background-repeat: repeat-x;
  308. -webkit-border-radius: 4px;
  309. -moz-border-radius: 4px;
  310. border-radius: 4px;
  311. filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  312. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  313. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  314. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  315. }
  316. .progress-striped .bar {
  317. background-color: #ec5923;
  318. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  319. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  320. -webkit-animation: progress-bar-stripes 2s linear infinite;
  321. animation: progress-bar-stripes 2s linear infinite;
  322. }
  323. /*STYLES PROCESS LESSION*/
  324. .inner_lp_toc .scorm_item a {
  325. margin-right: 1px;
  326. padding-bottom: 2px;
  327. text-decoration: none;
  328. color: #2F3E46;
  329. }
  330. .inner_lp_toc .scorm_item a.chapter_module {
  331. font-weight: normal;
  332. margin-right: 10px;
  333. }
  334. .scorm_item_1,
  335. .scorm_item_2 {
  336. font-size: 16px;
  337. margin-left: 10px;
  338. margin-right:10px;
  339. text-decoration: none;
  340. border-color: rgba(255, 255, 255, 0.3);
  341. }
  342. .scorm_item_1 {
  343. border-bottom: 1px solid #CCCCCC;
  344. color:#444;
  345. text-shadow:0 1px 1px #f6f6f6;
  346. background: none;
  347. margin-right: 1px;
  348. padding: 10px 0px 10px 0px;
  349. }
  350. .scorm_item_2 {
  351. border-bottom: 1px solid #CCCCCC;
  352. color: #444444;
  353. text-shadow: 0 1px 1px #F6F6F6;
  354. margin-right: 1px;
  355. padding: 10px 0px 10px 0px;
  356. background-image:none;
  357. }
  358. .scorm_item_1.scorm_item_highlight.scorm_completed,
  359. .scorm_item_2.scorm_item_highlight.scorm_completed {
  360. background-image: url("images/white_arrow.png") !important;
  361. background-position: 270px center !important;
  362. background-repeat: no-repeat;
  363. color: white;
  364. }
  365. .scorm_item_1.scorm_item_normal.scorm_completed,
  366. .scorm_item_2.scorm_item_normal.scorm_completed {
  367. background-image: url("images/blue_arrow.png") !important;
  368. background-position: 270px center !important;
  369. background-repeat: no-repeat;
  370. }
  371. #learning_path_main #control {
  372. background-image: none;
  373. background-color: #d7eef4;
  374. bottom: 0;
  375. height: 34px;
  376. margin-bottom: auto;
  377. margin-left: auto;
  378. margin-right: auto;
  379. margin-top: auto;
  380. padding-bottom: 8px;
  381. padding-left: 0;
  382. padding-right: 0;
  383. padding-top: 8px;
  384. position: absolute;
  385. text-align: center;
  386. width: 100%;
  387. border-top:1px solid #00AAD4;
  388. }
  389. #author_name {
  390. color: #666666;
  391. float: left;
  392. font-size: 13px;
  393. margin-top: 2px;
  394. text-align: center;
  395. width: 100%;
  396. padding-top: 10px;
  397. padding-bottom: 5px;
  398. }
  399. .mejs-container{
  400. background: none;
  401. -webkit-border-radius: 5px;
  402. -moz-border-radius: 5px;
  403. border-radius: 5px;
  404. }
  405. .mejs-container .mejs-controls{
  406. -webkit-border-radius: 5px;
  407. -moz-border-radius: 5px;
  408. border-radius: 5px;
  409. background: #45484d; /* Old browsers */
  410. background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
  411. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  412. background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  413. background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
  414. background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
  415. background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
  416. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  417. }
  418. .mejs-controls .mejs-time-rail .mejs-time-loaded{
  419. background: #333;
  420. background: rgba(50,50,50,0.8);
  421. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
  422. background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  423. background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  424. background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  425. background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  426. background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  427. }
  428. .mejs-controls .mejs-time-rail .mejs-time-current{
  429. background: #a9e4f7; /* Old browsers */
  430. background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%); /* FF3.6+ */
  431. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7)); /* Chrome,Safari4+ */
  432. background: -webkit-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%); /* Chrome10+,Safari5.1+ */
  433. background: -o-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%); /* Opera 11.10+ */
  434. background: -ms-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%); /* IE10+ */
  435. background: linear-gradient(to bottom, #a9e4f7 0%,#0fb4e7 100%); /* W3C */
  436. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
  437. }