[LON-CAPA-cvs] cvs: loncom /homework task.css
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 28 Mar 2006 21:16:24 -0000
albertel Tue Mar 28 16:16:24 2006 EDT
Added files:
/loncom/homework task.css
Log:
adding task style definition
Index: loncom/homework/task.css
+++ loncom/homework/task.css
/* CSS Document */
div.LC_GRADING_task {
margin-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 {
position: relative;
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 h4, .LC_pass h4 {
position:absolute;
left: -4px;
top: -8px;
padding:2px;
margin:0;
background-color : rgb(255,240,225);
border : thin solid;
}
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;
position:absolute;
left: 5px;
top: -5px;
width: 70px;
}
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;
}