forked from zilongshanren/programmers-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
73 lines (71 loc) · 1.11 KB
/
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
65
66
67
68
69
70
71
72
73
html {
}
body {
background-color: #fdf6e3;
margin-left: 45px;
margin-top: 15px;
margin-bottom: 0px;
margin-right: 0px;
font-family: Georgia, Palatino, serif;
color: #444444;
line-height: 1.2; /*Jason was 1 */
max-width: 960px;
padding: 30px; /* Jason was 30 */
}
code {
background-color: #eee8d5;
padding: 2px;
}
#wrap {
width:960px;
height: 100%;
/*margin:0 auto; */
}
#preview_col {
float:left;
width:35px;
padding-top:30px;
padding-right:30px;
}
#left_col {
float:left;
width:250px;
}
#right_col {
float:right;
width:640px; /* Jason was 650 */
height:100%;
}
a {
color: #b58900;
margin: 0;
padding: 0;
vertical-align: baseline;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #cb4b16;
}
a:visited {
color: #cb4b16;
}
ul, ol {
padding: 0;
margin: 0;
list-style-type: none;
}
li {
line-height: 24px;
list-style-type: none;
}
li ul, li ul {
height: 1%;
list-style-type: none;
margin-left: 24px;
display: block;
padding: 5px 10px;
color: #59503e;
text-decoration: none;
font-weight: bold;
}