Project

General

Profile

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

    
3
/* navigation */
4
.edit-top-nav {
5
font-weight:bold;
6
fon-size; 1.2em;
7
color: #236abf;
8
border-bottom:2px solid #236abf;
9
margin: 0 0 2em 0;
10
}
11

    
12
.edit-top-nav a, .edit-top-nav a:link, .edit-top-nav a:visited, .edit-top-nav a:active{
13
color: #236abf;
14
}
15

    
16
.title,.title-inline,.label,.field-label,.item-label,.category,.field-label-inline-first{
17
font-weight:bold;
18
color: #236abf;
19
}
20

    
21
h3.title{
22
border-bottom:1px solid #ddd;
23
}
24

    
25
div.nodeprofile-person{
26
margin: 2em 0 2.5em 0;
27
padding: 0 0 .5em 0;
28
border-bottom:3px solid #ddd;
29
}
30

    
31
.name-alias{
32
color: #68a6ef;
33
}
34

    
35
div.nodeprofile-contact{
36
margin: .5em 0 .5em 0;
37
padding: 0;
38
}
39

    
40
div.nodeprofile-display{
41
margin: .5em 0 2.5em 0;
42
padding: 0;
43
}
44

    
45
div.nodeprofile-dates{
46
margin: .5em 0 2.5em 0;
47
padding: 0;
48
}
49

    
50
div.nodeprofile-person .field-label, div.nodeprofile-details .field-label{
51
clear:left;
52
display:block;
53
border-bottom: 1px solid #eee;
54
}
55

    
56
div.item-label{
57
clear:left;
58
float:left;
59
width:12em;
60
}
61

    
62
div.expertsdb-link-container,div.expertsdb-phone-numbers-container,div.expertsdb-address-container{
63
margin:2em 0 0 0;
64
}
65

    
66
/* taxon interests */
67
div.expertsdb-taxon-interests{
68
margin: 0 0 2.5em 0;
69
padding: 0 0 .5em 0;
70
}
71

    
72
div.expertsdb-taxon-notes{
73
margin: 2em 0 2.5em 0;
74
padding: 0 0 .5em 0;
75
}
76

    
77
div.expertsdb-geo-notes{
78
margin: 2em 0 2.5em 0;
79
padding: 0 0 .5em 0;
80
}
81
/* institutions */
82
.field-field-university{
83
font-size:1.1em;
84
margin: 1em 0;
85
font-weight: 700;
86
}
87

    
88
div.nodeprofile-details{
89
margin: 2em 0 2.5em 0;
90
padding: 0 0 .5em 0;
91
border-bottom:3px solid #ddd;
92
}
93

    
94
/* tables in general */
95
.expertsdb-taxon-interests th{
96
vertical-align:top;
97
}
(8-8/9)