ae370141 |
1 | /******************************************************************* |
7b790417 |
2 | styles_color.css |
2e868cc9 |
3 | |
7b790417 |
4 | This CSS file contains all color definitions like |
5 | background-color, font-color, border-color etc. |
ae370141 |
6 | |
7b790417 |
7 | Styles are organised into the following sections: |
ae370141 |
8 | |
2e868cc9 |
9 | core |
10 | header |
11 | footer |
ae370141 |
12 | |
2e868cc9 |
13 | admin |
14 | blocks |
15 | calendar |
16 | course |
17 | doc |
18 | login |
19 | message |
20 | tabs |
21 | user |
ae370141 |
22 | |
2e868cc9 |
23 | various modules |
ae370141 |
24 | |
25 | *******************************************************************/ |
26 | |
7b790417 |
27 | /*** |
28 | *** Core |
29 | ***/ |
ae370141 |
30 | |
2ea70bbe |
31 | a:link, |
32 | a:visited { |
2e868cc9 |
33 | color:#0000FF; |
2ea70bbe |
34 | } |
35 | |
36 | a.dimmed:link, |
37 | a.dimmed:visited { |
2e868cc9 |
38 | color:#AAAAAA; |
2ea70bbe |
39 | } |
40 | |
54e03195 |
41 | a:hover { |
2e868cc9 |
42 | color:#FF0000; |
2ea70bbe |
43 | } |
44 | |
c1c6692f |
45 | a.autolink:link, |
46 | a.autolink:visited { |
2e868cc9 |
47 | color:#000000; |
48 | background: #DDDDDD; |
c1c6692f |
49 | } |
50 | |
51 | a.autolink.glossary:hover { |
2e868cc9 |
52 | cursor: help; |
54e03195 |
53 | } |
54 | |
b731093e |
55 | img.userpicture, |
56 | img.grouppicture { |
57 | border-color:#000 |
58 | } |
59 | |
60 | .block_online_users .listentry img { |
61 | border:#888 |
62 | } |
63 | |
2ea70bbe |
64 | body { |
2e868cc9 |
65 | background-color:#AAAAFF; |
66 | color:#000066; |
2ea70bbe |
67 | } |
68 | |
3e5c0cf0 |
69 | th.header, |
1a5a8ec2 |
70 | td.header, |
71 | div.header { |
f402466e |
72 | background-color:#AAAAFF; |
73 | border-color:#9999FF; |
1a5a8ec2 |
74 | } |
75 | |
76 | .navbar { |
3e86fa9e |
77 | background-color:#AAAAFF; |
78 | border-color:#AAAAFF; |
2ea70bbe |
79 | } |
8b3432db |
80 | |
794f6415 |
81 | table.formtable tbody th { |
2e868cc9 |
82 | background: none; |
794f6415 |
83 | } |
8b3432db |
84 | |
2ea70bbe |
85 | .highlight { |
2e868cc9 |
86 | background-color:#AAFFAA; |
2ea70bbe |
87 | } |
88 | |
89 | .highlight2 { |
2e868cc9 |
90 | color:#AA0000; /* highlight missing terms in forum search */ |
2ea70bbe |
91 | } |
92 | |
93 | /* Alternate rows even */ |
94 | .r0 { |
95 | } |
96 | |
97 | /* Alternate rows odd */ |
98 | .r1 { |
99 | } |
100 | |
101 | /* notification messages (can be good or bad) */ |
102 | .notifyproblem { |
2e868cc9 |
103 | color:#660000; |
2ea70bbe |
104 | } |
2ea70bbe |
105 | .notifysuccess { |
2e868cc9 |
106 | color:#006600; |
2ea70bbe |
107 | } |
108 | |
109 | .required { |
2e868cc9 |
110 | background-color:#DDDDDD; |
2ea70bbe |
111 | } |
112 | |
2ea70bbe |
113 | .generalbox { |
2e868cc9 |
114 | border-color:#9999FF; |
2ea70bbe |
115 | } |
116 | .informationbox { |
2e868cc9 |
117 | border-color:#9999FF; |
2ea70bbe |
118 | } |
119 | .feedbackbox { |
2e868cc9 |
120 | border-color: #888888; |
2ea70bbe |
121 | } |
122 | .feedbackby { |
2e868cc9 |
123 | background-color:#BBBBBB; |
2ea70bbe |
124 | } |
ae370141 |
125 | |
126 | .noticebox { |
2e868cc9 |
127 | border-color:#9999FF; |
ae370141 |
128 | } |
129 | |
130 | .errorbox { |
2e868cc9 |
131 | color:#ffffff; |
132 | border-color:#660000; |
133 | background-color:#990000; |
ae370141 |
134 | } |
135 | |
c4b7f1b3 |
136 | .errorboxcontent { |
137 | background-color:#FFBBBB; |
138 | } |
139 | |
ae370141 |
140 | .tabledivider { |
2e868cc9 |
141 | border-color:#9999FF; |
ae370141 |
142 | } |
143 | |
ae370141 |
144 | .sitetopic { |
87475fcd |
145 | } |
146 | |
147 | .sitetopiccontent { |
148 | border-color:#DDDDDD; |
2e868cc9 |
149 | background-color:#FFFFFF; |
150 | border-color:#9999FF; |
ae370141 |
151 | } |
152 | |
153 | .dimmed_text { |
2e868cc9 |
154 | color:#AAAAAA; |
ae370141 |
155 | } |
156 | |
157 | .teacheronly { |
2e868cc9 |
158 | color:#990000; |
ae370141 |
159 | } |
160 | |
161 | .unread { |
2e868cc9 |
162 | background: #FFD991; |
ae370141 |
163 | } |
164 | |
165 | .censoredtext { |
2e868cc9 |
166 | color:#000000; |
167 | background:#000000; |
ae370141 |
168 | } |
169 | |
170 | |
171 | /* kept for backward compatibility with some non-standard modules |
172 | which use these classes for various things */ |
173 | .generaltab, .generaltabinactive { |
2e868cc9 |
174 | background-color:#BBBBBB; |
2ea70bbe |
175 | } |
ae370141 |
176 | .generaltabselected { |
2e868cc9 |
177 | background-color:#DDDDDD; |
ae370141 |
178 | } |
179 | .generaltabinactive { |
2e868cc9 |
180 | color:#CCCCCC; |
ae370141 |
181 | } |
182 | |
183 | |
184 | |
7b790417 |
185 | /*** |
186 | *** Header |
187 | ***/ |
ae370141 |
188 | |
7b790417 |
189 | /*** |
190 | *** Footer |
191 | ***/ |
ae370141 |
192 | |
2e868cc9 |
193 | .homelink a:link, |
194 | .homelink a:visited, |
195 | .homelink a:hover { |
196 | background-color: #dddddd; |
197 | color: #000; |
198 | text-decoration: none; |
199 | } |
200 | .homelink a:link, |
201 | .homelink a:visited { |
202 | border-top: 1px solid #cecece; |
203 | border-bottom: 2px solid #4a4a4a; |
204 | border-left: 1px solid #cecece; |
205 | border-right: 2px solid #4a4a4a; |
206 | } |
207 | .homelink a:hover { |
208 | border-bottom: 1px solid #cecece; |
209 | border-top: 2px solid #4a4a4a; |
210 | border-right: 1px solid #cecece; |
211 | border-left: 2px solid #4a4a4a; |
212 | } |
213 | |
214 | |
7b790417 |
215 | /*** |
216 | *** Admin |
217 | ***/ |
2ea70bbe |
218 | |
219 | .admin .generalboxcontent { |
2e868cc9 |
220 | background-color:#EEEEEE; |
2ea70bbe |
221 | } |
8b3432db |
222 | |
2ea70bbe |
223 | .admin .generalbox { |
2e868cc9 |
224 | border-color:#BBBBBB; |
2ea70bbe |
225 | } |
226 | |
227 | .admin .informationbox { |
2e868cc9 |
228 | border-color:#BBBBBB; |
229 | background-color:#FFFFFF; |
2ea70bbe |
230 | } |
8b3432db |
231 | |
794f6415 |
232 | body#admin-index .c0 { |
2e868cc9 |
233 | background-color: #FAFAFA; |
794f6415 |
234 | } |
235 | |
b731093e |
236 | body#admin-blocks table#blocks .r0, |
237 | body#admin-blocks table#incompatible .r0 { |
238 | background-color: #f0f0f0; |
239 | } |
240 | |
241 | body#admin-blocks table#blocks .r1, |
242 | body#admin-blocks table#incompatible .r1 { |
243 | background-color: #fafafa; |
244 | } |
245 | |
246 | body#admin-blocks table#incompatible td.c0 { |
247 | color: #ff0000; |
248 | } |
2ea70bbe |
249 | |
8968d779 |
250 | table.flexible .r0 { |
251 | background-color: #f0f0f0; |
252 | } |
253 | |
254 | table.flexible .r1 { |
255 | background-color: #fafafa; |
256 | } |
ae370141 |
257 | |
7b790417 |
258 | /*** |
259 | *** Blocks |
260 | ***/ |
ae370141 |
261 | |
262 | .sideblock { |
2e868cc9 |
263 | border-color:#9999FF; |
2ea70bbe |
264 | } |
265 | |
ae370141 |
266 | .sideblock .header { |
aa6bcf41 |
267 | border-color: #dddddd; |
2ea70bbe |
268 | } |
269 | |
ae370141 |
270 | .sideblock .content { |
aa6bcf41 |
271 | border-color: #dddddd; |
2e868cc9 |
272 | background-color:#FCFCFC; |
81874f62 |
273 | } |
274 | |
ae370141 |
275 | .sideblock .content hr { |
2e868cc9 |
276 | border-top-color:#999999; |
2ea70bbe |
277 | } |
278 | |
b731093e |
279 | #left-column .hidden .header, |
280 | #right-column .hidden .header |
281 | { |
282 | border-bottom-color: #dddddd; |
ae370141 |
283 | } |
aa6bcf41 |
284 | |
794f6415 |
285 | .sideblock .header .hide-show img.hide-show-image { |
2e868cc9 |
286 | background: url('../../pix/t/switch_minus.gif') no-repeat bottom; |
794f6415 |
287 | } |
288 | |
289 | .sideblock.hidden .header .hide-show img.hide-show-image { |
2e868cc9 |
290 | background: url('../../pix/t/switch_plus.gif') no-repeat bottom; |
794f6415 |
291 | } |
2ea70bbe |
292 | |
b731093e |
293 | .blockconfigtable { |
294 | background-color:#FFFFFF; |
295 | border-left:1px solid; |
296 | border-right:1px solid; |
297 | border-bottom:1px solid; |
298 | border-color:#AAAAAA; |
299 | } |
ae370141 |
300 | |
301 | |
7b790417 |
302 | /*** |
303 | *** Calendar |
304 | ***/ |
ae370141 |
305 | |
306 | #calendar .maincalendar, |
7b790417 |
307 | #calendar .sidecalendar { |
2e868cc9 |
308 | border-color: #DDDDDD; |
2ea70bbe |
309 | } |
310 | |
ae370141 |
311 | #calendar .maincalendar table.calendarmonth th { |
2e868cc9 |
312 | border-color: #000000; |
ae370141 |
313 | } |
2ea70bbe |
314 | |
ae370141 |
315 | table.minicalendar { |
2e868cc9 |
316 | border-color:#9999FF; |
ae370141 |
317 | } |
318 | |
319 | #calendar .maincalendar .eventlist .event { |
2e868cc9 |
320 | border-color:#9999FF; |
ae370141 |
321 | } |
322 | |
323 | #calendar .maincalendar .eventlist .event .topic, |
324 | #calendar .maincalendar .eventlist .event .picture, |
7b790417 |
325 | #calendar .maincalendar .eventlist .event .side { |
2e868cc9 |
326 | background-color:#EEEEEE; |
ae370141 |
327 | } |
328 | |
329 | #calendar .maincalendar table.calendarmonth ul.events-underway { |
2e868cc9 |
330 | color:#999999; |
ae370141 |
331 | } |
332 | |
333 | #calendar .event_global, |
334 | .minicalendar .event_global, |
335 | .block_calendar_month .event_global { |
2e868cc9 |
336 | border-color:#2EBA0E !important; |
337 | background-color:#2EBA0E; |
ae370141 |
338 | } |
339 | |
340 | #calendar .event_course, |
341 | .minicalendar .event_course, |
342 | .block_calendar_month .event_course { |
2e868cc9 |
343 | border-color:#FF9966 !important; |
344 | background-color:#FF9966; |
ae370141 |
345 | } |
346 | |
347 | #calendar .event_group, |
348 | .minicalendar .event_group, |
349 | .block_calendar_month .event_group { |
2e868cc9 |
350 | border-color:#FBBB23 !important; |
351 | background-color:#FBBB23; |
ae370141 |
352 | } |
353 | |
354 | #calendar .event_user, |
355 | .minicalendar .event_user, |
356 | .block_calendar_month .event_user { |
2e868cc9 |
357 | border-color:#A1BECB !important; |
358 | background-color:#A1BECB; |
2ea70bbe |
359 | } |
360 | |
ae370141 |
361 | #calendar .duration_global, |
362 | .minicalendar .duration_global { |
2e868cc9 |
363 | border-top-color:#2EBA0E !important; |
364 | border-bottom-color:#2EBA0E !important; |
ae370141 |
365 | } |
2ea70bbe |
366 | |
ae370141 |
367 | #calendar .duration_course, |
368 | .minicalendar .duration_course { |
2e868cc9 |
369 | border-top-color:#FF9966 !important; |
370 | border-bottom-color:#FF9966 !important; |
ae370141 |
371 | } |
372 | |
373 | #calendar .duration_group, |
374 | .minicalendar .duration_group { |
2e868cc9 |
375 | border-top-color:#FBBB23 !important; |
376 | border-bottom-color:#FBBB23 !important; |
ae370141 |
377 | } |
378 | |
379 | #calendar .duration_user, |
380 | .minicalendar .duration_user { |
2e868cc9 |
381 | border-top-color:#A1BECB !important; |
382 | border-bottom-color:#A1BECB !important; |
ae370141 |
383 | } |
384 | |
385 | #calendar .weekend, |
386 | .minicalendar .weekend { |
2e868cc9 |
387 | color:#FF0000; |
ae370141 |
388 | } |
389 | |
390 | #calendar .today, |
391 | .minicalendar .today { |
2e868cc9 |
392 | border-color:#000000 !important; |
ae370141 |
393 | } |
394 | |
395 | .cal_popup_fg { |
2e868cc9 |
396 | background-color:#FFFFFF; |
ae370141 |
397 | } |
398 | |
399 | .cal_popup_bg { |
2e868cc9 |
400 | border-color:#000000; |
401 | background-color:#FFFFFF; |
ae370141 |
402 | } |
8b3432db |
403 | |
794f6415 |
404 | #calendar .maincalendar .filters table, |
405 | #calendar .sidecalendar .filters table, |
7b790417 |
406 | .block_calendar_month .filters table { |
2e868cc9 |
407 | background-color: #EEEEEE; |
794f6415 |
408 | } |
409 | |
ae370141 |
410 | |
411 | |
7b790417 |
412 | /*** |
413 | *** Course |
414 | ***/ |
ae370141 |
415 | |
2ea70bbe |
416 | /* course, entry-page, login */ |
417 | .headingblock { |
2e868cc9 |
418 | border-color:#9999FF; |
2ea70bbe |
419 | } |
420 | |
2ea70bbe |
421 | /* course */ |
422 | .headingblock .outline { |
2e868cc9 |
423 | border-color:#9999FF; |
2ea70bbe |
424 | } |
425 | |
426 | #course-view .section td { |
2e868cc9 |
427 | border-color:#9999FF; |
2ea70bbe |
428 | } |
429 | |
430 | #course-view .section .content { |
cc7d66b6 |
431 | background: #FFFFFF; |
2ea70bbe |
432 | } |
433 | |
434 | #course-view .section .side { |
2e868cc9 |
435 | background: #EEEEEE; |
2ea70bbe |
436 | } |
437 | |
438 | #course-view .section .left { |
439 | } |
440 | |
441 | #course-view .section .right { |
442 | } |
443 | |
444 | #course-view .current .side{ |
2e868cc9 |
445 | background: #FFD991; |
2ea70bbe |
446 | } |
447 | |
448 | #course-view .topics { |
449 | } |
450 | |
451 | #course-view .weeks { |
452 | } |
453 | |
454 | #course-view .section .spacer { |
455 | } |
456 | |
457 | #course-view .section .weekdates { |
2e868cc9 |
458 | color:#FFFFFF; |
2ea70bbe |
459 | } |
460 | |
461 | .categoryboxcontent, |
462 | .courseboxcontent { |
2e868cc9 |
463 | border-color:#9999FF; |
464 | background: #FFFFFF; |
2ea70bbe |
465 | } |
794f6415 |
466 | body#course-user .section { |
2e868cc9 |
467 | border-color:#AAAAAA; |
794f6415 |
468 | } |
469 | |
2ea70bbe |
470 | |
471 | |
7b790417 |
472 | /*** |
473 | *** Doc |
474 | ***/ |
2ea70bbe |
475 | |
0ee53538 |
476 | /*** |
477 | *** Grades |
478 | ***/ |
479 | |
480 | body#grade-index .grades { |
481 | border-color:black; |
482 | } |
483 | |
484 | body#grade-index .grades td { |
485 | border-color:#e0e0e0; |
486 | } |
487 | |
488 | body#grade-index .grades .r0 { |
489 | background-color: #ffffff; |
490 | } |
491 | |
492 | body#grade-index .grades .r1 { |
493 | background-color: #f0f0f0; |
494 | } |
495 | |
496 | |
7b790417 |
497 | /*** |
498 | *** Login |
499 | ***/ |
ae370141 |
500 | |
501 | .loginbox .content { |
2e868cc9 |
502 | border-color:#9999FF; |
cc7d66b6 |
503 | background: #FFFFFF; |
2ea70bbe |
504 | } |
505 | |
506 | |
7b790417 |
507 | /*** |
508 | *** Message |
509 | ***/ |
2ea70bbe |
510 | |
ae370141 |
511 | table.message_search_results td { |
2e868cc9 |
512 | border-color:#9999FF; |
2ea70bbe |
513 | } |
514 | |
1a94cfcd |
515 | .message.other .author { |
516 | color: #8888CC; |
517 | } |
518 | |
519 | .message.me .author { |
2e868cc9 |
520 | color: #999999; |
2ea70bbe |
521 | } |
522 | |
ae370141 |
523 | .message .time { |
2e868cc9 |
524 | color: #999999; |
2ea70bbe |
525 | } |
526 | |
ae370141 |
527 | .message .content { |
2ea70bbe |
528 | } |
529 | |
aa4b26cd |
530 | /*** |
531 | *** Logs |
532 | ***/ |
533 | |
534 | .logtable .r1 { |
535 | background-color:#EEEEEE; |
536 | } |
537 | |
ae370141 |
538 | |
7b790417 |
539 | /*** |
540 | *** Tabs |
541 | ***/ |
ae370141 |
542 | |
543 | .tablink a:link, |
544 | .tablink a:visited { |
2e868cc9 |
545 | color:#000066; |
2ea70bbe |
546 | } |
547 | |
ae370141 |
548 | .selected .tablink a:link, |
549 | .selected .tablink a:visited { |
2e868cc9 |
550 | color:#000000; |
2ea70bbe |
551 | } |
8b3432db |
552 | .tabs .side, |
553 | .tabrow td { |
2e868cc9 |
554 | border-color: #AAAAAA; |
794f6415 |
555 | } |
556 | .tabrow td { |
2e868cc9 |
557 | background:url(pix/tab/left.gif) top left no-repeat; |
794f6415 |
558 | } |
559 | .tabrow td .tablink { |
2e868cc9 |
560 | background:url(pix/tab/right.gif) top right no-repeat; |
794f6415 |
561 | } |
562 | .tabrow td:hover { |
2e868cc9 |
563 | background-image:url(pix/tab/left_hover.gif); |
794f6415 |
564 | } |
565 | .tabrow td:hover .tablink { |
2e868cc9 |
566 | background-image:url(pix/tab/right_hover.gif); |
794f6415 |
567 | } |
aa4b26cd |
568 | .tabrow .last { |
569 | background: transparent url(pix/tab/right_end.gif) top right no-repeat; |
794f6415 |
570 | } |
571 | .tabrow .selected { |
2e868cc9 |
572 | background:url(pix/tab/left_active.gif) top left no-repeat; |
794f6415 |
573 | } |
574 | .tabrow .selected .tablink { |
2e868cc9 |
575 | background:url(pix/tab/right_active.gif) top right no-repeat; |
794f6415 |
576 | } |
577 | .tabrow td.selected:hover { |
2e868cc9 |
578 | background-image:url(pix/tab/left_active_hover.gif); |
794f6415 |
579 | } |
580 | .tabrow td.selected:hover .tablink { |
2e868cc9 |
581 | background-image:url(pix/tab/right_active_hover.gif); |
794f6415 |
582 | } |
2ea70bbe |
583 | |
584 | |
7b790417 |
585 | /*** |
586 | *** User |
587 | ***/ |
ae370141 |
588 | |
589 | .userpicture { |
2e868cc9 |
590 | background:#EEEEEE; |
2ea70bbe |
591 | } |
ae370141 |
592 | |
593 | .userinfobox { |
2e868cc9 |
594 | border-color: #DDDDDD; |
595 | background-color: #F7F7F7; |
2ea70bbe |
596 | } |
2c28addd |
597 | .groupinfobox { |
2e868cc9 |
598 | border-color: #DDDDDD; |
2ea70bbe |
599 | } |
600 | |
601 | |
7b790417 |
602 | /*** |
603 | *** Modules: Chat |
604 | ***/ |
2ea70bbe |
605 | |
e9b52414 |
606 | #mod-chat-gui_header_js-jsupdate .text { |
607 | color:#000 |
608 | } |
609 | #mod-chat-gui_header_js-jsupdate .event, |
610 | #mod-chat-gui_header_js-jsupdate .title { |
611 | color:#888 |
612 | } |
613 | |
7b790417 |
614 | /*** |
615 | *** Modules: Choice |
616 | ***/ |
2ea70bbe |
617 | |
7b790417 |
618 | /*** |
619 | *** Modules: Forum |
620 | ***/ |
2ea70bbe |
621 | |
ae370141 |
622 | .forumheaderlist, |
623 | .forumpost { |
2e868cc9 |
624 | border-color:#9999FF; |
9ac6ae72 |
625 | } |
626 | |
ae370141 |
627 | .forumpost .content { |
2e868cc9 |
628 | background: #FFFFFF; |
9ac6ae72 |
629 | } |
630 | |
ae370141 |
631 | .forumpost .left { |
2e868cc9 |
632 | background:#EEEEEE; |
54e03195 |
633 | } |
634 | |
ae370141 |
635 | .forumpost .topic { |
2e868cc9 |
636 | border-bottom-color: #EEEEEE; |
54e03195 |
637 | } |
638 | |
ae370141 |
639 | .forumpost .starter { |
2e868cc9 |
640 | background:#DDDDDD; |
54e03195 |
641 | } |
642 | |
ae370141 |
643 | .forumheaderlist .discussion .starter { |
2e868cc9 |
644 | background:#DDDDDD; |
2ea70bbe |
645 | } |
646 | |
ae370141 |
647 | .forumheaderlist td { |
2e868cc9 |
648 | border-color: #FFFFFF; |
2ea70bbe |
649 | } |
650 | |
9ac6ae72 |
651 | .sideblock .post .head { |
2e868cc9 |
652 | color:#555555; |
2ea70bbe |
653 | } |
654 | |
655 | .forumthread .unread { |
2e868cc9 |
656 | background: #FFD991; |
2ea70bbe |
657 | } |
2ea70bbe |
658 | #mod-forum-discuss .forumpost { |
2e868cc9 |
659 | background: none; |
2ea70bbe |
660 | } |
661 | |
5860d89d |
662 | #mod-forum-discuss .forumpost.unread .content { |
2e868cc9 |
663 | border-color: #FFD991; |
2ea70bbe |
664 | } |
665 | |
666 | #mod-forum-discuss .forumthread .unread { |
667 | } |
668 | |
669 | #mod-forum-index .unread { |
670 | } |
671 | |
2ea70bbe |
672 | |
7b790417 |
673 | /*** |
674 | *** Modules: Glossary |
675 | ***/ |
2ea70bbe |
676 | |
ae370141 |
677 | .entryboxheader { |
2e868cc9 |
678 | border-color: #BBBBBB; |
2ea70bbe |
679 | } |
680 | |
ae370141 |
681 | .entrybox { |
2e868cc9 |
682 | border-color: #BBBBBB; |
2ea70bbe |
683 | } |
684 | |
ae370141 |
685 | .entry { |
2ea70bbe |
686 | } |
687 | |
ae370141 |
688 | .glossarypost { |
2e868cc9 |
689 | border-color: #DDDDDD; |
2ea70bbe |
690 | } |
691 | |
ae370141 |
692 | .glossarypost .entryheader, |
693 | .glossarypost .entryapproval, |
694 | .glossarypost .picture, |
695 | .glossarypost .entryattachment, |
696 | .glossarypost .left { |
2e868cc9 |
697 | background-color: #F0F0F0; |
2ea70bbe |
698 | } |
699 | |
ae370141 |
700 | .glossarycomment { |
2e868cc9 |
701 | border-color: #DDDDDD; |
2ea70bbe |
702 | } |
703 | |
ae370141 |
704 | .glossarycomment .entryheader, |
705 | .glossarycomment .picture, |
706 | .glossarycomment .left { |
2e868cc9 |
707 | background-color: #F0F0F0; |
2ea70bbe |
708 | |
2ea70bbe |
709 | } |
710 | |
ae370141 |
711 | #mod-glossary-report .generalbox .teacher { |
2e868cc9 |
712 | background: #F0F0F0; |
2ea70bbe |
713 | } |
714 | |
ae370141 |
715 | .categoryheader { |
2e868cc9 |
716 | background-color: #dddddd; |
2ea70bbe |
717 | } |
718 | |
ae370141 |
719 | .glossaryformatheader { |
2e868cc9 |
720 | background-color: #dddddd; |
2ea70bbe |
721 | } |
722 | |
2ea70bbe |
723 | |
7b790417 |
724 | /*** |
725 | *** Modules: Journal |
726 | ***/ |
2ea70bbe |
727 | |
da4c3aed |
728 | #mod-journal-view .feedbackbox .left, |
729 | #mod-journal-view .feedbackbox .entryheader { |
2e868cc9 |
730 | background-color: #dddddd; |
da4c3aed |
731 | } |
732 | |
7b790417 |
733 | /*** |
734 | *** Modules: Label |
735 | ***/ |
2ea70bbe |
736 | |
7b790417 |
737 | /*** |
738 | *** Modules: Lesson |
739 | ***/ |
2ea70bbe |
740 | |
7b790417 |
741 | /*** |
742 | *** Modules: Quiz |
743 | ***/ |
2ea70bbe |
744 | |
ae370141 |
745 | body#mod-quiz-report table#attempts td { |
2e868cc9 |
746 | border-color: #dddddd; |
2ea70bbe |
747 | } |
ae370141 |
748 | body#mod-quiz-report table#attempts .r1 { |
2e868cc9 |
749 | background-color: #eeeeee; |
2ea70bbe |
750 | } |
751 | |
752 | |
7b790417 |
753 | /*** |
754 | *** Modules: Resource |
755 | ***/ |
2ea70bbe |
756 | |
7b790417 |
757 | /*** |
758 | *** Modules: Scorm |
759 | ***/ |
2ea70bbe |
760 | |
7b790417 |
761 | /*** |
762 | *** Modules: Survey |
763 | ***/ |
2ea70bbe |
764 | |
ae370141 |
765 | #mod-survey-view .r0 { |
2e868cc9 |
766 | background-color: #EEEEEE; |
2ea70bbe |
767 | } |
ae370141 |
768 | #mod-survey-view .r1 { |
2e868cc9 |
769 | background-color: #DDDDDD; |
2ea70bbe |
770 | } |
771 | |
2ea70bbe |
772 | |
7b790417 |
773 | /*** |
774 | *** Modules: Wiki |
775 | ***/ |
24bba839 |
776 | |
7b790417 |
777 | /*** |
778 | *** Modules: Workshop |
779 | ***/ |
24bba839 |
780 | |
ae370141 |
781 | .workshoppostpicture { |
2e868cc9 |
782 | background-color:#FEE6B9; |
2ea70bbe |
783 | } |
784 | |
ae370141 |
785 | .workshopassessmentheading { |
2e868cc9 |
786 | background-color:#DDDDDD; |
2ea70bbe |
787 | } |
788 | |