Annotation of loncom/homework/task.css, revision 1.9
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.6 albertel 16: div.LC_question div.LC_question {
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;
62: }
1.4 albertel 63:
64: div.LC_GRADING_gradernote {
1.1 albertel 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);
1.4 albertel 150: position: relative;
1.1 albertel 151: }
152:
1.5 albertel 153: div.LC_task_overall_status {
154: border-width: 6px;
155: border-style: outset;
156: }
1.3 albertel 157:
1.1 albertel 158: .LC_fail h4, .LC_pass h4 {
159: left: -4px;
160: top: -8px;
161: padding:2px;
1.4 albertel 162:
1.1 albertel 163: background-color : rgb(255,240,225);
164: border : thin solid;
1.3 albertel 165:
166: position:absolute;
167: width: auto;
168: margin: 0;
169: }
1.4 albertel 170:
1.8 albertel 171: div.LC_question_grade {
172: padding-left: 3em;
1.1 albertel 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:
1.9 ! albertel 187: #LC_task_feedback .LC_question {
1.1 albertel 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;
1.3 albertel 198: width: auto;
199: border: none;
200: position:absolute;
1.1 albertel 201: }
202:
1.4 albertel 203:
1.1 albertel 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: }
1.4 albertel 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; }
1.8 albertel 222: /* div.LC_criteria form + p, div.LC_criteria h2 + p { display: none; } */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>