Diff for /loncom/homework/task.css between versions 1.1 and 1.7

version 1.1, 2006/03/28 21:16:24 version 1.7, 2006/11/28 17:55:25
Line 1 Line 1
 /* CSS Document */  /* CSS Document */
 div.LC_GRADING_task {  div.LC_GRADING_task {
  margin-bottom: 6em;   padding-bottom: 6em;
  font-family:Verdana, Arial, Helvetica, sans-serif;   font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: small;   font-size: small;
 }  }
Line 11  font table { Line 11  font table {
 }  }
 */  */
   
   div.LC_question div.LC_question {
       margin-left: 5em;
   }
   
 ul.LC_GRADING_handininfo {  ul.LC_GRADING_handininfo {
  border: 1px solid black;   border: 1px solid black;
  position: fixed;   position: fixed;
Line 51  div.LC_GRADING_criteria { Line 55  div.LC_GRADING_criteria {
 div.LC_GRADING_criteriatext {  div.LC_GRADING_criteriatext {
  width: 450px;   width: 450px;
  position: static;   position: static;
  height: 5em;  
  min-height: 5em;   min-height: 5em;
  float: left;   float: left;
 }  }
 *>div.LC_GRADING_criteriatext {  
  height: auto;  div.LC_GRADING_gradernote {
 }  
 p.LC_GRADING_gradernote {  
  width: 450px;   width: 450px;
  font-weight: bold;   font-weight: bold;
  margin-bottom: 0;   margin-bottom: 0;
Line 134  ul.LC_GRADING_pastgrading a { Line 135  ul.LC_GRADING_pastgrading a {
  text-decoration: none;   text-decoration: none;
 }  }
   
   
 @media screen {  
   /* Don't do this at home */  
   * html  
     {  
  overflow-x: hidden;  
     overflow-y: hidden;  
  padding-right: .2em;  
     }  
   * html body  
     {  
     overflow-y: auto;  
     height: 100%;  
     font-size: 90%;  
     }  
   * html div.LC_GRADING_maincontrols, * html ul.LC_GRADING_handininfo  
     {  
     position: absolute;    
     }  
    * html ul.LC_GRADING_handininfo {  
     overflow-y: hidden;  
  }  
   /* All done. */  
   
 }  
   
   
   
   
 .LC_fail, .LC_pass, .LC_neutral {  .LC_fail, .LC_pass, .LC_neutral {
     position: relative;  
     margin : 5px;      margin : 5px;
     margin-bottom :10px;      margin-bottom :10px;
     padding : 4px;      padding : 4px;
Line 174  ul.LC_GRADING_pastgrading a { Line 145  ul.LC_GRADING_pastgrading a {
     font-size: small;      font-size: small;
     font-family: Arial;      font-family: Arial;
     background-color : rgb(255,240,225);      background-color : rgb(255,240,225);
    position: relative;
   }
   
   div.LC_task_overall_status {
     border-width: 6px;
    border-style: outset;
 }  }
   
 .LC_fail h4, .LC_pass h4 {  .LC_fail h4, .LC_pass h4 {
  position:absolute;  
  left: -4px;   left: -4px;
  top: -8px;   top: -8px;
  padding:2px;   padding:2px;
  margin:0;  
  background-color : rgb(255,240,225);   background-color : rgb(255,240,225);
  border : thin solid;   border : thin solid;
   
    position:absolute;
    width: auto;
    margin: 0;
   }
   
   .LC_question_grade {
   
 }  }
   
 .LC_fail {  .LC_fail {
Line 207  ul.LC_GRADING_pastgrading a { Line 191  ul.LC_GRADING_pastgrading a {
 .LC_grade {  .LC_grade {
  font-size: x-large;   font-size: x-large;
  font-family: Arial;   font-family: Arial;
  position:absolute;  
  left: 5px;   left: 5px;
  top: -5px;   top: -5px;
  width: 70px;   width: auto;
    border: none;
    position:absolute;
 }  }
   
   
 div#LC_feedback h1 {  div#LC_feedback h1 {
     color : inherit;      color : inherit;
 }  }
Line 224  div.LC_criteria { Line 210  div.LC_criteria {
  margin-left: 3em;   margin-left: 3em;
   
 }  }
 p.LC_gradernote {  
     display: none;  
 }  
 li.LC_task_question ul li.LC_task_subquestion + li.LC_task_subquestion {  li.LC_task_question ul li.LC_task_subquestion + li.LC_task_subquestion {
  border-top: 1px dashed black;   border-top: 1px dashed black;
  padding-top: .5em;   padding-top: .5em;
 }  }
   div.LC_criteria h4 + p:before { content: "Criteria: ";}
   /* div.LC_criteria p.LC_comment:before { content: "Comment: "; } */
   div.LC_criteria p.LC_comment { color: black; }
   div.LC_criteria form + p, div.LC_criteria h2 + p { display: none; }

Removed from v.1.1  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>