-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
89 lines (76 loc) · 1.31 KB
/
styles.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
body {
display:block;
font-family: verdana, arial, helvetica, sans-serif;
color:#000000;
font-size:0.85em;
margin-top:2em;
margin-left:2em;
}
p {
margin:0em;
}
a {
text-decoration:none;
}
h1 {
margin-bottom:0.2em;
}
h2 {
margin-bottom:0.1em;
font-size:1.0em;
}
#header {
margin-left: 9.2em;
margin-bottom: 1em;
}
#header p {
margin-left:1em;
margin-bottom:0em;
padding:0px;
}
#content {
border:5px solid #D0D0D0;
min-height:15em;
min-width: 60em;
max-width: 60em;
float:left;
padding:1em;
background-color:#D0D0D0;
margin:2px;
border:1px solid #000000;
}
#content a:link,
#menu {
float:left;
}
#menu ul {
list-style-type:none;
margin:0em 0em 0em 0em;
padding:0px;
}
#menu a:link, #menu a:visited
{
display:block;
color:#000000;
width:8em;
height:2em;
text-align:center;
padding:4px;
text-decoration:none;
line-height:25px;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
margin:2px;
}
#menu a:hover, #menu a:active
{
color:#000000;
background-color:#A0A0A0;
}
#current {
background-color:#D0D0D0;
border-left:5px solid #D0D0D0;
border-right:5px solid #D0D0D0;
}