-
Notifications
You must be signed in to change notification settings - Fork 8
/
htmlHeader.html
executable file
·119 lines (100 loc) · 2.05 KB
/
htmlHeader.html
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
<!DOCTYPE html>
<html lang=en>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
table {
width: 100%;
font-family: sans-serif;
}
td, th {
border: 0.1em solid #DDDDDD;
padding: 0.3em;
text-align: center;
vertical-align: middle;
}
tr:nth-child(odd) {
background-color: #CCE4F1;
}
tr:nth-child(even) {
background-color: #FFFFFF;
}
@media screen {
body {
margin-top: 3em;
margin-bottom: 7em;
margin-left: 10em;
margin-right: 10em;
font-family:sans-serif;
background-color: #F0F0F0;
background-image: url('https://www.fda.gov/media/99813/download');
background-repeat: no-repeat;
background-size: 20%;
background-position: 11em 2em;
}
div {
width: 100%;
display: flex;
align-items: center;
justify-content:center;
vertical-align: middle;
text-align: justify;
}
#figdiv {
display:inline-block;
width: 50%;
}
#caption {
display:inline-block;
width: 95%;
background-color: #CCE4F1;
border-left: 1em solid #007CBA;
padding-left: 1em;
padding-right: 1em;
margin-left: 0;
text-align: justify;
}
}
@media print {
body {
margin-top: 0;
margin-left: 20mm;
margin-right: 20mm;
font-family:sans-serif;
background-color: #FFFFFF;
background-image: url('https://www.fda.gov/media/99813/download');
background-repeat: no-repeat;
background-size: 30%;
background-position: 5em 0em;
}
div {
width: 100%;
display: flex;
align-items: center;
justify-content:center;
vertical-align: middle;
text-align: justify;
}
#figdiv {
display:inline-block;
width: 49%;
}
#caption {
display:inline-block;
width: 95%;
background-color: #CCE4F1;
border-left: 1em solid #007CBA;
padding-left: 1em;
padding-right: 1em;
margin-left: 0;
text-align: justify;
}
}
</style>
<title>Wastewater report</title>
<link rel="icon" href="https://www.fda.gov/media/105163/download" type="image/x-icon">
</head>
<body>
<br><br>
<h2><center>CFSAN/OAO<br>BIOSTATISTICS AND BIOINFORMATICS STAFF</center></h2>
<h1><center>WASTEWATER SARS-COV2 ANALYSIS REPORT</center></h1>