You are here

opigno_scorm.player.css in Opigno SCORM 3.x

Same filename and directory in other branches
  1. 8 css/opigno_scorm.player.css

SCORM player styles.

File

css/opigno_scorm.player.css
View source
  1. /**
  2. * @file
  3. * SCORM player styles.
  4. */
  5. /* Navigation tree */
  6. .scorm-ui-player-tree-wrapper {
  7. float: left;
  8. padding-right: 1em;
  9. box-sizing: border-box;
  10. width: 24%;
  11. font-size: .8em;
  12. }
  13. .scorm-ui-player-tree-wrapper ul {
  14. margin: 0;
  15. padding: 0 0 0 1em;
  16. }
  17. .scorm-ui-player-tree-wrapper li {
  18. margin: 0;
  19. padding: 0;
  20. list-style: none;
  21. }
  22. .scorm-ui-player-tree-wrapper .scorm-ui-sco-title {
  23. padding: .25em 0;
  24. }
  25. .js-processed .scorm-ui-player-tree-wrapper .scorm-ui-sco-title {
  26. cursor: pointer;
  27. }
  28. .scorm-ui-player-tree-wrapper > ul {
  29. padding-left: 0;
  30. }
  31. .scorm-ui-player-tree-wrapper .scorm-ui-sco-aggregation > .scorm-ui-sco-title {
  32. font-weight: bold;
  33. }
  34. /* The first element of the Tree is the Course title (in 99% of all cases) */
  35. .scorm-ui-player-tree-wrapper > ul > li > .scorm-ui-player-tree-item-title {
  36. font-size: 1.2em;
  37. font-weight: bold;
  38. }
  39. /* IFrame */
  40. .scorm-ui-player-tree-wrapper + .scorm-ui-player-iframe-wrapper {
  41. float: left;
  42. width: 75%;
  43. }
  44. .scorm-ui-player-iframe-wrapper iframe {
  45. width: 100%;
  46. min-height: 800px;
  47. border: 0;
  48. }