forked from geoffhumphrey/brewcompetitiononlineentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
171 lines (141 loc) · 2.62 KB
/
print.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
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
@charset "UTF-8";
/* CSS Document */
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Droid+Sans:400,100,300,700); */
/** ------------------------------------------ **/
/** Customized Bootstrap Classes for Theme **/
/** ------------------------------------------ **/
@page
{
size: auto; /* auto is the initial value */
margin: 1.25cm .75cm 1.25cm .75cm;
}
@media print {
a[href]:after {
content: none !important;
}
}
/** Basic Page CSS **/
html {
position: relative;
min-height: 100%;
}
body {
min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
page-break-after: avoid;
}
h1 {
padding: 0 0 25px 0;
}
h2, h2, h3, h4, h5, h6 {
padding: 10px 0 20px 0;
}
.page-header {
margin: 0 0 15px 0;
padding: 0;
border-bottom: none !important;
}
.table {
font-size: 12px;
}
.table tr {
page-break-after: avoid;
}
/** --------------------------------------------------- **/
/** Custom Classes for BCOEM **/
/** Custom Colors Based on Google Materials **/
/** https://www.google.com/design/spec/style/color.html **/
/** --------------------------------------------------- **/
.box {
border: 1px solid #000;
min-height: 35px;
vertical-align: text-top;
margin: 0;
max-width: 50px;
width: 35px;
}
.box_small {
border: 1px solid #000;
height: 20px;
width: 20px;
vertical-align: text-top;
margin: 0;
}
.BOS-mat {
border-collapse:collapse;
margin: 0 0 10px 0;
}
.BOS-mat td {
margin: 10px;
padding: 10px;
height: 300px;
width: 300px;
border: 4px solid #000;
font-size: 1.3em;
text-align: left;
vertical-align: top;
}
.BOS-mat h1,
.BOS-mat h2,
.BOS-mat h3 {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
.BOS-mat p {
font-size: 14px;
opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
.table_card {
width: 95%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.table_card h1,
.table_card h2,
.table_card h3,
.table_card h4 {
padding: 0;
text-align: center;
}
.table_card h1 {
font-size: 7em;
margin: 0px 0 40px 0;
}
.table_card h2 {
font-style: italic;
font-size: 4em;
margin: 20px 0 20px 0;
}
.table_card h3 {
font-size: 2.5em;
margin: 20px 0 40px 0;
}
.table_card h4 {
font-size: 1.75em;
margin: 20px 0 40px 0;
}
.table_card .dataTable {
width: 100%;
font-size: 14px;
margin: 1em 0;
border-collapse: collapse;
}
.table_card .dataTable th {
display: none;
}
.table_card .dataTable td {
text-align: left;
padding: 10px 5px;
}
.table_card hr {
border: 0;
color: #000000;
background-color: #000000;
height: 1px;
width: 100%;
margin: 2.25em 0 2.25em 0;
}