scorm.css 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. /* copy of default_scorm.css */
  2. #learning_path_breadcrumb_zone .breadcrumb{
  3. background: #05abe0; /* Old browsers */
  4. background: -moz-linear-gradient(top, #05abe0 0%, #2e75a3 100%); /* FF3.6+ */
  5. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(100%,#2e75a3)); /* Chrome,Safari4+ */
  6. background: -webkit-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Chrome10+,Safari5.1+ */
  7. background: -o-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* Opera 11.10+ */
  8. background: -ms-linear-gradient(top, #05abe0 0%,#2e75a3 100%); /* IE10+ */
  9. background: linear-gradient(to bottom, #05abe0 0%,#2e75a3 100%); /* W3C */
  10. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#2e75a3',GradientType=0 ); /* IE6-9 */
  11. color: #fff;
  12. text-transform: capitalize;
  13. border:none;
  14. -webkit-border-radius: 1px;
  15. -moz-border-radius: 1px;
  16. border-radius: 1px;
  17. }
  18. #learning_path_breadcrumb_zone .breadcrumb a{
  19. color: #FFF;
  20. }
  21. #learning_path_breadcrumb_zone .breadcrumb a:hover{
  22. text-decoration: none;
  23. opacity: 0.8;
  24. }
  25. #scorm_title {
  26. font-weight: bold;
  27. background:none;
  28. background-image: none;
  29. color: #0088aa;
  30. padding-top: 5px;
  31. padding-bottom: 5px;
  32. }