Project

General

Profile

Download (17.7 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
#search_results a.taxon:link, a.taxon:visited, .Taxon a:link, .Taxon a:visited {
97
    font-weight: bold;
98
}
99

    
100
#edit-search-doTaxaByCommonNames-wrapper {
101
	display:none;	
102
}
103

    
104
/*#jquery-lightbox a img {
105
	max-height:250px;
106
	max-width: 250px;
107
}*/
108

    
109
#images .image-gallerie td.caption {
110
	padding-bottom:33px;	
111
}
112

    
113
#images .image-gallerie dl.media-caption {
114
	margin-bottom:0px;	
115
}
116

    
117
hr {
118
  margin: 0;
119
  padding: 0;
120
  border: none;
121
  height: 1px;
122
  background: #5294c1;
123
}
124

    
125
ul {
126
  margin: 0.5em 0 1em;
127
  padding: 0;
128
}
129

    
130
ul li {
131
  margin: 0.4em 0 0.4em .5em;
132
}
133

    
134
ul.menu, .item-list ul {
135
  margin: 0.35em 0 0 -0.5em;
136
  padding: 0;
137
}
138

    
139
ul.menu ul, .item-list ul ul {
140
  margin-left: 0em;
141
}
142

    
143
ul li, ul.menu li, .item-list ul li, li.leaf {
144
  margin: 0.15em 0 0.15em .5em;
145
}
146

    
147
ul li, ul.menu li, .item-list ul li, li.leaf {
148
  padding: 0 0 .2em 1.5em;
149
  list-style-type: none;
150
  list-style-image: none;
151
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
152
}
153

    
154
ul li.expanded {
155
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
156
}
157

    
158
ul li.collapsed {
159
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
160
}
161

    
162
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
163
  display: block;
164
}
165

    
166
ul.inline li {
167
  background: none;
168
  margin: 0;
169
  padding: 0 1em 0 0;
170
}
171

    
172
fieldset ul.clear-block li {
173
  margin: 0;
174
  padding: 0;
175
  background-image: none;
176
}
177

    
178
dl {
179
  margin: 0.5em 0 1em 1.5em;
180
}
181

    
182
dl dt {
183
}
184

    
185
dl dd {
186
  margin: 0 0 .5em 1.5em;
187
}
188

    
189
img, a img {
190
  border: none;
191
}
192

    
193
table {
194
  margin: 1em 0;
195
  width: 100%;
196
}
197

    
198
thead th {
199
  border-bottom: 2px solid #d3e7f4;
200
  color: #222;
201
  font-weight: bold;
202
}
203

    
204
th a:link, th a:visited {
205
  color: #6f9dbd;
206
}
207

    
208
td, th {
209
  padding: .3em .5em;
210
}
211

    
212
tr.even, tr.odd, tbody th {
213
  border: solid #d3e7f4;
214
  border-width: 1px 0;
215
}
216

    
217
tr.odd, tr.info {
218
  background-color: #edf5fa;
219
}
220

    
221
tr.even {
222
  background-color: #fff;
223
}
224

    
225
tr.odd td.active {
226
  background-color: #ddecf5;
227
}
228

    
229
tr.even td.active {
230
  background-color: #e6f1f7;
231
}
232

    
233
td.region, td.module, td.container {
234
  border-top: 1.5em solid #fff;
235
  border-bottom: 1px solid #b4d7f0;
236
  background-color: #d4e7f3;
237
  color: #455067;
238
  font-weight: bold;
239
}
240

    
241
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
242
  border-top-width: 0;
243
}
244

    
245
span.form-required {
246
  color: #ffae00;
247
}
248

    
249
span.submitted, .description {
250
  font-size: 0.92em;
251
  color: #898989;
252
}
253

    
254
.description {
255
  line-height: 150%;
256
  margin-bottom: 0.75em;
257
  color: #000000;
258
}
259

    
260
.messages, .preview {
261
  margin: .75em 0 .75em;
262
  padding: .5em 1em;
263
}
264

    
265
.messages ul {
266
  margin: 0;
267
}
268

    
269
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
270
  margin: 0.25em 0;
