Project

General

Profile

Download (17.4 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: #edf5fa;
17
  font: 12px/170% Verdana;
18
  color: #494949;
19
}
20

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

    
26
textarea, select {
27
  font: 12px/160% "Verdana";
28
  color: #494949;
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
  margin-top: 2em;
46
}
47

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
152
dl dt {
153
}
154

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
224
.description {
225
  margin-bottom: 0.75em;
226
  color: #000000;
227
}
228

    
229
.block-cdm_dataportal-feature    li.descriptionText {
230
  list-style: none;
231
  list-style-image: none;
232
  background-image: none;
233
}
234

    
235
.messages, .preview {
236
  margin: .75em 0 .75em;
237
  padding: .5em 1em;
238
}
239

    
240
.messages ul {
241
  margin: 0;
242
}
243

    
244
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
245
  margin: 0.25em 0;
246
}
247

    
248
#center form {
249
  margin-bottom: 2em;
250
}
251

    
252
.form-button, .form-submit {
253
  margin: 2em 0.5em 1em 0;
254
}
255

    
256
#watchdog-form-overview .form-submit,
257
.confirmation .form-submit,
258
.search-form .form-submit,
259
.poll .form-submit,
260
fieldset .form-button, fieldset .form-submit,
261
.sidebar .form-button, .sidebar .form-submit,
262
table .form-button, table .form-submit {
263
  margin: 0;
264
}
265

    
266
.box {
267
  margin-bottom: 2.5em;
268
}
269

    
270
/**
271
 * Layout
272
 */
273
#header-region {
274
  min-height: 1em;
275
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
276
}
277

    
278
#header-region .block {
279
  display: block;
280
  margin: 0 1em;
281
}
282

    
283
#header-region .block-region {
284
  display: block;
285
  margin: 0 0.5em 1em;
286
  padding: 0.5em;
287
  position: relative;
288
  top: 0.5em;
289
}
290

    
291
#header-region * {
292
  display: inline;
293
  line-height: 1.5em;
294
  margin-top: 0;
295
  margin-bottom: 0;
296
}
297

    
298
#header-region p, #header-region img {
299
  margin-top: 0.5em;
300
}
301

    
302
#header-region h2 {
303
  margin: 0 1em 0 0;
304
}
305

    
306
#header-region h3, #header-region label, #header-region li {
307
  margin: 0 1em;
308
  padding: 0;
309
  background: none;
310
}
311

    
312
#wrapper {
313
  background: #edf5fa url(images/body.png) repeat-x 50% 0;
314
}
315

    
316
#wrapper #container {
317
  margin: 0 auto;
318
  padding: 0 20px;
319
/*
320
  max-width: 1270px;*/
321
}
322

    
323
#wrapper #container #header {
324
  height: 80px;
325
}
326

    
327
#wrapper #container #header #logo-floater {
328
  position: absolute;
329
}
330

    
331
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
332
  line-height: 120px;
333
  position: relative;
334
  z-index: 2;
335
  white-space: nowrap;
336
}
337

    
338
#wrapper #container #header h1 span {
339
  font-weight: bold;
340
}
341

    
342
#wrapper #container #header h1 img {
343
  padding-top: 16px;
344
  padding-right: 20px;
345
  float: left;
346
}
347

    
348
/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
349
body.sidebars {
350
  min-width: 980px;
351
}
352
/* With 2 columsn, require a minimum width of 800px. */
353
body.sidebar-left, body.sidebar-right {
354
  min-width: 780px;
355
}
356

    
357
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
358
#wrapper #container #center {
359
  float: left;
360
  width: 100%;
361
}
362

    
363
/* So we move the #center container over the sidebars to compensate */
364
body.sidebar-left #center {
365
  margin-left: -210px;
366
}
367
body.sidebar-right #center {
368
  margin-right: -210px;
369
}
370
body.sidebars #center {
371
  margin: 0 -210px;
372
}
373

    
374
/* And add blanks left and right for the sidebars to fill */
375
body.sidebar-left #squeeze {
376
  margin-left: 210px;
377
}
378
body.sidebar-right #squeeze {
379
  margin-right: 210px;
380
}
381
body.sidebars #squeeze {
382
  margin: 0 210px;
383
}
384

    
385
/* We ensure the sidebars are still clickable using z-index */
386
#wrapper #container .sidebar {
387
  margin: 60px 0 5em;
388
  width: 210px;
389
  float: left;
390
  z-index: 4;
391
  position: relative;
392
}
393

    
394
#wrapper #container .sidebar .block {
395
  margin: 0 0 1.5em 0;
396
}
397

    
398
#sidebar-left .block {
399
  padding: 0 15px 0 0px;
400
}
401

    
402
#sidebar-right .block {
403
  padding: 0 0px 0 15px;
