-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (54 loc) · 887 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
56
57
body {
max-width:1024px;
min-width:600px;
margin-left:20px;
}
div.section {
margin-top:30px;
}
img.portrait {
float:left;
margin-right:20px;
}
div.intro {
background-color: #E0E8EC;
text-align:justify;
height:200px;
}
#pageHeader {
background: url(bgWoman.jpg) no-repeat top;
width: 566px;
height: 200px;
}
#menu p, #menu li {
font: small/1.6em tahoma, verdana, sans-serif;
text-indent: 0;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu li {
color: #fff;
padding: 5px 0 0 0px;
margin:5px 0px 0px 0px;
display: inline;
}
#menu li a {
display: inline;
border: none;
color: #707F7F;
text-decoration: none;
font-weight: bold;
margin-left: -12px;
padding-left: 12px;
}
#menu li a:hover {
color: #606F6F;
text-decoration: underline;
}
li {
text-align:left;
margin:5px 0px 0px 0px;
}