MDL-10092:
[moodle-linuxchix.git] / theme / metal / colors.css
bloba213a6929a789e52c6154afe0d1210d3beab77fa
1 /*******************************************************************
2 styles_color.css
4 This CSS file contains all color definitions like
5 background-color, font-color, border-color etc.
7 Styles are organised into the following sections:
9 core
10 header
11 footer
13 admin
14 blocks
15 calendar
16 course
17 doc
18 login
19 message
20 tabs
21 user
23 various modules
25 *******************************************************************/
27 /***
28 *** Core
29 ***/
31 a:link,
32 a:visited {
33 color:#000099;
36 a.dimmed:link,
37 a.dimmed:visited {
38 color:#AAAAAA;
41 a:hover {
42 color:#CC0000;
45 a.autolink:link,
46 a.autolink:visited {
47 color:#000000;
48 background: #DDDDDD;
51 a.autolink.glossary:hover {
52 cursor: help;
55 body {
56 background-color:#FAFAFA;
59 th.header,
60 td.header,
61 div.header {
62 background-color:#EEEEEE;
65 .navbar {
68 table.formtable tbody th {
69 background: none;
72 .highlight {
73 background-color:#AAFFAA;
76 .highlight2 {
77 color:#AA0000; /* highlight missing terms in forum search */
80 /* Alternate rows even */
81 .r0 {
84 /* Alternate rows odd */
85 .r1 {
88 /* notification messages (can be good or bad) */
89 .notifyproblem {
90 color:#660000;
92 .notifysuccess {
93 color:#006600;
96 .required {
97 background-color:#DDDDDD;
100 .generalbox {
101 border-color:#999999;
103 .informationbox {
104 border-color:#999999;
106 .feedbackbox {
107 border-color: #999999;
109 .feedbackby {
110 background-color:#BBBBBB;
113 .noticebox {
114 border-color:#999999;
117 .errorbox {
118 color:#ffffff;
119 border-color:#999999;
120 background-color:#990000;
123 .tabledivider {
124 border-color:#999999;
125 border-width:2px;
126 border-style:groove;
129 .sitetopic {
132 .sitetopiccontent {
133 border-color:#000000;
134 background-color:#FFFFFF;
137 .dimmed_text {
138 color:#AAAAAA;
141 .teacheronly {
142 color:#990000;
145 .unread {
146 background: #FFD991;
149 .censoredtext {
150 color:#000000;
151 background:#000000;
155 /* kept for backward compatibility with some non-standard modules
156 which use these classes for various things */
157 .generaltab, .generaltabinactive {
158 background-color:#BBBBBB;
160 .generaltabselected {
161 background-color:#DDDDDD;
163 .generaltabinactive {
164 color:#CCCCCC;
169 /***
170 *** Header
171 ***/
173 /***
174 *** Footer
175 ***/
177 .homelink a:link,
178 .homelink a:visited,
179 .homelink a:hover {
180 background-color: #dddddd;
181 color: #000;
182 text-decoration: none;
184 .homelink a:link,
185 .homelink a:visited {
186 border-top: 1px solid #cecece;
187 border-bottom: 2px solid #4a4a4a;
188 border-left: 1px solid #cecece;
189 border-right: 2px solid #4a4a4a;
191 .homelink a:hover {
192 border-bottom: 1px solid #cecece;
193 border-top: 2px solid #4a4a4a;
194 border-right: 1px solid #cecece;
195 border-left: 2px solid #4a4a4a;
199 /***
200 *** Admin
201 ***/
203 .generalboxcontent {
204 background-color:#EEEEEE;
207 .admin .generalbox {
208 border-color:#999999;
211 .admin .informationbox {
212 border-color:#999999;
213 background-color:#FFFFFF;
216 body#admin-index .c0 {
217 background-color: #FAFAFA;
222 /***
223 *** Blocks
224 ***/
226 .sideblock {
227 border-color:#999999;
228 border-width:2px;
229 border-style:groove;
232 .sideblock .header {
235 .sideblock .content {
236 background-color:#FCFCFC;
239 .sideblock .content hr {
240 border-top-color:#999999;
243 .sideblock .list {
245 .sideblock .header .hide-show img.hide-show-image {
246 background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
249 .sideblock.hidden .header .hide-show img.hide-show-image {
250 background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
255 /***
256 *** Calendar
257 ***/
259 #calendar .maincalendar,
260 #calendar .sidecalendar {
261 border-color: #999999;
264 #calendar .maincalendar table.calendarmonth th {
265 border-color: #999999;
268 table.minicalendar {
269 border-color:#999999;
272 #calendar .maincalendar .eventlist .event {
273 border-color:#999999;
276 #calendar .maincalendar .eventlist .event .topic,
277 #calendar .maincalendar .eventlist .event .picture,
278 #calendar .maincalendar .eventlist .event .side {
279 background-color:#EEEEEE;
282 #calendar .maincalendar table.calendarmonth ul.events-underway {
283 color:#999999;
286 #calendar .event_global,
287 .minicalendar .event_global,
288 .block_calendar_month .event_global {
289 border-color:#2EBA0E !important;
290 background-color:#2EBA0E;
293 #calendar .event_course,
294 .minicalendar .event_course,
295 .block_calendar_month .event_course {
296 border-color:#FF9966 !important;
297 background-color:#FF9966;
300 #calendar .event_group,
301 .minicalendar .event_group,
302 .block_calendar_month .event_group {
303 border-color:#FBBB23 !important;
304 background-color:#FBBB23;
307 #calendar .event_user,
308 .minicalendar .event_user,
309 .block_calendar_month .event_user {
310 border-color:#A1BECB !important;
311 background-color:#A1BECB;
314 #calendar .duration_global,
315 .minicalendar .duration_global {
316 border-top-color:#2EBA0E !important;
317 border-bottom-color:#2EBA0E !important;
320 #calendar .duration_course,
321 .minicalendar .duration_course {
322 border-top-color:#FF9966 !important;
323 border-bottom-color:#FF9966 !important;
326 #calendar .duration_group,
327 .minicalendar .duration_group {
328 border-top-color:#FBBB23 !important;
329 border-bottom-color:#FBBB23 !important;
332 #calendar .duration_user,
333 .minicalendar .duration_user {
334 border-top-color:#A1BECB !important;
335 border-bottom-color:#A1BECB !important;
338 #calendar .weekend,
339 .minicalendar .weekend {
340 color:#FF0000;
343 #calendar .today,
344 .minicalendar .today {
345 border-color:#999999 !important;
348 .cal_popup_fg {
349 background-color:#FFFFFF;
352 .cal_popup_bg {
353 border-color:#999999;
354 background-color:#FFFFFF;
357 #calendar .maincalendar .filters table,
358 #calendar .sidecalendar .filters table,
359 .block_calendar_month .filters table {
360 background-color: #EEEEEE;
365 /***
366 *** Course
367 ***/
369 /* course, entry-page, login */
370 .headingblock {
371 border-color:#999999;
372 border-width:2px;
373 border-style:groove;
376 /* course */
377 .headingblock .outline {
378 border-color:#999999;
381 #course-view .section td {
382 border-color:#999999;
385 #course-view .section .content {
386 background: #FFFFFF;
389 #course-view .section .side {
390 background: #EEEEEE;
393 #course-view .section .left {
396 #course-view .section .right {
399 #course-view .current .side{
400 background: #FFD991;
403 #course-view .topics {
406 #course-view .weeks {
409 #course-view .section .spacer {
412 #course-view .section .weekdates {
413 color:#AAAAAA;
416 .categoryboxcontent,
417 .courseboxcontent {
418 border-color:#999999;
419 background: #FFFFFF;
421 body#course-user .section {
422 border-color:#999999;
427 /***
428 *** Doc
429 ***/
431 /***
432 *** Login
433 ***/
435 .loginbox,
436 .loginbox.twocolumns .loginpanel,
437 .loginbox .subcontent {
438 border-color:#999999;
442 /***
443 *** Message
444 ***/
446 table.message_search_results td {
447 border-color:#000000;
450 .message .author {
451 color: #999999;
454 .message .time {
455 color: #999999;
458 .message .content {
462 /***
463 *** Tabs
464 ***/
466 .tablink a:link,
467 .tablink a:visited {
468 color:#000066;
471 .selected .tablink a:link,
472 .selected .tablink a:visited {
473 color:#000000;
475 .tabs .side {
476 border-color: #000000;
478 .tabrow td {
479 background:url(pix/tab/left.gif) top left no-repeat;
481 .tabrow td .tablink {
482 background:url(pix/tab/right.gif) top right no-repeat;
484 .tabrow td:hover {
485 background-image:url(pix/tab/left_hover.gif);
487 .tabrow td:hover .tablink {
488 background-image:url(pix/tab/right_hover.gif);
490 .tabrow .last span {
491 background:url(pix/tab/right_end.gif) top right no-repeat;
493 .tabrow .selected {
494 background:url(pix/tab/left_active.gif) top left no-repeat;
496 .tabrow .selected .tablink {
497 background:url(pix/tab/right_active.gif) top right no-repeat;
499 .tabrow td.selected:hover {
500 background-image:url(pix/tab/left_active_hover.gif);
502 .tabrow td.selected:hover .tablink {
503 background-image:url(pix/tab/right_active_hover.gif);
507 /***
508 *** User
509 ***/
511 .userpicture {
512 background:#EEEEEE;
515 .userinfobox {
516 border-color: #999999;
517 background-color: #F7F7F7;
519 .groupinfobox {
520 border-color: #999999;
521 background-color: #FCFCFC;
525 /***
526 *** Modules: Assignment
527 ***/
529 .assignmentsubmission {
532 .assignmentnew .assignmentfeedback{
533 background-color:#DDDDDD;
536 .assignmentold .assignmentfeedback{
537 background-color:#BBBBBB;
540 .assignmentheading {
541 background-color:#BBBBBB;
545 /***
546 *** Modules: Chat
547 ***/
549 /***
550 *** Modules: Choice
551 ***/
553 /***
554 *** Modules: Forum
555 ***/
557 .forumheaderlist,
558 .forumpost {
559 border-color:#999999;
560 border-width:2px;
561 border-style:groove;
564 .forumpost .content {
565 background: #FFFFFF;
568 .forumpost .left {
569 background:#EEEEEE;
572 .forumpost .topic {
573 border-bottom-color: #EEEEEE;
576 .forumpost .starter {
577 background:#DDDDDD;
580 .forumheaderlist .discussion .starter {
581 background:#DDDDDD;
584 .forumheaderlist td {
585 border-color: #000000;
588 .sideblock .post .head {
589 color:#555555;
592 .forumthread .unread {
593 background: #FFD991;
595 #mod-forum-discuss .forumpost {
596 background: none;
599 #mod-forum-discuss .forumpost.unread .content {
600 border-width:3px;
601 border-color: #FFD991;
604 #mod-forum-discuss .forumthread .unread {
607 #mod-forum-index .unread {
611 /***
612 *** Modules: Glossary
613 ***/
615 .entryboxheader {
616 border-color: #000000;
619 .entrybox {
620 border-color: #000000;
623 .entry {
626 .glossarypost {
627 border-color: #000000;
630 .glossarypost .entryheader,
631 .glossarypost .entryapproval,
632 .glossarypost .picture,
633 .glossarypost .entryattachment,
634 .glossarypost .left {
635 background-color: #F0F0F0;
638 .glossarycomment {
639 border-color: #000000;
642 .glossarycomment .entryheader,
643 .glossarycomment .picture,
644 .glossarycomment .left {
645 background-color: #F0F0F0;
649 #mod-glossary-report .generalbox .teacher {
650 background: #F0F0F0;
653 .glossarycategoryheader {
654 background-color: #dddddd;
657 .glossaryformatheader {
658 background-color: #dddddd;
662 /***
663 *** Modules: Journal
664 ***/
666 #mod-journal-view .feedbackbox .left,
667 #mod-journal-view .feedbackbox .entryheader {
668 background-color: #dddddd;
671 /***
672 *** Modules: Label
673 ***/
675 /***
676 *** Modules: Lesson
677 ***/
679 /***
680 *** Modules: Quiz
681 ***/
683 body#mod-quiz-report table#attempts td {
684 border-color: #000000;
686 body#mod-quiz-report table#attempts .r1 {
687 background-color: #eeeeee;
691 /***
692 *** Modules: Resource
693 ***/
695 /***
696 *** Modules: Scorm
697 ***/
699 /***
700 *** Modules: Survey
701 ***/
703 #mod-survey-view .r0 {
704 background-color: #EEEEEE;
706 #mod-survey-view .r1 {
707 background-color: #DDDDDD;
711 /***
712 *** Modules: Wiki
713 ***/
715 /***
716 *** Modules: Workshop
717 ***/
719 .workshoppostpicture {
720 background-color:#FEE6B9;
723 .workshopassessmentheading {
724 background-color:#DDDDDD;
727 #user-index .cell {
728 background-color:#DDDDDD;