-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
72 lines (72 loc) · 1.46 KB
/
main.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
body{
font-family:Arial, Helvetica, sans-serif;
}
div.container {
width: 100%;
color: #0000cc;
}
header {
padding: 5px;
text-align: center;
background-color: #ffb84d;
}
header img{
vertical-align:middle
}
footer{
background-color: #ffb84d;
bottom:0;
}
footer ul{
list-style: none;
overflow: hidden;
}
footer li{
float: right;
padding: 8px;
border-right: 2px solid #e68a00;
}
nav {
float: left;
max-width: 160px;
margin: 0;
padding: 1em;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul a {
text-decoration: none;
}
nav li{
padding: 16px;
border-bottom: 2px solid #e68a00;
}
li.current-page{
color: #e68a00;
}
li.last-item {
border: none
}
article {
margin-left: 170px;
border-left: 1px solid gray;
padding: 1em;
overflow: hidden;
min-height: 390px;
}
p {
text-indent: 3em;
color: #0000cc;
}
a {
color: #0000cc;
text-decoration: none;
}
a:hover {
color: #e68a00;
}
.empty{
padding: 100px;
}