404
}
405

    
406
.block .content {
407
  margin: 0.5em 0;
408
  font-size: 1.0em;
409
}
410

    
411
#sidebar-left .block-region {
412
  margin: 0 15px 0 0px;
413
}
414

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

    
419
.block-region {
420
  padding: 1em;
421
  background: transparent;
422
  border: 2px dashed #b4d7f0;
423
  text-align: center;
424
  font-size: 1.3em;
425
}
426

    
427
/* Now we add the backgrounds for the main content shading */
428
#wrapper #container #center #squeeze {
429
  /*background: #fff url(images/bg-content.png) repeat-x 50% 0; */
430
  position: relative;
431
}
432

    
433
#wrapper #container #center .right-corner {
434
  /*background: transparent url(images/bg-content-right.png) no-repeat 100% 0; */
435
  position: relative;
436
  left: 10px;
437
}
438

    
439
#wrapper #container #center .right-corner .left-corner {
440
  /* padding: 60px 25px 5em 35px; */
441
  padding: 0px 25px 5em 35px; 
442
  /* background: transparent url(images/bg-content-left.png) no-repeat 0 0; */
443
  margin-left: -10px;
444
  position: relative;
445
  left: -10px;
446
  min-height: 400px;
447
}
448

    
449
#wrapper #container #footer {
450
  float: none;
451
  clear: both;
452
  text-align: center;
453
  margin: 4em 0 -3em;
454
  color: #898989;
455
}
456

    
457
#wrapper #container .breadcrumb {
458
  position: absolute;
459
  top: 15px;
460
  left: 35px;
461
  z-index: 3;
462
}
463

    
464
body.sidebar-left  #footer {
465
  margin-left: -210px;
466
}
467

    
468
body.sidebar-right #footer {
469
  margin-right: -210px;
470
}
471

    
472
body.sidebars #footer {
473
  margin: 0 -210px;
474
}
475

    
476
/**
477
 * Header
478
 */
479
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
480
  color: #FFFFFF;
481
  font-family: Tahoma, Arial, Helvetica, sans-serif;
482
  font-size:130%;
483
  font-weight: bold;
484
  line-height:1.2em;
485
  padding-top: 10px;
486
}
487

    
488
#wrapper #container #header h1 a:hover {
489
  text-decoration: none;
490
}
491

    
492
#wrapper #container .breadcrumb {
493
  font-size: 0.92em;
494
}
495

    
496
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
497
  color: #529ad6;
498
}
499

    
500
#mission {
501
  padding: 1em;
502
  background-color: #fff;
503
  border: 1px solid #e0e5fb;
504
  margin-bottom: 2em;
505
}
506

    
507
/**
508
 * Primary navigation
509
 */
510
ul.primary-links {
511
  margin: 0;
512
  padding: 0;
513
  float: right;
514
  position: relative;
515
  z-index: 4;
516
}
517

    
518
ul.primary-links li {
519
  margin: 0;
520
  padding: 0;
521
  float: left;
522
  background-image: none;
523
}
524

    
525
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
526
  display: block;
527
  margin: 0 1em;
528
  padding: .75em 0 0;
529
  color: #fff;
530
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
531
}
532

    
533
ul.primary-links li a:hover, ul.primary-links li a.active {
534
  color: #fff;
535
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
536
}
537

    
538
/**
539
 * Secondary navigation
540
 */
541
ul.secondary-links {
542
  margin: 0;
543
  padding: 18px 0 0;
544
  float: right;
545
  clear: right;
546
  position: relative;
547
  z-index: 4;
548
}
549

    
550
ul.secondary-links li {
551
  margin: 0;
552
  padding: 0;
553
  float: left;
554
  background-image: none;
555
}
556

    
557
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
558
  display: block;
559
  margin: 0 1em;
560
  padding: .75em 0 0;
561
  color: #cde3f1;
562
  background: transparent;
563
}
564

    
565
ul.secondary-links li a:hover, ul.secondary-links li a.active {
566
  color: #cde3f1;
567
  background: transparent;
568
}
569

    
570
/**
571
 * Local tasks
572
 */
573
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
574
  border: 0;
575
  background: none;
576
  margin: 0;
577
  padding: 0;
578
}
579

    
580
#tabs-wrapper, #tabs-wrapper2 {
581
  margin: 0 -26px 1em;
582
  padding: 0 26px;
583
  border-bottom: 1px solid #e9eff3;
584
  position: relative;
585
}
586
ul.primary {
587
  padding: 0.5em 0 10px;
588
  float: left;
589
}
590
ul.secondary {
591
  clear: both;
592
  text-align: left;
593
  border-bottom: 1px solid #e9eff3;
594
  margin: -0.2em -26px 1em;
595
  padding: 0 26px 0.6em;
596
}
597
h2.with-tabs {
598
  float: left;
599
  margin: 0 2em 0 0;
600
  padding: 0;
601
}
602

    
603
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
604
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
605
  border: 0;
