-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstylesheet.css
More file actions
78 lines (64 loc) · 1.31 KB
/
Copy pathstylesheet.css
File metadata and controls
78 lines (64 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
background-image: url(graphics/backgrounds/background-essen.png);
}
img.borderless {
border-style: hidden;
}
h1 { text-align: center; }
h2 { text-align: left; }
h3 { text-align: left; }
p.description {
text-align: justify;
}
p.center {
text-align: center;
}
p.publication-details {
text-align: justify;
margin-top: 8pt;
margin-bottom: 8pt;
margin-right: 12pt;
margin-left: 12pt;
}
div.publication-details-hiddenbox {
display: none;
border-style: dashed;
border-width: 2px;
border-color: #98bf21;
}
li.treeview-collapsed {
list-style-image: url(graphics/icons/icon-collapsed.png);
}
li.treeview-expanded {
list-style-image: url(graphics/icons/icon-expanded.png);
}
table.center {
text-align: left;
margin-left: auto;
margin-right: auto;
}
table.previewtable {
text-align: left;
margin-left: auto;
margin-right: auto;
}
td.previewtable {
text-align: center;
vertical-align: middle;
background-color: rgb(255,255,75);
font-size: small;
}
td.sscontrol {
text-align: center;
vertical-align: middle;
background-color: rgb(255,255,100);
font-size: small;
}
td.cvfield1 {
width: 150px;
vertical-align: top;
}
td.cvfield2 {
width: 450px;
vertical-align: middle;
}