Project

General

Profile

Download (17.2 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
html, body {
14
  margin: 0;
15
  padding: 0;
16
  background: #efefef;
17
  font: 12px/170% Verdana;
18
  color: #222;
19
}
20

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

    
26
textarea, select {
27
  font: 12px/160% "Verdana";
28
  color: #222;
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
h2 .synonym_title {
39
  display: block;
40
  font-size: 50%;
41
  color: #96AB2C;
42
  margin: 0;
43
  padding: 0;
44
  font-weight: normal;
45
  font-family: Helvetica, Arial, sans-serif;
46
}
47

    
48
h1 {
49
  font-size: 170%;
50
}
51

    
52
h2 {
53
  font-size: 160%;
54
  line-height: 130%;
55
}
56

    
57
h3 {
58
  font-size: 140%;
59
}
60

    
61
h4 {
62
  font-size: 130%;
63
}
64

    
65
h5 {
66
  font-size: 120%;
67
}
68

    
69
h6 {
70
  font-size: 110%;
71
}
72

    
73
ul, quote, code, fieldset {
74
  margin: .5em 0;
75
}
76

    
77
p {
78
  margin: 0.6em 0 1.2em;
79
  padding: 0;
80
}
81

    
82
a:link, a:visited {
83
  color: #027AC6;
84
  text-decoration: none;
85
}
86

    
87
a:hover {
88
  color: #0062A0;
89
  text-decoration: underline;
90
}
91

    
92
a:active, a.active {
93
  color: #5895be;
94
}
95

    
96
hr {
97
  margin: 0;
98
  padding: 0;
99
  border: none;
100
  height: 1px;
101
  background: #5294c1;
102
}
103

    
104
ul {
105
  margin: 0.5em 0 1em;
106
  padding: 0;
107
}
108

    
109
ul li {
110
  margin: 0.4em 0 0.4em .5em;
111
}
112

    
113
ul.menu, .item-list ul {
114
  margin: 0.35em 0 0 -0.5em;
115
  padding: 0;
116
}
117

    
118
ul.menu ul, .item-list ul ul {
119
  margin-left: 0em;
120
}
121

    
122
ul li, ul.menu li, .item-list ul li, li.leaf {
123
  margin: 0.15em 0 0.15em .5em;
124
}
125

    
126
ul li, ul.menu li, .item-list ul li, li.leaf {
127
  padding: 0 0 .2em 1.5em;
128
  list-style-type: none;
129
  list-style-image: none;
130
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
131
}
132

    
133
ul li.expanded {
134
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
135
}
136

    
137
ul li.collapsed {
138
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
139
}
140

    
141
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
142
  display: block;
143
}
144

    
145
ul.inline li {
146
  background: none;
147
  margin: 0;
148
  padding: 0 1em 0 0;
149
}
150

    
151
fieldset ul.clear-block li {
152
  margin: 0;
153
  padding: 0;
154
  background-image: none;
155
}
156

    
157
dl {
158
  margin: 0.5em 0 1em 1.5em;
159
}
160

    
161
dl dt {
162
}
163

    
164
dl dd {
165
  margin: 0 0 .5em 1.5em;
166
}
167

    
168
img, a img {
169
  border: none;
170
}
171

    
172
table {
173
  margin: 1em 0;
174
  width: 100%;
175
}
176

    
177
thead th {
178
  border-bottom: 2px solid #d3e7f4;
179
  color: #222;
180
  font-weight: bold;
181
}
182

    
183
th a:link, th a:visited {
184
  color: #6f9dbd;
185
}
186

    
187
td, th {
188
  padding: .3em .5em;
189
}
190

    
191
tr.even, tr.odd, tbody th {
192
  border: solid #d3e7f4;
193
  border-width: 1px 0;
194
}
195

    
196
tr.odd, tr.info {
197
  background-color: #edf5fa;
198
}
199

    
200
tr.even {
201
  background-color: #fff;
202
}
203

    
204
tr.odd td.active {
205
  background-color: #ddecf5;
206
}
207

    
208
tr.even td.active {
209
  background-color: #e6f1f7;
210
}
211

    
212
td.region, td.module, td.container {
213
  border-top: 1.5em solid #fff;
214
  border-bottom: 1px solid #b4d7f0;
215
  background-color: #d4e7f3;
216
  color: #455067;
217
  font-weight: bold;
218
}
219

    
220
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
221
  border-top-width: 0;
222
}
223

    
224
span.form-required {
225
  color: #ffae00;
226
}
227

    
228
span.submitted, .description {
229
  font-size: 0.92em;
230
  color: #898989;
231
}
232

    
233
.description {
234
  line-height: 150%;
235
  margin-bottom: 0.75em;
236
  color: #000000;
237
}
238

    
239
.messages, .preview {
240
  margin: .75em 0 .75em;
241
  padding: .5em 1em;
242
}
243

    
244
.messages ul {
245
  margin: 0;
246
}
247

    
248
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
249
  margin: 0.25em 0;
