[svn r19604] Changed the student display in all css style, see FS#3866 and FS#3917

skala
Arthur Portugal 17 years ago
parent 236e03e2ac
commit 0e35d0b661
  1. 3
      main/css/academica/default.css
  2. 30
      main/css/academica/scorm.css
  3. 116
      main/css/corporate/scorm.css
  4. 15
      main/css/cosmic_campus/scorm.css
  5. 15
      main/css/dokeos_classic/scorm.css
  6. 3
      main/css/dokeos_classic_2D/default.css
  7. 11
      main/css/dokeos_classic_2D/scorm.css
  8. 32
      main/css/medical/scorm.css
  9. 14
      main/css/sober_brown/scorm.css

@ -370,10 +370,9 @@ form span.form_error {
border-top:1px solid #4171b5; border-top:1px solid #4171b5;
height:29px; height:29px;
padding-left: -17px; padding-left: -17px;
margin-bottom: 1px; margin: 5px 2px 1px 23px;
vertical-align:middle; vertical-align:middle;
width: 90%; width: 90%;
margin-left:17px;
} }
.actions_lp img { .actions_lp img {
vertical-align:middle; vertical-align:middle;

@ -20,7 +20,7 @@ border-right: 1px none;
overflow: auto; overflow: auto;
background-color: white; background-color: white;
height: 300px; height: 300px;
width: 96%; width: 94%;
border-left: 15px #FFF solid; border-left: 15px #FFF solid;
} }
.inner_lp_toc .scorm_item{ .inner_lp_toc .scorm_item{
@ -32,13 +32,18 @@ border-right: 1px none;
text-decoration: none; text-decoration: none;
} }
.inner_lp_toc .scorm_item A{ .inner_lp_toc .scorm_item A{
font-size: 11px;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
font-weight: normal; font-weight: normal;
} }
.inner_lp_toc .scorm_item A.chapter_module{ .inner_lp_toc .scorm_item A.chapter_module{
font-weight: normal; font-weight: normal;
} margin-right: 10px;
}
.inner_lp_toc .scorm_item_highlight .inner_lp_toc .scorm_item_highlight
{ {
@ -47,7 +52,6 @@ border-right: 1px none;
padding-bottom: 2px; padding-bottom: 2px;
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
background:#aaa; background:#aaa;
} }
@ -57,7 +61,6 @@ border-right: 1px none;
margin-right: 1px; margin-right: 1px;
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
} }
.inner_lp_toc .scorm_item_1 .inner_lp_toc .scorm_item_1
@ -67,7 +70,6 @@ border-right: 1px none;
padding-bottom: 2px; padding-bottom: 2px;
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
background:#ddd; background:#ddd;
} }
@ -78,7 +80,6 @@ border-right: 1px none;
padding-bottom: 2px; padding-bottom: 2px;
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
background:#eee; background:#eee;
} }
@ -93,7 +94,6 @@ border-right: 1px none;
.inner_lp_toc .scorm_title_text .inner_lp_toc .scorm_title_text
{ {
margin-left: 10px; margin-left: 10px;
padding: 2px;
} }
.inner_lp_toc .scorm_status_img{ .inner_lp_toc .scorm_status_img{
@ -117,19 +117,19 @@ border-bottom: 1px dotted black;
} }
.lp_navigation_elem{ .lp_navigation_elem{
padding-left: 40px; padding-left: 15px;
padding-top: 0px; padding-top: 0px;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .progresstext{ .lp_navigation_elem .progresstext{
margin-top: -20px; margin-top: -20px;
margin-left: 40%; margin-left: 40%; //em
font-size: normal; font-size: normal;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .buttons{ .lp_navigation_elem .buttons{
margin-left: 5px; margin-left: 0px;
margin-right: 0em; margin-right: 0em;
margin-top: 0.4em; margin-top: 0.4em;
} }
@ -167,9 +167,7 @@ clear: both;
} }
.preview_image .preview_image
{ {
text-align: right; padding-left: 17px;
margin-right: 5px;
padding-left: 15px;
} }
.scorm_title_text { .scorm_title_text {
@ -178,7 +176,7 @@ clear: both;
background:#ccc; background:#ccc;
font-size: 14px; font-size: 14px;
color: #444; color: #444;
width: 90%; width: 89%;
margin-left:17px; margin-left:17px;
padding: 1px 5px 3px 8px; padding: 1px 5px 3px 8px;
} }

@ -1,26 +1,26 @@
.scormpage{ .scormpage{
height: 100%; height: 100%;
} }
.scormpage .menu{ .scormpage .menu{
width: 180px; width: 180px;
float: left; float: left;
margin: 1px; margin: 1px;
padding: 0px; padding: 0px;
margin-top: 0px; margin-top: 0px;
padding-top: 0px; padding-top: 0px;
font-size: small; font-size: small;
} }
.lp_toc{ .lp_toc{
background-color: white; background-color: white;
height: 380px; height: 380px;
width: 92%; width: 99%;
border-right: 1px none; border-right: 1px none;
} }
.inner_lp_toc{ .inner_lp_toc{
overflow: auto; overflow: auto;
background-color: white; background-color: white;
height: 300px; height: 300px;
width: 96%; width: 94%;
border-left: 15px #FFF solid; border-left: 15px #FFF solid;
} }
.inner_lp_toc .scorm_item{ .inner_lp_toc .scorm_item{
@ -32,13 +32,18 @@ border-right: 1px none;
text-decoration: none; text-decoration: none;
} }
.inner_lp_toc .scorm_item A{ .inner_lp_toc .scorm_item A{
font-size: 11px;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
font-weight: normal; font-weight: normal;
} }
.inner_lp_toc .scorm_item A.chapter_module{ .inner_lp_toc .scorm_item A.chapter_module{
font-weight: normal; font-weight: normal;
} margin-right: 10px;
}
.inner_lp_toc .scorm_item_highlight{ .inner_lp_toc .scorm_item_highlight{
font-size: 11px; font-size: 11px;
@ -50,7 +55,7 @@ border-right: 1px none;
background:#aaa; background:#aaa;
} }
.inner_lp_toc .scorm_item_highlight A{ .inner_lp_toc .scorm_item_highlight A{
font-weight: normal; font-weight: normal;
} }
@ -88,7 +93,6 @@ border-right: 1px none;
.inner_lp_toc .scorm_title_text .inner_lp_toc .scorm_title_text
{ {
margin-left: 10px; margin-left: 10px;
padding: 2px;
} }
.inner_lp_toc .scorm_status_img{ .inner_lp_toc .scorm_status_img{
@ -99,73 +103,71 @@ width:10px;
.lp_navigation{ .lp_navigation{
overflow: auto; overflow: auto;
background-color: white; background-color: white;
height: 44px; height: 44px;
width:180px; width:180px;
padding-top: 4px; padding-top: 4px;
padding-bottom:0px; padding-bottom:0px;
border: none; border: none;
margin-top: -18px; margin-top: -18px;
border-top: 1px dotted black; border-top: 1px dotted black;
border-bottom: 1px dotted black; border-bottom: 1px dotted black;
} }
.lp_navigation_elem{ .lp_navigation_elem{
padding-left: 40px; padding-left: 15px;
padding-top: 0px; padding-top: 0;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .progresstext{ .lp_navigation_elem .progresstext{
margin-top: -20px; margin-top: -20px;
margin-left: 40%; margin-left: 40%; //em
font-size: normal; font-size: normal;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .buttons{ .lp_navigation_elem .buttons{
margin-left: 5px; margin-left: 0px;
margin-right: 0em; margin-right: 0em;
margin-top: 0.4em; margin-top: 0.4em;
} }
.scormpage .menu .notification{ .scormpage .menu .notification{
background-color: white; background-color: white;
height: 50px; height: 50px;
} }
.scormpage .menu .notification .message{ .scormpage .menu .notification .message{
background-color: white; background-color: white;
height: 50px; height: 50px;
width: 180px; width: 180px;
border: none; border: none;
} }
.scormpage .content{ .scormpage .content{
/*float: left; /*float: left;
width: 60%;*/ width: 60%;*/
margin-top: 0px; margin-top: 0px;
padding-top: 0px; padding-top: 0px;
padding-left: 180px; padding-left: 180px;
background-color: white; background-color: white;
} }
.iframe{ .iframe{
border: 0px solid black; border: 0px solid black;
height: 580px; height: 580px;
width: 95%; width: 95%;
margin: 0px; margin: 0px;
padding-right: 0px; padding-right: 0px;
overflow: auto; overflow: auto;
vertical-align: top; vertical-align: top;
} }
.scormpage .footer{ .scormpage .footer{
clear: both; clear: both;
} }
.preview_image .preview_image
{ {
text-align: right; padding-left: 17px;
margin-right: 5px;
padding-left: 15px;
} }
.scorm_title_text { .scorm_title_text {
@ -174,7 +176,7 @@ clear: both;
background:#ccc; background:#ccc;
font-size: 14px; font-size: 14px;
color: #444; color: #444;
width: 90%; width: 89%;
margin-left:17px; margin-left:17px;
padding: 1px 5px 3px 8px; padding: 1px 5px 3px 8px;
} }

@ -22,7 +22,7 @@
overflow: auto; overflow: auto;
background-color: white; background-color: white;
height: 300px; height: 300px;
width: 96%; width: 94%;
border-left: 15px #FFF solid; border-left: 15px #FFF solid;
} }
.inner_lp_toc .scorm_item{ .inner_lp_toc .scorm_item{
@ -103,7 +103,6 @@
.inner_lp_toc .scorm_title_text .inner_lp_toc .scorm_title_text
{ {
margin-left: 10px; margin-left: 10px;
padding: 2px;
} }
.inner_lp_toc .scorm_status_img{ .inner_lp_toc .scorm_status_img{
@ -126,19 +125,19 @@
} }
.lp_navigation_elem{ .lp_navigation_elem{
padding-left: 60px; padding-left: 15px;
padding-top: 0px; padding-top: 0px;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .progresstext{ .lp_navigation_elem .progresstext{
margin-top: -20px; margin-top: -20px;
margin-left: 40%; margin-left: 40%; //em
font-size: normal; font-size: normal;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .buttons{ .lp_navigation_elem .buttons{
margin-left: 5px; margin-left: 0px;
margin-right: 0em; margin-right: 0em;
margin-top: 0.4em; margin-top: 0.4em;
} }
@ -177,9 +176,7 @@
.preview_image .preview_image
{ {
text-align: right; padding-left: 17px;
margin-right: 5px;
padding-left: 15px;
} }
.scorm_title_text { .scorm_title_text {
@ -188,7 +185,7 @@
background:#ccc; background:#ccc;
font-size: 14px; font-size: 14px;
color: #444; color: #444;
width: 90%; width: 89%;
margin-left:17px; margin-left:17px;
padding: 1px 5px 3px 8px; padding: 1px 5px 3px 8px;
} }

@ -20,7 +20,7 @@ border-right: 1px none;
overflow: auto; overflow: auto;
background-color: white; background-color: white;
height: 300px; height: 300px;
width: 96%; width: 94%;
border-left: 15px #FFF solid; border-left: 15px #FFF solid;
} }
.inner_lp_toc .scorm_item{ .inner_lp_toc .scorm_item{
@ -101,7 +101,6 @@ border-right: 1px none;
.inner_lp_toc .scorm_title_text .inner_lp_toc .scorm_title_text
{ {
margin-left: 10px; margin-left: 10px;
padding: 2px;
} }
.inner_lp_toc .scorm_status_img{ .inner_lp_toc .scorm_status_img{
margin:0px; margin:0px;
@ -124,20 +123,20 @@ border-bottom: 1px dotted black;
} }
.lp_navigation_elem{ .lp_navigation_elem{
padding-left: 40px; padding-left: 15px;
padding-top: 0px; padding-top: 0px;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .progresstext{ .lp_navigation_elem .progresstext{
margin-top: -20px; margin-top: -20px;
margin-left: 40%; margin-left: 40%; //em
font-size: normal; font-size: normal;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .buttons{ .lp_navigation_elem .buttons{
margin-left: 5px; margin-left: 0px;
margin-right: 0em; margin-right: 0em;
margin-top: 0.4em; margin-top: 0.4em;
} }
@ -176,9 +175,7 @@ clear: both;
.preview_image .preview_image
{ {
text-align: right; padding-left: 17px;
margin-right: 5px;
padding-left: 15px;
} }
.scorm_title_text { .scorm_title_text {
margin-left: 10px; margin-left: 10px;
@ -186,7 +183,7 @@ clear: both;
background:#ccc; background:#ccc;
font-size: 14px; font-size: 14px;
color: #444; color: #444;
width: 90%; width: 89%;
margin-left:17px; margin-left:17px;
padding: 1px 5px 3px 8px; padding: 1px 5px 3px 8px;
} }

@ -2448,11 +2448,10 @@ input.forms {
/*border-top:1px solid #999999; */ /*border-top:1px solid #999999; */
height:29px; height:29px;
padding-left: -17px; padding-left: -17px;
margin-bottom: 1px; margin: 5px 2px 1px 23px;
background:url(images/actions.jpg) repeat-x; background:url(images/actions.jpg) repeat-x;
vertical-align:middle; vertical-align:middle;
width: 90%; width: 90%;
margin-left:17px;
} }
.actions_lp img { .actions_lp img {
vertical-align:middle; vertical-align:middle;

@ -20,7 +20,7 @@ border-right: 1px none;
overflow: auto; overflow: auto;
background-color: white; background-color: white;
height: 300px; height: 300px;
width: 96%; width: 94%;
border-left: 15px #FFF solid; border-left: 15px #FFF solid;
} }
.inner_lp_toc .scorm_item{ .inner_lp_toc .scorm_item{
@ -101,7 +101,6 @@ border-right: 1px none;
.inner_lp_toc .scorm_title_text .inner_lp_toc .scorm_title_text
{ {
margin-left: 10px; margin-left: 10px;
padding: 2px;
} }
.inner_lp_toc .scorm_status_img{ .inner_lp_toc .scorm_status_img{
@ -124,19 +123,19 @@ border-bottom: 1px dotted black;
} }
.lp_navigation_elem{ .lp_navigation_elem{
padding-left: 40px; padding-left: 15px;
padding-top: 0px; padding-top: 0px;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .progresstext{ .lp_navigation_elem .progresstext{
margin-top: -20px; margin-top: -20px;
margin-left: 40%; margin-left: 40%; //em
font-size: normal; font-size: normal;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .buttons{ .lp_navigation_elem .buttons{
margin-left: 5px; margin-left: 0px;
margin-right: 0em; margin-right: 0em;
margin-top: 0.4em; margin-top: 0.4em;
} }
@ -179,7 +178,7 @@ clear: both;
background:#ccc; background:#ccc;
font-size: 14px; font-size: 14px;
color: #444; color: #444;
width: 90%; width: 89%;
margin-left:17px; margin-left:17px;
padding: 1px 5px 3px 8px; padding: 1px 5px 3px 8px;
} }

@ -21,7 +21,7 @@
overflow: auto; overflow: auto;
background-color: white; background-color: white;
height: 300px; height: 300px;
width: 96%; width: 94%;
border-left: 15px #FFF solid; border-left: 15px #FFF solid;
} }
.inner_lp_toc .scorm_item{ .inner_lp_toc .scorm_item{
@ -32,7 +32,6 @@
padding-bottom: 2px; padding-bottom: 2px;
text-decoration: none; text-decoration: none;
} }
.inner_lp_toc .scorm_item A .inner_lp_toc .scorm_item A
{ {
font-size: 11px; font-size: 11px;
@ -41,13 +40,10 @@
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
} }
.inner_lp_toc .scorm_item A.chapter_module{ .inner_lp_toc .scorm_item A.chapter_module{
font-weight: normal; font-weight: normal;
margin-right: 10px; margin-right: 10px;
} }
.inner_lp_toc .scorm_item_highlight .inner_lp_toc .scorm_item_highlight
{ {
font-size: 11px; font-size: 11px;
@ -55,10 +51,8 @@
padding-bottom: 2px; padding-bottom: 2px;
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
background:#aaa; background:#aaa;
} }
.inner_lp_toc .scorm_item_highlight A .inner_lp_toc .scorm_item_highlight A
{ {
font-size: 11px; font-size: 11px;
@ -74,7 +68,6 @@
padding-bottom: 2px; padding-bottom: 2px;
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
background:#ddd; background:#ddd;
} }
@ -101,18 +94,11 @@
.inner_lp_toc .scorm_title_text .inner_lp_toc .scorm_title_text
{ {
margin-left: 10px; margin-left: 10px;
padding: 2px;
} }
.inner_lp_toc .scorm_status_img{ .inner_lp_toc .scorm_status_img{
margin:0px;
margin-left: -10px; margin-left: -10px;
width:10px; width:10px;
} }
.lp_navigation{ .lp_navigation{
overflow: auto; overflow: auto;
background-color: white; background-color: white;
@ -125,21 +111,20 @@
border-top: 1px dotted black; border-top: 1px dotted black;
border-bottom: 1px dotted black; border-bottom: 1px dotted black;
} }
.lp_navigation_elem{ .lp_navigation_elem{
padding-left: 40px; padding-left: 15px;
padding-top: 0px; padding-top: 0px;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .progresstext{ .lp_navigation_elem .progresstext{
margin-top: -20px; margin-top: -20px;
margin-left: 40%; margin-left: 40%; //em
font-size: normal; font-size: normal;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .buttons{ .lp_navigation_elem .buttons{
margin-left: 5px; margin-left: 0px;
margin-right: 0em; margin-right: 0em;
margin-top: 0.4em; margin-top: 0.4em;
} }
@ -173,13 +158,11 @@
vertical-align: top; vertical-align: top;
} }
.scormpage .footer{ .scormpage .footer{
clear: both; clear: both;
} }
.preview_image .preview_image
{ {
text-align: right; padding-left: 17px;
margin-right: 5px;
} }
.scorm_title_text { .scorm_title_text {
@ -188,8 +171,7 @@ clear: both;
background:#ccc; background:#ccc;
font-size: 14px; font-size: 14px;
color: #444; color: #444;
width: 90%; width: 89%;
margin-left:17px; margin-left:17px;
padding: 1px 5px 3px 8px; padding: 1px 5px 3px 8px;
} }

@ -20,7 +20,7 @@ height: 100%;
overflow: auto; overflow: auto;
background-color: white; background-color: white;
height: 300px; height: 300px;
width: 96%; width: 94%;
border-left: 15px #FFF solid; border-left: 15px #FFF solid;
} }
.inner_lp_toc .scorm_item{ .inner_lp_toc .scorm_item{
@ -35,7 +35,6 @@ height: 100%;
.inner_lp_toc .scorm_title_text .inner_lp_toc .scorm_title_text
{ {
margin-left: 10px; margin-left: 10px;
padding: 2px;
} }
.inner_lp_toc .scorm_item A .inner_lp_toc .scorm_item A
@ -125,19 +124,19 @@ height: 100%;
} }
.lp_navigation_elem{ .lp_navigation_elem{
padding-left: 60px; padding-left: 15px;
padding-top: 0px; padding-top: 0px;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .progresstext{ .lp_navigation_elem .progresstext{
margin-top: -20px; margin-top: -20px;
margin-left: 40%; margin-left: 40%; //em
font-size: normal; font-size: normal;
} }
/*.scormpage .menu */ /*.scormpage .menu */
.lp_navigation_elem .buttons{ .lp_navigation_elem .buttons{
margin-left: 5px; margin-left: 0px;
margin-right: 0em; margin-right: 0em;
margin-top: 0.4em; margin-top: 0.4em;
} }
@ -176,8 +175,7 @@ height: 100%;
.preview_image .preview_image
{ {
text-align: right; padding.left: 17px;
margin-right: 5px;
} }
.scorm_title_text { .scorm_title_text {
@ -186,7 +184,7 @@ height: 100%;
background:#ccc; background:#ccc;
font-size: 14px; font-size: 14px;
color: #444; color: #444;
width: 90%; width: 89%;
margin-left:17px; margin-left:17px;
padding: 1px 5px 3px 8px; padding: 1px 5px 3px 8px;
} }

Loading…
Cancel
Save