1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .scormpage{
- }
- .scormpage .menu{
- width: 180px;
- position: fixed;
- padding: 0px;
- font-size: small;
- margin-right: 5%;
- margin-left: 75%;
- margin-top: 10px;
- filter:alpha(opacity=50);
- opacity: 0.50;
- -moz-border-radius: 25px;
- background-color: white;
- }
- .scormpage .menu .lp_nav{
- height: 50px;
- width: 160px;
- padding-top: 4px;
- padding-bottom:0px;
- margin-left: 10px;
- margin-right: 10px;
- margin-top: 4px;
- }
- .lp_navigation_elem{
- padding-left: 25px;
- padding-top: 0px;
- }
- .lp_navigation_elem .progresstext{
- margin-top: -12px;
- margin-left: 4em;
- font-size: smaller;
- }
- .lp_navigation_elem .buttons{
- margin-left: 1em;
- margin-right: 0em;
- margin-top: 0.4em;
- }
- .scormpage .menu .notification{
- height: 50px;
- }
- .scormpage .menu .notification .message{
- height: 50px;
- width: 180px;
- border: none;
- }
- .scormpage .menu .notification .lp_log{
- height: 100px;
- width: 180px;
- border: none;
- overflow: auto;
- }
- .scormpage .content .iframe{
- /*
- border: none;
- height: 700px;
- margin: 0px;
- padding-right: 0px;
- margin-right: 0%;
- margin-left: 0%;
- */
- /* trying the absolute mode */
- position: absolute;
- bottom:0;
- left:0;
- width: 100%;
- height: 100%;
- }
- .scormpage .footer{
- clear: both;
- }
|