-
Notifications
You must be signed in to change notification settings - Fork 0
/
printout.css
135 lines (128 loc) · 2.29 KB
/
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
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
/* Generated by KompoZer */
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;
}
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#results {
margin-bottom: 30px;
}
table#classes {
margin: auto;
margin-bottom: 0px;
border-collapse: collapse;
width: 500px;
empty-cells: show;
}
table#classes th, td {
border-style: none;
padding: 5px;
}
table#classes th {
padding-bottom: 5px;
text-align: left;
vertical-align: middle;
}
table#classes th.cn {
width: 140px;
}
table#classes th.cs {
width: 80px;
}
table#classes th.cl {
width: 100px;
}
table#classes th.cc {
width: 45px;
}
table#class_result {
margin: auto;
margin-bottom: 25px;
border-collapse: separate;
width: 500px;
empty-cells: show;
}
table#class_result td {
border-style: none;
margin: 0px;
padding: 0px 5px 0px 5px;
text-align: left;
vertical-align: middle;
}
table#class_result tr.realpos_false {
color: #3b3b3b;
}
table#class_result tr.first_invalid_true td {
padding-top:10px;
}
table#class_result td.ps {
width: 65px;
text-align: right;
}
table#class_result td.nm {
width: 200px;
text-align: left;
}
table#class_result td.by {
width: 12px;
text-align: right;
}
table#class_result td.cn {
width: 280px;
text-align: left;
}
table#class_result td.tm1 {
width: 30px;
text-align: right;
}
table#class_result td.tm2 {
width: 30px;
text-align: left;
}
table#class_result td.pts {
width: 30px;
text-align: right;
}