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
.block-cdm-dataportal-feature .content {
296
  font-size: 0.92em;
297
  line-height: 150%;
298
  margin-bottom: 0.75em;
299
  color: #000;
300
}
301

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
388
#wrapper {
389
}
390

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
733
#funded-by {
734
  text-align: center;
735
}
736

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

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

    
786
/**
787
 * Nodes & comments
788
 */
789
.node {
790
  border-bottom: 1px solid #e9eff3;
791
  margin: -1.5em -26px 1.5em;
792
  padding: 1.5em 26px;
793
}
794

    
795
ul.links li,
796
ul.inline li {
797
  margin-left: 0;
798
  margin-right: 0;
799
  padding-left: 1em;
800
  padding-right: 0;
801
  background-image: none;
802
}
803

    
804
.node .links,
805
.comment .links {
806
  text-align: left;
807
}
808

    
809
.node .links ul.links li,
810
.comment .links ul.links li {
811
}
812

    
813
.terms ul.links li {
814
  margin-left: 0;
815
  margin-right: 0;
816
  padding-right: 0;
817
  padding-left: 1em;
818
}
819

    
820
.picture,
821
.comment .submitted {
822
  float: right;
823
  clear: right;
824
  padding-left: 1em;
825
}
826

    
827
.new {
828
  color: #ffae00;
829
  font-size: 0.92em;
830
  font-weight: bold;
831
  float: right;
832
}
833

    
834
.terms {
835
  float: right;
836
}
837

    
838
.preview .node,
839
.preview .comment,
840
.sticky {
841
  margin: 0;
842
  padding: 0.5em 0;
843
  border: 0;
844
  background: 0;
845
}
846

    
847
.sticky {
848
  padding: 1em;
849
  background-color: #fff;
850
  border: 1px solid #e0e5fb;
851
  margin-bottom: 2em;
852
}
853

    
854
#comments {
855
  position: relative;
856
  top: -1px;
857
  border-bottom: 1px solid #e9eff3;
858
  margin: -1.5em -25px 0;
859
  padding: 0 25px;
860
}
861

    
862
#comments h2.comments {
863
  margin: 0 -25px;
864
  padding: .5em 25px;
865
  /* background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
866
}
867

    
868
.comment {
869
  margin: 0 -25px;
870
  padding: 1.5em 25px 1.5em;
871
  border-top: 1px solid #e9eff3;
872
}
873

    
874
.indented {
875
  margin-left: 25px;
876
}
877

    
878
.comment h3 a.active {
879
  color: #222;
880
}
881

    
882
li a.active,
883
a:active {
884
  color: #5895be;
885
}
886

    
887
.node .content,
888
.comment .content {
889
  margin: 0.6em 0;
890
}
891

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

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

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

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

    
948
.poll .bar .foreground {
949
  /* background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%; */
950
}
951

    
952
.poll .percent {
953
  font-size: .9em;
954
}
955

    
956
/**
957
 * Autocomplete.
958
 */
959
#autocomplete li {
960
  cursor: default;
961
  padding: 2px;
962
  margin: 0;
963
}
964

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

    
975
html.js fieldset.collapsed {
976
  background: transparent;
977
  padding-top: 0;
978
  padding-bottom: .6em;
979
}
980

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

    
986
html.js fieldset.collapsed legend a {
987
  /* background: url(images/menu-collapsed.gif) no-repeat 0% 50%; */
988
}
989

    
990
/**
991
 * Syndication icons and block
992
 */
993
#block-node-0 h2 {
994
  float: left;
995
  padding-right: 20px;
996
}
997

    
998
#block-node-0 img, .feed-icon {
999
  float: right;
1000
  padding-top: 4px;
1001
}
1002

    
1003
#block-node-0 .content {
1004
  clear: right;
1005
}
1006

    
1007
/**
1008
 * Login Block
1009
 */
1010
#user-login-form {
1011
  text-align: center;
1012
}
1013
#user-login-form ul {
1014
  text-align: left;
1015
}
1016

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

    
1033
div.admin .left {
1034
  float: left;
1035
  width: 48%;
1036
}
1037
div.admin .right {
1038
  float: right;
1039
  width: 48%;
1040
}
1041

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

    
1060
table.system-status-report th {
1061
  border-color: #d3e7f4;
1062
}
1063

    
1064
#autocomplete li.selected,
1065
tr.selected td,
1066
tr.selected td.active {
1067
  background: #027ac6;
1068
  color: #fff;
1069
}
1070

    
1071
tr.selected td a:link,
1072
tr.selected td a:visited,
1073
tr.selected td a:active {
1074
  color: #d3e7f4;
1075
}
1076

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

    
1089
/*******************************************************************
1090
 * Color Module: Don't touch                                       *
1091
 *******************************************************************/
1092

    
1093
/**
1094
 * Generic elements.
1095
 */
1096
.messages {
1097
  background-color: #fff;
1098
  border: 1px solid #b8d3e5;
1099
}
1100

    
1101
.preview {
1102
  background-color: #fcfce8;
1103
  border: 1px solid #e5e58f;
1104
}
1105

    
1106
div.status {
1107
  color: #3a3;
1108
  border-color: #c7f2c8;
1109
}
1110

    
1111
div.error {
1112
  color: #c52020;
1113
}
1114

    
1115
.form-item input.error,
1116
.form-item textarea.error {
1117
  border: 1px solid #c52020;
1118
  color: #222;
1119
}
1120

    
1121
/**
1122
 * Watchdog.module
1123
 */
1124
tr.watchdog-user {
1125
  background-color: #fcf9e5;
1126
}
1127

    
1128
tr.watchdog-user td.active {
1129
  background-color: #fbf5cf;
1130
}
1131

    
1132
tr.watchdog-content {
1133
  background-color: #fefefe;
1134
}
1135

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

    
1140
tr.watchdog-warning {
1141
  background-color: #fdf5e6;
1142
}
1143

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

    
1148
tr.watchdog-error {
1149
  background-color: #fbe4e4;
1150
}
1151

    
1152
tr.watchdog-error td.active {
1153
  background-color: #fbdbdb;
1154
}
1155
tr.watchdog-page-not-found,
1156
tr.watchdog-access-denied {
1157
  background: #d7ffd7;
1158
}
1159
tr.watchdog-page-not-found td.active,
1160
tr.watchdog-access-denied td.active {
1161
  background: #c7eec7;
1162
}
1163

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

    
1184
#edit-search-geographic-range-tdwg-level-select-3-wrapper {
1185
  display: none;
1186
}
1187

    
1188
.clear {
1189
  clear:both;
1190
}
1191

    
1192
.use_record_list {
1193
   padding: 0 0 0.2em 0.5em;
1194
}
1195

    
1196
.category {
1197
  padding: 0 0 0.9em 0em;
1198
}
1199

    
1200
.pager {
1201
    clear: both;
1202
    text-align: center;
1203
}
1204
#cdm-dataportal-search-taxon-form .form-item .description {
1205
    display:none;
1206
}
1207

    
1208
#block-cdm-dataportal-feature-bibliography .footnote {
1209
    margin-left: 0px;
1210
}
(10-10/11)