-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
55 lines (55 loc) · 884 Bytes
/
style.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
body {
font-family:Arial;
background:White;
font-size:14px;
}
a:link, a:visited {
text-decoration: none;
color:#2a496f;
}
h1, h3 {
color:#8b0000;
font-size:20px;
}
#header {
border-top: 1px solid;
border-bottom: 1px solid;
}
#header li {
display: inline;
}
#header a:link, #header a:visited {
text-decoration: none;
background: LightSlateGrey;
color: black;
}
#footer {
border-top: 1px solid;
border-bottom: 1px solid;
text-align: center;
color: white;
background: #00338B;
}
#footer li {
display: inline;
color: white;
}
#footer a:link, #footer a:visited {
text-decoration: none;
color: white;
}
#sidebar {
position:absolute;
top: 0;
left: 0;
width: 220px;
margin: 0;
padding: 0;
}
#xmain {
position: absolute;
top: 0;
left: 225px;
margin: 0;
padding: 0;
}