File:  [LON-CAPA] / loncom / homework / task.css
Revision 1.2: download - view: text, annotated - select for diffs
Wed Mar 29 20:31:43 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: HEAD
- adjustment

    1: /* CSS Document */
    2: div.LC_GRADING_task {
    3: 	padding-bottom: 6em;
    4: 	font-family:Verdana, Arial, Helvetica, sans-serif;
    5: 	font-size: small;
    6: }
    7: 
    8: /*
    9: font table {
   10: 	display: none; 
   11: }
   12: */
   13: 
   14: ul.LC_GRADING_handininfo {
   15: 	border: 1px solid black;
   16: 	position: fixed;
   17: 	background-color:#DEFAE9;
   18: 	bottom: 0;
   19: 	right: 1em;
   20: 	z-index: 10;
   21: 	margin: 0;
   22: 	padding-left: 0;
   23: 	padding-right: 5px;
   24: 	list-style-type: none;
   25: }
   26: ul.LC_GRADING_handininfo img {
   27: 	display: none;
   28: }
   29: ul.LC_GRADING_handininfo, ul.LC_GRADING_handininfo li {
   30: 	list-style-type: none;
   31: 	margin-left: 0;
   32: 	padding-left: 0;
   33: 	text-indent: .4em;
   34: }
   35: 
   36: div.LC_GRADING_maincontrols {
   37: 	border: 1px solid black;
   38: 	background-color:#FF0000;
   39: 	position: fixed;
   40: 	bottom: 0;
   41: 	left: 0;
   42: 	z-index: 2;
   43: }
   44: 
   45: 
   46: div.LC_GRADING_criteria {
   47: 	border-bottom: 1px solid #0A6331;
   48: 	margin-top: 0.5em;
   49: 	clear: both;
   50: }
   51: div.LC_GRADING_criteriatext {
   52: 	width: 450px;
   53: 	position: static;
   54: 	height: 5em;
   55: 	min-height: 5em;
   56: 	float: left;
   57: }
   58: *>div.LC_GRADING_criteriatext {
   59: 	height: auto;
   60: }
   61: p.LC_GRADING_gradernote {
   62: 	width: 450px;
   63: 	font-weight: bold;
   64: 	margin-bottom: 0;
   65: }
   66: ul.LC_GRADING_navbuttons {
   67: 	display: none;
   68: }
   69: label.LC_GRADING_comment {
   70: 	visibility: hidden;
   71: 	float: left;
   72: }
   73: label.LC_GRADING_comment textarea {
   74: 	visibility: visible;
   75: /*	position: absolute;
   76: 	left: 570px;
   77: 	top: 0;*/
   78: 	float: left;
   79: 	padding-left: 5px;
   80: 	margin-top: -1em;
   81: 	z-index: 1;
   82: 	height: 5em;
   83: 	width: 400px;
   84: }
   85: div.LC_GRADING_grade {
   86: /*	position: absolute;
   87: 	left: 460px;
   88: 	top: 5px; */
   89: 	float: left;
   90: 	width: 105px;
   91: 	background-color:#CCCCCC;
   92: 	margin: 5px;
   93: }
   94: div.LC_GRADING_grade label {
   95: 	display: block;
   96: }
   97: 
   98: div.LC_GRADING_grade label.LC_GRADING_ungraded {
   99: 	display: none;
  100: }
  101: p#LC_GRADING_submission_time {
  102: 	font-style: italic;
  103: }
  104: div.LC_GRADING_pass {
  105: 	background-color: #DEFAE9;
  106: }
  107: div.LC_GRADING_fail {	
  108: 	background-color: #FF3366;
  109: }
  110: div.LC_GRADING_review {
  111: 	background-color: #FFFF99;
  112: }
  113: #LC_GRADING_gradingarea form {
  114: 	margin-bottom: 12em;
  115: }
  116: *>ul.LC_GRADING_handininfo {
  117: 	right: 0;
  118: }
  119: ul.LC_GRADING_pastgrading {
  120: 	margin-top: 0;
  121: 	margin-left: 430px;
  122: 	clear: left;
  123: 	list-style-type: none;
  124: 	font-size: 11px;
  125: }
  126: ul.LC_GRADING_pastgrading:before {
  127: 	content:"Prior Grading History:";
  128: }
  129: ul.LC_GRADING_pastgrading tt {
  130: 	font-weight: bold;
  131: 	font-style:normal;
  132: }
  133: ul.LC_GRADING_pastgrading a {
  134: 	text-decoration: none;
  135: }
  136: 
  137: 
  138: @media screen {
  139:   /* Don't do this at home */
  140:   * html
  141:     {
  142: 	overflow-x: hidden;
  143:     overflow-y: hidden;
  144: 	padding-right: .2em;
  145:     }
  146:   * html body
  147:     {
  148:     overflow-y: auto;
  149:     height: 100%;
  150:     font-size: 90%;
  151:     }
  152:   * html div.LC_GRADING_maincontrols, * html ul.LC_GRADING_handininfo
  153:     {
  154:     position: absolute;  
  155:     }
  156:    * html ul.LC_GRADING_handininfo {
  157:    	overflow-y: hidden;
  158: 	}
  159:   /* All done. */
  160: 
  161: }
  162: 
  163: 
  164: 
  165: 
  166: .LC_fail, .LC_pass, .LC_neutral {
  167:     position: relative;
  168:     margin : 5px;
  169:     margin-bottom :10px;
  170:     padding : 4px;
  171:     padding-left : 75px;
  172: 	border : thin solid;
  173:     font-weight : bolder;
  174:     font-size: small;
  175:     font-family: Arial;
  176:     background-color : rgb(255,240,225);
  177: }
  178: 
  179: .LC_fail h4, .LC_pass h4 {
  180: 	position:absolute;
  181: 	left: -4px;
  182: 	top: -8px;
  183: 	padding:2px;
  184: 	margin:0;
  185: 	background-color : rgb(255,240,225);
  186: 	border : thin solid;
  187: }
  188: 
  189: .LC_fail {
  190: 	color: red;
  191: }
  192: 
  193: .LC_pass {
  194:     color : green;
  195: }
  196: 
  197: .LC_neutral {
  198: 	color : blue;
  199: }
  200: 
  201: .LC_question {
  202: 	border : thin solid black;
  203: 	padding : 4px;
  204: 	margin-bottom : 1em;
  205: }
  206: 
  207: .LC_grade {
  208: 	font-size: x-large;
  209: 	font-family: Arial;
  210: 	position:absolute;
  211: 	left: 5px;
  212: 	top: -5px;
  213: 	width: 70px;
  214: }
  215: 
  216: div#LC_feedback h1 {
  217:     color : inherit;
  218: }
  219: h3 + font { display: none; }
  220: ol.LC_task_questions li.LC_task_question + li.LC_task_question {
  221: 	border-top: 1px solid black;
  222: }
  223: div.LC_criteria {
  224: 	margin-left: 3em;
  225: 
  226: }
  227: p.LC_gradernote {
  228:     display: none;
  229: }
  230: li.LC_task_question ul li.LC_task_subquestion + li.LC_task_subquestion {
  231: 	border-top: 1px dashed black;
  232: 	padding-top: .5em;
  233: }

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