Project

General

Profile

Download (16.8 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Garland, for Drupal 5.0
3
 * Stefan Nagtegaal, iStyledThis [dot] nl
4
 * Steven Wittens, acko [dot] net`
5
 *
6
 * If you use a customized color scheme, you must regenerate it after
7
 * modifying this file.
8
 */
9

    
10
/**
11
 * Generic elements
12
 */
13
body {
14
  margin: 0;
15
  padding: 0;
16
  background: #fff;
17
  font: 12px/170% Verdana;
18
  color: #222;
19
}
20

    
21
input {
22
  font: 12px/100% "Verdana";
23
  color: #222;
24
}
25

    
26
textarea, select {
27
  font: 12px/160% "Verdana";
28
  color: #222;
29
}
30

    
31
h1, h2, h3, h4, h5, h6 {
32
  margin: 0;
33
  padding: 0;
34
  font-weight: normal;
35
  font-family: Helvetica, Arial, sans-serif;
36
}
37

    
38
h1 {
39
  font-size: 170%;
40
}
41

    
42
h2 {
43
  font-size: 160%;
44
  line-height: 130%;
45
}
46

    
47
h3 {
48
  font-size: 140%;
49
}
50

    
51
h4 {
52
  font-size: 130%;
53
}
54

    
55
h5 {
56
  font-size: 120%;
57
}
58

    
59
h6 {
60
  font-size: 110%;
61
}
62

    
63
ul, quote, code, fieldset {
64
  margin: .5em 0;
65
}
66

    
67
p {
68
  margin: 0.6em 0 1.2em;
69
  padding: 0;
70
}
71

    
72
a:link, a:visited {
73
  color: #027AC6;
74
  text-decoration: none;
75
}
76

    
77
a:hover {
78
  color: #0062A0;
79
  text-decoration: underline;
80
}
81

    
82
a:active, a.active {
83
  color: #5895be;
84
}
85

    
86
hr {
87
  margin: 0;
88
  padding: 0;
89
  border: none;
90
  height: 1px;
91
  background: #5294c1;
92
}
93

    
94
ul {
95
  margin: 0.5em 0 1em;
96
  padding: 0;
97
}
98

    
99
ul li {
100
  margin: 0.4em 0 0.4em .5em;
101
}
102

    
103
ul.menu, .item-list ul {
104
  margin: 0.35em 0 0 -0.5em;
105
  padding: 0;
106
}
107

    
108
ul.menu ul, .item-list ul ul {
109
  margin-left: 0em;
110
}
111

    
112
ul li, ul.menu li, .item-list ul li, li.leaf {
113
  margin: 0.15em 0 0.15em .5em;
114
}
115

    
116
ul li, ul.menu li, .item-list ul li, li.leaf {
117
  padding: 0 0 .2em 1.5em;
118
  list-style-type: none;
119
  list-style-image: none;
120
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
121
}
122

    
123
ul li.expanded {
124
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
125
}
126

    
127
ul li.collapsed {
128
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
129
}
130

    
131
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
132
  display: block;
133
}
134

    
135
ul.inline li {
136
  background: none;
137
  margin: 0;
138
  padding: 0 1em 0 0;
139
}
140

    
141
fieldset ul.clear-block li {
142
  margin: 0;
143
  padding: 0;
144
  background-image: none;
145
}
146

    
147
dl {
148
  margin: 0.5em 0 1em 1.5em;
149
}
150

    
151
dl dt {
152
}
153

    
154
dl dd {
155
  margin: 0 0 .5em 1.5em;
156
}
157

    
158
img, a img {
159
  border: none;
160
}
161

    
162
table {
163
  margin: 1em 0;
164
  width: 100%;
165
}
166

    
167
thead th {
168
  border-bottom: 2px solid #d3e7f4;
169
  color: #222;
170
  font-weight: bold;
171
}
172

    
173
th a:link, th a:visited {
174
  color: #6f9dbd;
175
}
176

    
177
td, th {
178
  padding: .3em .5em;
179
}
180

    
181
tr.even, tr.odd, tbody th {
182
  border: solid #d3e7f4;
183
  border-width: 1px 0;
184
}
185

    
186
tr.odd, tr.info {
187
  background-color: #edf5fa;
188
}
189

    
190
tr.even {
191
  background-color: #fff;
192
}
193

    
194
tr.odd td.active {
195
  background-color: #ddecf5;
196
}
197

    
198
tr.even td.active {
199
  background-color: #e6f1f7;
200
}
201

    
202
td.region, td.module, td.container {
203
  border-top: 1.5em solid #fff;
204
  border-bottom: 1px solid #b4d7f0;
205
  background-color: #d4e7f3;
206
  color: #455067;
207
  font-weight: bold;
208
}
209

    
210
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
211
  border-top-width: 0;
212
}
213

    
214
span.form-required {
215
  color: #ffae00;
216
}
217

    
218
span.submitted, .description {
219
  font-size: 0.92em;
220
  color: #898989;
221
}
222

    
223
.description {
224
  line-height: 150%;
225
  margin-bottom: 0.75em;
226
  color: #898989;
227
}
228

    
229
.messages, .preview {
230
  margin: .75em 0 .75em;
231
  padding: .5em 1em;
232
}
233

    
234
.messages ul {
235
  margin: 0;
236
}
237

    
238
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
239
  margin: 0.25em 0;
240
}
241

    
242
#center form {
243
  margin-bottom: 2em;
244
}
245

    
246
.form-button, .form-submit {
247
  margin: 2em 0.5em 1em 0;
248
}
249

    
250
#watchdog-form-overview .form-submit,
251
.confirmation .form-submit,
252
.search-form .form-submit,
253
.poll .form-submit,
254
fieldset .form-button, fieldset .form-submit,
255
.sidebar .form-button, .sidebar .form-submit,
256
table .form-button, table .form-submit {
257
  margin: 0;
258
}
259

    
260
.box {
261
  margin-bottom: 2.5em;
262
}
263

    
264
/**
265
 * Layout
266
 */
267
#header-region {
268
  min-height: 0;
269
}
270

    
271
#header-region .block {
272
  display: block;
273
  margin: 0 1em;
274
}
275

    
276
#header-region .block-region {
277
  display: block;
278
  margin: 0 0.5em 1em;
279
  padding: 0.5em;
280
  position: relative;
281
  top: 0.5em;
282
}
283

    
284
#header-region * {
285
  display: inline;
286
  line-height: 1.5em;
287
  margin-top: 0;
288
  margin-bottom: 0;
289
}
290

    
291
#header-region p, #header-region img {
292
  margin-top: 0.5em;
293
}
294

    
295
#header-region h2 {
296
  margin: 0 1em 0 0;
297
}
298

    
299
#header-region h3, #header-region label, #header-region li {
300
  margin: 0 1em;
301
  padding: 0;
302
  background: none;
303
}
304

    
305
#wrapper {
306
  background: #efefef;
307
}
308

    
309
#wrapper #container {
310
  margin: 0 auto;
311
  padding: 10px 15px;
312
  max-width: 710px;
313
  background: #ffffff;
314
  border-left: 1px solid #000;
315
  border-right: 1px solid #000;
316
}
317

    
318
#wrapper #container #header {
319
  height: 150px;
320
}
321

    
322
#wrapper #container #header #logo-floater {
323
  position: relative;
324
}
325

    
326
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
327
  line-height: 120px;
328
  position: relative;
329
  z-index: 2;
330
  white-space: nowrap;
331
}
332

    
333
#wrapper #container #header h1 span {
334
  font-weight: bold;
335
}
336

    
337
#wrapper #container #header h1 img {
338
  float: left;
339
}
340

    
341
/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
342
body.sidebars {
343
  min-width: 980px;
344
}
345
/* With 2 columsn, require a minimum width of 800px. */
346
body.sidebar-left, body.sidebar-right {
347
  min-width: 740px;
348
}
349

    
350
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
351
#wrapper #container #center {
352
  float: left;
353
  width: 100%;
354
  border-top: 1px solid #000;
355
}
356

    
357
/* So we move the #center container over the sidebars to compensate */
358
body.sidebar-left #center {
359
  margin-left: -190px;
360
}
361
body.sidebar-right #center {
362
  margin-right: -190px;
363
}
364
body.sidebars #center {
365
  margin: 0 -190px;
366
}
367

    
368
/* And add blanks left and right for the sidebars to fill */
369
body.sidebar-left #squeeze {
370
  margin-left: 190px;
371
}
372
body.sidebar-right #squeeze {
373
  margin-right: 190px;
374
}
375
body.sidebars #squeeze {
376
  margin: 0 190px;
377
}
378

    
379
/* We ensure the sidebars are still clickable using z-index */
380
#wrapper #container .sidebar {
381
  margin: 30px 0 5em;
382
  width: 190px;
383
  float: left;
384
  z-index: 2;
385
  position: relative;
386
}
387

    
388
#wrapper #container .sidebar .block {
389
  margin: 0 0 1.5em 0;
390
  border: 1px solid #006763;
391
}
392

    
393
#wrapper #container .sidebar .block h2 {
394
	color: #fff;
395
	font-size: 120%;
396
	background: #96ab2c;
397
	padding: 0 5px;
398
}
399

    
400
#wrapper #container .sidebar .block .content {
401
	padding: 0 5px;
402
}
403

    
404
#sidebar-left .block {
405
  padding: 0;
406
}
407

    
408
#sidebar-right .block {
409
  padding: 0;
410
}
411

    
412
.block .content {
413
  margin: 0;
414
}
415

    
416
#sidebar-left .block-region {
417
  margin: 0 15px 0 0px;
418
}
419

    
420
#sidebar-right .block-region {
421
  margin: 0 0px 0 15px;
422
}
423

    
424
.block-region {
425
  padding: 1em;
426
  background: transparent;
427
  border: 2px dashed #b4d7f0;
428
  text-align: center;
429
  font-size: 1.3em;
430
}
431

    
432
/* Now we add the backgrounds for the main content shading */
433
#wrapper #container #center #squeeze {
434
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
435
  position: relative;
436
}
437

    
438
#wrapper #container #center .right-corner {
439
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
440
  position: relative;
441
  left: 10px;
442
  margin: 0 10px;
443
}
444

    
445
#wrapper #container #center .right-corner .left-corner {
446
  padding: 30px 0 0 0; /* 25px 5em 35px;*/
447
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
448
 /* margin-left: -10px;*/
449
  position: relative;
450
  /*left: -10px;*/
451
  min-height: 400px;
452
}
453

    
454
#wrapper #container #footer {
455
  float: none;
456
  clear: both;
457
  text-align: center;
458
  margin: 4em 0 -3em;
459
  color: #898989;
460
}
461

    
462
#wrapper #container .breadcrumb {
463
  position: absolute;
464
  top: 15px;
465
  left: 35px;
466
  z-index: 3;
467
}
468

    
469
body.sidebar-left  #footer {
470
  margin-left: -190px;
471
}
472

    
473
body.sidebar-right #footer {
474
  margin-right: -190px;
475
}
476

    
477
body.sidebars #footer {
478
  margin: 0 -190px;
479
}
480

    
481
/**
482
 * Header
483
 */
484
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
485
  color: #fff;
486
  font-weight: normal;
487
  text-shadow: #1659ac 0px 1px 3px;
488
  font-size: 1.5em;
489
}
490

    
491

    
492

    
493
#wrapper #container #header h1 a:hover {
494
  text-decoration: none;
495
}
496

    
497
#wrapper #container #general img.left{
498
	float: right;	
499
}
500

    
501
#wrapper #container #general .clear-block{
502
	clear: both;
503
}
504

    
505
#wrapper #container #general h2{
506
	font-size: 120%;
507
	color: #97ac2d;
508
}
509
#wrapper #container #general .featureTOC h2{
510
	color: #222;
511
}
512
#wrapper #container #general .featureTOC ul li{
513
	list-style-type: none;
514
	color: #F03300;
515
	padding: 0;
516
	margin: 0;
517
}
518

    
519

    
520
#wrapper #container .breadcrumb {
521
  font-size: 0.92em;
522
}
523

    
524
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
525
  color: #529ad6;
526
}
527

    
528
#mission {
529
  padding: 1em;
530
  background-color: #fff;
531
  border: 1px solid #e0e5fb;
532
  margin-bottom: 2em;
533
}
534

    
535
/**
536
 * Primary navigation
537
 */
538
ul.primary-links {
539
  margin: 0;
540
  padding: 0;
541
  float: right;
542
  position: relative;
543
  z-index: 4;
544
}
545

    
546
ul.primary-links li {
547
  margin: 0;
548
  padding: 0;
549
  float: left;
550
  background-image: none;
551
}
552

    
553
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
554
  display: block;
555
  margin: 0 0 0 0.3em;
556
  padding: .75em 0;
557
  color: #529AD6;
558
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
559
}
560

    
561
ul.primary-links li a:hover, ul.primary-links li a.active {
562
  color: #222;
563
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
564
}
565

    
566
/**
567
 * Secondary navigation
568
 */
569
ul.secondary-links {
570
  margin: 0;
571
  padding: 18px 0 0;
572
  float: right;
573
  clear: right;
574
  position: relative;
575
  z-index: 4;
576
}
577

    
578
ul.secondary-links li {
579
  margin: 0;
580
  padding: 0;
581
  float: left;
582
  background-image: none;
583
}
584

    
585
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
586
  display: block;
587
  margin: 0 1em;
588
  padding: .75em 0 0;
589
  color: #cde3f1;
590
  background: transparent;
591
}
592

    
593
ul.secondary-links li a:hover, ul.secondary-links li a.active {
594
  color: #cde3f1;
595
  background: transparent;
596
}
597

    
598
/**
599
 * Local tasks
600
 */
601
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
602
  border: 0;
603
  background: none;
604
  margin: 0;
605
  padding: 0;
606
}
607

    
608
#tabs-wrapper {
609
  margin: 0 0 5px;
610
  padding: 0;
611
  border-bottom: 1px solid #ddd;
612
  position: relative;
613
}
614

    
615
#backButton{
616
	margin: 0 0 10px;
617
	font-size: 80%;	
618
}
619

    
620
#funded-by{
621
	text-align: center;
622
}
623

    
624
ul.primary {
625
  padding: 0 0 0.5px;
626
  float: left;
627
}
628
ul.secondary {
629
  clear: both;
630
  text-align: left;
631
  border-bottom: 1px solid #e9eff3;
632
  margin: -0.2em -26px 1em;
633
  padding: 0 26px 0.6em;
634
}
635
h2.with-tabs {
636
  margin: 0 2em 0.7em 0;
637
  padding: 0;
638
}
639

    
640
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
641
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
642
  border: 0;
643
  background: #eee;
644
  padding: 2px 1.3em;
645
  margin: 0 0 0 1.3em;
646
  height: auto;
647
  text-decoration: none;
648
  position: relative;
649
  top: -2px;
650
  
651
  border: 1px solid #ddd;
652
}
653
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
654
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
655
  color: #222;
656
}
657
ul.primary li.active a,
658
ul.secondary li.active a {
659
  background: #fff;
660
  border-bottom: 1px solid #fff;
661
}
662

    
663
/**
664
 * Nodes & comments
665
 */
666
.node {
667
  border-bottom: 1px solid #e9eff3;
668
  margin: -1.5em -26px 1.5em;
669
  padding: 1.5em 26px;
670
}
671

    
672
ul.links li, ul.inline li {
673
  margin-left: 0;
674
  margin-right: 0;
675
  padding-left: 1em;
676
  padding-right: 0;
677
  background-image: none;
678
}
679

    
680
.node .links, .comment .links {
681
  text-align: left;
682
}
683

    
684
.node .links ul.links li, .comment .links ul.links li {}
685
.terms ul.links li {
686
  margin-left: 0;
687
  margin-right: 0;
688
  padding-right: 0;
689
  padding-left: 1em;
690
}
691

    
692
.picture, .comment .submitted {
693
  float: right;
694
  clear: right;
695
  padding-left: 1em;
696
}
697

    
698
.new {
699
  color: #ffae00;
700
  font-size: 0.92em;
701
  font-weight: bold;
702
  float: right;
703
}
704

    
705
.terms {
706
  float: right;
707
}
708

    
709
.preview .node, .preview .comment, .sticky {
710
  margin: 0;
711
  padding: 0.5em 0;
712
  border: 0;
713
  background: 0;
714
}
715

    
716
.sticky {
717
  padding: 1em;
718
  background-color: #fff;
719
  border: 1px solid #e0e5fb;
720
  margin-bottom: 2em;
721
}
722

    
723
#comments {
724
  position: relative;
725
  top: -1px;
726
  border-bottom: 1px solid #e9eff3;
727
  margin: -1.5em -25px 0;
728
  padding: 0 25px;
729
}
730

    
731
#comments h2.comments {
732
  margin: 0 -25px;
733
  padding: .5em 25px;
734
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
735
}
736

    
737
.comment {
738
  margin: 0 -25px;
739
  padding: 1.5em 25px 1.5em;
740
  border-top: 1px solid #e9eff3;
741
}
742

    
743
.indented {
744
  margin-left: 25px;
745
}
746

    
747
.comment h3 a.active {
748
  color: #222;
749
}
750

    
751
.node .content, .comment .content {
752
  margin: 0.6em 0;
753
}
754

    
755
/**
756
 * Aggregator.module
757
 */
758
#aggregator {
759
  margin-top: 1em;
760
}
761
#aggregator .feed-item-title {
762
  font-size: 160%;
763
  line-height: 130%;
764
}
765
#aggregator .feed-item {
766
  border-bottom: 1px solid #e9eff3;
767
  margin: -1.5em -31px 1.75em;
768
  padding: 1.5em 31px;
769
}
770
#aggregator .feed-item-categories {
771
  font-size: 0.92em;
772
}
773
#aggregator .feed-item-meta {
774
  font-size: 0.92em;
775
  color: #898989;
776
}
777

    
778
/**
779
 * Color.module
780
 */
781
#palette .form-item {
782
  border: 1px solid #fff;
783
}
784
#palette .item-selected {
785
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
786
  border: 1px solid #d9eaf5;
787
}
788

    
789
/**
790
 * Menu.module
791
 */
792
tr.odd td.menu-disabled {
793
  background-color: #edf5fa;
794
}
795
tr.even td.menu-disabled {
796
  background-color: #fff;
797
}
798
td.menu-disabled {
799
  opacity: 0.5;
800
}
801

    
802
/**
803
 * Poll.module
804
 */
805
.poll .bar {
806
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
807
  border: solid #f0f0f0;
808
  border-width: 0 1px 1px;
809
}
810

    
811
.poll .bar .foreground {
812
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
813
}
814

    
815
.poll .percent {
816
  font-size: .9em;
817
}
818

    
819
/**
820
 * Autocomplete.
821
 */
822
#autocomplete li {
823
  cursor: default;
824
  padding: 2px;
825
  margin: 0;
826
}
827

    
828
/**
829
 * Collapsible fieldsets
830
 */
831
fieldset {
832
  margin: 1em 0;
833
  padding: 1em;
834
  border: 1px solid #d9eaf5;
835
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
836
}
837

    
838
html.js fieldset.collapsed {
839
  background: transparent;
840
  padding-top: 0;
841
  padding-bottom: .6em;
842
}
843

    
844
html.js fieldset.collapsible legend a {
845
  padding-left: 2em;
846
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
847
}
848

    
849
html.js fieldset.collapsed legend a {
850
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
851
}
852

    
853
/**
854
 * Syndication icons and block
855
 */
856
#block-node-0 h2 {
857
  float: left;
858
  padding-right: 20px;
859
}
860

    
861
#block-node-0 img, .feed-icon {
862
  float: right;
863
  padding-top: 4px;
864
}
865

    
866
#block-node-0 .content {
867
  clear: right;
868
}
869

    
870
/**
871
 * Login Block
872
 */
873
#user-login-form {
874
  text-align: center;
875
}
876
#user-login-form ul {
877
  text-align: left;
878
}
879

    
880
/**
881
 * Admin Styles
882
 */
883
div.admin-panel,
884
div.admin-panel .description,
885
div.admin-panel .body,
886
div.admin,
887
div.admin .left,
888
div.admin .right,
889
div.admin .expert-link,
890
div.item-list,
891
.menu {
892
  margin: 0;
893
  padding: 0;
894
}
895

    
896
div.admin .left {
897
  float: left;
898
  width: 48%;
899
}
900
div.admin .right {
901
  float: right;
902
  width: 48%;
903
}
904

    
905
div.admin-panel {
906
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
907
  padding: 1em 1em 1.5em;
908
}
909
div.admin-panel .description {
910
  margin-bottom: 1.5em;
911
}
912
div.admin-panel dl {
913
  margin: 0;
914
}
915
div.admin-panel dd {
916
  color: #898989;
917
  font-size: 0.92em;
918
  line-height: 1.3em;
919
  margin-top: -.2em;
920
  margin-bottom: .65em;
921
}
922

    
923
table.system-status-report th {
924
  border-color: #d3e7f4;
925
}
926

    
927
#autocomplete li.selected, tr.selected td, tr.selected td.active {
928
  background: #027ac6;
929
  color: #fff;
930
}
931

    
932
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
933
  color: #d3e7f4;
934
}
935

    
936
/**
937
 * CSS support
938
 */
939
span.clear {
940
  display: block;
941
  clear: both;
942
  height: 1px;
943
  line-height: 0px;
944
  font-size: 0px;
945
  margin-bottom: -1px;
946
}
947

    
948
/*******************************************************************
949
 * Color Module: Don't touch                                       *
950
 *******************************************************************/
951

    
952
/**
953
 * Generic elements.
954
 */
955
.messages {
956
  background-color: #fff;
957
  border: 1px solid #b8d3e5;
958
}
959

    
960
.preview {
961
  background-color: #fcfce8;
962
  border: 1px solid #e5e58f;
963
}
964

    
965
div.status {
966
  color: #3a3;
967
  border-color: #c7f2c8;
968
}
969

    
970
div.error {
971
  color: #c52020;
972
}
973

    
974
.form-item input.error, .form-item textarea.error {
975
  border: 1px solid #c52020;
976
  color: #222;
977
}
978

    
979
/**
980
 * Watchdog.module
981
 */
982
tr.watchdog-user {
983
  background-color: #fcf9e5;
984
}
985

    
986
tr.watchdog-user td.active {
987
  background-color: #fbf5cf;
988
}
989

    
990
tr.watchdog-content {
991
  background-color: #fefefe;
992
}
993

    
994
tr.watchdog-content td.active {
995
  background-color: #f5f5f5;
996
}
997

    
998
tr.watchdog-warning {
999
  background-color: #fdf5e6;
1000
}
1001

    
1002
tr.watchdog-warning td.active {
1003
  background-color: #fdf2de;
1004
}
1005

    
1006
tr.watchdog-error {
1007
  background-color: #fbe4e4;
1008
}
1009

    
1010
tr.watchdog-error td.active {
1011
  background-color: #fbdbdb;
1012
}
1013
tr.watchdog-page-not-found, tr.watchdog-access-denied {
1014
  background: #d7ffd7;
1015
}
1016
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
1017
  background: #c7eec7;
1018
}
1019

    
1020
/**
1021
 * Status report colors.
1022
 */
1023
table.system-status-report tr.error, table.system-status-report tr.error th {
1024
  background-color: #fcc;
1025
  border-color: #ebb;
1026
  color: #200;
1027
}
1028
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1029
  background-color: #ffd;
1030
  border-color: #eeb;
1031
}
1032
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1033
  background-color: #dfd;
1034
  border-color: #beb;
1035
}
(9-9/10)