Project

General

Profile

Download (770 Bytes) Statistics
| Branch: | Tag: | Revision:
1
@CHARSET "UTF-8";
2

    
3
/**
4
#general {
5
	margin-top: 25px;
6
}
7

    
8
#general .clear-block{
9
	clear: both;
10
}
11

    
12
#general h2{
13
	font-size: 120%;
14
	color: #97ac2d;
15
}
16

    
17
*/
18
#general {
19
	line-height: 145%;
20
}
21

    
22

    
23
#taxonProfileImage {
24
	float: right;
25
}
26

    
27
.Taxon .reference, .Synonym .reference, .Taxon .status, .Synonym .status {
28
	font-size: 90%;
29
}
30

    
31
h2.with-tabs .authors{
32
	font-size: 90%;
33
	font-weight:bold;
34
}
35

    
36
a.toc:link, a.toc:visited {
37
  color: #F03300;
38
  font-size: 90%;
39
}
40

    
41
.media_gallery{
42
	font-size: 90%;
43
}
44

    
45

    
46
.media_gallery .media-caption dd.title {
47
  font-size:100%;
48
  font-weight:normal;
49
}
50

    
51
ul.cdm_taxontree {
52
background-color: transparent;
53
}
54

    
55
/* switch off highlighting of synonyms */
56
.synonym span.highlite{
57
  background-color: #96AB2C;
58
}
59

    
60
/* HACK for DEMO
61
div.error{
62
		display: none;
63
	}
64
*/
(2-2/12)