-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathctimer_white.css
More file actions
98 lines (88 loc) · 1.14 KB
/
ctimer_white.css
File metadata and controls
98 lines (88 loc) · 1.14 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
body{
background-color:white;
}
a{
color:#0000F3;
}
#header h1{
color:#0000F3;
}
#header #sbox {
color:#555;
}
#header #sbox a{
color:#555;
}
.menu{
border:2px solid #0000F3;
color:#555;
background-color:#f1f1f3;
}
.menu td:hover{
background-color:#DDD;
}
.menu td:hover.td_grey{
background-color:#f1f1f3;
}
.menu .td_active{
background-color:#DDD;
}
.menu a{
color:#555;
}
.menu .td_grey a{
cursor:default;
color:#AAA;
}
#tab_times a{
color:#555;
}
#time_box a{
color:#1c0055;
}
#ftabs a{
color:#0000F3;
}
#fbox{
border:2px solid #0000F3;
color:#555;
background-color:#f1f1f3;
}
#summary_box{
background-color:#DDD;
}
.inputbox{
background-color:#f1f1f3;
}
.showline{
border-bottom:1px solid #0000F3;
}
.hilight{
/* background-color:#e5eaef;*/
border-bottom:1px solid black;
}
.hilightbest{
background-color:#c9e7bc;
border-bottom:1px solid black;
}
.hilightworst{
background-color:#e7bcc0;
border-bottom:1px solid black;
}
.thead a, .hl0{
color:#555;
}
.theadh, .hl1{
color:#0000F3;
}
#detail_box div{
border:2px solid #0000F3;
color:#555;
background-color:#f1f1f3;
}
#footer{
color:#AAA;
}
#footer a{
color:#AAA;
}