-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbasic.css
More file actions
61 lines (42 loc) · 756 Bytes
/
basic.css
File metadata and controls
61 lines (42 loc) · 756 Bytes
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
/** HEADER **/
#header h1 {
font-size: 350%;
font-family: monospace;
font-weight: bold;
color: #aa4400;
padding: 80px 0px 0px 200px;
}
/** NAVBAR **/
#nav ul {
margin: 0px 10px 0px 0px;
height: 54px;
font-size: 10pt;
font-family: monospace;
}
#nav li {
padding: 10px 3px 0 3px;
list-style-type: none;
float: right;
background: url(navli.png) no-repeat;
text-indent: 30px;
padding: 30px 0px 0px 0px;
height: 24px;
}
#nav li:hover {
background: url(navlialt.png) no-repeat;
}
#nav a {
text-decoration: none;
color: #ffffff;
padding: 10px;
}
#nav a:hover {
color: #ff6600;
}
/** FOOTER **/
#footer p.copyright {
text-align: right;
padding: 50px 15px 0 0;
font-size: 90%;
color: #aa4400;
}