Project

General

Profile

Download (17.3 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
}
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: #494949;
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: 1em;
269
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
270
}
271

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

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

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

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

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

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

    
306
#wrapper {
307
  background: #edf5fa url(images/body.png) repeat-x 50% 0;
308
}
309

    
310
#wrapper #container {
311
  margin: 0 auto;
312
  padding: 0 20px;
313
  /*max-width: 1270px;*/
314
}
315

    
316
#wrapper #container #header {
317
  height: 80px;
318
}
319

    
320
#wrapper #container #header #logo-floater {
321
  position: absolute;
322
}
323

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

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

    
335
#wrapper #container #header h1 img {
336
  padding-top: 16px;
337
  padding-right: 20px;
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: 780px;
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
}
355

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

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

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

    
387
#wrapper #container .sidebar .block {
388
  margin: 0 0 1.5em 0;
389
}
390

    
391
#sidebar-left .block {
392
  padding: 0 15px 0 0px;
393
}
394

    
395
#sidebar-right .block {
396
  padding: 0 0px 0 15px;
397
}
398

    
399
.block .content {
400
  margin: 0.5em 0;
401
  font-size: 1.0em;
402
}
403

    
404
#sidebar-left .block-region {
405
  margin: 0 15px 0 0px;
406
}
407

    
408
#sidebar-right .block-region {
409
  margin: 0 0px 0 15px;
410
}
411

    
412
.block-region {
413
  padding: 1em;
414
  background: transparent;
415
  border: 2px dashed #b4d7f0;
416
  text-align: center;
417
  font-size: 1.3em;
418
}
419

    
420
/* Now we add the backgrounds for the main content shading */
421
#wrapper #container #center #squeeze {
422
  /*background: #fff url(images/bg-content.png) repeat-x 50% 0; */
423
  position: relative;
424
}
425

    
426
#wrapper #container #center .right-corner {
427
  /*background: transparent url(images/bg-content-right.png) no-repeat 100% 0; */
428
  position: relative;
429
  left: 10px;
430
}
431

    
432
#wrapper #container #center .right-corner .left-corner {
433
  /* padding: 60px 25px 5em 35px; */
434
  padding: 0px 25px 5em 35px; 
435
  /* background: transparent url(images/bg-content-left.png) no-repeat 0 0; */
436
  margin-left: -10px;
437
  position: relative;
438
  left: -10px;
439
  min-height: 400px;
440
}
441

    
442
#wrapper #container #footer {
443
  float: none;
444
  clear: both;
445
  text-align: center;
446
  margin: 4em 0 -3em;
447
  color: #898989;
448
}
449

    
450
#wrapper #container .breadcrumb {
451
  position: absolute;
452
  top: 15px;
453
  left: 35px;
454
  z-index: 3;
455
}
456

    
457
body.sidebar-left  #footer {
458
  margin-left: -210px;
459
}
460

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

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

    
469
/**
470
 * Header
471
 */
472
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
473
  color: #FFFFFF;
474
  font-family: Tahoma, Arial, Helvetica, sans-serif;
475
  font-size:130%;
476
  font-weight: bold;
477
  line-height:1.2em;
478
  padding-top: 10px;
479
}
480

    
481
#wrapper #container #header h1 a:hover {
482
  text-decoration: none;
483
}
484

    
485
#wrapper #container .breadcrumb {
486
  font-size: 0.92em;
487
}
488

    
489
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
490
  color: #529ad6;
491
}
492

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

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

    
511
ul.primary-links li {
512
  margin: 0;
513
  padding: 0;
514
  float: left;
515
  background-image: none;
516
}
517

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

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

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

    
543
ul.secondary-links li {
544
  margin: 0;
545
  padding: 0;
546
  float: left;
547
  background-image: none;
548
}
549

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

    
558
ul.secondary-links li a:hover, ul.secondary-links li a.active {
559
  color: #cde3f1;
560
  background: transparent;
561
}
562

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

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

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

    
617
/**
618
 * Nodes & comments
619
 */
620
.node {
621
  border-bottom: 1px solid #e9eff3;
622
  margin: -1.5em -26px 1.5em;
623
  padding: 1.5em 26px;
624
}
625

    
626
ul.links li, ul.inline li {
627
  margin-left: 0;
628
  margin-right: 0;
629
  padding-left: 0;
630
  padding-right: 1em;
631
  background-image: none;
632
}
633

    
634
.node .links, .comment .links {
635
  text-align: left;
636
}
637

    
638
.node .links ul.links li, .comment .links ul.links li {}
639
.terms ul.links li {
640
  margin-left: 0;
641
  margin-right: 0;
642
  padding-right: 0;
643
  padding-left: 1em;
644
}
645

    
646
.picture, .comment .submitted {
647
  float: right;
648
  clear: right;
649
  padding-left: 1em;
650
}
651

    
652
.new {
653
  color: #ffae00;
654
  font-size: 0.92em;
655
  font-weight: bold;
656
  float: right;
657
}
658

    
659
.terms {
660
  float: right;
661
}
662

    
663
.preview .node, .preview .comment, .sticky {
664
  margin: 0;
665
  padding: 0.5em 0;
666
  border: 0;
667
  background: 0;
668
}
669

    
670
.sticky {
671
  padding: 1em;
672
  background-color: #fff;
673
  border: 1px solid #e0e5fb;
674
  margin-bottom: 2em;
675
}
676

    
677
#comments {
678
  position: relative;
