Project

General

Profile

Download (16.8 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Garland, for Drupal 5.00000
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
@IMPORT url("style_expertsdb.css");
11

    
12
/**
13
 * Generic elements
14
 */
15
body {
16
  margin: 0;
17
  padding: 0;
18
  background: #f2fafc;
19
  font: 12px/1.3em Verdana;
20
  color: #000000;
21
}
22

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

    
28
textarea, select {
29
  font: 12px/1.3em "Verdana";
30
  color: #000000;
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: #478a68;
76
  text-decoration: none;
77
}
78

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

    
84
a:active, a.active {
85
  color: #8a918e;
86
}
87

    
88
/* By mgonzalez */
89
.menu a:link {
90
	color: #6b6b6b;
91
	text-decoration:none;
92
}
93
.menu a:visited {
94
  color: #6b6b6b;
95
	text-decoration:none;
96
}
97
.menu a:hover {
98
  color: #536249;
99
	text-decoration:none;
100
}
101
.menu a:visited:hover {
102
  color: #6b6b6b;
103
	text-decoration:none;
104
}
105

    
106
hr {
107
  margin: 0;
108
  padding: 0;
109
  border: none;
110
  height: 1px;
111
  background: #88cbe2;
112
}
113

    
114
ul {
115
  margin: 0.5em 0 1em;
116
  padding: 0;
117
}
118

    
119
ul li {
120
  margin: 0.4em 0 0.4em .5em;
121
}
122

    
123
ul.menu, .item-list ul {
124
  margin: 0.35em 0 0 -0.5em;
125
  padding: 0;
126
}
127

    
128
ul.menu ul, .item-list ul ul {
129
  margin-left: 0em;
130
}
131

    
132
ul li, ul.menu li, .item-list ul li, li.leaf {
133
  margin: 0.15em 0 0.15em .5em;
134
}
135

    
136
ul li, ul.menu li, .item-list ul li, li.leaf {
137
  padding: 0 0 .2em 1.5em;
138
  list-style-type: none;
139
  list-style-image: none;
140
  background: transparent url(../images/menu-leaf.gif) no-repeat 1px .35em;
141
}
142

    
143
ul li.expanded {
144
  background: transparent url(../images/menu-expanded.gif) no-repeat 1px .35em;
145
}
146

    
147
ul li.collapsed {
148
  background: transparent url(../images/menu-collapsed.gif) no-repeat 0px .35em;
149
}
150

    
151
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
152
  display: block;
153
}
154

    
155
ul.inline li {
156
  background: none;
157
  margin: 0;
158
  padding: 0 1em 0 0;
159
}
160

    
161
fieldset ul.clear-block li {
162
  margin: 0;
163
  padding: 0;
164
  background-image: none;
165
}
166

    
167
dl {
168
  margin: 0.5em 0 1em 1.5em;
169
}
170

    
171
dl dt {
172
}
173

    
174
dl dd {
175
  margin: 0 0 .5em 1.5em;
176
}
177

    
178
img, a img {
179
  border: none;
180
}
181

    
182
table {
183
  margin: 1em 0;
184
  width: 100%;
185
}
186

    
187
thead th {
188
  border-bottom: 2px solid #e1f4fa;
189
  color: #000000;
190
  font-weight: bold;
191
}
192

    
193
th a:link, th a:visited {
194
  color: #989898;
195
}
196

    
197
td, th {
198
  padding: .3em .5em;
199
}
200

    
201
tr.even, tr.odd, tbody th {
202
  border: solid #e1f4fa;
203
  border-width: 1px 0;
204
}
205

    
206
tr.odd, tr.info {
207
  background-color: #f2fafc;
208
}
209

    
210
tr.even {
211
  background-color: #ffffff;
212
}
213

    
214
tr.odd td.active {
215
  background-color: #e8f6fa;
216
}
217

    
218
tr.even td.active {
219
  background-color: #eef8fb;
220
}
221

    
222
td.region, td.module, td.container {
223
  border-top: 1.5em solid #ffffff;
224
  border-bottom: 1px solid #ceedf9;
225
  background-color: #e2f4f9;
226
  color: #101218;
227
  font-weight: bold;
228
}
229

    
230
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
231
  border-top-width: 0;
