-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgedcom2html.css
75 lines (62 loc) · 823 Bytes
/
gedcom2html.css
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
body {
}
.page-header{
margin:0px;
background-color:#777;
color:#bbb;
padding:0px;
text-align:center;
}
.page-header a{
color:#bbb;
}
ul li{
list-style-type: none;
}
h3{
font-size:12px;
text-align:center;
font-weight:bold;
}
span.dates{
color:#999;
}
.gedcominfo{
font-size:9px;
color:#333;
}
.gedcominfo h3{
font-size:10px;
color:#333;
}
svg {
margin-top: 32px;
border: 1px solid #aaa;
}
footer{
text-align:right;
font-size:12px;
font-weight:bold;
}
footer a{
text-decoration: underline;
}
.person rect {
fill: #fff;
stroke: steelblue;
stroke-width: 1px;
}
.person {
font: 14px sans-serif;
cursor: pointer;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}
.tree-name{
font-size:8px;
text-align:center;
text-wrap
}