-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication-approved.css
141 lines (117 loc) · 1.94 KB
/
application-approved.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
body, html{
padding: 0;
margin: 0;
font-size: 14px;
font-family: Calibri, Arial, sans-serif;
}
body{
word-spacing: 0.1em;
}
.clearfix:after{
content: "";
display: table;
clear: both;
}
.header{
padding-bottom: 2em;
}
.header .logo{
float: left;
width: 35%;
max-width: 100%;
}
.header .header-text{
float: right;
width: 60%;
text-align: center;
padding-top: 1em;
}
.header .header-text-title{
color: #ff0000;
font-size: 1.8em;
font-weight: bold;
}
.header .header-text p{
font-size: 0.8em;
line-height: 1em;
max-width: 90%;
margin: 0.5em auto 0 auto;
}
.permit-number{
text-align: right;
margin: 2em 0;
}
.permit-number-content{
display: inline-block;
border: 1px solid #000000;
padding: 0.2em 0.5em;
font-size: 1em;
font-weight: bold;
}
h2{
background-color: #000000;
color: #ffffff;
font-weight: bold;
padding: 0.5em;
font-size: 1.3em;
margin: 2em 0 0 0;
}
table{
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
}
table tbody td, table th{
border: 1px solid #000000;
padding: 0.7em;
text-align: left;
font-size: 0.9em;
}
table thead th{
font-size: 1.5em;
}
table tbody th{
vertical-align: top;
}
table table{
width: 100%;
}
table td td{
border: 0;
border-left: 1px solid #000000;
padding: 1em 0;
}
.note{
color: red;
font-style: italic;
padding: 0.5em 0 0.5em 1em;
line-height: normal;
}
ol ul, ul ul{
margin: 0.2em 0 0.5em 0;
padding-top: 0;
}
li{
padding: 0.3em 0;
}
li li{
padding: 0.2em 0;
}
.bordered-box{
border: 1px solid #000000;
border-top: 0;
padding: 0.7em;
}
.w25{width: 25%;}
.w30{width: 30%;}
.w35{width: 35%;}
.w50{width: 50%;}
.w70{width: 70%;}
@page {
margin: 50px 30px 50px 30px;
font-size: 16px;
@bottom-right {
content: counter(page) " of " counter(pages);
}
}