-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmusicstyle.css
More file actions
61 lines (54 loc) · 1.53 KB
/
Copy pathmusicstyle.css
File metadata and controls
61 lines (54 loc) · 1.53 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
body {
font-family:arial;
font-size: medium;
color: #3D3D3D;
}
table.tablesorter {
background-color: #CDCDCD;
align="center";
margin: 0px auto;
text-align: left;
border: none;
border-collapse: collapse;
width: 50%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background-color: #e6EEEE;
border: 1px solid #FFF;
font-size: medium;
padding: 4px;
border-collapse: collapse;
border: none;
}
table.tablesorter thead tr .header {
background-image:url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw%3D%3D);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;}table.tablesorter tbody td {
color: #3D3D3D;
padding: 4px;
background-color: #FFF;
vertical-align: top;
border-collapse: collapse;
border: none;
}
table.tablesorter tbody tr.odd td {
background-color:#F0F0F6;
border-collapse: collapse;
border: none;
}
table.tablesorter thead tr .headerSortUp {
background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
border: none;
border-collapse: collapse;
}
table.tablesorter thead tr .headerSortDown {
background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
border: none;
border-collapse: collapse;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
border: none;
border-collapse: collapse;
}