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