271
}
272

    
273
#center form {
274
  margin-bottom: 2em;
275
}
276

    
277
.form-button, .form-submit {
278
  margin: 2em 0.5em 1em 0;
279
}
280

    
281
#watchdog-form-overview .form-submit,
282
.confirmation .form-submit,
283
.search-form .form-submit,
284
.poll .form-submit,
285
fieldset .form-button, fieldset .form-submit,
286
.sidebar .form-button, .sidebar .form-submit,
287
table .form-button, table .form-submit {
288
  margin: 0;
289
}
290

    
291
.box {
292
  margin-bottom: 2.5em;
293
}
294

    
295
/**
296
 * Layout
297
 */
298
#header-region {
299
  min-height: 0;
300
}
301

    
302
#header-region .block {
303
  display: block;
304
  margin: 0 1em;
305
}
306

    
307
#header-region .block-region {
308
  display: block;
309
  margin: 0 0.5em 1em;
310
  padding: 0.5em;
311
  position: relative;
312
  top: 0.5em;
313
}
314

    
315
#header-region * {
316
  display: inline;
317
  line-height: 1.5em;
318
  margin-top: 0;
319
  margin-bottom: 0;
320
}
321

    
322
#header-region p, #header-region img {
323
  margin-top: 0.5em;
324
}
325

    
326
#header-region h2 {
327
  margin: 0 1em 0 0;
328
}
329

    
330
#header-region h3, #header-region label, #header-region li {
331
  margin: 0 1em;
332
  padding: 0;
333
  background: none;
334
}
335

    
336
#wrapper {
337
}
338

    
339
#wrapper #container {
340
  margin: 0 auto;
341
  padding: 10px 15px 130px;
342
  max-width: 710px;
343
  background: #ffffff;
344
  border-left: 1px solid #000;
345
  border-right: 1px solid #000;
346
}
347

    
348
#wrapper #container #header {
349
  height: 150px;
350
}
351

    
352
#wrapper #container #header #logo-floater {
353
  position: relative;
354
}
355

    
356
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
357
  line-height: 120px;
358
  position: relative;
359
  z-index: 2;
360
  white-space: nowrap;
361
}
362

    
363
#wrapper #container #header h1 span {
364
  font-weight: bold;
365
}
366

    
367
#wrapper #container #header h1 img {
368
  float: left;
369
}
370

    
371
/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
372
body.sidebars {
373
  min-width: 980px;
374
}
375
/* With 2 columsn, require a minimum width of 800px. */
376
body.sidebar-left, body.sidebar-right {
377
  min-width: 740px;
378
}
379

    
380
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
381
#wrapper #container #center {
382
  float: left;
383
  width: 100%;
384
  border-top: 1px solid #000;
385
}
386

    
387
/* So we move the #center container over the sidebars to compensate */
388
body.sidebar-left #center {
389
  margin-left: -190px;
390
}
391
body.sidebar-right #center {
392
  margin-right: -190px;
393
}
394
body.sidebars #center {
395
  margin: 0 -190px;
396
}
397

    
398
/* And add blanks left and right for the sidebars to fill */
399
body.sidebar-left #squeeze {
400
  margin-left: 190px;
401
}
402
body.sidebar-right #squeeze {
403
  margin-right: 190px;
404
}
405
body.sidebars #squeeze {
406
  margin: 0 190px;
407
}
408

    
409
/* We ensure the sidebars are still clickable using z-index */
410
#wrapper #container .sidebar {
411
  margin: 30px 0 5em;
412
  width: 190px;
413
  float: left;
414
  z-index: 2;
415
  position: relative;
416
}
417

    
418
#wrapper #container .sidebar .block {
419
  margin: 0 0 1.5em 0;
420
  border: 1px solid #006763;
421
}
422

    
423
#wrapper #container .sidebar .block h2 {
424
	color: #fff;
