scorm.css 14 KB

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