-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha.css
More file actions
196 lines (175 loc) · 4.11 KB
/
a.css
File metadata and controls
196 lines (175 loc) · 4.11 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
article.a4 {
display: block;
margin: 0 auto;
width: 21cm;
height: 29.7cm;
padding: 16mm 20mm; }
article.a4[layout="landscape"] {
width: 29.7cm;
height: 21cm; }
@media print {
body, article.a4 {
margin: 0;
box-shadow: 0; } }
.color-blue {
color: blue; }
.less-line-height {
line-height: 1.25; }
span.circle-number {
border: 1px solid grey;
border-radius: 450%;
font-size: 12px;
width: 14px;
height: 14px;
display: inline-block;
text-align: center;
line-height: 1.4;
vertical-align: middle;
margin-right: 6px; }
span.circle-number.no-margin {
margin-right: 0; }
.align-right {
text-align: right;
padding-right: 20px; }
div.flex-wrap {
display: flex; }
div.flex-wrap p:first-of-type {
letter-spacing: 2.4px;
width: 73.5%; }
div.flex-wrap p:nth-of-type(2) {
font-size: 14px;
width: 26.5%; }
div.flex-wrap.second {
margin-top: 8px;
font-size: 14px; }
div.flex-wrap.second p:first-of-type {
letter-spacing: 2.2px; }
#theadFlexWrap {
margin-top: 4px;
display: flex;
border-top: 1px solid black;
border-bottom: 1px solid black;
line-height: 1.6;
background-color: #c3c3c3; }
#theadFlexWrap div {
padding-left: 6px;
border-right: 1px solid grey;
width: 45%; }
#theadFlexWrap div:last-of-type {
display: flex;
width: 35%;
border: 0; }
#theadFlexWrap div:last-of-type span {
width: 40%; }
h1 {
text-align: center;
font-size: 26px;
font-weight: bold;
margin-top: 8px; }
table {
width: 100%;
margin-top: 8px;
border-top: 1px solid black;
border-bottom: 1px solid black; }
table tr {
line-height: 1.6;
border-bottom: 1px solid #c3c3c3; }
table tr:last-of-type {
border: 0; }
table th {
text-align: left;
letter-spacing: 2.2px; }
table th h2 {
padding-left: 6px;
font-weight: bold;
font-size: 18px; }
table th h3 {
padding-left: 10px; }
table td {
vertical-align: middle;
border-right: 1px solid #c3c3c3;
padding-left: 0;
text-align: center;
line-height: 22px; }
table td:last-of-type {
border: 0; }
table td.align-left {
padding-left: 10px;
text-align: left; }
table td.empty-td {
height: 20px; }
#firstTable td {
letter-spacing: 2.2px; }
#firstTable td span {
letter-spacing: normal; }
p.warn {
margin-top: 6px;
letter-spacing: 3px;
line-height: 0.9; }
p.date-p {
margin-top: 4px;
letter-spacing: 2px;
line-height: 0.9; }
p.date-p span {
margin-left: 40px; }
.flex-wrapper {
display: flex;
margin-top: 8px; }
.flex-wrapper span {
width: 50%;
text-align: right; }
.flex-wrapper span:last-of-type {
padding-right: 20px;
color: #c3c3c3; }
#sendWrap {
margin-top: 12px;
border-bottom: 4px solid grey;
padding-bottom: 2px; }
#sendWrap span:first-of-type {
font-size: 24px;
font-weight: bold;
padding-left: 120px; }
#sendWrap span:last-of-type {
font-size: 18px;
padding-left: 60px; }
/*# sourceMappingURL=a.css.map */