232
}
233

    
234
span.form-required {
235
  color: #d39000;
236
}
237

    
238
span.submitted, .description {
239
  font-size: 0.92em;
240
  color: #595959;
241
}
242

    
243
.description {
244
  line-height: 150%;
245
  margin-bottom: 0.75em;
246
  color: #595959;
247
}
248

    
249
.messages, .preview {
250
  margin: .75em 0 .75em;
251
  padding: .5em 1em;
252
}
253

    
254
.messages ul {
255
  margin: 0;
256
}
257

    
258
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
259
  margin: 0.25em 0;
260
}
261

    
262
#center form {
263
  margin-bottom: 2em;
264
}
265

    
266
.form-button, .form-submit {
267
  margin: 2em 0.5em 1em 0;
268
}
269

    
270
#watchdog-form-overview .form-submit,
271
.confirmation .form-submit,
272
.search-form .form-submit,
273
.poll .form-submit,
274
fieldset .form-button, fieldset .form-submit,
275
.sidebar .form-button, .sidebar .form-submit,
276
table .form-button, table .form-submit {
277
  margin: 0;
278
}
279

    
280
.box {
281
  margin-bottom: 2.5em;
282
}
283

    
284
/**
285
 * Layout
286
 */
287
#header-region {
288
  min-height: 1em;
289
  background: #e1f3fa url(../images/bg-navigation.png) repeat-x 50% 100%;
290
}
291

    
292
#header-region .block {
293
  display: block;
294
  margin: 0 1em;
295
}
296

    
297
#header-region .block-region {
298
  display: block;
299
  margin: 0 0.5em 1em;
300
  padding: 0.5em;
301
  position: relative;
302
  top: 0.5em;
303
}
304

    
305
#header-region * {
306
  display: inline;
307
  line-height: 1.5em;
308
  margin-top: 0;
309
  margin-bottom: 0;
310
}
311

    
312
#header-region p, #header-region img {
313
  margin-top: 0.5em;
314
}
315

    
316
#header-region h2 {
317
  margin: 0 1em 0 0;
318
}
319

    
320
#header-region h3, #header-region label, #header-region li {
321
  margin: 0 1em;
322
  padding: 0;
323
  background: none;
324
}
325

    
326
#wrapper {
327
  background: #f2fafc url(../images/body.png) repeat-x 50% 0;
328
}
329

    
330
#wrapper #container {
331
  margin: 0 auto;
332
  padding: 0 20px;
333
  max-width: 1270px;
334
}
335

    
336
#wrapper #container #header {
337
  height: 80px;
338
}
339

    
340
#wrapper #container #header #logo-floater {
341
  position: absolute;
342
}
343

    
344
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
345
  line-height: 120px;
346
  position: relative;
347
  z-index: 2;
348
  white-space: nowrap;
349
}
350

    
351
#wrapper #container #header h1 span {
352
  font-weight: bold;
353
  font-size: 1.5em;
354
  margin-right: 0.3em;
355
}
356

    
357
#wrapper #container #header h1 img {
358
  padding-top: 16px;
359
  padding-right: 20px;
360
  float: left;
361
}
362

    
363
/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
364
body.sidebars {
365
  min-width: 980px;
366
}
367
/* With 2 columsn, require a minimum width of 800px. */
368
body.sidebar-left, body.sidebar-right {
369
  min-width: 780px;
370
  font-size:12px;
371
}
372

    
373
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
374
#wrapper #container #center {
375
  float: left;
376
  width: 100%;
377
}
378

    
379
/* So we move the #center container over the sidebars to compensate */
380
body.sidebar-left #center {
381
  margin-left: -210px;
382
}
383
body.sidebar-right #center {
384
  margin-right: -210px;
385
}
386
body.sidebars #center {
387
  margin: 0 -210px;
