forked from ctb/www-ged.msu.edu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
113 lines (96 loc) · 1.81 KB
/
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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body {
# background: #FFF url('dna-abstract.jpg') no-repeat top left fixed;
margin: 0 0 20px 0;
padding: 0;
font-family: Verdana, sans-serif;
font-size: 0.95em;
color: #000;
line-height: 1.5em;
}
#header {
width: 80%;
background:transparent;
margin: 0 auto;
padding: 0;
height: 165px;
}
#header h1 {
padding: 30px 0;
color: #888;
font-size: 1.4em;
letter-spacing: 3px;
margin: 0;
text-align: right;
}
#nav {
position: absolute;
top: 145px;
left: 10%;
width: auto;
padding: 0;
margin: 0 auto;
font: bold 13px Verdana, sans-serif;
height: 25px;
}
#nav li {
list-style: none;
margin: 0;
padding: 0;
display: inline;
}
#nav li a {
padding: 3px;
margin: 0;
border: 1px solid #B78E96;
border-bottom: none;
background: transparent url(images/trans6.gif) repeat;
text-decoration: none;
}
#nav li a:link { color: #444; }
#nav li a:visited { color: #444; }
#nav li a:hover {
color: #fff;
background: transparent url(images/trans7.gif) repeat;
}
#nav li a#current {
background: transparent url(images/trans7.gif) repeat;
border-bottom: 1px solid #999;
}
#container {
background: transparent url('images/trans5.gif') repeat;
width: 80%;
margin: 0 auto;
padding: 0;
}
#content {
margin: 0;
padding: 40px;
}
#content li {
font: bold 15px Verdana, sans-serif;
}
#footer {
background: transparent;
padding: 5px 10px 2px 0;
text-align: right;
font-size: 0.75em;
clear: both;
line-height: 1.15em;
}
a, a:visited {
background: transparent;
color: #333;
border-bottom: 1px solid #888;
text-decoration: none;
}
a:hover, a:active {
background: transparent;
color: #666;
}
h2 {
color: #666;
border-bottom: 1px solid #666;
margin: 0;
padding: 10px 0 1px 0;
font-size: 1.2em;
}