-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (66 loc) · 1.01 KB
/
style.css
File metadata and controls
78 lines (66 loc) · 1.01 KB
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
body {
font-family: Georgia, serif;
margin-top: 20px;
margin-left: 0px;
background-color: #808080;
}
#container {
width: 900px;
background-color : #ffffff;
margin-left : auto;
margin-right : auto;
margin-top : 0;
margin-bottom : 0;
border-top : 5px solid #c61a1a;
border-bottom : 5px solid #c61a1a;
}
#logo {
margin-left: 20px;
}
#quote {
font-size: 12px;
font-style: italic;
top: -80px;
margin-left: 370px;
position: relative;
}
#nav {
width: 200px;
background-color: #f2f2f2;
border-top : 1px solid #ccc;
border-bottom : 1px solid #ccc;
padding-left: 5px;
margin-left: 20px;
margin-bottom: 20px;
float: left;
}
#nav li {
list-style: none;
margin-left: -20px;
}
#content {
width: 580px;
min-height: 440px;
margin-left: 250px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border: 1px solid #ccc;
}
#temp {
display: none;
}
h2 {
font-size: 14px;
color: #333;
}
a {
font-size: 12px;
color: #c61a1a;
}
a:hover {
color: #e85353;
}
#ReservedWords {
position: relative;
}