388
}
389

    
390
/* And add blanks left and right for the sidebars to fill */
391
body.sidebar-left #squeeze {
392
  margin-left: 210px;
393
}
394
body.sidebar-right #squeeze {
395
  margin-right: 210px;
396
}
397
body.sidebars #squeeze {
398
  margin: 0 210px;
399
}
400

    
401
/* We ensure the sidebars are still clickable using z-index */
402
#wrapper #container .sidebar {
403
  margin: 60px 0 5em;
404
  width: 210px;
405
  float: left;
406
  z-index: 2;
407
  position: relative;
408
}
409

    
410
#wrapper #container .sidebar .block {
411
  margin: 0 0 1.5em 0;
412
}
413

    
414
#sidebar-left .block {
415
  padding: 0 15px 0 0px;
416
}
417

    
418
#sidebar-right .block {
419
  padding: 0 0px 0 15px;
420
}
421

    
422
.block .content {
423
  margin: 0.5em 0;
424
}
425

    
426
#sidebar-left .block-region {
427
  margin: 0 15px 0 0px;
428
}
429

    
430
#sidebar-right .block-region {
431
  margin: 0 0px 0 15px;
432
}
433

    
434
.block-region {
435
  padding: 1em;
436
  background: transparent;
437
  border: 2px dashed #ceedf9;
438
  text-align: center;
439
  font-size: 1.3em;
440
}
441

    
442
/* Now we add the backgrounds for the main content shading */
443
#wrapper #container #center #squeeze {
444
  background: #ffffff url(../images/bg-content.png) repeat-x 50% 0;
445
  position: relative;
446
}
447

    
448
#wrapper #container #center .right-corner {
449
  background: transparent url(../images/bg-content-right.png) no-repeat 100% 0;
450
  position: relative;
451
  left: 10px;
452
}
453

    
454
#wrapper #container #center .right-corner .left-corner {
455
  padding: 60px 25px 5em 35px;
456
  background: transparent url(../images/bg-content-left.png) no-repeat 0 0;
457
  margin-left: -10px;
458
  position: relative;
459
  left: -10px;
460
  min-height: 400px;
461
}
462

    
463
#wrapper #container #footer {
464
  float: none;
465
  clear: both;
466
  text-align: center;
467
  margin: 4em 0 -3em;
468
  color: #595959;
469
}
470

    
471
#wrapper #container .breadcrumb {
472
  position: absolute;
473
  top: 15px;
474
  left: 35px;
475
  z-index: 3;
476
}
477

    
478
body.sidebar-left  #footer {
479
  margin-left: -210px;
480
}
481

    
482
body.sidebar-right #footer {
483
  margin-right: -210px;
484
}
485

    
486
body.sidebars #footer {
487
  margin: 0 -210px;
488
}
489

    
490
/**
491
 * Header
492
 */
493
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
494
  color: #ffffff;
495
  font-weight: normal;
496
  text-shadow: #4ba6e5 0px 1px 3px;
497
  font-size: 1.2em;
498
}
499

    
500
#wrapper #container #header h1 a:hover {
501
  text-decoration: none;
502
}
503

    
504
#wrapper #container .breadcrumb {
505
  font-size: 0.92em;
506
}
507

    
508
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
509
  color: #3F3F3F;
510
}
511

    
512
#mission {
513
  padding: 1em;
514
  background-color: #ffffff;
515
  border: 1px solid #edf2fe;
516
  margin-bottom: 2em;
517
}
518

    
519
/**
520
 * Primary navigation
521
 */
522
ul.primary-links {
523
  margin: 0;
524
  padding: 0;
525
  float: right;
526
  position: relative;
527
  z-index: 4;
528
}
529

    
530
ul.primary-links li {
531
  margin: 0;
532
  padding: 0;
533
  float: left;
534
  background-image: none;
535
}
536

    
537
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
538
  display: block;
539
  margin: 0 1em;
540
  padding: .75em 0 0;
541
  color: #ffffff;
