generated from NewGraphEnvironment/fish_passage_skeena_2022_reporting
-
Notifications
You must be signed in to change notification settings - Fork 2
/
style-pagedown.css
56 lines (51 loc) · 937 Bytes
/
style-pagedown.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
/* Whole document: */
body{
font-family: Helvetica;
font-size: 10pt;
}
/* Headers */
h1{
font-size: 12pt;
}
/* Headers */
h2,h3,h4,h5,h6{
font-size: 11pt;
}
/*stop the url printing in links*/
a[href^="http"]:not([class="uri"])::after {
content: "";
}
@page {
size: 8.5in 11in;
}
@page:left {
margin-left: 30mm;
margin-right: 30mm;
margin-top: 30mm;
margin-bottom: 30mm;
}
@page:right {
margin-left: 30mm;
margin-right: 30mm;
margin-top: 30mm;
margin-bottom: 30mm;
}
.title {
font-size: 18px;
color: Black;
text-align: center;
}
.author { /* Header 4 - and the author and data headers use this too */
font-size: 13px;
color: Black;
text-align: center;
}
.date{ /* Header 4 - and the author and data headers use this too */
font-size: 12px;
color: Black;
text-align: center;
}
/*set the caption size - this might work with my_kable2 but not sure*/
/* .caption p {
font-size: 10px;
}*/