606
  background: transparent;
607
  padding: 4px 1em;
608
  margin: 0 0 0 1px;
609
  height: auto;
610
  text-decoration: none;
611
  position: relative;
612
  top: -1px;
613
}
614
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
615
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
616
  background: url(images/bg-tab.png) repeat-x 0 50%;
617
  color: #fff;
618
}
619
ul.primary li.active a,
620
ul.secondary li.active a {
621
  font-weight: bold;
622
}
623

    
624
/**
625
 * Nodes & comments
626
 */
627
.node {
628
  border-bottom: 1px solid #e9eff3;
629
  margin: -1.5em -26px 1.5em;
630
  padding: 1.5em 26px;
631
}
632

    
633
ul.links li, ul.inline li {
634
  margin-left: 0;
635
  margin-right: 0;
636
  padding-left: 0;
637
  padding-right: 1em;
638
  background-image: none;
639
}
640

    
641
.node .links, .comment .links {
642
  text-align: left;
643
}
644

    
645
.node .links ul.links li, .comment .links ul.links li {}
646
.terms ul.links li {
647
  margin-left: 0;
648
  margin-right: 0;
649
  padding-right: 0;
650
  padding-left: 1em;
651
}
652

    
653
.picture, .comment .submitted {
654
  float: right;
655
  clear: right;
656
  padding-left: 1em;
657
}
658

    
659
.new {
660
  color: #ffae00;
661
  font-size: 0.92em;
662
  font-weight: bold;
663
  float: right;
664
}
665

    
666
.terms {
667
  float: right;
668
}
669

    
670
.preview .node, .preview .comment, .sticky {
671
  margin: 0;
672
  padding: 0.5em 0;
673
  border: 0;
674
  background: 0;
675
}
676

    
677
.sticky {
678
  padding: 1em;
679
  background-color: #fff;
680
  border: 1px solid #e0e5fb;
681
  margin-bottom: 2em;
682
}
683

    
684
#comments {
685
  position: relative;
686
  top: -1px;
687
  border-bottom: 1px solid #e9eff3;
688
  margin: -1.5em -25px 0;
689
  padding: 0 25px;
690
}
691

    
692
#comments h2.comments {
693
  margin: 0 -25px;
694
  padding: .5em 25px;
695
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
696
}
697

    
698
.comment {
699
  margin: 0 -25px;
700
  padding: 1.5em 25px 1.5em;
701
  border-top: 1px solid #e9eff3;
702
}
703

    
704
.indented {
705
  margin-left: 25px;
706
}
707

    
708
.comment h3 a.active {
709
  color: #494949;
710
}
711

    
712
.node .content, .comment .content {
713
  margin: 0.6em 0;
714
  font-size: 1em;
715
  line-height: 1.5em;
716
}
717

    
718
/**
719
 * Aggregator.module
720
 */
721
#aggregator {
722
  margin-top: 1em;
723
}
724
#aggregator .feed-item-title {
725
  font-size: 160%;
726
  line-height: 130%;
727
}
728
#aggregator .feed-item {
729
  border-bottom: 1px solid #e9eff3;
730
  margin: -1.5em -31px 1.75em;
731
  padding: 1.5em 31px;
732
}
733
#aggregator .feed-item-categories {
734
  font-size: 0.92em;
735
}
736
#aggregator .feed-item-meta {
737
  font-size: 0.92em;
738
  color: #898989;
739
}
740

    
741
/**
742
 * Color.module
743
 */
744
#palette .form-item {
745
  border: 1px solid #fff;
746
}
747
#palette .item-selected {
748
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
749
  border: 1px solid #d9eaf5;
750
}
751

    
752
/**
753
 * Menu.module
754
 */
755
tr.odd td.menu-disabled {
756
  background-color: #edf5fa;
757
}
758
tr.even td.menu-disabled {
759
  background-color: #fff;
760
}
761
td.menu-disabled {
762
  opacity: 0.5;
763
}
764

    
765
/**
766
 * Poll.module
767
 */
768
.poll .bar {
769
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
770
  border: solid #f0f0f0;
771
  border-width: 0 1px 1px;
772
}
773

    
774
.poll .bar .foreground {
775
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
776
}
777

    
778
.poll .percent {
779
  font-size: .9em;
780
}
781

    
782
/**
783
 * Autocomplete.
784
 */
785
#autocomplete li {
786
  cursor: default;
787
  padding: 2px;
788
  margin: 0;
789
}
790

    
791
/**
792
 * Collapsible fieldsets
793
 */