542
  background: transparent url(../images/bg-navigation-item.png) no-repeat 50% 0;
543
}
544

    
545
ul.primary-links li a:hover, ul.primary-links li a.active {
546
  color: #ffffff;
547
  background: transparent url(../images/bg-navigation-item-hover.png) no-repeat 50% 0;
548
}
549

    
550
/**
551
 * Secondary navigation
552
 */
553
ul.secondary-links {
554
  margin: 0;
555
  padding: 18px 0 0;
556
  float: right;
557
  clear: right;
558
  position: relative;
559
  z-index: 4;
560
}
561

    
562
ul.secondary-links li {
563
  margin: 0;
564
  padding: 0;
565
  float: left;
566
  background-image: none;
567
}
568

    
569
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
570
  display: block;
571
  margin: 0 1em;
572
  padding: .75em 0 0;
573
  color: #dbe4df;
574
  background: transparent;
575
}
576

    
577
ul.secondary-links li a:hover, ul.secondary-links li a.active {
578
  color: #dbe4df;
579
  background: transparent;
580
}
581

    
582
/**
583
 * Local tasks
584
 */
585
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
586
  border: 0;
587
  background: none;
588
  margin: 0;
589
  padding: 0;
590
}
591

    
592
#tabs-wrapper {
593
  margin: 0 -26px 1em;
594
  padding: 0 26px;
595
  border-bottom: 1px solid #eff6f8;
596
  position: relative;
597
}
598
ul.primary {
599
  padding: 0.5em 0 10px;
600
  float: left;
601
}
602
ul.secondary {
603
  clear: both;
604
  text-align: left;
605
  border-bottom: 1px solid #eff6f8;
606
  margin: -0.2em -26px 1em;
607
  padding: 0 26px 0.6em;
608
}
609
h2.with-tabs {
610
  float: left;
611
  margin: 0 2em 0 0;
612
  padding: 0;
613
}
614

    
615
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
616
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
617
  border: 0;
618
  background: transparent;
619
  padding: 4px 1em;
620
  margin: 0 0 0 1px;
621
  height: auto;
622
  text-decoration: none;
623
  position: relative;
624
  top: -1px;
625
}
626
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
627
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
628
  background: url(../images/bg-tab.png) repeat-x 0 50%;
629
  color: #ffffff;
630
}
631
ul.primary li.active a,
632
ul.secondary li.active a {
633
  font-weight: bold;
634
}
635

    
636
/**
637
 * Nodes & comments
638
 */
639
.node {
640
  border-bottom: 1px solid #eff6f8;
641
  margin: -1.5em -26px 1.5em;
642
  padding: 1.5em 26px;
643
}
644

    
645
ul.links li, ul.inline li {
646
  margin-left: 0;
647
  margin-right: 0;
648
  padding-left: 0;
649
  padding-right: 1em;
650
  background-image: none;
651
}
652

    
653
.node .links, .comment .links {
654
  text-align: left;
655
}
656

    
657
.node .links ul.links li, .comment .links ul.links li {}
658
.terms ul.links li {
659
  margin-left: 0;
660
  margin-right: 0;
661
  padding-right: 0;
662
  padding-left: 1em;
663
}
664

    
665
.node-unpublished, .comment-unpublished {
666
  background-color: #FFF79F;  
667
}
668

    
669
.picture, .comment .submitted {
670
  float: right;
671
  clear: right;
672
  padding-left: 1em;
673
}
674

    
675
.new {
676
  color: #d39000;
677
  font-size: 0.92em;
678
  font-weight: bold;
679
  float: right;
680
}
681

    
682
.terms {
683
  float: right;
684
}
685

    
686
.preview .node, .preview .comment, .sticky {
687
  margin: 0;
688
  padding: 0.5em 0;
689
  border: 0;
690
  background: 0;
691
}
692

    
693
.sticky {
694
  padding: 1em;
695
  background-color: #ffffff;
696
  border: 1px solid #edf2fe;
697
  margin-bottom: 2em;
698
}
699

    
700
#comments {
701
  position: relative;