250
}
251

    
252
#center form {
253
  margin-bottom: 2em;
254
}
255

    
256
.form-button, .form-submit {
257
  margin: 2em 0.5em 1em 0;
258
}
259

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

    
270
.box {
271
  margin-bottom: 2.5em;
272
}
273

    
274
/**
275
 * Layout
276
 */
277
#header-region {
278
  min-height: 0;
279
}
280

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

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

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

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

    
305
#header-region h2 {
306
  margin: 0 1em 0 0;
307
}
308

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

    
315
#wrapper {
316
}
317

    
318
#wrapper #container {
319
  margin: 0 auto;
320
  padding: 10px 15px 130px;
321
  max-width: 710px;
322
  background: #ffffff;
323
  border-left: 1px solid #000;
324
  border-right: 1px solid #000;
325
}
326

    
327
#wrapper #container #header {
328
  height: 150px;
329
}
330

    
331
#wrapper #container #header #logo-floater {
332
  position: relative;
333
}
334

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

    
342
#wrapper #container #header h1 span {
343
  font-weight: bold;
344
}
345

    
346
#wrapper #container #header h1 img {
347
  float: left;
348
}
349

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

    
359
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
360
#wrapper #container #center {
361
  float: left;
362
  width: 100%;
363
  border-top: 1px solid #000;
364
}
365

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

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

    
388
/* We ensure the sidebars are still clickable using z-index */
389
#wrapper #container .sidebar {
390
  margin: 30px 0 5em;
391
  width: 190px;
392
  float: left;
393
  z-index: 2;
394
  position: relative;
395
}
396

    
397
#wrapper #container .sidebar .block {
398
  margin: 0 0 1.5em 0;
399
  border: 1px solid #006763;
400
}
401

    
402
#wrapper #container .sidebar .block h2 {
403
	color: #fff;
404
	font-size: 120%;
405
	background: #96ab2c;
406
	padding: 0 5px;
407
}
408

    
409
#wrapper #container .sidebar .block .content {
410
	padding: 0 5px;
411
}
412

    
413
#sidebar-left .block {
414
  padding: 0;
415
}
416

    
417
#sidebar-right .block {
418
  padding: 0;
419
}
420

    
421
.block .content {
422
  margin: 0;
423
}
424

    
425
.block .content p { /* same indent as ul + li */
426
  margin:0.15em 0 0.40em 1.5em;
427
  padding:0 0 0.2em 1.5em;
428
}
429

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

    
434
#sidebar-right .block-region {
435
  margin: 0 0px 0 15px;
436
}
437

    
438
.block-region {
439
  padding: 1em;
440
  background: transparent;
441
  border: 2px dashed #b4d7f0;
442
  text-align: center;
443
  font-size: 1.3em;
444
}
445

    
446
/* Now we add the backgrounds for the main content shading */
447
#wrapper #container #center #squeeze {
448
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
449
  position: relative;
450
}
451

    
452
#wrapper #container #center .right-corner {
453
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
454
  position: relative;
455
  left: 10px;
456
  margin: 0 10px;
457
}
458

    
459
#wrapper #container #center .right-corner .left-corner {
460
  padding: 30px 0 0 0; /* 25px 5em 35px;*/
461
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
462
 /* margin-left: -10px;*/
463
  position: relative;
464
  /*left: -10px;*/
465
  min-height: 400px;
466
}
467

    
468
#wrapper #container #footer {
469
  float: none;
470
  clear: both;
471
  text-align: center;
472
  margin: 4em 0 -3em;
473
  color: #898989;
474
}
475

    
476
#wrapper #container .breadcrumb {
477
  position: absolute;
478
  top: 15px;
479
  left: 35px;
480
  z-index: 3;
481
}
482

    
483
body.sidebar-left  #footer {
484
  margin-left: -190px;
485
}
486

    
487
body.sidebar-right #footer {
488
  margin-right: -190px;
489
}
490

    
491
body.sidebars #footer {
492
  margin: 0 -190px;