425
	font-size: 120%;
426
	background: #96ab2c;
427
	padding: 0 5px;
428
}
429

    
430
#wrapper #container .sidebar .block .content {
431
	padding: 0 5px;
432
}
433

    
434
#sidebar-left .block {
435
  padding: 0;
436
}
437

    
438
#sidebar-right .block {
439
  padding: 0;
440
}
441

    
442
.block .content {
443
  margin: 0;
444
}
445

    
446
.block .content p { /* same indent as ul + li */
447
  margin:0.15em 0 0.40em 1.5em;
448
  padding:0 0 0.2em 1.5em;
449
}
450

    
451
#sidebar-left .block-region {
452
  margin: 0 15px 0 0px;
453
}
454

    
455
#sidebar-right .block-region {
456
  margin: 0 0px 0 15px;
457
}
458

    
459
.block-region {
460
  padding: 1em;
461
  background: transparent;
462
  border: 2px dashed #b4d7f0;
463
  text-align: center;
464
  font-size: 1.3em;
465
}
466

    
467
/* Now we add the backgrounds for the main content shading */
468
#wrapper #container #center #squeeze {
469
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
470
  position: relative;
471
}
472

    
473
#wrapper #container #center .right-corner {
474
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
475
  position: relative;
476
  left: 10px;
477
  margin: 0 10px;
478
}
479

    
480
#wrapper #container #center .right-corner .left-corner {
481
  padding: 30px 0 0 0; /* 25px 5em 35px;*/
482
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
483
 /* margin-left: -10px;*/
484
  position: relative;
485
  /*left: -10px;*/
486
  min-height: 400px;
487
}
488

    
489
#wrapper #container #footer {
490
  float: none;
491
  clear: both;
492
  text-align: center;
493
  margin: 4em 0 -3em;
494
  color: #898989;
495
}
496

    
497
#wrapper #container .breadcrumb {
498
  position: absolute;
499
  top: 15px;
500
  left: 35px;
501
  z-index: 3;
502
}
503

    
504
body.sidebar-left  #footer {
505
  margin-left: -190px;
506
}
507

    
508
body.sidebar-right #footer {
509
  margin-right: -190px;
510
}
511

    
512
body.sidebars #footer {
513
  margin: 0 -190px;
514
}
515

    
516
/**
517
 * Header
518
 */
519
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
520
  color: #fff;
521
  font-weight: normal;
522
  text-shadow: #1659ac 0px 1px 3px;
523
  font-size: 1.5em;
524
}
525

    
526

    
527

    
528
#wrapper #container #header h1 a:hover {
529
  text-decoration: none;
530
}
531

    
532
#wrapper #container #general img.left{
533
	float: right;
534
}
535

    
536
#wrapper #container #general .clear-block{
537
	clear: both;
538
}
539

    
540
#wrapper #container #general h2{
541
	font-size: 160%;
542
	/*font-weight: bold;
543
	/*color: #97ac2d;*/
544
}
545
#wrapper #container #general #featureTOC h2{
546
	color: #222;
547
}
548
#wrapper #container #general #featureTOC ul li{
549
	list-style-type: none;
550
	color: #F03300;
551
	padding: 0;
552
	margin: 0;
553
	font-size: 90%;
554
}
555

    
556
.common_names_as_common_names, .footnote, p.description{
557
	margin-left: 23px;
558
}
559

    
560
#wrapper #container .breadcrumb {
561
  font-size: 0.92em;
562
}
563

    
564
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
565
  color: #529ad6;
566
}
567

    
568
#mission {
569
  padding: 1em;
570
  background-color: #fff;
571
  border: 1px solid #e0e5fb;
572
  margin-bottom: 2em;
573
  font-size: 80%;
574
}
575

    
576
/**
577
 * Primary navigation
578
 */
