scormfs.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .scormpage{
  2. }
  3. .scormpage .menu{
  4. width: 180px;
  5. position: fixed;
  6. padding: 0px;
  7. font-size: small;
  8. margin-right: 5%;
  9. margin-left: 75%;
  10. margin-top: 10px;
  11. filter:alpha(opacity=50);
  12. opacity: 0.50;
  13. -moz-border-radius: 25px;
  14. background-color: white;
  15. }
  16. .scormpage .menu .lp_nav{
  17. height: 50px;
  18. width: 160px;
  19. padding-top: 4px;
  20. padding-bottom:0px;
  21. margin-left: 10px;
  22. margin-right: 10px;
  23. margin-top: 4px;
  24. }
  25. .lp_navigation_elem{
  26. padding-left: 25px;
  27. padding-top: 0px;
  28. }
  29. .lp_navigation_elem .progresstext{
  30. margin-top: -12px;
  31. margin-left: 4em;
  32. font-size: smaller;
  33. }
  34. .lp_navigation_elem .buttons{
  35. margin-left: 1em;
  36. margin-right: 0em;
  37. margin-top: 0.4em;
  38. }
  39. .scormpage .menu .notification{
  40. height: 50px;
  41. }
  42. .scormpage .menu .notification .message{
  43. height: 50px;
  44. width: 180px;
  45. border: none;
  46. }
  47. .scormpage .menu .notification .lp_log{
  48. height: 100px;
  49. width: 180px;
  50. border: none;
  51. overflow: auto;
  52. }
  53. .scormpage .content .iframe{
  54. /*
  55. border: none;
  56. height: 700px;
  57. margin: 0px;
  58. padding-right: 0px;
  59. margin-right: 0%;
  60. margin-left: 0%;
  61. */
  62. /* trying the absolute mode */
  63. position: absolute;
  64. bottom:0;
  65. left:0;
  66. width: 100%;
  67. height: 100%;
  68. }
  69. .scormpage .footer{
  70. clear: both;
  71. }