Project

General

Profile

Download (2.06 KB) Statistics
| Branch: | Tag: | Revision:
1
@CHARSET "ISO-8859-1";
2
/* $Id$ */
3

    
4
div.debug{
5
  background-color: #252525;
6
  color: #FEFEFE;
7
  font-family: monospace;
8
  font-size: 90%;	
9
  overflow: auto;
10
}
11

    
12
.taxonname .name{
13
  font-style: italic;
14
}
15

    
16
.relation_sign{
17
	margin-left: -1em; /* same as ul.typeDesignations */
18
	margin-right: 0.3em;
19
	float: left;
20
}
21

    
22
li .taxon{
23
}
24

    
25
.heterotypicSynonymyGroup li{
26
  margin-left: 26px;
27
}
28

    
29
ul.homotypicSynonyms, ul.heterotypicSynonymyGroup{
30
	 border-bottom: 1px solid #D4EBF9;
31
	 
32
}
33

    
34
ul.typeDesignations{
35
  margin-top: 0px;
36
  margin-bottom: 0px;
37
  margin-left: -1em; /* same as .relation_sign */
38
}
39

    
40
ul.typeDesignations li{
41
	background-image: none;
42
}
43

    
44

    
45
.misapplied .name{
46
 font-style: normal;
47
}
48
.misapplied .authors{
49
	display: none;
50
}
51

    
52
ul li.synonym{
53
  list-style-type: none;
54
  background-image: none;
55
}
56

    
57
li.firstentry{
58
  margin-left: 6px;
59
}
60

    
61

    
62
ul.cdm_names, ul.cdm_names li{
63
	 background-image: none;
64
}
65

    
66
ul li.dynabox{
67
  background-image: url('images/btn_expand.gif');
68
  background-repeat: no-repeat;
69
  cursor: pointer;
70
}
71

    
72
ul li.dynabox_expanded{
73
  background-image: url('images/btn_collapse.gif');
74
  background-repeat: no-repeat;
75
  cursor: pointer;
76
}
77

    
78

    
79
ul li.dynabox .label{
80
 cursor: default;
81
}
82

    
83
.tickbox_content{
84
	display: none;
85
}
86

    
87
.pager strong, .pager a {
88
	-moz-border-radius-bottomleft:2px;
89
	-moz-border-radius-bottomright:2px;
90
	-moz-border-radius-topleft:2px;
91
	-moz-border-radius-topright:2px;
92
	background-color:#DFEDF7;
93
	border:1px solid #90C2E1;
94
	margin:0px 0.25em;
95
	padding:2px 5px;
96
}
97

    
98
.pager strong {
99
	background-color:#0174BB;
100
	color:#FFFFFF;
101
}
102

    
103
.pager-list-dots-right, .pager-list-dots-left {
104
  display: inline;
105
}
106

    
107
a.filter_add:link, a.filter_add:visited{
108

    
109
}
110

    
111
a.filter_remove:link, a.filter_remove:visited{
112
  color: red;
113
}
114

    
115
.block-cdm_taxontree .content, .block-cdm_dataportal-3 .content{
116
   font-size: 90%;
117
}
118

    
119
.block-cdm_taxontree div.settings{
120
	/*background-color: #2587C3;*/
121
	border-bottom: 1px solid #E0DFE3;
122
	border-top: 1px solid #E0DFE3;
123
}
124

    
125
.concept_switch {
126
  padding:0 0.2em;
127
}
(3-3/9)