679
  top: -1px;
680
  border-bottom: 1px solid #e9eff3;
681
  margin: -1.5em -25px 0;
682
  padding: 0 25px;
683
}
684

    
685
#comments h2.comments {
686
  margin: 0 -25px;
687
  padding: .5em 25px;
688
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
689
}
690

    
691
.comment {
692
  margin: 0 -25px;
693
  padding: 1.5em 25px 1.5em;
694
  border-top: 1px solid #e9eff3;
695
}
696

    
697
.indented {
698
  margin-left: 25px;
699
}
700

    
701
.comment h3 a.active {
702
  color: #494949;
703
}
704

    
705
.node .content, .comment .content {
706
  margin: 0.6em 0;
707
  font-size: 0.9em;
708
  line-height: 1.3em;
709
}
710

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

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

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

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

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

    
771
.poll .percent {
772
  font-size: .9em;
773
}
774

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

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

    
794
html.js fieldset.collapsed {
795
  background: transparent;
796
  padding-top: 0;
797
  padding-bottom: .6em;
798
}
799

    
800
html.js fieldset.collapsible legend a {
801
  padding-left: 2em;
802
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
803
}
804

    
805
html.js fieldset.collapsed legend a {
806
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
807
}
808

    
809
/**
810
 * Syndication icons and block
811
 */
812
#block-node-0 h2 {
813
  float: left;
814
  padding-right: 20px;
815
}
816

    
817
#block-node-0 img, .feed-icon {
818
  float: right;
819
  padding-top: 4px;
820
}
821

    
822
#block-node-0 .content {
823
  clear: right;
824
}
825

    
826
/**
827
 * Login Block
828
 */
829
#user-login-form {
830
  text-align: center;
831
}
832
#user-login-form ul {
833
  text-align: left;
834
}
835

    
836
/**
837
 * Admin Styles
838
 */
839
div.admin-panel,
840
div.admin-panel .description,
841
div.admin-panel .body,
842
div.admin,
843
div.admin .left,
844
div.admin .right,
845
div.admin .expert-link,
846
div.item-list,
847
.menu {
848
  margin: 0;
849
  padding: 0;
850
}
851

    
852
div.admin .left {
853
  float: left;
854
  width: 48%;
855
}
856
div.admin .right {
857
  float: right;
858
  width: 48%;
859
}
860

    
861
div.admin-panel {
862
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
863
  padding: 1em 1em 1.5em;
864
}
865
div.admin-panel .description {
866
  margin-bottom: 1.5em;
867
}
868
div.admin-panel dl {
869
  margin: 0;
870
}
871
div.admin-panel dd {
872
  color: #898989;
873
  font-size: 0.92em;
874
  line-height: 1.3em;
875
  margin-top: -.2em;
876
  margin-bottom: .65em;
877
}
878

    
879
table.system-status-report th {
880
  border-color: #d3e7f4;
881
}
882

    
883
#autocomplete li.selected, tr.selected td, tr.selected td.active {
884
  background: #027ac6;
885
  color: #fff;
886
}
887

    
888
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
889
  color: #d3e7f4;
890
}
891

    
892
/**
893
 * CSS support
894
 */
895
span.clear {
896
  display: block;
897
  clear: both;
898
  height: 1px;
899
  line-height: 0px;
900
  font-size: 0px;
901
  margin-bottom: -1px;
902
}
903

    
904
/*******************************************************************
905
 * Color Module: Don't touch                                       *
906
 *******************************************************************/
907

    
908
/**
909
 * Generic elements.
910
 */
911
.messages {
912
  background-color: #fff;
913
  border: 1px solid #b8d3e5;
914
}
915

    
916
.preview {
917
  background-color: #fcfce8;
918
  border: 1px solid #e5e58f;
919
}
920

    
921
div.status {
922
  color: #3a3;
923
  border-color: #c7f2c8;
924
}
925

    
926
div.error {
927
  color: #c52020;
928
}
929

    
930
.form-item input.error, .form-item textarea.error {
931
  border: 1px solid #c52020;
932
  color: #494949;
933
}
934

    
935
/**
936
 * Watchdog.module
937
 */
938
tr.watchdog-user {
939
  background-color: #fcf9e5;
940
}
941

    
942
tr.watchdog-user td.active {
943
  background-color: #fbf5cf;
944
}
945

    
946
tr.watchdog-content {
947
  background-color: #fefefe;
948
}
949

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

    
954
tr.watchdog-warning {
955
  background-color: #fdf5e6;
956
}
957

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

    
962
tr.watchdog-error {
963
  background-color: #fbe4e4;
964
}
965

    
966
tr.watchdog-error td.active {
967
  background-color: #fbdbdb;
968
}
969
tr.watchdog-page-not-found, tr.watchdog-access-denied {
970
  background: #d7ffd7;
971
}
972
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
973
  background: #c7eec7;
974
}
975

    
976
/**
977
 * Status report colors.
978
 */
979
table.system-status-report tr.error, table.system-status-report tr.error th {
980
  background-color: #fcc;
981
  border-color: #ebb;
982
  color: #200;
983
}
984
table.system-status-report tr.warning, table.system-status-report tr.warning th {
985
  background-color: #ffd;
986
  border-color: #eeb;
987
}
988
table.system-status-report tr.ok, table.system-status-report tr.ok th {
989
  background-color: #dfd;
990
  border-color: #beb;
991
}
(10-10/11)