Project

General

Profile

Download (16.4 KB) Statistics
| Branch: | Tag: | Revision:
1
/* $Id: style.css,v 1.14.2.5 2009/09/16 04:38:12 drumm Exp $ */
2

    
3
/**
4
 * Garland, for Drupal 5.0
5
 * Stefan Nagtegaal, iStyledThis [dot] nl
6
 * Steven Wittens, acko [dot] net`
7
 *
8
 * If you use a customized color scheme, you must regenerate it after
9
 * modifying this file.
10
 */
11

    
12
/**
13
 * Generic elements
14
 */
15
body {
16
  margin: 0;
17
  padding: 0;
18
  background: #edf5fa;
19
  font: 12px/170% Verdana;
20
  color: #494949;
21
}
22

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

    
28
textarea, select {
29
  font: 12px/160% "Verdana";
30
  color: #494949;
31
}
32

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

    
40
h1 {
41
  font-size: 170%;
42
}
43

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
153
dl dt {
154
}
155

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
236
.messages ul {
237
  margin: 0;
238
}
239

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

    
244
#center form {
245
  margin-bottom: 2em;
246
}
247

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

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

    
262
.box {
263
  margin-bottom: 2.5em;
264
}
265

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

    
274
#header-region .block {
275
  display: block;
276
  margin: 0 1em;
277
}
278

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

    
287
#header-region * {
288
  display: inline;
289
  line-height: 1.5em;
290
  margin-top: 0;
291
  margin-bottom: 0;
292
}
293

    
294
/* Avoid displaying content of script tags */
295
#header-region script {
296
  display: none;
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
  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 columns, 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: 2;
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
}
409

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

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

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

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

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

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

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

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

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

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

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

    
474
/**
475
 * Header
476
 */
477
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
478
  color: #fff;
479
  font-weight: normal;
480
  text-shadow: #1659ac 0px 1px 3px;
481
  font-size: 1.5em;
482
}
483

    
484
#wrapper #container #header h1 a:hover {
485
  text-decoration: none;
486
}
487

    
488
#wrapper #container .breadcrumb {
489
  font-size: 0.92em;
490
}
491

    
492
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
493
  color: #529ad6;
494
}
495

    
496
#mission {
497
  padding: 1em;
498
  background-color: #fff;
499
  border: 1px solid #e0e5fb;
500
  margin-bottom: 2em;
501
}
502

    
503
/**
504
 * Primary navigation
505
 */
506
ul.primary-links {
507
  margin: 0;
508
  padding: 0;
509
  float: right;
510
  position: relative;
511
  z-index: 4;
512
}
513

    
514
ul.primary-links li {
515
  margin: 0;
516
  padding: 0;
517
  float: left;
518
  background-image: none;
519
}
520

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

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

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

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

    
553
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
554
  display: block;
555
  margin: 0 1em;
556
  padding: .75em 0 0;
557
  color: #cde3f1;
558
  background: transparent;
559
}
560

    
561
ul.secondary-links li a:hover, ul.secondary-links li a.active {
562
  color: #cde3f1;
563
  background: transparent;
564
}
565

    
566
/**
567
 * Local tasks
568
 */
569
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
570
  border: 0;
571
  background: none;
572
  margin: 0;
573
  padding: 0;
574
}
575

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

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

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

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

    
638
.node .links, .comment .links {
639
  text-align: left;
640
}
641

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

    
650
.picture, .comment .submitted {
651
  float: right;
652
  clear: right;
653
  padding-left: 1em;
654
}
655

    
656
.new {
657
  color: #ffae00;
658
  font-size: 0.92em;
659
  font-weight: bold;
660
  float: right;
661
}
662

    
663
.terms {
664
  float: right;
665
}
666

    
667
.preview .node, .preview .comment, .sticky {
668
  margin: 0;
669
  padding: 0.5em 0;
670
  border: 0;
671
  background: 0;
672
}
673

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

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

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

    
695
.comment {
696
  margin: 0 -25px;
697
  padding: 1.5em 25px 1.5em;
698
  border-top: 1px solid #e9eff3;
699
}
700

    
701
.indented {
702
  margin-left: 25px;
703
}
704

    
705
.comment h3 a.active {
706
  color: #494949;
707
}
708

    
709
.node .content, .comment .content {
710
  margin: 0.6em 0;
711
}
712

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

    
736
/**
737
 * Color.module
738
 */
739
#palette .form-item {
740
  border: 1px solid #fff;
741
}
742
#palette .item-selected {
743
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
744
  border: 1px solid #d9eaf5;
745
}
746

    
747
/**
748
 * Menu.module
749
 */
750
tr.odd td.menu-disabled {
751
  background-color: #edf5fa;
752
}
753
tr.even td.menu-disabled {
754
  background-color: #fff;
755
}
756
td.menu-disabled {
757
  opacity: 0.5;
758
}
759

    
760
/**
761
 * Poll.module
762
 */
763
.poll .bar {
764
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
765
  border: solid #f0f0f0;
766
  border-width: 0 1px 1px;
767
}
768

    
769
.poll .bar .foreground {
770
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
771
}
772

    
773
.poll .percent {
774
  font-size: .9em;
775
}
776

    
777
/**
778
 * Autocomplete.
779
 */
780
#autocomplete li {
781
  cursor: default;
782
  padding: 2px;
783
  margin: 0;
784
}
785

    
786
/**
787
 * Collapsible fieldsets
788
 */
789
fieldset {
790
  margin: 1em 0;
791
  padding: 1em;
792
  border: 1px solid #d9eaf5;
793
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
794
}
795

    
796
fieldset legend {
797
  /* Fix disappearing legend in FFox */
798
  display: block;
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
}
(17-17/18)