-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeclaration.css
More file actions
128 lines (101 loc) · 1.55 KB
/
declaration.css
File metadata and controls
128 lines (101 loc) · 1.55 KB
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
@media only screen {
body {
font-style: normal;
font-family: Tahoma, Geneva, sans-serif;
background: #F9F9F9;
color: #404040;
font-size: 1.0em;
}
div.content {
width: 920px;
margin: auto;
padding:20px 30px 10px 30px;
background: #f9F9F9;
}
h1 {
text-align: center;
}
table {
margin: auto;
}
.userdata th {
border: none;
text-align: right;
padding: 5px;
}
.userdata td {
border: none;
padding: 5px;
}
#buttondiv {
float: right;
text-align: right;
}
#route th , #route td {
border: none;
text-align: left;
padding: 5px;
}
}
@media only print {
body {
font-style: normal;
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
}
h1 {
font-family: Tahoma, Geneva, sans-serif;
font-size: 16pt;
text-align: center;
}
input {
border-style: none;
font-family: "Times New Roman", Times, serif;
font-size: 11pt;
}
table {
width: 100%;
margin: auto;
font-size: 11pt;
}
#buttondiv {
display: none;
}
#warning {
display: none;
}
}
tr {
height: 2em;
}
h4 {
display: inline;
font-size: 1.0em;
font-weight: bold;
}
h3 {
text-align: center;;
font-size: 1.0em;
font-weight: bold;
}
div.table {
display: table;
}
div.row {
display: table-row;
}
div.cell {
display: table-cell;
height: 1.5em;
vertical-align: top;
padding-top: 15px;
}
div.underline {
width: 250px;
border-bottom: 1px solid;
}
div.cellcontent {
font-weight:bold;
padding-right: 10px;
padding-left: 10px;
}