Project

General

Profile

Download (17.5 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
  line-height: 150%;
226
  margin-bottom: 0.75em;
227
  color: #000000;
228
}
229

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
324
#wrapper #container #header {
325
  /*height: 80px;*/
326
}
327

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
(3-3/4)