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 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

/* CSS Document */
div.LC_GRADING_task {
	padding-bottom: 6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0a6331;
	background-color: white;
}

/*
font table {
	display: none; 
}
*/

#LC_task_feedback div.LC_question div.LC_question {
    margin-left: 5em;
}

ul.LC_GRADING_handininfo {
	border: 1px solid black;
	position: fixed;
	background-color:#DEFAE9;
	bottom: 0;
	right: 1em;
	z-index: 10;
	margin: 0;
	padding-left: 0;
	padding-right: 5px;
	list-style-type: none;
}
ul.LC_GRADING_handininfo img {
	display: none;
}
ul.LC_GRADING_handininfo, ul.LC_GRADING_handininfo li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: .4em;
}

div.LC_GRADING_maincontrols {
	border: 1px solid black;
	background-color:#FF0000;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
}


div.LC_GRADING_criteria {
	border-bottom: 1px solid #0A6331;
	margin-top: 0.5em;
	clear: both;
}
div.LC_GRADING_criteriatext {
	width: 450px;
	position: static;
	min-height: 5em;
	float: left;
}

div.LC_GRADING_gradernote {
	width: 450px;
	font-weight: bold;
	margin-bottom: 0;
}
ul.LC_GRADING_navbuttons {
	display: none;
}
label.LC_GRADING_comment {
	visibility: hidden;
	float: left;
}
label.LC_GRADING_comment textarea {
	visibility: visible;
/*	position: absolute;
	left: 570px;
	top: 0;*/
	float: left;
	padding-left: 5px;
	margin-top: -1em;
	z-index: 1;
	height: 5em;
	width: 400px;
}
div.LC_GRADING_grade {
/*	position: absolute;
	left: 460px;
	top: 5px; */
	float: left;
	width: 105px;
	background-color:#CCCCCC;
	margin: 5px;
}
div.LC_GRADING_grade label {
	display: block;
}

div.LC_GRADING_grade label.LC_GRADING_ungraded {
	display: none;
}
p#LC_GRADING_submission_time {
	font-style: italic;
}
div.LC_GRADING_pass {
	background-color: #DEFAE9;
}
div.LC_GRADING_fail {	
	background-color: #FF3366;
}
div.LC_GRADING_review {
	background-color: #FFFF99;
}
#LC_GRADING_gradingarea form {
	margin-bottom: 12em;
}
*>ul.LC_GRADING_handininfo {
	right: 0;
}
ul.LC_GRADING_pastgrading {
	margin-top: 0;
	margin-left: 430px;
	clear: left;
	list-style-type: none;
	font-size: 11px;
}
ul.LC_GRADING_pastgrading:before {
	content:"Prior Grading History:";
}
ul.LC_GRADING_pastgrading tt {
	font-weight: bold;
	font-style:normal;
}
ul.LC_GRADING_pastgrading a {
	text-decoration: none;
}

.LC_fail, .LC_pass, .LC_neutral {
    margin : 5px;
    margin-bottom :10px;
    padding : 4px;
    padding-left : 75px;
	border : thin solid;
    font-weight : bolder;
    font-size: small;
    font-family: Arial;
    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 {
	left: -4px;
	top: -8px;
	padding:2px;

	background-color : rgb(255,240,225);
	border : thin solid;

	position:absolute;
	width: auto;
	margin: 0;
}

div.LC_question_grade {
	padding-left: 3em;
}

.LC_fail {
	color: red;
}

.LC_pass {
    color : green;
}

.LC_neutral {
	color : blue;
}

#LC_task_feedback .LC_question {
	border : thin solid black;
	padding : 4px;
	margin-bottom : 1em;
}

.LC_grade {
	font-size: x-large;
	font-family: Arial;
	left: 5px;
	top: -5px;
	width: auto;
	border: none;
	position:absolute;
}


div#LC_feedback h1 {
    color : inherit;
}
h3 + font { display: none; }
ol.LC_task_questions li.LC_task_question + li.LC_task_question {
	border-top: 1px solid black;
}
div.LC_criteria {
	margin-left: 3em;

}
li.LC_task_question ul li.LC_task_subquestion + li.LC_task_subquestion {
	border-top: 1px dashed black;
	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; } */

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