-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
107 lines (87 loc) · 1.12 KB
/
style.css
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
107
body {
font-family: Helvetica, Arial, sans-serif;
font-weight: 300;
margin: 2em 4em 0 4em;
line-height: 1.4;
}
strong {
font-weight: 400;
}
h1 {
text-align:left;
font-size:1.9em;
font-weight:normal;
color: #933;
}
h2 {
text-align:left;
font-size:1.6em;
font-weight:normal
}
h3 {
font-size:1.2em;
font-weight:normal;
}
#table_div {
margin-left: 0;
width:300px;
}
ul {
list-style-type:circle;
}
ul#stats {
background-color: #EEE;
padding: .8em;
}
ul#stats li {
margin: .3em;
list-style: none;
}
#footer {
text-align: center;
margin-top:1em;
margin-bottom:0;
background-color: #EEE;
font-size: 75%;
padding: .4em;
color: #666;
font-weight: 400;
}
#footer a {
color: #000;
text-decoration: none;
}
h1 a, h2 a, ul#stats li a {
text-decoration: none;
}
h2 a {
font-weight: 300;
}
a, a.small {
color: #933;
}
fieldset {
border: 1px solid #CCC;
margin-top: 1em;
}
.sp {
margin-top: 1em;
margin-bottom: 0;
}
legend {
color: #666;
}
.small {
font-size: 80%;
color: #666;
}
tt {
color: #999;
font-family: Helvetica, Arial, sans-serif;
}
.left {
float: left;
}
.right {
float: right;
}