File:  [LON-CAPA] / loncom / homework / task.css
Revision 1.10: download - view: text, annotated - select for diffs
Tue Mar 13 18:59:36 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, HEAD
- only apply in feedback view

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

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