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
#backButton {
734
  margin: 0 0 10px;
735
  font-size: 80%;
736
}
737

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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