-
Notifications
You must be signed in to change notification settings - Fork 0
/
si-analyzer.css
88 lines (74 loc) · 1.35 KB
/
si-analyzer.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
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 #event_name, #page_name {
min-width: 300px;
text-align: left;
}
div#page_header #event_name {
font-size: 120%;
text-align: left;
}
div#page_header #page_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#splits {
margin-bottom: 30px;
}
div#splits table {
font-size: 75%;
margin: auto;
border-collapse: collapse;
}
div#splits th, td {
/*border-style: solid;*/
border-width: thin;
padding: 5px;
}
div#splits th {
padding-bottom: 8px;
text-align: left;
vertical-align: middle;
}
#navtable {
align: left;
font-size: 75%;
border-collapse: collapse;
}
#navtable tr, th, td {
border: none;
}