579
ul.primary-links {
580
  margin: 0;
581
  padding: 0;
582
  float: right;
583
  position: relative;
584
  z-index: 4;
585
  font-size: 80%;
586
}
587

    
588
ul.primary-links li {
589
  margin: 0;
590
  padding: 0;
591
  float: left;
592
  background-image: none;
593
}
594

    
595
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
596
  display: block;
597
  margin: 0 0 0 0.3em;
598
  padding: .75em 0;
599
  color: #529AD6;
600
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
601
}
602

    
603
ul.primary-links li a:hover, ul.primary-links li a.active {
604
  color: #222;
605
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
606
}
607

    
608
/**
609
 * Secondary navigation
610
 */
611
ul.secondary-links {
612
  margin: 0;
613
  padding: 18px 0 0;
614
  float: right;
615
  clear: right;
616
  position: relative;
617
  z-index: 4;
618
}
619

    
620
ul.secondary-links li {
621
  margin: 0;
622
  padding: 0;
623
  float: left;
624
  background-image: none;
625
}
626

    
627
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
628
  display: block;
629
  margin: 0 1em;
630
  padding: .75em 0 0;
631
  color: #cde3f1;
632
  background: transparent;
633
}
634

    
635
ul.secondary-links li a:hover, ul.secondary-links li a.active {
636
  color: #cde3f1;
637
  background: transparent;
638
}
639

    
640
/**
641
 * Local tasks
642
 */
643
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
644
  border: 0;
645
  background: none;
646
  margin: 0;
647
  padding: 0;
648
}
649

    
650
#tabs-wrapper {
651
  margin: 0 0 5px;
652
  padding: 0;
653
  border-bottom: 1px solid #ddd;
654
  position: relative;
655
}
656

    
657
#backButton{
658
	margin: 0 0 10px;
659
	font-size: 80%;
660
}
661

    
662
#funded-by{
663
	text-align: center;
664
}
665

    
666
ul.primary {
667
  padding: 0 0 0.5px;
668
  float: left;
669
}
670
ul.secondary {
671
  clear: both;
672
  text-align: left;
673
  border-bottom: 1px solid #e9eff3;
674
  margin: -0.2em -26px 1em;
675
  padding: 0 26px 0.6em;
676
}
677
h2.with-tabs {
678
  margin: 0 2em 0.7em 0;
679
  padding: 0;
680
}
681

    
682
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
683
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
684
  border: 0;
685
  background: #eee;
686
  padding: 2px 1.3em;
687
  margin: 0 0 0 1.3em;
688
  height: auto;
689
  text-decoration: none;
690
  position: relative;
691
  top: -2px;
692

    
693
  border: 1px solid #ddd;
694
}
695
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
696
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
697
  color: #222;
698
}
699
ul.primary li.active a,
700
ul.secondary li.active a {
701
  background: #fff;
702
  border-bottom: 1px solid #fff;
703
}
704

    
705
/**
706
 * Nodes & comments
707
 */
708
.node {
709
  border-bottom: 1px solid #e9eff3;
710
  margin: -1.5em -26px 1.5em;
711
  padding: 1.5em 26px;
712
}
713

    
714
ul.links li, ul.inline li {
715
  margin-left: 0;
716
  margin-right: 0;
717
  padding-left: 1em;
718
  padding-right: 0;
719
  background-image: none;
720
}
721

    
722
.node .links, .comment .links {
723
  text-align: left;
724
}
725

    
726
.node .links ul.links li, .comment .links ul.links li {}
727
.terms ul.links li {
728
  margin-left: 0;
729
  margin-right: 0;
730
  padding-right: 0;
731
  padding-left: 1em;
732
}
733

    
734
.picture, .comment .submitted {
735
  float: right;
736
  clear: right;
737
  padding-left: 1em;
738
}
739

    
740
.new {
741
  color: #ffae00;
742
  font-size: 0.92em;
743
  font-weight: bold;
744
  float: right;
745
}
746

    
747
.terms {
748
  float: right;
749
}
750

    
751
.preview .node, .preview .comment, .sticky {
752
  margin: 0;
753
  padding: 0.5em 0;
754
  border: 0;
755
  background: 0;
756
}
757

    
758
.sticky {
759
  padding: 1em;
760
  background-color: #fff;
761
  border: 1px solid #e0e5fb;
762
  margin-bottom: 2em;
763
}
764

    
765
#comments {
766
  position: relative;
