forked from HuubMons/HuMo-genealogy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
98 lines (89 loc) · 1.82 KB
/
print.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
html {
padding:0;
margin:0;
border:0;
overflow: visible;
}
body {
background-color:white;
background-image:none;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 14px;
height:auto; max-height:auto;
overflow:visible;
padding:0; margin:0; border:0;
float:none;
}
.print_version { display:none; }
div#top_menu { display:none; }
#top_menu { display:none; }
#content {
display:block;
height:auto;
top:7px;
max-height:auto;
overflow:visible;
padding-left:10px;
position:static;
float:none;
z-index:3;
}
.button {display:none; }
.table_header {display:none; }
A:link {text-decoration: none; color:black;}
A:visited {text-decoration: none; color:black;}
A:active {text-decoration: none; color:black;}
A:hover {text-decoration: none; color:black;}
table.humo {
-moz-box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
}
table.ancestor_sheet {
width:100%;
line-height:1.1;
text-align:center;
font-family:"Verdana";
background-color:#FFFFFF;
border-collapse:separate;
border-width:1px;
border-spacing:1px;
border-style:solid;
border-color:#000000;
}
table.ancestor_sheet td{
width:12.5%;
vertical-align:top;
border-width:1px;
border-style:solid;
border-color:#000000;
padding-top:5px;
padding-bottom:5px;
}
table.ancestor_sheet td.kw-small {
font-size:10px;
}
table.ancestor_sheet td.kw-medium {
font-size:12px;
}
table.ancestor_sheet td.kw-bigger {
font-size:14px;
}
table.ancestor_sheet td.kw-big {
font-size:16px;
}
table.ancestor_sheet th {
font-size:120%;
border-style:solid;
border-color:#000000;
color:#000000;
}
.ancestor_legend {
font-size:10px;
text-align:center;
}
table.ancestor_sheet td.ancestor_devider{
font-size:15%;
padding-top:1px;
padding-bottom:1px;
}