Project

General

Profile

Download (18.3 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Garland, for Drupal 5.0 (modified for Drupal 7 by W. Addink, 
3
 * waddink@eti.uva.nl)
4
 * Stefan Nagtegaal, iStyledThis [dot] nl
5
 * Steven Wittens, acko [dot] net`
6
 *
7
 * If you use a customized color scheme, you must regenerate it after
8
 * modifying this file.
9
 */
10

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

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

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

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

    
44
h2 .synonym_title {
45
  display: block;
46
  font-size: 50%;
47
  color: #96ab2c;
48
  margin: 0;
49
  padding: 0;
50
  font-weight: normal;
51
  font-family: Helvetica, Arial, sans-serif;
52
}
53

    
54
h1 {
55
  font-size: 170%;
56
}
57

    
58
h2 {
59
  font-size: 160%;
60
  line-height: 130%;
61
}
62

    
63
h3 {
64
  font-size: 140%;
65
}
66

    
67
h4 {
68
  font-size: 130%;
69
}
70

    
71
h5 {
72
  font-size: 120%;
73
}
74

    
75
h6 {
76
  font-size: 110%;
77
}
78

    
79
ul,
80
quote,
81
code,
82
fieldset {
83
  margin: .5em 0;
84
}
85

    
86
p {
87
  margin: 0.6em 0 1.2em;
88
  padding: 0;
89
}
90

    
91
a:link,
92
a:visited {
93
  color: #027ac6;
94
  text-decoration: none;
95
}
96

    
97
a:hover {
98
  color: #0062a0;
99
  text-decoration: underline;
100
}
101

    
102
a:active,
103
a.active {
104
  color: #5895be;
105
}
106

    
107
#search_results a.taxon:link,
108
a.taxon:visited,
109
.Taxon a:link,
110
.Taxon a:visited {
111
  font-weight: bold;
112
}
113

    
114
#edit-search-doTaxaByCommonNames-wrapper {
115
  display:none;  
116
}
117

    
118
/*
119
#jquery-lightbox a img {
120
  max-height:250px;
121
  max-width: 250px;
122
}
123
*/
124

    
125
#images .image-gallerie td.caption {
126
  padding-bottom:33px;
127
}
128

    
129
#images .image-gallerie dl.media-caption {
130
  margin-bottom:0px;
131
}
132

    
133
hr {
134
  margin: 0;
135
  padding: 0;
136
  border: none;
137
  height: 1px;
138
  background: #5294c1;
139
}
140

    
141
ul {
142
  margin: 0.5em 0 1em;
143
  padding: 0;
144
}
145

    
146
ul li {
147
  margin: 0.4em 0 0.4em .5em;
148
}
149

    
150
ul.menu,
151
.item-list ul {
152
  margin: 0.35em 0 0 -0.5em;
153
  padding: 0;
154
}
155

    
156
ul.menu ul,
157
.item-list ul ul {
158
  margin-left: 0em;
159
}
160

    
161
ul li,
162
ul.menu li,
163
.item-list ul li,
164
li.leaf {
165
  margin: 0.15em 0 0.15em .5em;
166
}
167

    
168
ul li, ul.menu li,
169
.item-list ul li,
170
li.leaf {
171
  padding: 0 0 .2em 1.5em;
172
  list-style-type: none;
173
  list-style-image: none;
174
  /* background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; */
175
}
176

    
177
ul li.expanded {
178
  /* background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; */
179
}
180

    
181
ul li.collapsed {
182
  /* background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; */
183
}
184

    
185
ul li.leaf a,
186
ul li.expanded a,
187
ul li.collapsed a {
188
  display: block;
189
}
190

    
191
ul.inline li {
192
  background: none;
193
  margin: 0;
194
  padding: 0 1em 0 0;
195
}
196

    
197
fieldset ul.clearfix li {
198
  margin: 0;
199
  padding: 0;
200
  background-image: none;
201
}
202

    
203
dl {
204
  margin: 0.5em 0 1em 1.5em;
205
}
206

    
207
dl dt {
208
}
209

    
210
dl dd {
211
  margin: 0 0 .5em 1.5em;
212
}
213

    
214
img, a img {
215
  border: none;
216
}
217

    
218
table {
219
  margin: 1em 0;
220
  width: 100%;
221
}
222

    
223
thead th {
224
  border-bottom: 2px solid #d3e7f4;
225
  color: #222;
226
  font-weight: bold;
227
}
228

    
229
th a:link,
230
th a:visited {
231
  color: #6f9dbd;
232
}
233

    
234
td,
235
th {
236
  padding: .3em .5em;
237
}
238

    
239
tr.even,
240
tr.odd,
241
tbody th {
242
  border: solid #d3e7f4;
243
  border-width: 1px 0;
244
}
245

    
246
tr.odd,
247
tr.info {
248
  background-color: #edf5fa;
249
}
250

    
251
tr.even {
252
  background-color: #fff;
253
}
254

    
255
tr.odd td.active {
256
  background-color: #ddecf5;
257
}
258

    
259
tr.even td.active {
260
  background-color: #e6f1f7;
261
}
262

    
263
td.region,
264
td.module,
265
td.container {
266
  border-top: 1.5em solid #fff;
267
  border-bottom: 1px solid #b4d7f0;
268
  background-color: #d4e7f3;
269
  color: #455067;
270
  font-weight: bold;
271
}
272

    
273
tr:first-child td.region,
274
tr:first-child td.module,
275
tr:first-child td.container {
276
  border-top-width: 0;
277
}
278

    
279
span.form-required {
280
  color: #ffae00;
281
}
282

    
283
.useTag {
284
  float: left;
285
  margin: 0em 0 0em;
286
  padding: .0em .25em;
287
}
288

    
289
span.submitted,
290
.description {
291
  font-size: 0.92em;
292
  color: #898989;
293
}
294

    
295
.description {
296
  line-height: 150%;
297
  margin-bottom: 0.75em;
298
  color: #000;
299
}
300

    
301
.messages,
302
.preview {
303
  margin: .75em 0 .75em;
304
  padding: .5em 1em;
305
}
306

    
307
.messages ul {
308
  margin: 0;
309
}
310

    
311
.form-checkboxes,
312
.form-radios,
313
.form-checkboxes .form-item,
314
.form-radios .form-item {
315
  margin: 0.25em 0;
316
}
317

    
318
#center form {
319
  margin-bottom: 2em;
320
}
321

    
322
.form-button, .form-submit {
323
  margin: 2em 0.5em 1em 0;
324
}
325

    
326
#watchdog-form-overview .form-submit,
327
.confirmation .form-submit,
328
.search-form .form-submit,
329
.poll .form-submit,
330
fieldset .form-button,
331
fieldset .form-submit,
332
.sidebar .form-button,
333
.sidebar .form-submit,
334
table .form-button,
335
table .form-submit {
336
  margin: 0;
337
}
338

    
339
.box {
340
  margin-bottom: 2.5em;
341
}
342

    
343
/**
344
 * Layout
345
 */
346
#header-region {
347
  min-height: 0;
348
}
349

    
350
#header-region .block {
351
  display: block;
352
  margin: 0 1em;
353
}
354

    
355
#header-region .block-region {
356
  display: block;
357
  margin: 0 0.5em 1em;
358
  padding: 0.5em;
359
  position: relative;
360
  top: 0.5em;
361
}
362

    
363
#header-region * {
364
  display: inline;
365
  line-height: 1.5em;
366
  margin-top: 0;
367
  margin-bottom: 0;
368
}
369

    
370
#header-region p,
371
#header-region img {
372
  margin-top: 0.5em;
373
}
374

    
375
#header-region h2 {
376
  margin: 0 1em 0 0;
377
}
378

    
379
#header-region h3,
380
#header-region label,
381
#header-region li {
382
  margin: 0 1em;
383
  padding: 0;
384
  background: none;
385
}
386

    
387
#wrapper {
388
}
389

    
390
#wrapper #container {
391
  margin: 0 auto;
392
  padding: 10px 15px 130px;
393
  max-width: 710px;
394
  background: #ffffff;
395
  border-left: 1px solid #000;
396
  border-right: 1px solid #000;
397
}
398

    
399
#wrapper #container #header {
400
  height: 150px;
401
}
402

    
403
#wrapper #container #header #logo-floater {
404
  position: relative;
405
}
406

    
407
#wrapper #container #header h1,
408
#wrapper #container #header h1 a:link,
409
#wrapper #container #header h1 a:visited {
410
  line-height: 120px;
411
  position: relative;
412
  z-index: 2;
413
  white-space: nowrap;
414
}
415

    
416
#wrapper #container #header h1 span {
417
  font-weight: bold;
418
}
419

    
420
#wrapper #container #header h1 img {
421
  float: left;
422
}
423

    
424
/**
425
 * With 3 columns, require a minimum width of 1000px to
426
 * ensure there is enough horizontal space.
427
 */
428
body.sidebars {
429
  min-width: 980px;
430
}
431
/* With 2 columns, require a minimum width of 800px. */
432
body.sidebar-first,
433
body.sidebar-second {
434
  min-width: 740px;
435
}
436

    
437
/**
438
 * We must define 100% width to avoid the body being too narrow 
439
 * for near-empty pages,
440
 */
441
#wrapper #container #center {
442
  float: left;
443
  width: 100%;
444
  border-top: 1px solid #000;
445
}
446

    
447
/* so we move the #center container over the sidebars to compensate, */
448
body.sidebar-first #center {
449
  margin-left: -190px;
450
}
451
body.sidebar-second #center {
452
  margin-right: -190px;
453
}
454
body.sidebars #center {
455
  margin: 0 -190px;
456
}
457

    
458
/* and add blanks left and right for the sidebars to fill. */
459
body.sidebar-first #squeeze {
460
  margin-left: 190px;
461
}
462
body.sidebar-second #squeeze {
463
  margin-right: 190px;
464
}
465
body.sidebars #squeeze {
466
  margin: 0 190px;
467
}
468

    
469
/* We ensure the sidebars are still clickable using z-index. */
470
#wrapper #container .sidebar {
471
  margin: 30px 0 5em;
472
  width: 190px;
473
  float: left;
474
  z-index: 2;
475
  position: relative;
476
}
477

    
478
#wrapper #container .sidebar .block {
479
  margin: 0 0 1.5em 0;
480
  border: 1px solid #006763;
481
}
482

    
483
#wrapper #container .sidebar .block h2 {
484
  color: #fff;
485
  font-size: 120%;
486
  background: #96ab2c;
487
  padding: 0 5px;
488
}
489

    
490
#wrapper #container .sidebar .block .content {
491
  padding: 0 5px;
492
}
493

    
494
#sidebar-first .block {
495
  padding: 0;
496
}
497

    
498
#sidebar-second .block {
499
  padding: 0;
500
}
501

    
502
.block .content {
503
  margin: 0;
504
}
505

    
506
.block .content p { 
507
  /* same indent as ul + li */
508
  /* margin:0.15em 0 0.40em 1.5em; */
509
  /* padding:0 0 0.2em 1.5em; */ 
510
}
511

    
512
p#Distribution {
513
  margin-left: 23px;
514
  padding: 0;
515
}
516

    
517
#sidebar-first .block-region {
518
  margin: 0 15px 0 0px;
519
}
520

    
521
#sidebar-second .block-region {
522
  margin: 0 0px 0 15px;
523
}
524

    
525
.block-region {
526
  padding: 1em;
527
  background: transparent;
528
  border: 2px dashed #b4d7f0;
529
  text-align: center;
530
  font-size: 1.3em;
531
}
532

    
533
/* Now we add the backgrounds for the main content shading. */
534
#wrapper #container #center #squeeze {
535
  /* background: #fff url(images/bg-content.png) repeat-x 50% 0; */
536
  position: relative;
537
}
538

    
539
#wrapper #container #center .right-corner {
540
  /* background: transparent url(images/bg-content-right.png) no-repeat 100% 0; */
541
  position: relative;
542
  left: 10px;
543
  margin: 0 10px;
544
}
545

    
546
#wrapper #container #center .right-corner .left-corner {
547
  padding: 30px 0 0 0; /* 25px 5em 35px; */
548
  /* background: transparent url(images/bg-content-left.png) no-repeat 0 0; */
549
 /* margin-left: -10px; */
550
  position: relative;
551
  /*left: -10px;*/
552
  min-height: 400px;
553
}
554

    
555
#wrapper #container .region-footer {
556
  float: none;
557
  clear: both;
558
  text-align: center;
559
  margin: 4em 0 -3em;
560
  color: #898989;
561
}
562

    
563
#wrapper #container .breadcrumb {
564
  position: absolute;
565
  top: 15px;
566
  left: 35px;
567
  z-index: 3;
568
}
569

    
570
body.sidebar-first .region-footer {
571
  margin-left: -190px;
572
}
573

    
574
body.sidebar-second .region-footer {
575
  margin-right: -190px;
576
}
577

    
578
body.sidebars #footer {
579
  margin: 0 -190px;
580
}
581

    
582
/**
583
 * Header
584
 */
585
#wrapper #container #header h1,
586
#wrapper #container #header h1 a:link,
587
#wrapper #container #header h1 a:visited {
588
  color: #fff;
589
  font-weight: normal;
590
  text-shadow: #1659ac 0px 1px 3px;
591
  font-size: 1.5em;
592
}
593

    
594
#wrapper #container #header h1 a:hover {
595
  text-decoration: none;
596
}
597

    
598
#wrapper #container #general img.left{
599
  float: right;
600
}
601

    
602
#wrapper #container #general .clearfix{
603
  clear: both;
604
}
605

    
606
#wrapper #container #general h2{
607
  font-size: 160%;
608
  /* font-weight: bold; */
609
  /* color: #97ac2d; */
610
}
611
#wrapper #container #general #featureTOC h2{
612
  color: #222;
613
}
614
#wrapper #container #general #featureTOC ul li{
615
  list-style-type: none;
616
  color: #f03300;
617
  padding: 0;
618
  margin: 0;
619
  font-size: 90%;
620
}
621

    
622
.common-names-as-common-names,
623
.footnote, p.description{
624
  margin-left: 23px;
625
}
626

    
627
#wrapper #container .breadcrumb {
628
  font-size: 0.92em;
629
}
630

    
631
#wrapper #container .breadcrumb,
632
#wrapper #container .breadcrumb a {
633
  color: #529ad6;
634
}
635

    
636
#mission {
637
  padding: 1em;
638
  background-color: #fff;
639
  border: 1px solid #e0e5fb;
640
  margin-bottom: 2em;
641
  font-size: 80%;
642
}
643

    
644
/**
645
 * Primary navigation
646
 */
647
ul.primary-links {
648
  margin: 0;
649
  padding: 0;
650
  float: right;
651
  position: relative;
652
  z-index: 4;
653
  font-size: 80%;
654
}
655

    
656
ul.primary-links li {
657
  margin: 0;
658
  padding: 0;
659
  float: left;
660
  background-image: none;
661
}
662

    
663
ul.primary-links li a,
664
ul.primary-links li a:link,
665
ul.primary-links li a:visited {
666
  display: block;
667
  margin: 0 0 0 0.3em;
668
  padding: .75em 0;
669
  color: #529ad6;
670
  /* background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0; */
671
}
672

    
673
ul.primary-links li a:hover,
674
ul.primary-links li a.active {
675
  color: #222;
676
  /* background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0; */
677
}
678

    
679
/**
680
 * Secondary navigation
681
 */
682
ul.secondary-links {
683
  margin: 0;
684
  padding: 18px 0 0;
685
  float: right;
686
  clear: right;
687
  position: relative;
688
  z-index: 4;
689
}
690

    
691
ul.secondary-links li {
692
  margin: 0;
693
  padding: 0;
694
  float: left;
695
  background-image: none;
696
}
697

    
698
ul.secondary-links li a,
699
ul.secondary-links li a:link,
700
ul.secondary-links li a:visited {
701
  display: block;
702
  margin: 0 1em;
703
  padding: .75em 0 0;
704
  color: #cde3f1;
705
  background: transparent;
706
}
707

    
708
ul.secondary-links li a:hover,
709
ul.secondary-links li a.active {
710
  color: #cde3f1;
711
  background: transparent;
712
}
713

    
714
/**
715
 * Local tasks
716
 */
717
ul.primary, ul.primary li,
718
ul.secondary, ul.secondary li {
719
  border: 0;
720
  background: none;
721
  margin: 0;
722
  padding: 0;
723
}
724

    
725
#tabs-wrapper {
726
  margin: 0 0 5px;
727
  padding: 0;
728
  border-bottom: 1px solid #ddd;
729
  position: relative;
730
}
731

    
732
#backButton {
733
  margin: 0 0 10px;
734
  font-size: 80%;
735
}
736

    
737
#funded-by {
738
  text-align: center;
739
}
740

    
741
ul.primary {
742
  padding: 0 0 0.5px;
743
  float: left;
744
}
745
ul.secondary {
746
  clear: both;
747
  text-align: left;
748
  border-bottom: 1px solid #e9eff3;
749
  margin: -0.2em -26px 1em;
750
  padding: 0 26px 0.6em;
751
}
752
h2.with-tabs {
753
  margin: 0 2em 0.7em 0;
754
  padding: 0;
755
}
756

    
757
ul.primary li a,
758
ul.primary li.active a,
759
ul.primary li a:hover,
760
ul.primary li a:visited,
761
ul.secondary li a,
762
ul.secondary li.active a,
763
ul.secondary li a:hover,
764
ul.secondary li a:visited {
765
  background: #eee;
766
  padding: 2px 1.3em;
767
  margin: 0 0 0 1.3em;
768
  height: auto;
769
  text-decoration: none;
770
  position: relative;
771
  top: -2px;
772
  border: 1px solid #ddd;
773
}
774
ul.primary li.active a,
775
ul.primary li.active a:link,
776
ul.primary li.active a:visited,
777
ul.primary li a:hover,
778
ul.secondary li.active a,
779
ul.secondary li.active a:link,
780
ul.secondary li.active a:visited,
781
ul.secondary li a:hover {
782
  color: #222;
783
}
784
ul.primary li.active a,
785
ul.secondary li.active a {
786
  background: #fff;
787
  border-bottom: 1px solid #fff;
788
}
789

    
790
/**
791
 * Nodes & comments
792
 */
793
.node {
794
  border-bottom: 1px solid #e9eff3;
795
  margin: -1.5em -26px 1.5em;
796
  padding: 1.5em 26px;
797
}
798

    
799
ul.links li,
800
ul.inline li {
801
  margin-left: 0;
802
  margin-right: 0;
803
  padding-left: 1em;
804
  padding-right: 0;
805
  background-image: none;
806
}
807

    
808
.node .links,
809
.comment .links {
810
  text-align: left;
811
}
812

    
813
.node .links ul.links li,
814
.comment .links ul.links li {
815
}
816

    
817
.terms ul.links li {
818
  margin-left: 0;
819
  margin-right: 0;
820
  padding-right: 0;
821
  padding-left: 1em;
822
}
823

    
824
.picture,
825
.comment .submitted {
826
  float: right;
827
  clear: right;
828
  padding-left: 1em;
829
}
830

    
831
.new {
832
  color: #ffae00;
833
  font-size: 0.92em;
834
  font-weight: bold;
835
  float: right;
836
}
837

    
838
.terms {
839
  float: right;
840
}
841

    
842
.preview .node,
843
.preview .comment,
844
.sticky {
845
  margin: 0;
846
  padding: 0.5em 0;
847
  border: 0;
848
  background: 0;
849
}
850

    
851
.sticky {
852
  padding: 1em;
853
  background-color: #fff;
854
  border: 1px solid #e0e5fb;
855
  margin-bottom: 2em;
856
}
857

    
858
#comments {
859
  position: relative;
860
  top: -1px;
861
  border-bottom: 1px solid #e9eff3;
862
  margin: -1.5em -25px 0;
863
  padding: 0 25px;
864
}
865

    
866
#comments h2.comments {
867
  margin: 0 -25px;
868
  padding: .5em 25px;
869
  /* background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
870
}
871

    
872
.comment {
873
  margin: 0 -25px;
874
  padding: 1.5em 25px 1.5em;
875
  border-top: 1px solid #e9eff3;
876
}
877

    
878
.indented {
879
  margin-left: 25px;
880
}
881

    
882
.comment h3 a.active {
883
  color: #222;
884
}
885

    
886
li a.active,
887
a:active {
888
  color: #5895be;
889
}
890

    
891
.node .content,
892
.comment .content {
893
  margin: 0.6em 0;
894
}
895

    
896
/**
897
 * Aggregator.module
898
 */
899
#aggregator {
900
  margin-top: 1em;
901
}
902
#aggregator .feed-item-title {
903
  font-size: 160%;
904
  line-height: 130%;
905
}
906
#aggregator .feed-item {
907
  border-bottom: 1px solid #e9eff3;
908
  margin: -1.5em -31px 1.75em;
909
  padding: 1.5em 31px;
910
}
911
#aggregator .feed-item-categories {
912
  font-size: 0.92em;
913
}
914
#aggregator .feed-item-meta {
915
  font-size: 0.92em;
916
  color: #898989;
917
}
918

    
919
/**
920
 * Color.module
921
 */
922
#palette .form-item {
923
  border: 1px solid #fff;
924
}
925
#palette .item-selected {
926
  /* background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
927
  border: 1px solid #d9eaf5;
928
}
929

    
930
/**
931
 * Menu.module
932
 */
933
tr.odd td.menu-disabled {
934
  background-color: #edf5fa;
935
}
936
tr.even td.menu-disabled {
937
  background-color: #fff;
938
}
939
td.menu-disabled {
940
  opacity: 0.5;
941
}
942

    
943
/**
944
 * Poll.module
945
 */
946
.poll .bar {
947
  /* background: #fff url(images/bg-bar-white.png) repeat-x 0 0; */
948
  border: solid #f0f0f0;
949
  border-width: 0 1px 1px;
950
}
951

    
952
.poll .bar .foreground {
953
  /* background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%; */
954
}
955

    
956
.poll .percent {
957
  font-size: .9em;
958
}
959

    
960
/**
961
 * Autocomplete.
962
 */
963
#autocomplete li {
964
  cursor: default;
965
  padding: 2px;
966
  margin: 0;
967
}
968

    
969
/**
970
 * Collapsible fieldsets
971
 */
972
fieldset {
973
  margin: 1em 0;
974
  padding: 1em;
975
  border: 1px solid #d9eaf5;
976
  /* background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
977
}
978

    
979
html.js fieldset.collapsed {
980
  background: transparent;
981
  padding-top: 0;
982
  padding-bottom: .6em;
983
}
984

    
985
html.js fieldset.collapsible legend a {
986
  padding-left: 2em;
987
  /* background: url(images/menu-expanded.gif) no-repeat 0% 50%; */
988
}
989

    
990
html.js fieldset.collapsed legend a {
991
  /* background: url(images/menu-collapsed.gif) no-repeat 0% 50%; */
992
}
993

    
994
/**
995
 * Syndication icons and block
996
 */
997
#block-node-0 h2 {
998
  float: left;
999
  padding-right: 20px;
1000
}
1001

    
1002
#block-node-0 img, .feed-icon {
1003
  float: right;
1004
  padding-top: 4px;
1005
}
1006

    
1007
#block-node-0 .content {
1008
  clear: right;
1009
}
1010

    
1011
/**
1012
 * Login Block
1013
 */
1014
#user-login-form {
1015
  text-align: center;
1016
}
1017
#user-login-form ul {
1018
  text-align: left;
1019
}
1020

    
1021
/**
1022
 * Admin Styles
1023
 */
1024
div.admin-panel,
1025
div.admin-panel .description,
1026
div.admin-panel .body,
1027
div.admin,
1028
div.admin .left,
1029
div.admin .right,
1030
div.admin .expert-link,
1031
div.item-list,
1032
.menu {
1033
  margin: 0;
1034
  padding: 0;
1035
}
1036

    
1037
div.admin .left {
1038
  float: left;
1039
  width: 48%;
1040
}
1041
div.admin .right {
1042
  float: right;
1043
  width: 48%;
1044
}
1045

    
1046
div.admin-panel {
1047
  /* background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
1048
  padding: 1em 1em 1.5em;
1049
}
1050
div.admin-panel .description {
1051
  margin-bottom: 1.5em;
1052
}
1053
div.admin-panel dl {
1054
  margin: 0;
1055
}
1056
div.admin-panel dd {
1057
  color: #898989;
1058
  font-size: 0.92em;
1059
  line-height: 1.3em;
1060
  margin-top: -.2em;
1061
  margin-bottom: .65em;
1062
}
1063

    
1064
table.system-status-report th {
1065
  border-color: #d3e7f4;
1066
}
1067

    
1068
#autocomplete li.selected,
1069
tr.selected td,
1070
tr.selected td.active {
1071
  background: #027ac6;
1072
  color: #fff;
1073
}
1074

    
1075
tr.selected td a:link,
1076
tr.selected td a:visited,
1077
tr.selected td a:active {
1078
  color: #d3e7f4;
1079
}
1080

    
1081
/**
1082
 * CSS support
1083
 */
1084
span.clear {
1085
  display: block;
1086
  clear: both;
1087
  height: 1px;
1088
  line-height: 0px;
1089
  font-size: 0px;
1090
  margin-bottom: -1px;
1091
}
1092

    
1093
/*******************************************************************
1094
 * Color Module: Don't touch                                       *
1095
 *******************************************************************/
1096

    
1097
/**
1098
 * Generic elements.
1099
 */
1100
.messages {
1101
  background-color: #fff;
1102
  border: 1px solid #b8d3e5;
1103
}
1104

    
1105
.preview {
1106
  background-color: #fcfce8;
1107
  border: 1px solid #e5e58f;
1108
}
1109

    
1110
div.status {
1111
  color: #3a3;
1112
  border-color: #c7f2c8;
1113
}
1114

    
1115
div.error {
1116
  color: #c52020;
1117
}
1118

    
1119
.form-item input.error,
1120
.form-item textarea.error {
1121
  border: 1px solid #c52020;
1122
  color: #222;
1123
}
1124

    
1125
/**
1126
 * Watchdog.module
1127
 */
1128
tr.watchdog-user {
1129
  background-color: #fcf9e5;
1130
}
1131

    
1132
tr.watchdog-user td.active {
1133
  background-color: #fbf5cf;
1134
}
1135

    
1136
tr.watchdog-content {
1137
  background-color: #fefefe;
1138
}
1139

    
1140
tr.watchdog-content td.active {
1141
  background-color: #f5f5f5;
1142
}
1143

    
1144
tr.watchdog-warning {
1145
  background-color: #fdf5e6;
1146
}
1147

    
1148
tr.watchdog-warning td.active {
1149
  background-color: #fdf2de;
1150
}
1151

    
1152
tr.watchdog-error {
1153
  background-color: #fbe4e4;
1154
}
1155

    
1156
tr.watchdog-error td.active {
1157
  background-color: #fbdbdb;
1158
}
1159
tr.watchdog-page-not-found,
1160
tr.watchdog-access-denied {
1161
  background: #d7ffd7;
1162
}
1163
tr.watchdog-page-not-found td.active,
1164
tr.watchdog-access-denied td.active {
1165
  background: #c7eec7;
1166
}
1167

    
1168
/**
1169
 * Status report colors.
1170
 */
1171
table.system-status-report tr.error,
1172
table.system-status-report tr.error th {
1173
  background-color: #fcc;
1174
  border-color: #ebb;
1175
  color: #200;
1176
}
1177
table.system-status-report tr.warning,
1178
table.system-status-report tr.warning th {
1179
  background-color: #ffd;
1180
  border-color: #eeb;
1181
}
1182
table.system-status-report tr.ok,
1183
table.system-status-report tr.ok th {
1184
  background-color: #dfd;
1185
  border-color: #beb;
1186
}
1187

    
1188
#edit-search-geographic-range-tdwg-level-select-3-wrapper { 
1189
  display: none;
1190
}
1191

    
1192
.clear {
1193
  clear:both;
1194
}
1195

    
1196
.use_record_list {
1197
   padding: 0 0 0.2em 0.5em;
1198
}
1199

    
1200
.category {
1201
  padding: 0 0 0.9em 0em;
1202
}
1203

    
1204
.pager {
1205
    clear: both;
1206
    text-align: center;
1207
}
1208
#cdm-dataportal-search-taxon-form .form-item .description {
1209
    display:none;
1210
}
(10-10/11)