translated new strings.
[moodle.git] / theme / oceanblue / styles_color.css
CommitLineData
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 31a:link,
32a:visited {
2e868cc9 33 color:#0000FF;
2ea70bbe 34}
35
36a.dimmed:link,
37a.dimmed:visited {
2e868cc9 38 color:#AAAAAA;
2ea70bbe 39}
40
54e03195 41a:hover {
2e868cc9 42 color:#FF0000;
2ea70bbe 43}
44
c1c6692f 45a.autolink:link,
46a.autolink:visited {
2e868cc9 47 color:#000000;
48 background: #DDDDDD;
c1c6692f 49}
50
51a.autolink.glossary:hover {
2e868cc9 52 cursor: help;
54e03195 53}
54
2ea70bbe 55body {
2e868cc9 56 background-color:#AAAAFF;
57 color:#000066;
2ea70bbe 58}
59
3e5c0cf0 60th.header,
1a5a8ec2 61td.header,
62div.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 72table.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 219body#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 272table.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 422body#course-user .section {
2e868cc9 423 border-color:#AAAAAA;
794f6415 424}
425
2ea70bbe 426
427
7b790417 428/***
429 *** Doc
430 ***/
2ea70bbe 431
0ee53538 432/***
433 *** Grades
434 ***/
435
436body#grade-index .grades {
437 border-color:black;
438}
439
440body#grade-index .grades td {
441 border-color:#e0e0e0;
442}
443
444body#grade-index .grades .r0 {
445 background-color: #ffffff;
446}
447
448body#grade-index .grades .r1 {
449 background-color: #f0f0f0;
450}
451
452
7b790417 453/***
454 *** Login
455 ***/
ae370141 456
457.loginbox .content {
2e868cc9 458 border-color:#9999FF;
95e4ad4d 459 background: #EEEEEE;
2ea70bbe 460}
461
462
7b790417 463/***
464 *** Message
465 ***/
2ea70bbe 466
ae370141 467table.message_search_results td {
2e868cc9 468 border-color:#9999FF;
2ea70bbe 469}
470
1a94cfcd 471.message.other .author {
472 color: #8888CC;
473}
474
475.message.me .author {
2e868cc9 476 color: #999999;
2ea70bbe 477}
478
ae370141 479.message .time {
2e868cc9 480 color: #999999;
2ea70bbe 481}
482
ae370141 483.message .content {
2ea70bbe 484}
485
aa4b26cd 486/***
487 *** Logs
488 ***/
489
490.logtable .r1 {
491 background-color:#EEEEEE;
492}
493
ae370141 494
7b790417 495/***
496 *** Tabs
497 ***/
ae370141 498
499.tablink a:link,
500.tablink a:visited {
2e868cc9 501 color:#000066;
2ea70bbe 502}
503
ae370141 504.selected .tablink a:link,
505.selected .tablink a:visited {
2e868cc9 506 color:#000000;
2ea70bbe 507}
8b3432db 508.tabs .side,
509.tabrow td {
2e868cc9 510 border-color: #AAAAAA;
794f6415 511}
512.tabrow td {
2e868cc9 513 background:url(pix/tab/left.gif) top left no-repeat;
794f6415 514}
515.tabrow td .tablink {
2e868cc9 516 background:url(pix/tab/right.gif) top right no-repeat;
794f6415 517}
518.tabrow td:hover {
2e868cc9 519 background-image:url(pix/tab/left_hover.gif);
794f6415 520}
521.tabrow td:hover .tablink {
2e868cc9 522 background-image:url(pix/tab/right_hover.gif);
794f6415 523}
aa4b26cd 524.tabrow .last {
525 background: transparent url(pix/tab/right_end.gif) top right no-repeat;
794f6415 526}
527.tabrow .selected {
2e868cc9 528 background:url(pix/tab/left_active.gif) top left no-repeat;
794f6415 529}
530.tabrow .selected .tablink {
2e868cc9 531 background:url(pix/tab/right_active.gif) top right no-repeat;
794f6415 532}
533.tabrow td.selected:hover {
2e868cc9 534 background-image:url(pix/tab/left_active_hover.gif);
794f6415 535}
536.tabrow td.selected:hover .tablink {
2e868cc9 537 background-image:url(pix/tab/right_active_hover.gif);
794f6415 538}
2ea70bbe 539
540
7b790417 541/***
542 *** User
543 ***/
ae370141 544
545.userpicture {
2e868cc9 546 background:#EEEEEE;
2ea70bbe 547}
ae370141 548
549.userinfobox {
2e868cc9 550 border-color: #DDDDDD;
551 background-color: #F7F7F7;
2ea70bbe 552}
2c28addd 553.groupinfobox {
2e868cc9 554 border-color: #DDDDDD;
2ea70bbe 555}
556
557
7b790417 558/***
559 *** Modules: Chat
560 ***/
2ea70bbe 561
7b790417 562/***
563 *** Modules: Choice
564 ***/
2ea70bbe 565
7b790417 566/***
567 *** Modules: Forum
568 ***/
2ea70bbe 569
ae370141 570.forumheaderlist,
571.forumpost {
2e868cc9 572 border-color:#9999FF;
9ac6ae72 573}
574
ae370141 575.forumpost .content {
2e868cc9 576 background: #FFFFFF;
9ac6ae72 577}
578
ae370141 579.forumpost .left {
2e868cc9 580 background:#EEEEEE;
54e03195 581}
582
ae370141 583.forumpost .topic {
2e868cc9 584 border-bottom-color: #EEEEEE;
54e03195 585}
586
ae370141 587.forumpost .starter {
2e868cc9 588 background:#DDDDDD;
54e03195 589}
590
ae370141 591.forumheaderlist .discussion .starter {
2e868cc9 592 background:#DDDDDD;
2ea70bbe 593}
594
ae370141 595.forumheaderlist td {
2e868cc9 596 border-color: #FFFFFF;
2ea70bbe 597}
598
9ac6ae72 599.sideblock .post .head {
2e868cc9 600 color:#555555;
2ea70bbe 601}
602
603.forumthread .unread {
2e868cc9 604 background: #FFD991;
2ea70bbe 605}
2ea70bbe 606#mod-forum-discuss .forumpost {
2e868cc9 607 background: none;
2ea70bbe 608}
609
5860d89d 610#mod-forum-discuss .forumpost.unread .content {
2e868cc9 611 border-color: #FFD991;
2ea70bbe 612}
613
614#mod-forum-discuss .forumthread .unread {
615}
616
617#mod-forum-index .unread {
618}
619
2ea70bbe 620
7b790417 621/***
622 *** Modules: Glossary
623 ***/
2ea70bbe 624
ae370141 625.entryboxheader {
2e868cc9 626 border-color: #BBBBBB;
2ea70bbe 627}
628
ae370141 629.entrybox {
2e868cc9 630 border-color: #BBBBBB;
2ea70bbe 631}
632
ae370141 633.entry {
2ea70bbe 634}
635
ae370141 636.glossarypost {
2e868cc9 637 border-color: #DDDDDD;
2ea70bbe 638}
639
ae370141 640.glossarypost .entryheader,
641.glossarypost .entryapproval,
642.glossarypost .picture,
643.glossarypost .entryattachment,
644.glossarypost .left {
2e868cc9 645 background-color: #F0F0F0;
2ea70bbe 646}
647
ae370141 648.glossarycomment {
2e868cc9 649 border-color: #DDDDDD;
2ea70bbe 650}
651
ae370141 652.glossarycomment .entryheader,
653.glossarycomment .picture,
654.glossarycomment .left {
2e868cc9 655 background-color: #F0F0F0;
2ea70bbe 656
2ea70bbe 657}
658
ae370141 659#mod-glossary-report .generalbox .teacher {
2e868cc9 660 background: #F0F0F0;
2ea70bbe 661}
662
ae370141 663.categoryheader {
2e868cc9 664 background-color: #dddddd;
2ea70bbe 665}
666
ae370141 667.glossaryformatheader {
2e868cc9 668 background-color: #dddddd;
2ea70bbe 669}
670
2ea70bbe 671
7b790417 672/***
673 *** Modules: Journal
674 ***/
2ea70bbe 675
da4c3aed 676#mod-journal-view .feedbackbox .left,
677#mod-journal-view .feedbackbox .entryheader {
2e868cc9 678 background-color: #dddddd;
da4c3aed 679}
680
7b790417 681/***
682 *** Modules: Label
683 ***/
2ea70bbe 684
7b790417 685/***
686 *** Modules: Lesson
687 ***/
2ea70bbe 688
7b790417 689/***
690 *** Modules: Quiz
691 ***/
2ea70bbe 692
ae370141 693body#mod-quiz-report table#attempts td {
2e868cc9 694 border-color: #dddddd;
2ea70bbe 695}
ae370141 696body#mod-quiz-report table#attempts .r1 {
2e868cc9 697 background-color: #eeeeee;
2ea70bbe 698}
699
700
7b790417 701/***
702 *** Modules: Resource
703 ***/
2ea70bbe 704
7b790417 705/***
706 *** Modules: Scorm
707 ***/
2ea70bbe 708
7b790417 709/***
710 *** Modules: Survey
711 ***/
2ea70bbe 712
ae370141 713#mod-survey-view .r0 {
2e868cc9 714 background-color: #EEEEEE;
2ea70bbe 715}
ae370141 716#mod-survey-view .r1 {
2e868cc9 717 background-color: #DDDDDD;
2ea70bbe 718}
719
2ea70bbe 720
7b790417 721/***
722 *** Modules: Wiki
723 ***/
24bba839 724
7b790417 725/***
726 *** Modules: Workshop
727 ***/
24bba839 728
ae370141 729.workshoppostpicture {
2e868cc9 730 background-color:#FEE6B9;
2ea70bbe 731}
732
ae370141 733.workshopassessmentheading {
2e868cc9 734 background-color:#DDDDDD;
2ea70bbe 735}
736