forked from stephenjordan/stephenjordan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
newzoo.css
81 lines (69 loc) · 1.06 KB
/
newzoo.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
74
75
76
77
78
79
80
81
body, html {
margin:0;
padding:0;
color:#000;
background: #ECF7FD;
font-family: "arial", sans-serif;
}
img {
border:0;
}
#wrap {
width:1050px;
margin:0 auto;
background: white;
}
#header {
background: rgb(32, 115, 192);
margin-top: 15px;
padding: 10px;
color: white;
}
h1 {
position: relative;
left: 10px;
top: 3px;
font-weight: normal;
}
h1 {
margin:0;
}
#main {
float:left;
width:679px;
padding:10px;
background: white;
border-right-style: solid;
border-right-width: 1px;
border-right-color: black;
font-size: 15px;
line-height: 1.2;
}
h2 {
margin:0 0 1em;
}
#sidebar {
float:right;
width:320px;
padding:10px;
background: white;
font-size: 14px;
}
#footer {
clear:both;
padding:5px 10px 10px 10px;
background:#EEEEEE;
border-top-style: solid;
border-top-width: 1px;
border-top-color: black;
margin-bottom: 15px;
}
#footer p {
margin:0;
}
.navlist {
line-height: 1.5;
}
#notice {
background: #FECB65;
}