-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
106 lines (94 loc) · 1.5 KB
/
style.css
File metadata and controls
106 lines (94 loc) · 1.5 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
98
99
100
101
102
103
104
105
106
body
{
line-height: 1.6em;
font-family: "Helvetica Neue", "Helvetica", Sans-Serif;
}
h2
{
border-bottom: 10px solid rgb(220,238,238);
color: #FFFFFF;
background: #000000;
padding: 8px;
}
h3
{
color: #444444;
}
#detail-table
{
font-size: 12px;
text-align: left;
border-collapse: collapse;
}
#detail-table th
{
font-size: 13px;
font-weight: normal;
padding: 8px;
background: #000000;
border-bottom: 1px solid #fff;
color: #FFFFFF;
font-weight: bold;
}
#detail-table td
{
padding: 8px;
background: #eeeeee;
border-bottom: 1px solid #fff;
color: #444444;
border-top: 1px solid transparent;
}
#detail-table tr:hover td
{
background: rgb(220,238,238);
color: #000000;
}
#date-table
{
font-size: 12px;
margin-bottom: 45px;
margin-top: 20px;
width: 480px;
text-align: center;
border-collapse: collapse;
border-top: 7px solid #000000;
border-bottom: 7px solid #000000;
}
#date-table th
{
font-size: 13px;
font-weight: normal;
padding: 8px;
background: #000000;
border-left: 1px solid #000000;
border-top: 1px solid #cccccc;
color: #ffffff;
font-weight: bold;
}
#date-table td
{
padding: 8px;
background: #eeeeee;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
color: #444444;
}
table.chart-table
{
border-collapse: collapse;
}
td.chart-table-td
{
color: #444444;
vertical-align: bottom;
text-align: center;
background: #eeeeee;
font-size: smaller;
}
div.chart-table-column
{
position: relative;
overflow: hidden;
white-space: nowrap;
line-height: 1.2em;
}