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