-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication-inspection-passed-a.css
78 lines (64 loc) · 1.06 KB
/
application-inspection-passed-a.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
body, html{
padding: 0;
margin: 0;
font-size: 15px;
font-family: Calibri, Arial, sans-serif;
}
body{
word-spacing: 0.1em;
}
h1{
font-size: 1.5em;
margin: 0;
}
h2{
font-size: 1.2em;
margin: 0 0 1em 0;
font-weight: normal;
}
table{
border-collapse: collapse;
margin: 0 0 20px 0;
padding: 0;
width: 100%;
}
table + table{
margin-top: 30px;
}
table tbody td, table th{
border: 1px solid #000000;
padding: 0.7em;
text-align: left;
font-size: 0.9em;
}
table thead th{
font-size: 1em;
}
table tbody th{
vertical-align: top;
}
ul{
margin: 0.2em 0 0.5em 0;
padding-top: 0;
}
li{
padding: 0.3em 0;
}
.bordered-box{
border: 1px solid #000000;
padding: 0.7em;
}
.p1{
font-weight: bold;
font-size: 1.1em;
}
@page {
margin: 50px 30px;
font-size: 16px;
@bottom-left {
content: "Department of Agriculture and Water Resources – Northern Australia Quarantine Strategy";
}
@bottom-right {
content: counter(page) " of " counter(pages);
}
}