forked from madcowfred/evething
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththing.css
More file actions
65 lines (61 loc) · 1.22 KB
/
Copy paththing.css
File metadata and controls
65 lines (61 loc) · 1.22 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
body {
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
color: #0000FF;
}
table {
empty-cells: hide;
border-spacing: 1px;
}
td {
padding: 4px 6px 4px 6px;
}
th, tfoot tr td {
background: #BFBFCF;
padding: 4px 6px 4px 6px;
}
td.head {
text-align: center;
font-weight: bold;
background: #BFBFCF;
padding: 4px 6px 4px 6px;
}
tr.odd td {
background: #EFEFFF;
}
tr.even td {
background: #DFDFEF;
}
tr.odd td.alt {
background: #DFDFEF;
}
tr.even td.alt {
background: #CECEDE;
}
tr.oddB td {
background: #EFAFAF;
}
tr.evenB td {
background: #DF9F9F;
}
tr.oddS td {
background: #8FEF8F;
}
tr.evenS td {
background: #7FDF7F;
}
span.pos { color: #009800; }
span.neg { color: #FF0000; }
table.tablesorter thead tr .header {
background-image: url(/api/public/proxy/github.com/thing_media/bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
background-image: url(/api/public/proxy/github.com/thing_media/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
background-image: url(/api/public/proxy/github.com/thing_media/desc.gif);
}