-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
64 lines (50 loc) · 903 Bytes
/
main.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
/* Liu Chuan's homepage layout */
/* Update on Jan 2008 */
body {
width: 500px;
margin: 0;
border: 0;
padding: 50px;
background: #000;
color: #fff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}
h1 { font-size: 18px; }
h1.notice {
color: #ff0000
}
h2 { font-size: 14px; }
a {
text-decoration: none;
color: #6c0;
padding-bottom: 1px;
border-bottom: 1px solid #666;
}
a:hover { border-bottom: 1px solid #06f; }
a:visited { color: #3c0; }
li {
margin-top: .5em;
margin-bottom: .5em;
}
dd {
margin-left: 6px;
margin-top: 5px;
margin-bottom: 5px;
color: #666;
}
pre {
font-family: "Consolas", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
font-size: 11px;
}
pre.code {
color: #acd373;
background: #444;
}
blockquote {
width: 480px;
color: #666;
}
::selection {
background: #a8d1ff;
}