794
fieldset {
795
  margin: 1em 0;
796
  padding: 1em;
797
  border: 1px solid #d9eaf5;
798
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
799
}
800

    
801
html.js fieldset.collapsed {
802
  background: transparent;
803
  padding-top: 0;
804
  padding-bottom: .6em;
805
}
806

    
807
html.js fieldset.collapsible legend a {
808
  padding-left: 2em;
809
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
810
}
811

    
812
html.js fieldset.collapsed legend a {
813
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
814
}
815

    
816
/**
817
 * Syndication icons and block
818
 */
819
#block-node-0 h2 {
820
  float: left;
821
  padding-right: 20px;
822
}
823

    
824
#block-node-0 img, .feed-icon {
825
  float: right;
826
  padding-top: 4px;
827
}
828

    
829
#block-node-0 .content {
830
  clear: right;
831
}
832

    
833
/**
834
 * Login Block
835
 */
836
#user-login-form {
837
  text-align: center;
838
}
839
#user-login-form ul {
840
  text-align: left;
841
}
842

    
843
/**
844
 * Admin Styles
845
 */
846
div.admin-panel,
847
div.admin-panel .description,
848
div.admin-panel .body,
849
div.admin,
850
div.admin .left,
851
div.admin .right,
852
div.admin .expert-link,
853
div.item-list,
854
.menu {
855
  margin: 0;
856
  padding: 0;
857
}
858

    
859
div.admin .left {
860
  float: left;
861
  width: 48%;
862
}
863
div.admin .right {
864
  float: right;
865
  width: 48%;
866
}
867

    
868
div.admin-panel {
869
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
870
  padding: 1em 1em 1.5em;
871
}
872
div.admin-panel .description {
873
  margin-bottom: 1.5em;
874
}
875
div.admin-panel dl {
876
  margin: 0;
877
}
878
div.admin-panel dd {
879
  color: #898989;
880
  font-size: 0.92em;
881
  line-height: 1.3em;
882
  margin-top: -.2em;
883
  margin-bottom: .65em;
884
}
885

    
886
table.system-status-report th {
887
  border-color: #d3e7f4;
888
}
889

    
890
#autocomplete li.selected, tr.selected td, tr.selected td.active {
891
  background: #027ac6;
892
  color: #fff;
893
}
894

    
895
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
896
  color: #d3e7f4;
897
}
898

    
899
/**
900
 * CSS support
901
 */
902
span.clear {
903
  display: block;
904
  clear: both;
905
  height: 1px;
906
  line-height: 0px;
907
  font-size: 0px;
908
  margin-bottom: -1px;
909
}
910

    
911
/*******************************************************************
912
 * Color Module: Don't touch                                       *
913
 *******************************************************************/
914

    
915
/**
916
 * Generic elements.
917
 */
918
.messages {
919
  background-color: #fff;
920
  border: 1px solid #b8d3e5;
921
}
922

    
923
.preview {
924
  background-color: #fcfce8;
925
  border: 1px solid #e5e58f;
926
}
927

    
928
div.status {
929
  color: #3a3;
930
  border-color: #c7f2c8;
931
}
932

    
933
div.error {
934
  color: #c52020;
935
}
936

    
937
.form-item input.error, .form-item textarea.error {
938
  border: 1px solid #c52020;
939
  color: #494949;
940
}
941

    
942
/**
943
 * Watchdog.module
944
 */
945
tr.watchdog-user {
946
  background-color: #fcf9e5;
947
}
948

    
949
tr.watchdog-user td.active {
950
  background-color: #fbf5cf;
951
}
952

    
953
tr.watchdog-content {
954
  background-color: #fefefe;
955
}
956

    
957
tr.watchdog-content td.active {
958
  background-color: #f5f5f5;
959
}
960

    
961
tr.watchdog-warning {
962
  background-color: #fdf5e6;
963
}
964

    
965
tr.watchdog-warning td.active {
966
  background-color: #fdf2de;
967
}
968

    
969
tr.watchdog-error {
970
  background-color: #fbe4e4;
971
}
972

    
973
tr.watchdog-error td.active {
974
  background-color: #fbdbdb;
975
}
976
tr.watchdog-page-not-found, tr.watchdog-access-denied {
977
  background: #d7ffd7;
978
}
979
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
980
  background: #c7eec7;
981
}
982

    
983
/**
984
 * Status report colors.
985
 */
986
table.system-status-report tr.error, table.system-status-report tr.error th {
987
  background-color: #fcc;
988
  border-color: #ebb;
989
  color: #200;
990
}
991
table.system-status-report tr.warning, table.system-status-report tr.warning th {
992
  background-color: #ffd;
993
  border-color: #eeb;
994
}
995
table.system-status-report tr.ok, table.system-status-report tr.ok th {
996
  background-color: #dfd;
997
  border-color: #beb;
998
}
999

    
(10-10/13)