702
  top: -1px;
703
  border-bottom: 1px solid #eff6f8;
704
  margin: -1.5em -25px 0;
705
  padding: 0 25px;
706
}
707

    
708
#comments h2.comments {
709
  margin: 0 -25px;
710
  padding: .5em 25px;
711
  background: #ffffff url(../images/gradient-inner.png) repeat-x 0 0;
712
}
713

    
714
.comment {
715
  margin: 0.5em -25px;
716
  padding: 1em 25px 1em;
717
  border: 1px solid #bedce2; /*#007a90; */
718
}
719

    
720
.indented {
721
  margin-left: 25px;
722
}
723

    
724
.comment h3 a.active {
725
  color: #000000;
726
}
727

    
728
.node .content, .comment .content {
729
  margin: 0.6em 0;
730
}
731

    
732
/**
733
 * Aggregator.module
734
 */
735
#aggregator {
736
  margin-top: 1em;
737
}
738
#aggregator .feed-item-title {
739
  font-size: 160%;
740
  line-height: 130%;
741
}
742
#aggregator .feed-item {
743
  border-bottom: 1px solid #eff6f8;
744
  margin: -1.5em -31px 1.75em;
745
  padding: 1.5em 31px;
746
}
747
#aggregator .feed-item-categories {
748
  font-size: 0.92em;
749
}
750
#aggregator .feed-item-meta {
751
  font-size: 0.92em;
752
  color: #595959;
753
}
754

    
755
/**
756
 * Color.module
757
 */
758
#palette .form-item {
759
  border: 1px solid #ffffff;
760
}
761
#palette .item-selected {
762
  background: #ffffff url(../images/gradient-inner.png) repeat-x 0 0;
763
  border: 1px solid #e5f5fa;
764
}
765

    
766
/**
767
 * Menu.module
768
 */
769
tr.odd td.menu-disabled {
770
  background-color: #f2fafc;
771
}
772
tr.even td.menu-disabled {
773
  background-color: #ffffff;
774
}
775
td.menu-disabled {
776
  opacity: 0.5;
777
}
778

    
779
/**
780
 * Poll.module
781
 */
782
.poll .bar {
783
  background: #ffffff url(../images/bg-bar-white.png) repeat-x 0 0;
784
  border: solid #f6f3f3;
785
  border-width: 0 1px 1px;
786
}
787

    
788
.poll .bar .foreground {
789
  background: #9ed4e7 url(../images/bg-bar.png) repeat-x 0 100%;
790
}
791

    
792
.poll .percent {
793
  font-size: .9em;
794
}
795

    
796
/**
797
 * Autocomplete.
798
 */
799
#autocomplete li {
800
  cursor: default;
801
  padding: 2px;
802
  margin: 0;
803
}
804

    
805
/**
806
 * Collapsible fieldsets
807
 */
808
fieldset {
809
  margin: 1em 0;
810
  padding: 1em;
811
  border: 1px solid #e5f5fa;
812
  background: #ffffff url(../images/gradient-inner.png) repeat-x 0 0;
813
}
814

    
815
html.js fieldset.collapsed {
816
  background: transparent;
817
  padding-top: 0;
818
  padding-bottom: .6em;
819
}
820

    
821
html.js fieldset.collapsible legend a {
822
  padding-left: 2em;
823
  background: url(../images/menu-expanded.gif) no-repeat 0% 50%;
824
}
825

    
826
html.js fieldset.collapsed legend a {
827
  background: url(../images/menu-collapsed.gif) no-repeat 0% 50%;
828
}
829

    
830
/**
831
 * Syndication icons and block
832
 */
833
#block-node-0 h2 {
834
  float: left;
835
  padding-right: 20px;
836
}
837

    
838
#block-node-0 img, .feed-icon {
839
  float: right;
840
  padding-top: 4px;
841
}
842

    
843
#block-node-0 .content {
844
  clear: right;
845
}
846

    
847
/**
848
 * Login Block
849
 */
850
#user-login-form {
851
  text-align: center;