493
}
494

    
495
/**
496
 * Header
497
 */
498
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
499
  color: #fff;
500
  font-weight: normal;
501
  text-shadow: #1659ac 0px 1px 3px;
502
  font-size: 1.5em;
503
}
504

    
505

    
506

    
507
#wrapper #container #header h1 a:hover {
508
  text-decoration: none;
509
}
510

    
511
#wrapper #container #general img.left{
512
	float: right;
513
}
514

    
515
#wrapper #container #general .clear-block{
516
	clear: both;
517
}
518

    
519
#wrapper #container #general h2{
520
	font-size: 160%;
521
	/*font-weight: bold;
522
	/*color: #97ac2d;*/
523
}
524
#wrapper #container #general #featureTOC h2{
525
	color: #222;
526
}
527
#wrapper #container #general #featureTOC ul li{
528
	list-style-type: none;
529
	color: #F03300;
530
	padding: 0;
531
	margin: 0;
532
	font-size: 90%;
533
}
534

    
535
.common_names_as_common_names, .footnote, p.description{
536
	margin-left: 23px;
537
}
538

    
539
#wrapper #container .breadcrumb {
540
  font-size: 0.92em;
541
}
542

    
543
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
544
  color: #529ad6;
545
}
546

    
547
#mission {
548
  padding: 1em;
549
  background-color: #fff;
550
  border: 1px solid #e0e5fb;
551
  margin-bottom: 2em;
552
  font-size: 80%;
553
}
554

    
555
/**
556
 * Primary navigation
557
 */
558
ul.primary-links {
559
  margin: 0;
560
  padding: 0;
561
  float: right;
562
  position: relative;
563
  z-index: 4;
564
  font-size: 80%;
565
}
566

    
567
ul.primary-links li {
568
  margin: 0;
569
  padding: 0;
570
  float: left;
571
  background-image: none;
572
}
573

    
574
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
575
  display: block;
576
  margin: 0 0 0 0.3em;
577
  padding: .75em 0;
578
  color: #529AD6;
579
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
580
}
581

    
582
ul.primary-links li a:hover, ul.primary-links li a.active {
583
  color: #222;
584
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
585
}
586

    
587
/**
588
 * Secondary navigation
589
 */
590
ul.secondary-links {
591
  margin: 0;
592
  padding: 18px 0 0;
593
  float: right;
594
  clear: right;
595
  position: relative;
596
  z-index: 4;
597
}
598

    
599
ul.secondary-links li {
600
  margin: 0;
601
  padding: 0;
602
  float: left;
603
  background-image: none;
604
}
605

    
606
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
607
  display: block;
608
  margin: 0 1em;
609
  padding: .75em 0 0;
610
  color: #cde3f1;
611
  background: transparent;
612
}
613

    
614
ul.secondary-links li a:hover, ul.secondary-links li a.active {
615
  color: #cde3f1;
616
  background: transparent;
617
}
618

    
619
/**
620
 * Local tasks
621
 */
622
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
623
  border: 0;
624
  background: none;
625
  margin: 0;
626
  padding: 0;
627
}
628

    
629
#tabs-wrapper {
630
  margin: 0 0 5px;
631
  padding: 0;
632
  border-bottom: 1px solid #ddd;
633
  position: relative;
634
}
635

    
636
#backButton{
637
	margin: 0 0 10px;
638
	font-size: 80%;
639
}
640

    
641
#funded-by{
642
	text-align: center;
643
}
644

    
645
ul.primary {
646
  padding: 0 0 0.5px;
647
  float: left;
648
}
649
ul.secondary {
650
  clear: both;
651
  text-align: left;
652
  border-bottom: 1px solid #e9eff3;
653
  margin: -0.2em -26px 1em;
654
  padding: 0 26px 0.6em;
655
}
656
h2.with-tabs {
657
  margin: 0 2em 0.7em 0;
658
  padding: 0;
659
}
660

    
661
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
662
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
663
  border: 0;
664
  background: #eee;
665
  padding: 2px 1.3em;
666
  margin: 0 0 0 1.3em;
667
  height: auto;
668
  text-decoration: none;
669
  position: relative;
670
  top: -2px;
671

    
672
  border: 1px solid #ddd;
673
}
674
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
675
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
676
  color: #222;
677
}
678
ul.primary li.active a,
679
ul.secondary li.active a {
680
  background: #fff;
681
  border-bottom: 1px solid #fff;
682
}
683

    
684
/**
685
 * Nodes & comments
686
 */
