-
Notifications
You must be signed in to change notification settings - Fork 0
/
kcup_printout.css
87 lines (82 loc) · 1.5 KB
/
kcup_printout.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
body {
padding: 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 100%;
line-height: 100%;
font-size-adjust: none;
font-stretch: normal;
}
table {
border-style: none;
margin: auto;
}
h2 {
font-size: medium;
margin-left: 10px;
}
div#page_header table {
border-style: solid none;
border-color: #000000;
border-width: 1px 0px;
margin: 0px auto 30px;
padding: 10px 5px;
border-collapse: separate;
width: 100%;
}
div#page_header #first_row {
vertical-align: text-top;
height: 40px;
}
div#page_header #cup_name, #event_name {
min-width: 300px;
text-align: left;
}
div#page_header #cup_name {
font-size: 120%;
text-align: left;
}
div#page_header #event_name {
vertical-align: text-bottom;
}
div#page_header #date_time {
min-width: 100px;
text-align: right;
}
div#page_header #creation_text {
text-align: right;
vertical-align: text-bottom;
font-size: 50%;
}
div#club_results {
margin-bottom: 30px;
}
div#club_results table {
font-size: 75%;
margin: auto;
border-collapse: collapse;
}
div#club_results th, td {
border-style: solid;
border-width: thin;
padding: 5px;
}
div#club_results th {
padding-bottom: 8px;
text-align: left;
vertical-align: middle;
}
div#club_results th.top {
width: 260px;
}
div#club_results td.sum {
font-weight: bold;
}
div#club_results th.cl, th.ev {
text-align: center;
}
div#club_results td.sum, td.cl, td.ev {
text-align: center;
}