File:  [LON-CAPA] / loncom / homework / task.css
Revision 1.3: download - view: text, annotated - select for diffs
Thu Mar 30 18:54:24 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, HEAD
- some updates to the grading layout

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

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

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;
	height: 5em;
	min-height: 5em;
	float: left;
}
*>div.LC_GRADING_criteriatext {
	height: auto;
}
p.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;
}


@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 {
    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);
}

*>.LC_fail, *>.LC_pass, *>.LC_neutral {
    position: relative;
}

.LC_fail h4, .LC_pass h4 {
	left: -4px;
	top: -8px;
	padding:2px;
	margin:-4em 0 0 -5em;
	background-color : rgb(255,240,225);
	border : thin solid;
	width: 9em;
}

*>.LC_fail h4, *>.LC_pass h4 {
	position:absolute;
	width: auto;
	margin: 0;
}
.LC_question_grade {
	
}

.LC_fail {
	color: red;
}

.LC_pass {
    color : green;
}

.LC_neutral {
	color : blue;
}

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

.LC_grade {
	font-size: x-large;
	font-family: Arial;
	left: -5em;
	top: -15em;
	width: 2em;
	border: 1px solid;
}
*>.LC_grade {
	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;

}
p.LC_gradernote {
    display: none;
}
li.LC_task_question ul li.LC_task_subquestion + li.LC_task_subquestion {
	border-top: 1px dashed black;
	padding-top: .5em;
}

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