Annotation of loncom/homework/task.css, revision 1.11

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

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