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; |
720353b2 |
48 | background-color: #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 { |
720353b2 |
82 | background-color: 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 | |
9c7f2782 |
113 | .generalbox .generalboxcontent { |
2e868cc9 |
114 | border-color:#9999FF; |
9c7f2782 |
115 | background-color:#FFFFFF; |
2ea70bbe |
116 | } |
9c7f2782 |
117 | |
2ea70bbe |
118 | .informationbox { |
2e868cc9 |
119 | border-color:#9999FF; |
2ea70bbe |
120 | } |
9c7f2782 |
121 | |
2ea70bbe |
122 | .feedbackbox { |
2e868cc9 |
123 | border-color: #888888; |
2ea70bbe |
124 | } |
125 | .feedbackby { |
2e868cc9 |
126 | background-color:#BBBBBB; |
2ea70bbe |
127 | } |
ae370141 |
128 | |
129 | .noticebox { |
2e868cc9 |
130 | border-color:#9999FF; |
ae370141 |
131 | } |
132 | |
133 | .errorbox { |
2e868cc9 |
134 | color:#ffffff; |
135 | border-color:#660000; |
136 | background-color:#990000; |
ae370141 |
137 | } |
138 | |
c4b7f1b3 |
139 | .errorboxcontent { |
140 | background-color:#FFBBBB; |
141 | } |
142 | |
ae370141 |
143 | .tabledivider { |
2e868cc9 |
144 | border-color:#9999FF; |
ae370141 |
145 | } |
146 | |
ae370141 |
147 | .sitetopic { |
87475fcd |
148 | } |
149 | |
150 | .sitetopiccontent { |
151 | border-color:#DDDDDD; |
2e868cc9 |
152 | background-color:#FFFFFF; |
153 | border-color:#9999FF; |
ae370141 |
154 | } |
155 | |
156 | .dimmed_text { |
2e868cc9 |
157 | color:#AAAAAA; |
ae370141 |
158 | } |
159 | |
160 | .teacheronly { |
2e868cc9 |
161 | color:#990000; |
ae370141 |
162 | } |
163 | |
164 | .unread { |
720353b2 |
165 | background-color: #FFD991; |
ae370141 |
166 | } |
167 | |
168 | .censoredtext { |
2e868cc9 |
169 | color:#000000; |
720353b2 |
170 | background-color:#000000; |
ae370141 |
171 | } |
172 | |
173 | |
174 | /* kept for backward compatibility with some non-standard modules |
175 | which use these classes for various things */ |
176 | .generaltab, .generaltabinactive { |
2e868cc9 |
177 | background-color:#BBBBBB; |
2ea70bbe |
178 | } |
ae370141 |
179 | .generaltabselected { |
2e868cc9 |
180 | background-color:#DDDDDD; |
ae370141 |
181 | } |
182 | .generaltabinactive { |
2e868cc9 |
183 | color:#CCCCCC; |
ae370141 |
184 | } |
185 | |
186 | |
187 | |
7b790417 |
188 | /*** |
189 | *** Header |
190 | ***/ |
ae370141 |
191 | |
e8928a65 |
192 | .breadcrumb .sep { |
193 | color:#6666CC; |
194 | } |
7b790417 |
195 | /*** |
196 | *** Footer |
197 | ***/ |
ae370141 |
198 | |
2e868cc9 |
199 | .homelink a:link, |
200 | .homelink a:visited, |
201 | .homelink a:hover { |
71e367bd |
202 | background-color: #FFFFFF; |
203 | color: #000066; |
2e868cc9 |
204 | text-decoration: none; |
205 | } |
206 | .homelink a:link, |
207 | .homelink a:visited { |
208 | border-top: 1px solid #cecece; |
209 | border-bottom: 2px solid #4a4a4a; |
210 | border-left: 1px solid #cecece; |
211 | border-right: 2px solid #4a4a4a; |
212 | } |
213 | .homelink a:hover { |
214 | border-bottom: 1px solid #cecece; |
215 | border-top: 2px solid #4a4a4a; |
216 | border-right: 1px solid #cecece; |
217 | border-left: 2px solid #4a4a4a; |
218 | } |
219 | |
220 | |
7b790417 |
221 | /*** |
222 | *** Admin |
223 | ***/ |
2ea70bbe |
224 | |
2ea70bbe |
225 | .admin .informationbox { |
2e868cc9 |
226 | border-color:#BBBBBB; |
227 | background-color:#FFFFFF; |
2ea70bbe |
228 | } |
8b3432db |
229 | |
794f6415 |
230 | body#admin-index .c0 { |
2e868cc9 |
231 | background-color: #FAFAFA; |
794f6415 |
232 | } |
233 | |
b731093e |
234 | body#admin-blocks table#blocks .r0, |
235 | body#admin-blocks table#incompatible .r0 { |
236 | background-color: #f0f0f0; |
237 | } |
238 | |
239 | body#admin-blocks table#blocks .r1, |
240 | body#admin-blocks table#incompatible .r1 { |
241 | background-color: #fafafa; |
242 | } |
243 | |
244 | body#admin-blocks table#incompatible td.c0 { |
245 | color: #ff0000; |
246 | } |
2ea70bbe |
247 | |
8968d779 |
248 | table.flexible .r0 { |
249 | background-color: #f0f0f0; |
250 | } |
251 | |
252 | table.flexible .r1 { |
253 | background-color: #fafafa; |
254 | } |
ae370141 |
255 | |
720353b2 |
256 | |
7b790417 |
257 | /*** |
258 | *** Blocks |
259 | ***/ |
ae370141 |
260 | |
261 | .sideblock { |
2e868cc9 |
262 | border-color:#9999FF; |
2ea70bbe |
263 | } |
264 | |
ae370141 |
265 | .sideblock .header { |
aa6bcf41 |
266 | border-color: #dddddd; |
2ea70bbe |
267 | } |
268 | |
ae370141 |
269 | .sideblock .content { |
aa6bcf41 |
270 | border-color: #dddddd; |
2e868cc9 |
271 | background-color:#FCFCFC; |
81874f62 |
272 | } |
273 | |
ae370141 |
274 | .sideblock .content hr { |
2e868cc9 |
275 | border-top-color:#999999; |
2ea70bbe |
276 | } |
277 | |
b731093e |
278 | #left-column .hidden .header, |
279 | #right-column .hidden .header |
280 | { |
281 | border-bottom-color: #dddddd; |
ae370141 |
282 | } |
aa6bcf41 |
283 | |
794f6415 |
284 | .sideblock .header .hide-show img.hide-show-image { |
2e868cc9 |
285 | background: url('../../pix/t/switch_minus.gif') no-repeat bottom; |
794f6415 |
286 | } |
287 | |
288 | .sideblock.hidden .header .hide-show img.hide-show-image { |
2e868cc9 |
289 | background: url('../../pix/t/switch_plus.gif') no-repeat bottom; |
794f6415 |
290 | } |
2ea70bbe |
291 | |
b731093e |
292 | .blockconfigtable { |
293 | background-color:#FFFFFF; |
294 | border-left:1px solid; |
295 | border-right:1px solid; |
296 | border-bottom:1px solid; |
297 | border-color:#AAAAAA; |
298 | } |
ae370141 |
299 | |
300 | |
e8928a65 |
301 | /*** |
302 | *** Blogs |
303 | ***/ |
304 | |
305 | .blogpost.blogdraft .content { |
720353b2 |
306 | background-color:#FFFFFF; |
e8928a65 |
307 | } |
308 | |
309 | .block_blog_tags .official { |
310 | color: #0000FF; |
311 | } |
312 | |
313 | .block_blog_tags .personal { |
314 | color: #0066CC; |
315 | } |
316 | |
317 | |
7b790417 |
318 | /*** |
319 | *** Calendar |
320 | ***/ |
ae370141 |
321 | |
322 | #calendar .maincalendar, |
7b790417 |
323 | #calendar .sidecalendar { |
2e868cc9 |
324 | border-color: #DDDDDD; |
1734c8ca |
325 | background-color:#FFFFFF; |
2ea70bbe |
326 | } |
327 | |
ae370141 |
328 | #calendar .maincalendar table.calendarmonth th { |
2e868cc9 |
329 | border-color: #000000; |
ae370141 |
330 | } |
2ea70bbe |
331 | |
ae370141 |
332 | table.minicalendar { |
2e868cc9 |
333 | border-color:#9999FF; |
ae370141 |
334 | } |
335 | |
336 | #calendar .maincalendar .eventlist .event { |
2e868cc9 |
337 | border-color:#9999FF; |
ae370141 |
338 | } |
339 | |
340 | #calendar .maincalendar .eventlist .event .topic, |
341 | #calendar .maincalendar .eventlist .event .picture, |
7b790417 |
342 | #calendar .maincalendar .eventlist .event .side { |
720353b2 |
343 | background-color:#FFFFFF; |
ae370141 |
344 | } |
345 | |
346 | #calendar .maincalendar table.calendarmonth ul.events-underway { |
2e868cc9 |
347 | color:#999999; |
ae370141 |
348 | } |
349 | |
350 | #calendar .event_global, |
351 | .minicalendar .event_global, |
352 | .block_calendar_month .event_global { |
2e868cc9 |
353 | border-color:#2EBA0E !important; |
354 | background-color:#2EBA0E; |
ae370141 |
355 | } |
356 | |
357 | #calendar .event_course, |
358 | .minicalendar .event_course, |
359 | .block_calendar_month .event_course { |
2e868cc9 |
360 | border-color:#FF9966 !important; |
361 | background-color:#FF9966; |
ae370141 |
362 | } |
363 | |
364 | #calendar .event_group, |
365 | .minicalendar .event_group, |
366 | .block_calendar_month .event_group { |
2e868cc9 |
367 | border-color:#FBBB23 !important; |
368 | background-color:#FBBB23; |
ae370141 |
369 | } |
370 | |
371 | #calendar .event_user, |
372 | .minicalendar .event_user, |
373 | .block_calendar_month .event_user { |
2e868cc9 |
374 | border-color:#A1BECB !important; |
375 | background-color:#A1BECB; |
2ea70bbe |
376 | } |
377 | |
ae370141 |
378 | #calendar .duration_global, |
379 | .minicalendar .duration_global { |
2e868cc9 |
380 | border-top-color:#2EBA0E !important; |
381 | border-bottom-color:#2EBA0E !important; |
ae370141 |
382 | } |
2ea70bbe |
383 | |
ae370141 |
384 | #calendar .duration_course, |
385 | .minicalendar .duration_course { |
2e868cc9 |
386 | border-top-color:#FF9966 !important; |
387 | border-bottom-color:#FF9966 !important; |
ae370141 |
388 | } |
389 | |
390 | #calendar .duration_group, |
391 | .minicalendar .duration_group { |
2e868cc9 |
392 | border-top-color:#FBBB23 !important; |
393 | border-bottom-color:#FBBB23 !important; |
ae370141 |
394 | } |
395 | |
396 | #calendar .duration_user, |
397 | .minicalendar .duration_user { |
2e868cc9 |
398 | border-top-color:#A1BECB !important; |
399 | border-bottom-color:#A1BECB !important; |
ae370141 |
400 | } |
401 | |
402 | #calendar .weekend, |
403 | .minicalendar .weekend { |
2e868cc9 |
404 | color:#FF0000; |
ae370141 |
405 | } |
406 | |
407 | #calendar .today, |
408 | .minicalendar .today { |
2e868cc9 |
409 | border-color:#000000 !important; |
ae370141 |
410 | } |
411 | |
412 | .cal_popup_fg { |
2e868cc9 |
413 | background-color:#FFFFFF; |
ae370141 |
414 | } |
415 | |
416 | .cal_popup_bg { |
2e868cc9 |
417 | border-color:#000000; |
418 | background-color:#FFFFFF; |
ae370141 |
419 | } |
8b3432db |
420 | |
794f6415 |
421 | #calendar .maincalendar .filters table, |
422 | #calendar .sidecalendar .filters table, |
7b790417 |
423 | .block_calendar_month .filters table { |
720353b2 |
424 | background-color: #FFFFFF; |
794f6415 |
425 | } |
426 | |
ae370141 |
427 | |
428 | |
7b790417 |
429 | /*** |
430 | *** Course |
431 | ***/ |
ae370141 |
432 | |
2ea70bbe |
433 | /* course, entry-page, login */ |
434 | .headingblock { |
2e868cc9 |
435 | border-color:#9999FF; |
2ea70bbe |
436 | } |
437 | |
2ea70bbe |
438 | /* course */ |
439 | .headingblock .outline { |
2e868cc9 |
440 | border-color:#9999FF; |
2ea70bbe |
441 | } |
442 | |
443 | #course-view .section td { |
2e868cc9 |
444 | border-color:#9999FF; |
2ea70bbe |
445 | } |
446 | |
447 | #course-view .section .content { |
720353b2 |
448 | background-color: #FFFFFF; |
2ea70bbe |
449 | } |
450 | |
451 | #course-view .section .side { |
720353b2 |
452 | background-color: #FFFFFF; |
2ea70bbe |
453 | } |
454 | |
455 | #course-view .section .left { |
456 | } |
457 | |
458 | #course-view .section .right { |
459 | } |
460 | |
461 | #course-view .current .side{ |
720353b2 |
462 | background-color: #FFD991; |
2ea70bbe |
463 | } |
464 | |
465 | #course-view .topics { |
466 | } |
467 | |
468 | #course-view .weeks { |
469 | } |
470 | |
471 | #course-view .section .spacer { |
472 | } |
473 | |
474 | #course-view .section .weekdates { |
2ea70bbe |
475 | } |
476 | |
477 | .categoryboxcontent, |
478 | .courseboxcontent { |
2e868cc9 |
479 | border-color:#9999FF; |
720353b2 |
480 | background-color: #FFFFFF; |
2ea70bbe |
481 | } |
794f6415 |
482 | body#course-user .section { |
2e868cc9 |
483 | border-color:#AAAAAA; |
794f6415 |
484 | } |
485 | |
fa0a43a8 |
486 | #course-report .plugin, |
487 | #course-import .plugin { |
488 | margin-bottom: 20px; |
489 | margin-left:10%; |
490 | margin-right:10%; |
491 | |
492 | border-bottom: 1px solid #cecece; |
493 | border-top: 1px solid #cecece; |
494 | border-right: 1px solid #cecece; |
495 | border-left: 1px solid #cecece; |
496 | |
497 | background-color: #fdfdfd; |
498 | } |
2ea70bbe |
499 | |
500 | |
7b790417 |
501 | /*** |
502 | *** Doc |
503 | ***/ |
2ea70bbe |
504 | |
0ee53538 |
505 | /*** |
506 | *** Grades |
507 | ***/ |
508 | |
509 | body#grade-index .grades { |
510 | border-color:black; |
511 | } |
512 | |
513 | body#grade-index .grades td { |
514 | border-color:#e0e0e0; |
515 | } |
516 | |
517 | body#grade-index .grades .r0 { |
518 | background-color: #ffffff; |
519 | } |
520 | |
521 | body#grade-index .grades .r1 { |
522 | background-color: #f0f0f0; |
523 | } |
524 | |
525 | |
7b790417 |
526 | /*** |
527 | *** Login |
528 | ***/ |
ae370141 |
529 | |
530 | .loginbox .content { |
2e868cc9 |
531 | border-color:#9999FF; |
720353b2 |
532 | background-color: #FFFFFF; |
2ea70bbe |
533 | } |
534 | |
535 | |
7b790417 |
536 | /*** |
537 | *** Message |
538 | ***/ |
2ea70bbe |
539 | |
ae370141 |
540 | table.message_search_results td { |
2e868cc9 |
541 | border-color:#9999FF; |
2ea70bbe |
542 | } |
543 | |
1a94cfcd |
544 | .message.other .author { |
545 | color: #8888CC; |
546 | } |
547 | |
548 | .message.me .author { |
2e868cc9 |
549 | color: #999999; |
2ea70bbe |
550 | } |
551 | |
ae370141 |
552 | .message .time { |
2e868cc9 |
553 | color: #999999; |
2ea70bbe |
554 | } |
555 | |
ae370141 |
556 | .message .content { |
2ea70bbe |
557 | } |
558 | |
aa4b26cd |
559 | /*** |
560 | *** Logs |
561 | ***/ |
562 | |
563 | .logtable .r1 { |
720353b2 |
564 | background-color:#FFFFFF; |
aa4b26cd |
565 | } |
566 | |
ae370141 |
567 | |
7b790417 |
568 | /*** |
569 | *** Tabs |
570 | ***/ |
ae370141 |
571 | |
572 | .tablink a:link, |
573 | .tablink a:visited { |
9ab8f17d |
574 | color:#888888; |
2ea70bbe |
575 | } |
576 | |
ae370141 |
577 | .selected .tablink a:link, |
578 | .selected .tablink a:visited { |
d4156b1b |
579 | color:#000066; |
2ea70bbe |
580 | } |
8b3432db |
581 | .tabs .side, |
582 | .tabrow td { |
2e868cc9 |
583 | border-color: #AAAAAA; |
794f6415 |
584 | } |
585 | .tabrow td { |
2e868cc9 |
586 | background:url(pix/tab/left.gif) top left no-repeat; |
794f6415 |
587 | } |
588 | .tabrow td .tablink { |
2e868cc9 |
589 | background:url(pix/tab/right.gif) top right no-repeat; |
794f6415 |
590 | } |
591 | .tabrow td:hover { |
2e868cc9 |
592 | background-image:url(pix/tab/left_hover.gif); |
794f6415 |
593 | } |
594 | .tabrow td:hover .tablink { |
2e868cc9 |
595 | background-image:url(pix/tab/right_hover.gif); |
794f6415 |
596 | } |
aa4b26cd |
597 | .tabrow .last { |
598 | background: transparent url(pix/tab/right_end.gif) top right no-repeat; |
794f6415 |
599 | } |
600 | .tabrow .selected { |
2e868cc9 |
601 | background:url(pix/tab/left_active.gif) top left no-repeat; |
794f6415 |
602 | } |
603 | .tabrow .selected .tablink { |
2e868cc9 |
604 | background:url(pix/tab/right_active.gif) top right no-repeat; |
794f6415 |
605 | } |
606 | .tabrow td.selected:hover { |
2e868cc9 |
607 | background-image:url(pix/tab/left_active_hover.gif); |
794f6415 |
608 | } |
609 | .tabrow td.selected:hover .tablink { |
2e868cc9 |
610 | background-image:url(pix/tab/right_active_hover.gif); |
794f6415 |
611 | } |
d01d5040 |
612 | .tabs .r0, |
613 | .tabs .r1 { |
720353b2 |
614 | background-color: #AAAAFF; |
d01d5040 |
615 | } |
2ea70bbe |
616 | |
7b790417 |
617 | /*** |
618 | *** User |
619 | ***/ |
ae370141 |
620 | |
621 | .userpicture { |
720353b2 |
622 | background-color: #FFFFFF; |
2ea70bbe |
623 | } |
ae370141 |
624 | |
625 | .userinfobox { |
2e868cc9 |
626 | border-color: #DDDDDD; |
720353b2 |
627 | background-color: #FFFFFF; |
2ea70bbe |
628 | } |
2c28addd |
629 | .groupinfobox { |
2e868cc9 |
630 | border-color: #DDDDDD; |
2ea70bbe |
631 | } |
632 | |
720353b2 |
633 | #user-edit .formtable { |
634 | background-color: #FFFFFF; |
635 | } |
2ea70bbe |
636 | |
7b790417 |
637 | /*** |
638 | *** Modules: Chat |
639 | ***/ |
2ea70bbe |
640 | |
e9b52414 |
641 | #mod-chat-gui_header_js-jsupdate .text { |
642 | color:#000 |
643 | } |
644 | #mod-chat-gui_header_js-jsupdate .event, |
645 | #mod-chat-gui_header_js-jsupdate .title { |
646 | color:#888 |
647 | } |
648 | |
7b790417 |
649 | /*** |
650 | *** Modules: Choice |
651 | ***/ |
2ea70bbe |
652 | |
7b790417 |
653 | /*** |
654 | *** Modules: Forum |
655 | ***/ |
2ea70bbe |
656 | |
ae370141 |
657 | .forumheaderlist, |
658 | .forumpost { |
2e868cc9 |
659 | border-color:#9999FF; |
9ac6ae72 |
660 | } |
661 | |
ae370141 |
662 | .forumpost .content { |
720353b2 |
663 | background-color: #FFFFFF; |
9ac6ae72 |
664 | } |
665 | |
ae370141 |
666 | .forumpost .left { |
720353b2 |
667 | background-color:#EEEEEE; |
54e03195 |
668 | } |
669 | |
ae370141 |
670 | .forumpost .topic { |
2e868cc9 |
671 | border-bottom-color: #EEEEEE; |
54e03195 |
672 | } |
673 | |
ae370141 |
674 | .forumpost .starter { |
720353b2 |
675 | background-color:#EEEEEE; |
54e03195 |
676 | } |
677 | |
ae370141 |
678 | .forumheaderlist .discussion .starter { |
720353b2 |
679 | background-color:#EEEEEE; |
2ea70bbe |
680 | } |
681 | |
ae370141 |
682 | .forumheaderlist td { |
2e868cc9 |
683 | border-color: #FFFFFF; |
2ea70bbe |
684 | } |
685 | |
9ac6ae72 |
686 | .sideblock .post .head { |
2e868cc9 |
687 | color:#555555; |
2ea70bbe |
688 | } |
689 | |
690 | .forumthread .unread { |
720353b2 |
691 | background-color: #FFD991; |
2ea70bbe |
692 | } |
2ea70bbe |
693 | #mod-forum-discuss .forumpost { |
720353b2 |
694 | background-color: none; |
2ea70bbe |
695 | } |
696 | |
5860d89d |
697 | #mod-forum-discuss .forumpost.unread .content { |
2e868cc9 |
698 | border-color: #FFD991; |
2ea70bbe |
699 | } |
700 | |
701 | #mod-forum-discuss .forumthread .unread { |
702 | } |
703 | |
704 | #mod-forum-index .unread { |
705 | } |
706 | |
7b790417 |
707 | /*** |
708 | *** Modules: Glossary |
709 | ***/ |
2ea70bbe |
710 | |
ae370141 |
711 | .entryboxheader { |
2e868cc9 |
712 | border-color: #BBBBBB; |
2ea70bbe |
713 | } |
714 | |
ae370141 |
715 | .entrybox { |
2e868cc9 |
716 | border-color: #BBBBBB; |
2ea70bbe |
717 | } |
718 | |
ae370141 |
719 | .entry { |
2ea70bbe |
720 | } |
721 | |
ae370141 |
722 | .glossarypost { |
2e868cc9 |
723 | border-color: #DDDDDD; |
2ea70bbe |
724 | } |
725 | |
ae370141 |
726 | .glossarypost .entryheader, |
727 | .glossarypost .entryapproval, |
728 | .glossarypost .picture, |
729 | .glossarypost .entryattachment, |
730 | .glossarypost .left { |
2e868cc9 |
731 | background-color: #F0F0F0; |
2ea70bbe |
732 | } |
733 | |
ae370141 |
734 | .glossarycomment { |
2e868cc9 |
735 | border-color: #DDDDDD; |
2ea70bbe |
736 | } |
737 | |
ae370141 |
738 | .glossarycomment .entryheader, |
739 | .glossarycomment .picture, |
740 | .glossarycomment .left { |
2e868cc9 |
741 | background-color: #F0F0F0; |
2ea70bbe |
742 | |
2ea70bbe |
743 | } |
744 | |
ae370141 |
745 | .categoryheader { |
2e868cc9 |
746 | background-color: #dddddd; |
2ea70bbe |
747 | } |
748 | |
ae370141 |
749 | .glossaryformatheader { |
2e868cc9 |
750 | background-color: #dddddd; |
2ea70bbe |
751 | } |
752 | |
2ea70bbe |
753 | |
7b790417 |
754 | /*** |
755 | *** Modules: Journal |
756 | ***/ |
2ea70bbe |
757 | |
da4c3aed |
758 | #mod-journal-view .feedbackbox .left, |
759 | #mod-journal-view .feedbackbox .entryheader { |
2e868cc9 |
760 | background-color: #dddddd; |
da4c3aed |
761 | } |
762 | |
7b790417 |
763 | /*** |
764 | *** Modules: Label |
765 | ***/ |
2ea70bbe |
766 | |
7b790417 |
767 | /*** |
768 | *** Modules: Lesson |
769 | ***/ |
2ea70bbe |
770 | |
7b790417 |
771 | /*** |
772 | *** Modules: Quiz |
773 | ***/ |
2ea70bbe |
774 | |
ae370141 |
775 | body#mod-quiz-report table#attempts td { |
2e868cc9 |
776 | border-color: #dddddd; |
2ea70bbe |
777 | } |
ae370141 |
778 | body#mod-quiz-report table#attempts .r1 { |
720353b2 |
779 | background-color: #FFFFFF; |
2ea70bbe |
780 | } |
781 | |
782 | |
7b790417 |
783 | /*** |
784 | *** Modules: Resource |
785 | ***/ |
2ea70bbe |
786 | |
efa309e6 |
787 | #mod-resource-view table { |
788 | background-color: #FFFFFF; |
789 | |
380d1b6e |
790 | .ims-nav-dimmed { |
791 | color: #AAAAAA; |
792 | text-decoration: none; |
793 | } |
794 | |
795 | .ims-nav-button a:link, |
796 | .ims-nav-button a:visited, |
797 | .ims-nav-button a:hover { |
798 | color: #000; |
799 | text-decoration: none; |
800 | } |
801 | |
802 | .ims-nav-dimmed, |
803 | .ims-nav-button a:link, |
804 | .ims-nav-button a:visited { |
805 | border-top: 1px solid #cecece; |
806 | border-bottom: 2px solid #4a4a4a; |
807 | border-left: 1px solid #cecece; |
808 | border-right: 2px solid #4a4a4a; |
809 | } |
810 | |
811 | .ims-nav-button a:hover { |
812 | border-bottom: 1px solid #cecece; |
813 | border-top: 2px solid #4a4a4a; |
814 | border-right: 1px solid #cecece; |
815 | border-left: 2px solid #4a4a4a; |
816 | } |
817 | |
818 | |
7b790417 |
819 | /*** |
820 | *** Modules: Scorm |
821 | ***/ |
2ea70bbe |
822 | |
7b790417 |
823 | /*** |
824 | *** Modules: Survey |
825 | ***/ |
2ea70bbe |
826 | |
ae370141 |
827 | #mod-survey-view .r0 { |
720353b2 |
828 | background-color: #FFFFFF; |
2ea70bbe |
829 | } |
ae370141 |
830 | #mod-survey-view .r1 { |
2e868cc9 |
831 | background-color: #DDDDDD; |
2ea70bbe |
832 | } |
833 | |
2ea70bbe |
834 | |
7b790417 |
835 | /*** |
836 | *** Modules: Wiki |
837 | ***/ |
24bba839 |
838 | |
7b790417 |
839 | /*** |
840 | *** Modules: Workshop |
841 | ***/ |
24bba839 |
842 | |
ae370141 |
843 | .workshoppostpicture { |
2e868cc9 |
844 | background-color:#FEE6B9; |
2ea70bbe |
845 | } |
846 | |
ae370141 |
847 | .workshopassessmentheading { |
2e868cc9 |
848 | background-color:#DDDDDD; |
2ea70bbe |
849 | } |
850 | |
e86686ee |
851 | .error { |
852 | color:#ff0000; |
853 | } |