-
Notifications
You must be signed in to change notification settings - Fork 0
/
STYLESHEET.html
81 lines (69 loc) · 1.55 KB
/
STYLESHEET.html
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
<style>
.alert {
margin: 10px;
margin: 10px;
}
.quote {
color: green;
}
.celebrate-metrics {
font-size: 1.5em;
}
.subtext {
font-size: .7em;
font-style: italic;
}
.staff-sentence {
font-style: italic;
}
.clicktoview {
cursor: pointer; cursor: hand;
}
.clickable {
cursor: pointer; cursor: hand;
font-weight: bold;
text-decoration: underline;
}
/* tables */
table.tablesorter {
font-family:arial;
background-color: #CDCDCD;
margin:10px 0pt 15px;
font-size: 8pt;
width: 100%;
text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background-color: #e6EEEE;
border: 1px solid #FFF;
font-size: 8pt;
padding: 4px;
}
table.tablesorter thead tr .header {
background-image: url("https://cdn.rawgit.com/christianbach/tablesorter/77457630/themes/blue/bg.gif");
background-color: blue;
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter tbody td {
color: #3D3D3D;
padding: 4px;
background-color: #FFF;
vertical-align: top;
}
table.tablesorter tbody tr.odd td {
background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
background-image: url("https://cdn.rawgit.com/christianbach/tablesorter/77457630/themes/blue/asc.gif");
background-color: red;
}
table.tablesorter thead tr .headerSortDown {
background-image: url("https://cdn.rawgit.com/christianbach/tablesorter/77457630/themes/blue/desc.gif");
background-color: green;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
</style>