767
  top: -1px;
768
  border-bottom: 1px solid #e9eff3;
769
  margin: -1.5em -25px 0;
770
  padding: 0 25px;
771
}
772

    
773
#comments h2.comments {
774
  margin: 0 -25px;
775
  padding: .5em 25px;
776
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
777
}
778

    
779
.comment {
780
  margin: 0 -25px;
781
  padding: 1.5em 25px 1.5em;
782
  border-top: 1px solid #e9eff3;
783
}
784

    
785
.indented {
786
  margin-left: 25px;
787
}
788

    
789
.comment h3 a.active {
790
  color: #222;
791
}
792

    
793
li a.active, a:active {
794
  color: #5895BE;
795
}
796

    
797
.node .content, .comment .content {
798
  margin: 0.6em 0;
799
}
800

    
801
/**
802
 * Aggregator.module
803
 */
804
#aggregator {
805
  margin-top: 1em;
806
}
807
#aggregator .feed-item-title {
808
  font-size: 160%;
809
  line-height: 130%;
810
}
811
#aggregator .feed-item {
812
  border-bottom: 1px solid #e9eff3;
813
  margin: -1.5em -31px 1.75em;
814
  padding: 1.5em 31px;
815
}
816
#aggregator .feed-item-categories {
817
  font-size: 0.92em;
818
}
819
#aggregator .feed-item-meta {
820
  font-size: 0.92em;
821
  color: #898989;
822
}
823

    
824
/**
825
 * Color.module
826
 */
827
#palette .form-item {
828
  border: 1px solid #fff;
829
}
830
#palette .item-selected {
831
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
832
  border: 1px solid #d9eaf5;
833
}
834

    
835
/**
836
 * Menu.module
837
 */
838
tr.odd td.menu-disabled {
839
  background-color: #edf5fa;
840
}
841
tr.even td.menu-disabled {
842
  background-color: #fff;
843
}
844
td.menu-disabled {
845
  opacity: 0.5;
846
}
847

    
848
/**
849
 * Poll.module
850
 */
851
.poll .bar {
852
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
853
  border: solid #f0f0f0;
854
  border-width: 0 1px 1px;
855
}
856

    
857
.poll .bar .foreground {
858
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
859
}
860

    
861
.poll .percent {
862
  font-size: .9em;
863
}
864

    
865
/**
866
 * Autocomplete.
867
 */
868
#autocomplete li {
869
  cursor: default;
870
  padding: 2px;
871
  margin: 0;
872
}
873

    
874
/**
875
 * Collapsible fieldsets
876
 */
877
fieldset {
878
  margin: 1em 0;
879
  padding: 1em;
880
  border: 1px solid #d9eaf5;
881
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
882
}
883

    
884
html.js fieldset.collapsed {
885
  background: transparent;
886
  padding-top: 0;
887
  padding-bottom: .6em;
888
}
889

    
890
html.js fieldset.collapsible legend a {
891
  padding-left: 2em;
892
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
893
}
894

    
895
html.js fieldset.collapsed legend a {
896
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
897
}
898

    
899
/**
900
 * Syndication icons and block
901
 */
902
#block-node-0 h2 {
903
  float: left;
904
  padding-right: 20px;
905
}
906

    
907
#block-node-0 img, .feed-icon {
908
  float: right;
909
  padding-top: 4px;
910
}
911

    
912
#block-node-0 .content {
913
  clear: right;
914
}
915

    
916
/**
917
 * Login Block
918
 */
919
#user-login-form {
920
  text-align: center;
921
}
922
#user-login-form ul {
923
  text-align: left;
924
}
925

    
926
/**
927
 * Admin Styles
928
 */