687
.node {
688
  border-bottom: 1px solid #e9eff3;
689
  margin: -1.5em -26px 1.5em;
690
  padding: 1.5em 26px;
691
}
692

    
693
ul.links li, ul.inline li {
694
  margin-left: 0;
695
  margin-right: 0;
696
  padding-left: 1em;
697
  padding-right: 0;
698
  background-image: none;
699
}
700

    
701
.node .links, .comment .links {
702
  text-align: left;
703
}
704

    
705
.node .links ul.links li, .comment .links ul.links li {}
706
.terms ul.links li {
707
  margin-left: 0;
708
  margin-right: 0;
709
  padding-right: 0;
710
  padding-left: 1em;
711
}
712

    
713
.picture, .comment .submitted {
714
  float: right;
715
  clear: right;
716
  padding-left: 1em;
717
}
718

    
719
.new {
720
  color: #ffae00;
721
  font-size: 0.92em;
722
  font-weight: bold;
723
  float: right;
724
}
725

    
726
.terms {
727
  float: right;
728
}
729

    
730
.preview .node, .preview .comment, .sticky {
731
  margin: 0;
732
  padding: 0.5em 0;
733
  border: 0;
734
  background: 0;
735
}
736

    
737
.sticky {
738
  padding: 1em;
739
  background-color: #fff;
740
  border: 1px solid #e0e5fb;
741
  margin-bottom: 2em;
742
}
743

    
744
#comments {
745
  position: relative;
746
  top: -1px;
747
  border-bottom: 1px solid #e9eff3;
748
  margin: -1.5em -25px 0;
749
  padding: 0 25px;
750
}
751

    
752
#comments h2.comments {
753
  margin: 0 -25px;
754
  padding: .5em 25px;
755
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
756
}
757

    
758
.comment {
759
  margin: 0 -25px;
760
  padding: 1.5em 25px 1.5em;
761
  border-top: 1px solid #e9eff3;
762
}
763

    
764
.indented {
765
  margin-left: 25px;
766
}
767

    
768
.comment h3 a.active {
769
  color: #222;
770
}
771

    
772
.node .content, .comment .content {
773
  margin: 0.6em 0;
774
}
775

    
776
/**
777
 * Aggregator.module
778
 */
779
#aggregator {
780
  margin-top: 1em;
781
}
782
#aggregator .feed-item-title {
783
  font-size: 160%;
784
  line-height: 130%;
785
}
786
#aggregator .feed-item {
787
  border-bottom: 1px solid #e9eff3;
788
  margin: -1.5em -31px 1.75em;
789
  padding: 1.5em 31px;
790
}
791
#aggregator .feed-item-categories {
792
  font-size: 0.92em;
793
}
794
#aggregator .feed-item-meta {
795
  font-size: 0.92em;
796
  color: #898989;
797
}
798

    
799
/**
800
 * Color.module
801
 */
802
#palette .form-item {
803
  border: 1px solid #fff;
804
}
805
#palette .item-selected {
806
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
807
  border: 1px solid #d9eaf5;
808
}
809

    
810
/**
811
 * Menu.module
812
 */
813
tr.odd td.menu-disabled {
814
  background-color: #edf5fa;
815
}
816
tr.even td.menu-disabled {
817
  background-color: #fff;
818
}
819
td.menu-disabled {
820
  opacity: 0.5;
821
}
822

    
823
/**
824
 * Poll.module
825
 */
826
.poll .bar {
827
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
828
  border: solid #f0f0f0;
829
  border-width: 0 1px 1px;
830
}
831

    
832
.poll .bar .foreground {
833
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
834
}
835

    
836
.poll .percent {
837
  font-size: .9em;
838
}
839

    
840
/**
841
 * Autocomplete.
842
 */
843
#autocomplete li {
844
  cursor: default;
845
  padding: 2px;
846
  margin: 0;
847
}
848

    
849
/**
850
 * Collapsible fieldsets
851
 */
852
fieldset {
853
  margin: 1em 0;
854
  padding: 1em;
855
  border: 1px solid #d9eaf5;
856
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
857
}
858

    
859
html.js fieldset.collapsed {
860
  background: transparent;
861
  padding-top: 0;
862
  padding-bottom: .6em;
863
}
864

    
865
html.js fieldset.collapsible legend a {
866
  padding-left: 2em;
867
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
868
}
869

    
870
html.js fieldset.collapsed legend a {
871
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
872
}
873

    
874
/**
875
 * Syndication icons and block
876
 */
