scormfs.css 1.4 KB

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