852
}
853
#user-login-form ul {
854
  text-align: left;
855
}
856

    
857
/**
858
 * Admin Styles
859
 */
860
div.admin-panel,
861
div.admin-panel .description,
862
div.admin-panel .body,
863
div.admin,
864
div.admin .left,
865
div.admin .right,
866
div.admin .expert-link,
867
div.item-list,
868
.menu {
869
  margin: 0;
870
  padding: 0;
871
}
872

    
873
div.admin .left {
874
  float: left;
875
  width: 48%;
876
}
877
div.admin .right {
878
  float: right;
879
  width: 48%;
880
}
881

    
882
div.admin-panel {
883
  background: #ECF4FA url(../images/gradient-inner.png) repeat-x 0 0;
884
  border: 1px solid #52A2AF;
885
  padding: 0.5em 1em 1.5em;
886
  margin-bottom: 1.5em;
887
}
888
div.admin-panel .description {
889
  margin-bottom: 1.5em;
890
}
891
div.admin-panel dl {
892
  margin: 0;
893
}
894
div.admin-panel dd {
895
  color: #595959;
896
  font-size: 0.92em;
897
  line-height: 1.3em;
898
  margin-top: -.2em;
899
  margin-bottom: .65em;
900
}
901

    
902
table.system-status-report th {
903
  border-color: #e1f4fa;
904
}
905

    
906
#autocomplete li.selected, tr.selected td, tr.selected td.active {
907
  background: #478a68;
908
  color: #ffffff;
909
}
910

    
911
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
912
  color: #dfe9e4;
913
}
914

    
915
/**
916
 * CSS support
917
 */
918
span.clear {
919
  display: block;
920
  clear: both;
921
  height: 1px;
922
  line-height: 0px;
923
  font-size: 0px;
924
  margin-bottom: -1px;
925
}
926

    
927
/*******************************************************************
928
 *                                        *
929
 *******************************************************************/
930

    
931
/**
932
 * Generic elements.
933
 */
934
.messages {
935
  background-color: #fff;
936
  border: 1px solid #b8d3e5;
937
}
938

    
939
.preview {
940
  background-color: #fcfce8;
941
  border: 1px solid #e5e58f;
942
}
943

    
944
div.status {
945
  color: #3a3;
946
  border-color: #c7f2c8;
947
}
948

    
949
div.error {
950
  color: #c52020;
951
}
952

    
953
.form-item input.error, .form-item textarea.error {
954
  border: 1px solid #c52020;
955
  color: #494949;
956
}
957

    
958
/**
959
 * Watchdog.module
960
 */
961
tr.watchdog-user {
962
  background-color: #fcf9e5;
963
}
964

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

    
969
tr.watchdog-content {
970
  background-color: #fefefe;
971
}
972

    
973
tr.watchdog-content td.active {
974
  background-color: #f5f5f5;
975
}
976

    
977
tr.watchdog-warning {
978
  background-color: #fdf5e6;
979
}
980

    
981
tr.watchdog-warning td.active {
982
  background-color: #fdf2de;
983
}
984

    
985
tr.watchdog-error {
986
  background-color: #fbe4e4;
987
}
988

    
989
tr.watchdog-error td.active {
990
  background-color: #fbdbdb;
991
}
992
tr.watchdog-page-not-found, tr.watchdog-access-denied {
993
  background: #d7ffd7;
994
}
995
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
996
  background: #c7eec7;
997
}
998

    
999
/**
1000
 * Status report colors.
1001
 */
1002
table.system-status-report tr.error, table.system-status-report tr.error th {
1003
  background-color: #fcc;
1004
  border-color: #ebb;
1005
  color: #200;
1006
}
1007
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1008
  background-color: #ffd;
1009
  border-color: #eeb;
1010
}
1011
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1012
  background-color: #dfd;
1013
  border-color: #beb;
1014
}
1015

    
1016
#permissions tbody{
1017
	height: 400px;
1018
	overflow: scroll;
1019
}
(2-2/3)