-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
48 lines (39 loc) · 820 Bytes
/
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
body {
margin: 30px auto;
max-width: 80%;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px;
background-color: #eeeeee;
}
h1,h2,h3 {
line-height: 1.0;
text-align: center;
}
h2 {
font-weight: normal;
}
h3 {
text-align: left;
}
footer {
font-size: small;
}
.date {
color: #AAAAAA;
margin-right: 10px;
vertical-align: top;
width: 6.5em;
}
.rss {
width: 0.5em;
height: 0.5em;
}
table {
border-spacing: 0 10px;
}
a { text-decoration: none; color: #444477; font-weight: bold; }
a:hover { text-decoration: underline; }
a:visited { color: #664466; }
a:target { background-color: yellow }