scorm.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  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_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 #333;
  23. background-color: #333;
  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: #05abe0; /* Old browsers */
  126. background: -moz-linear-gradient(top, #05abe0 0%, #2e75a3 100%); /* FF3.6+ */
  127. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(100%,#2e75a3)); /* Chrome,Safari4+ */
  128. background: -webkit-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Chrome10+,Safari5.1+ */
  129. background: -o-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Opera 11.10+ */
  130. background: -ms-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* IE10+ */
  131. background: linear-gradient(to bottom, #05abe0 0%,#2e75a3 100%); /* W3C */
  132. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#2e75a3',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: rgb(4,105,142); /* Old browsers */
  232. color: #fff;
  233. text-transform: capitalize;
  234. border:none;
  235. -webkit-border-radius: 1px;
  236. -moz-border-radius: 1px;
  237. border-radius: 1px;
  238. }
  239. #learning_path_breadcrumb_zone .breadcrumb a{
  240. color: #FFF;
  241. }
  242. #learning_path_breadcrumb_zone .breadcrumb a:hover{
  243. text-decoration: none;
  244. opacity: 0.8;
  245. }
  246. #scorm_title {
  247. font-weight: bold;
  248. background:none;
  249. font-size: 20px;
  250. background-image: none;
  251. color: #044a7a;
  252. padding-top: 15px;
  253. padding-bottom: 15px;
  254. }
  255. #learning_path_main #control {
  256. opacity: 1;
  257. }
  258. .buttons a img:hover{
  259. opacity: 0.7;
  260. }
  261. #author_image{
  262. background-color: #044878;
  263. -webkit-border-radius: 10px;
  264. -moz-border-radius: 10px;
  265. border-radius: 10px;
  266. border: 1px solid #00aad4;
  267. margin-top: 10px;
  268. }
  269. #author_icon img{
  270. background-color: #fff;
  271. padding: 5px;
  272. -webkit-border-radius: 10px;
  273. -moz-border-radius: 10px;
  274. border-radius: 10px;
  275. }
  276. #author_image .progresstext{
  277. font-size: 20px;
  278. color: #fff;
  279. font-weight: bold;
  280. }
  281. #learning_path_left_zone #header {
  282. font-size: 18px;
  283. margin-top: 10px;
  284. }
  285. #learning_path_left_zone .no-border{
  286. background: none;
  287. color: #044a7a;
  288. }
  289. .progress {
  290. height: 18px;
  291. margin-bottom: 18px;
  292. overflow: hidden;
  293. background-color: #f7f7f7;
  294. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  295. background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  296. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  297. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  298. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  299. background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  300. background-repeat: repeat-x;
  301. -webkit-border-radius: 4px;
  302. -moz-border-radius: 4px;
  303. border-radius: 4px;
  304. filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  305. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  306. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  307. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  308. }
  309. .progress-striped .bar {
  310. background-color: #149bdf;
  311. 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);
  312. 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);
  313. -webkit-animation: progress-bar-stripes 2s linear infinite;
  314. animation: progress-bar-stripes 2s linear infinite;
  315. }
  316. /*STYLES PROCESS LESSION*/
  317. .inner_lp_toc .scorm_item a {
  318. margin-right: 1px;
  319. padding-bottom: 2px;
  320. text-decoration: none;
  321. color: #2F3E46;
  322. }
  323. .inner_lp_toc .scorm_item a.chapter_module {
  324. font-weight: normal;
  325. margin-right: 10px;
  326. }
  327. .scorm_item_1,
  328. .scorm_item_2 {
  329. font-size: 16px;
  330. margin-left: 10px;
  331. margin-right:10px;
  332. text-decoration: none;
  333. border-color: rgba(255, 255, 255, 0.3);
  334. }
  335. .scorm_item_1 {
  336. border-bottom: 1px solid #CCCCCC;
  337. color:#444;
  338. text-shadow:0 1px 1px #f6f6f6;
  339. background: none;
  340. margin-right: 1px;
  341. padding: 10px 0px 10px 0px;
  342. }
  343. .scorm_item_2 {
  344. border-bottom: 1px solid #CCCCCC;
  345. color: #444444;
  346. text-shadow: 0 1px 1px #F6F6F6;
  347. margin-right: 1px;
  348. padding: 10px 0px 10px 0px;
  349. background-image:none;
  350. }
  351. .scorm_item_1.scorm_item_highlight.scorm_completed,
  352. .scorm_item_2.scorm_item_highlight.scorm_completed {
  353. background-image: url("images/white_arrow.png") !important;
  354. background-position: 270px center !important;
  355. background-repeat: no-repeat;
  356. color: white;
  357. }
  358. .scorm_item_1.scorm_item_normal.scorm_completed,
  359. .scorm_item_2.scorm_item_normal.scorm_completed {
  360. background-image: url("images/blue_arrow.png") !important;
  361. background-position: 270px center !important;
  362. background-repeat: no-repeat;
  363. }
  364. #learning_path_main #control {
  365. background-image: none;
  366. background-color: #d7eef4;
  367. bottom: 0;
  368. height: 34px;
  369. margin-bottom: auto;
  370. margin-left: auto;
  371. margin-right: auto;
  372. margin-top: auto;
  373. padding-bottom: 8px;
  374. padding-left: 0;
  375. padding-right: 0;
  376. padding-top: 8px;
  377. position: absolute;
  378. text-align: center;
  379. width: 100%;
  380. border-top:1px solid #00AAD4;
  381. }
  382. #author_name {
  383. color: #666666;
  384. float: left;
  385. font-size: 13px;
  386. margin-top: 2px;
  387. text-align: center;
  388. width: 100%;
  389. padding-top: 10px;
  390. padding-bottom: 5px;
  391. }
  392. .mejs-container{
  393. background: none;
  394. -webkit-border-radius: 5px;
  395. -moz-border-radius: 5px;
  396. border-radius: 5px;
  397. }
  398. .mejs-container .mejs-controls{
  399. -webkit-border-radius: 5px;
  400. -moz-border-radius: 5px;
  401. border-radius: 5px;
  402. background: #45484d; /* Old browsers */
  403. background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
  404. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  405. background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  406. background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
  407. background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
  408. background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
  409. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  410. }
  411. .mejs-controls .mejs-time-rail .mejs-time-loaded{
  412. background: #333;
  413. background: rgba(50,50,50,0.8);
  414. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
  415. background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  416. background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  417. background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  418. background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  419. background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
  420. }
  421. .mejs-controls .mejs-time-rail .mejs-time-current{
  422. background: #a9e4f7; /* Old browsers */
  423. background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%); /* FF3.6+ */
  424. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7)); /* Chrome,Safari4+ */
  425. background: -webkit-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%); /* Chrome10+,Safari5.1+ */
  426. background: -o-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%); /* Opera 11.10+ */
  427. background: -ms-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%); /* IE10+ */
  428. background: linear-gradient(to bottom, #a9e4f7 0%,#0fb4e7 100%); /* W3C */
  429. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
  430. }