This repository was archived by the owner on Jun 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathdefault.css
More file actions
107 lines (100 loc) · 1.36 KB
/
default.css
File metadata and controls
107 lines (100 loc) · 1.36 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
HTML,BODY
{
margin: 0;
padding: 0;
font-family: arial;
}
H2
{
color: #073;
margin-bottom: 20px;
font: normal 26px Tahoma;
}
H2 SPAN
{
color: #444;
background: #f1f1f1;
padding: 0 5px;
}
H3
{
border-top: solid 1px #ccc;
padding: 10px 0;
color: #333;
font: normal 22px Tahoma;
margin-left: 10px;
}
SPAN.summary
{
background: #FAFFBD;
border: solid 1px #C3D9FF;
display: block;
margin: 10px;
padding: 10px;
width: 850px;
font-size: 13px;
}
SPAN.summary STRONG
{
padding: 0 5px;
font-size: 18px;
line-height: 28px;
}
#combined H3
{
color: #073;
margin-left: 350px;
margin-bottom: 0;
border: none;
font-size: 26px;
}
#combined TABLE THEAD TH
{
background: #036;
}
TABLE
{
border-collapse: collapse;
margin: 20px;
}
TABLE CAPTION
{
color: #333;
padding-bottom: 5px;
font-style: italic;
font-size: 13px;
}
TABLE THEAD TH
{
background: #444;
color: #fff;
padding: 5px 10px;
font-weight: normal;
}
TABLE TBODY TH
{
background: #f1f1f1;
font-weight: normal;
padding: 5px 20px 5px 10px;
}
TABLE TBODY TH.c1
{
text-align: left;
}
TABLE TD
{
padding: 5px 10px;
text-align: center;
border-right: solid 1px #f1f1f1;
border-bottom: solid 1px #f1f1f1;
}
TR.failed TD, TR.failed TH
{
text-decoration: line-through;
color: red;
}
TR.best-time TD, TR.best-time TH
{
color: green;
font-weight: bold;
}