-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_g_sicp.css
65 lines (52 loc) · 893 Bytes
/
_g_sicp.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
body {
background: url('http://pathg.com/i/91808.png') #333;
max-width: 700px;
margin: 0 auto;
padding: 10px 10px 10px 10px;
font: 16px/22px Georgia, serif;
color: #aaa;
}
body > div{
padding: 5px 15px;
background-color: rgba(0,0,0,.3);
}
h1, h2, h3, h4 {
color: #008C9E;
font-family: Helvetica Neue, Helvetica, sans-serif;
}
h1 {
margin: 20px 0 30px 0;
text-align: center;
}
h2 {
border-bottom: 2px solid black;
}
dt {
padding-bottom: 2px;
}
a {
text-decoration: none;
color: #00DFFC;
}
a:hover {
text-decoration; none;
border-bottom: 1px solid #00DFFC;
}
a:visited:hover {
text-decoration: none;
color: #005F6B;
border-bottom: 1px solid #005F6B;
}
ul, ol {
list-style: disc;
}
p.code {
font-family: Droid Sans Mono, Deja Vu Sans Mono, monospace;
background-color: rgba(0,0,0,.3);
padding: 5px;
margin: 10px 0;
}
pre {
color: #ddd;
font-size: 10px;
}