-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (59 loc) · 797 Bytes
/
style.css
File metadata and controls
60 lines (59 loc) · 797 Bytes
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
body
{
line-height: 1.6em;
}
#stats
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
width: 480px;
text-align: left;
border-collapse: collapse;
}
#stats th
{
font-size: 13px;
font-weight: normal;
padding: 8px;
background: #b9c9fe;
border-top: 4px solid #aabcfe;
border-bottom: 1px solid #fff;
color: #039;
}
#stats tbody tr {
background-attachment:fixed;
}
#stats tr
{
background: #e8edff;
border-bottom: 1px solid #fff;
color: #669;
border-top: 1px solid transparent;
}
#stats td
{
padding: 8px;
}
#stats tr:hover td
{
background: #d0dafd;
color: #339;
}
#stats img
{
padding-right: 6px;
}
#stats a:link,
#stats a:visited
{
text-decoration: none;
color: black;
}
#stats a:hover
{
color: #00E;
}
#stats a:active
{
color: red;
}