877
#block-node-0 h2 {
878
  float: left;
879
  padding-right: 20px;
880
}
881

    
882
#block-node-0 img, .feed-icon {
883
  float: right;
884
  padding-top: 4px;
885
}
886

    
887
#block-node-0 .content {
888
  clear: right;
889
}
890

    
891
/**
892
 * Login Block
893
 */
894
#user-login-form {
895
  text-align: center;
896
}
897
#user-login-form ul {
898
  text-align: left;
899
}
900

    
901
/**
902
 * Admin Styles
903
 */
904
div.admin-panel,
905
div.admin-panel .description,
906
div.admin-panel .body,
907
div.admin,
908
div.admin .left,
909
div.admin .right,
910
div.admin .expert-link,
911
div.item-list,
912
.menu {
913
  margin: 0;
914
  padding: 0;
915
}
916

    
917
div.admin .left {
918
  float: left;
919
  width: 48%;
920
}
921
div.admin .right {
922
  float: right;
923
  width: 48%;
924
}
925

    
926
div.admin-panel {
927
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
928
  padding: 1em 1em 1.5em;
929
}
930
div.admin-panel .description {
931
  margin-bottom: 1.5em;
932
}
933
div.admin-panel dl {
934
  margin: 0;
935
}
936
div.admin-panel dd {
937
  color: #898989;
938
  font-size: 0.92em;
939
  line-height: 1.3em;
940
  margin-top: -.2em;
941
  margin-bottom: .65em;
942
}
943

    
944
table.system-status-report th {
945
  border-color: #d3e7f4;
946
}
947

    
948
#autocomplete li.selected, tr.selected td, tr.selected td.active {
949
  background: #027ac6;
950
  color: #fff;
951
}
952

    
953
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
954
  color: #d3e7f4;
955
}
956

    
957
/**
958
 * CSS support
959
 */
960
span.clear {
961
  display: block;
962
  clear: both;
963
  height: 1px;
964
  line-height: 0px;
965
  font-size: 0px;
966
  margin-bottom: -1px;
967
}
968

    
969
/*******************************************************************
970
 * Color Module: Don't touch                                       *
971
 *******************************************************************/
972

    
973
/**
974
 * Generic elements.
975
 */
976
.messages {
977
  background-color: #fff;
978
  border: 1px solid #b8d3e5;
979
}
980

    
981
.preview {
982
  background-color: #fcfce8;
983
  border: 1px solid #e5e58f;
984
}
985

    
986
div.status {
987
  color: #3a3;
988
  border-color: #c7f2c8;
989
}
990

    
991
div.error {
992
  color: #c52020;
993
}
994

    
995
.form-item input.error, .form-item textarea.error {
996
  border: 1px solid #c52020;
997
  color: #222;
998
}
999

    
1000
/**
1001
 * Watchdog.module
1002
 */
1003
tr.watchdog-user {
1004
  background-color: #fcf9e5;
1005
}
1006

    
1007
tr.watchdog-user td.active {
1008
  background-color: #fbf5cf;
1009
}
1010

    
1011
tr.watchdog-content {
1012
  background-color: #fefefe;
1013
}
1014

    
1015
tr.watchdog-content td.active {
1016
  background-color: #f5f5f5;
1017
}
1018

    
1019
tr.watchdog-warning {
1020
  background-color: #fdf5e6;
1021
}
1022

    
1023
tr.watchdog-warning td.active {
1024
  background-color: #fdf2de;
1025
}
1026

    
1027
tr.watchdog-error {
1028
  background-color: #fbe4e4;
1029
}
1030

    
1031
tr.watchdog-error td.active {
1032
  background-color: #fbdbdb;
1033
}
1034
tr.watchdog-page-not-found, tr.watchdog-access-denied {
1035
  background: #d7ffd7;
1036
}
1037
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
1038
  background: #c7eec7;
1039
}
1040

    
1041
/**
1042
 * Status report colors.
1043
 */
1044
table.system-status-report tr.error, table.system-status-report tr.error th {
1045
  background-color: #fcc;
1046
  border-color: #ebb;
1047
  color: #200;
1048
}
1049
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1050
  background-color: #ffd;
1051
  border-color: #eeb;
1052
}
1053
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1054
  background-color: #dfd;
1055
  border-color: #beb;
1056
}
1057

    
1058
#edit-search-geographic-range-tdwg-level-select-3-wrapper {
1059
	display: none;
1060
}
(11-11/12)