Students turning in late work will be greeted with a message.
[Assignment-Trapper.git] / style.css
blobeccf28e986068b70dbfb0bb78b33503324180df1
1 /*
3 red = #ffb2d2 code
4 blue = #c5bcff comments
5 yellow = #ffefb2 faculty
6 green = #deffb2 students
7 lt grey= #666
9 */
10 body {
11 padding: 10px;
12 margin: 10px;
13 font-family: Tahoma, Arial, Helvetica, sans-serif;
14 font-size: 15px;
16 .link_header {
17 font-size: 20px;
18 font-weight:bold;
20 .banner_header {
21 font-size: 40px;
22 font-weight:bold;
23 color: #666;
25 .col {
26 position: relative;
27 float: left;
28 left: 20px;
30 .col1 {
31 position: relative;
32 overflow: hidden;
33 float: left;
34 width: 20%;
35 left: 10%;
37 .col2 {
38 position: relative;
39 overflow: hidden;
40 float: left;
41 width: 48%;
42 left: 3%;
44 pre { margin: 0px }
45 table.gridtable {
46 color: #333333;
47 border-width: 1px;
48 border-color: #666666;
49 border-collapse: collapse;
51 table.gridtable th {
52 border-width: 1px;
53 padding: 8px;
54 border-style: solid;
55 border-color: #666666;
56 background-color: #dedede;
58 table.gridtable td {
59 border-width: 1px;
60 padding: 8px;
61 border-style: solid;
62 border-color: #666666;
63 background-color: #ffffff;
65 .menu {
66 /*background-color: #333;*/
69 .menu ul {
70 margin: 0;
71 padding: 0;
72 float: left;
75 .menu ul li {
76 display: inline;
79 .menu ul li a {
80 float: left;
81 text-decoration: none;
82 margin-left: 25px;
85 .menu ul li a:visited {
87 text-decoration: none;
90 .menu ul li a:hover, .menu ul li .current {
91 color: #000;
92 border-bottom: 2px solid #000;
96 .menu {
97 width: 100%;
98 margin: 10px;
99 background: #eee none;
101 .menu ul {
102 margin: 0;
103 padding: 0;
104 list-style-type: none;
105 float: left;
107 .menu li {
108 margin: 10px;
109 padding: 0px;
110 float: left;
112 .menu a {
113 display: block;
114 width: 100%;
115 text-decoration: none;
117 .menu a:hover {
118 color: #000;
119 border-bottom: 2px solid #000;
124 .header {
125 position: absolute;
126 top: 5px;
127 right: 20px;
129 .highlight { background: #fff }
130 .line_numbers {
131 background-color: #ececec;
132 color: #aaa;
133 padding: 1em .5em;
134 border-right: 1px solid #ddd;
135 text-align: right;
137 /* .file {border:1px solid #ddd; } _NO__DOTCOMMA__AFTER__*/
138 .file_head {
139 padding-left: 15px;
140 padding-top: 3px;
141 border: 1px solid #000;
142 background-color: #c5bcff;
144 .file_head_late {
145 padding-left: 15px;
146 padding-top: 3px;
147 border: 1px solid #000;
148 background-color: #faa;
150 /*.comment {border:1px solid #ddd; width: 95%; margin-left: 10px; margin-right: 10px;}_NO__DOTCOMMA__AFTER__*/
151 .com_body { padding-left: 15px }
152 /*.com_date_human { position: relative; left: 100px; top: -8px; color: #666;}_NO__DOTCOMMA__AFTER__*/
153 .com_name {
154 position: absolute;
155 left: 100px;
156 padding-top: 7px;
158 .com_head {
159 padding-left: 15px;
160 padding-top: 3px;
161 border: 1px solid #000;
162 background-color: #deffb2;
164 .com_head_fac {
165 padding-left: 15px;
166 padding-top: 3px;
167 border: 1px solid #000;
168 background-color: #ffefb2;
170 .com_date {
171 position: absolute;
172 left: 500px;
173 padding-top: 7px;
175 .com_human {
176 position: absolute;
177 left: 300px;
178 padding-top: 7px;
180 .comment_username {
181 position: relative;
182 right: 100px;
183 top: -8px;
185 .comment_time {
186 position: relative;
187 right: 0px;
188 top: -8px;
190 .fname {
191 position: absolute;
192 left: 100px;
193 padding-top: 7px;
195 .fsize {
196 position: absolute;
197 right: 500px;
198 padding-top: 7px;
199 color: #666;
201 .fdate {
202 position: absolute;
203 right: 250px;
204 padding-top: 7px;
205 color: #666;
207 .fedit {
208 position: relative;
209 left: 240px;
210 top: -8px;
212 .fraw {
213 position: relative;
214 left: 340px;
215 top: -8px;
217 .fhuman {
218 position: absolute;
219 right: 100px;
220 padding-top: 7px;
221 color: #666;
223 .class_block {
224 border: 1px solid #000;
225 width: 85%;
226 margin: 20px;
227 padding: 20px;
228 background-color: #eee;
230 .cmnt_count { padding: 20px }
231 #top_bar {
232 position: absolute;
233 background-color: #004890;
234 color: #fff;
235 border-bottom: 1px solid #000;
236 padding: 3px;
237 top: 0px;
238 left: 0px;
239 width: 100%;
241 .input {
242 background-color: #ddf;
243 border: 1px solid #bbb;
244 padding: 10px;
245 margin: 20px;
247 .input_form {
248 text-align: right;
249 padding-right: 20px;
251 .input_error { color: #d00 }
252 .input_name {
253 font-family: Tahoma, Arial, Helvetica, sans-serif;
254 font-size: 15px;
255 font-weight: bold;
257 .input_description {
258 font-family: sans-serif;
259 font-size: 14px;
260 color: #555;
262 #line:hover { background-color: #ff0 }
263 .line_add { float: left }
264 .line_num {
265 width: 40px;
266 float: left;
267 background-color: #ddd;
268 padding-left: 5px;
269 color: #666;
271 .line_dat { margin: 1px }
272 .line_comment_stu {
273 border-top: 1px solid #000;
274 display: none;
275 padding-left: 40px;
276 padding-top: 8px;
277 padding-bottom: 5px;
278 color: #1782b8;
279 background-color: #deffb2;
281 .line_comment_fac {
282 border-top: 1px solid #000;
283 display: none;
284 padding-left: 40px;
285 padding-top: 8px;
286 padding-bottom: 5px;
287 color: #1782b8;
288 background-color: #ffefb2;
290 .line_comment_display_fac {
291 border-top: 1px solid #000;
292 padding-left: 40px;
293 padding-top: 8px;
294 padding-bottom: 5px;
295 color: #1782b8;
296 background-color: #ffefb2;
298 .line_comment_display_stu {
299 border-top: 1px solid #000;
300 padding-left: 40px;
301 padding-top: 8px;
302 padding-bottom: 5px;
303 color: #1782b8;
304 background-color: #deffb2;
306 .line_comment_name {
307 color: #666;
308 position: absolute;
309 right: 55px;
311 .line_comment_time {
312 color: #666;
313 position: absolute;
314 right: 200px;
316 .comment_box {
317 color: #000;
318 border: 1px solid #000;
319 background-color: #dedede;
320 padding: 20px;
321 font-size: 20px;
323 .comment_box_closed {
324 color: #d00;
325 border: 1px solid #000;
326 /*background-color: #d00;*/
327 background-color: #dedede;
328 padding: 20px;
329 font-size: 20px;
331 .comment_box_closed_message {
332 position: relative;
333 float:right;
334 color: #faa;
335 font-weight:bold;
336 font-size: 65px;