929
div.admin-panel,
930
div.admin-panel .description,
931
div.admin-panel .body,
932
div.admin,
933
div.admin .left,
934
div.admin .right,
935
div.admin .expert-link,
936
div.item-list,
937
.menu {
938
  margin: 0;
939
  padding: 0;
940
}
941

    
942
div.admin .left {
943
  float: left;
944
  width: 48%;
945
}
946
div.admin .right {
947
  float: right;
948
  width: 48%;
949
}
950

    
951
div.admin-panel {
952
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
953
  padding: 1em 1em 1.5em;
954
}
955
div.admin-panel .description {
956
  margin-bottom: 1.5em;
957
}
958
div.admin-panel dl {
959
  margin: 0;
960
}
961
div.admin-panel dd {
962
  color: #898989;
963
  font-size: 0.92em;
964
  line-height: 1.3em;
965
  margin-top: -.2em;
966
  margin-bottom: .65em;
967
}
968

    
969
table.system-status-report th {
970
  border-color: #d3e7f4;
971
}
972

    
973
#autocomplete li.selected, tr.selected td, tr.selected td.active {
974
  background: #027ac6;
975
  color: #fff;
976
}
977

    
978
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
979
  color: #d3e7f4;
980
}
981

    
982
/**
983
 * CSS support
984
 */
985
span.clear {
986
  display: block;
987
  clear: both;
988
  height: 1px;
989
  line-height: 0px;
990
  font-size: 0px;
991
  margin-bottom: -1px;
992
}
993

    
994
/*******************************************************************
995
 * Color Module: Don't touch                                       *
996
 *******************************************************************/
997

    
998
/**
999
 * Generic elements.
1000
 */
1001
.messages {
1002
  background-color: #fff;
1003
  border: 1px solid #b8d3e5;
1004
}
1005

    
1006
.preview {
1007
  background-color: #fcfce8;
1008
  border: 1px solid #e5e58f;
1009
}
1010

    
1011
div.status {
1012
  color: #3a3;
1013
  border-color: #c7f2c8;
1014
}
1015

    
1016
div.error {
1017
  color: #c52020;
1018
}
1019

    
1020
.form-item input.error, .form-item textarea.error {
1021
  border: 1px solid #c52020;
1022
  color: #222;
1023
}
1024

    
1025
/**
1026
 * Watchdog.module
1027
 */
1028
tr.watchdog-user {
1029
  background-color: #fcf9e5;
1030
}
1031

    
1032
tr.watchdog-user td.active {
1033
  background-color: #fbf5cf;
1034
}
1035

    
1036
tr.watchdog-content {
1037
  background-color: #fefefe;
1038
}
1039

    
1040
tr.watchdog-content td.active {
1041
  background-color: #f5f5f5;
1042
}
1043

    
1044
tr.watchdog-warning {
1045
  background-color: #fdf5e6;
1046
}
1047

    
1048
tr.watchdog-warning td.active {
1049
  background-color: #fdf2de;
1050
}
1051

    
1052
tr.watchdog-error {
1053
  background-color: #fbe4e4;
1054
}
1055

    
1056
tr.watchdog-error td.active {
1057
  background-color: #fbdbdb;
1058
}
1059
tr.watchdog-page-not-found, tr.watchdog-access-denied {
1060
  background: #d7ffd7;
1061
}
1062
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
1063
  background: #c7eec7;
1064
}
1065

    
1066
/**
1067
 * Status report colors.
1068
 */
1069
table.system-status-report tr.error, table.system-status-report tr.error th {
1070
  background-color: #fcc;
1071
  border-color: #ebb;
1072
  color: #200;
1073
}
1074
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1075
  background-color: #ffd;
1076
  border-color: #eeb;
1077
}
1078
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1079
  background-color: #dfd;
1080
  border-color: #beb;
1081
}
1082

    
1083
#edit-search-geographic-range-tdwg-level-select-3-wrapper { 
1084
	display: none;
1085
}
(11-11/12)