Annotation of loncom/homework/task.css, revision 1.3
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;
6: }
7:
8: /*
9: font table {
10: display: none;
11: }
12: */
13:
14: ul.LC_GRADING_handininfo {
15: border: 1px solid black;
16: position: fixed;
17: background-color:#DEFAE9;
18: bottom: 0;
19: right: 1em;
20: z-index: 10;
21: margin: 0;
22: padding-left: 0;
23: padding-right: 5px;
24: list-style-type: none;
25: }
26: ul.LC_GRADING_handininfo img {
27: display: none;
28: }
29: ul.LC_GRADING_handininfo, ul.LC_GRADING_handininfo li {
30: list-style-type: none;
31: margin-left: 0;
32: padding-left: 0;
33: text-indent: .4em;
34: }
35:
36: div.LC_GRADING_maincontrols {
37: border: 1px solid black;
38: background-color:#FF0000;
39: position: fixed;
40: bottom: 0;
41: left: 0;
42: z-index: 2;
43: }
44:
45:
46: div.LC_GRADING_criteria {
47: border-bottom: 1px solid #0A6331;
48: margin-top: 0.5em;
49: clear: both;
50: }
51: div.LC_GRADING_criteriatext {
52: width: 450px;
53: position: static;
54: height: 5em;
55: min-height: 5em;
56: float: left;
57: }
58: *>div.LC_GRADING_criteriatext {
59: height: auto;
60: }
61: p.LC_GRADING_gradernote {
62: width: 450px;
63: font-weight: bold;
64: margin-bottom: 0;
65: }
66: ul.LC_GRADING_navbuttons {
67: display: none;
68: }
69: label.LC_GRADING_comment {
70: visibility: hidden;
71: float: left;
72: }
73: label.LC_GRADING_comment textarea {
74: visibility: visible;
75: /* position: absolute;
76: left: 570px;
77: top: 0;*/
78: float: left;
79: padding-left: 5px;
80: margin-top: -1em;
81: z-index: 1;
82: height: 5em;
83: width: 400px;
84: }
85: div.LC_GRADING_grade {
86: /* position: absolute;
87: left: 460px;
88: top: 5px; */
89: float: left;
90: width: 105px;
91: background-color:#CCCCCC;
92: margin: 5px;
93: }
94: div.LC_GRADING_grade label {
95: display: block;
96: }
97:
98: div.LC_GRADING_grade label.LC_GRADING_ungraded {
99: display: none;
100: }
101: p#LC_GRADING_submission_time {
102: font-style: italic;
103: }
104: div.LC_GRADING_pass {
105: background-color: #DEFAE9;
106: }
107: div.LC_GRADING_fail {
108: background-color: #FF3366;
109: }
110: div.LC_GRADING_review {
111: background-color: #FFFF99;
112: }
113: #LC_GRADING_gradingarea form {
114: margin-bottom: 12em;
115: }
116: *>ul.LC_GRADING_handininfo {
117: right: 0;
118: }
119: ul.LC_GRADING_pastgrading {
120: margin-top: 0;
121: margin-left: 430px;
122: clear: left;
123: list-style-type: none;
124: font-size: 11px;
125: }
126: ul.LC_GRADING_pastgrading:before {
127: content:"Prior Grading History:";
128: }
129: ul.LC_GRADING_pastgrading tt {
130: font-weight: bold;
131: font-style:normal;
132: }
133: ul.LC_GRADING_pastgrading a {
134: text-decoration: none;
135: }
136:
137:
138: @media screen {
139: /* Don't do this at home */
140: * html
141: {
142: overflow-x: hidden;
143: overflow-y: hidden;
144: padding-right: .2em;
145: }
146: * html body
147: {
148: overflow-y: auto;
149: height: 100%;
150: font-size: 90%;
151: }
152: * html div.LC_GRADING_maincontrols, * html ul.LC_GRADING_handininfo
153: {
154: position: absolute;
155: }
156: * html ul.LC_GRADING_handininfo {
157: overflow-y: hidden;
158: }
159: /* All done. */
160:
161: }
162:
163: .LC_fail, .LC_pass, .LC_neutral {
164: margin : 5px;
165: margin-bottom :10px;
166: padding : 4px;
167: padding-left : 75px;
168: border : thin solid;
169: font-weight : bolder;
170: font-size: small;
171: font-family: Arial;
172: background-color : rgb(255,240,225);
173: }
174:
1.3 ! albertel 175: *>.LC_fail, *>.LC_pass, *>.LC_neutral {
! 176: position: relative;
! 177: }
! 178:
1.1 albertel 179: .LC_fail h4, .LC_pass h4 {
180: left: -4px;
181: top: -8px;
182: padding:2px;
1.3 ! albertel 183: margin:-4em 0 0 -5em;
1.1 albertel 184: background-color : rgb(255,240,225);
185: border : thin solid;
1.3 ! albertel 186: width: 9em;
! 187: }
! 188:
! 189: *>.LC_fail h4, *>.LC_pass h4 {
! 190: position:absolute;
! 191: width: auto;
! 192: margin: 0;
! 193: }
! 194: .LC_question_grade {
! 195:
1.1 albertel 196: }
197:
198: .LC_fail {
199: color: red;
200: }
201:
202: .LC_pass {
203: color : green;
204: }
205:
206: .LC_neutral {
207: color : blue;
208: }
209:
210: .LC_question {
211: border : thin solid black;
212: padding : 4px;
213: margin-bottom : 1em;
214: }
215:
216: .LC_grade {
217: font-size: x-large;
218: font-family: Arial;
1.3 ! albertel 219: left: -5em;
! 220: top: -15em;
! 221: width: 2em;
! 222: border: 1px solid;
! 223: }
! 224: *>.LC_grade {
1.1 albertel 225: left: 5px;
226: top: -5px;
1.3 ! albertel 227: width: auto;
! 228: border: none;
! 229: position:absolute;
1.1 albertel 230: }
231:
232: div#LC_feedback h1 {
233: color : inherit;
234: }
235: h3 + font { display: none; }
236: ol.LC_task_questions li.LC_task_question + li.LC_task_question {
237: border-top: 1px solid black;
238: }
239: div.LC_criteria {
240: margin-left: 3em;
241:
242: }
243: p.LC_gradernote {
244: display: none;
245: }
246: li.LC_task_question ul li.LC_task_subquestion + li.LC_task_subquestion {
247: border-top: 1px dashed black;
248: padding-top: .5em;
249: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>