-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (61 loc) · 877 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
* { padding:0; margin:0; }
body {
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
}
h1 {
font-size:25px;
padding-bottom:10px;
padding-top:10px;
text-align:center;
}
table {
border:0px;
}
th {
text-align:left
}
td {
width:150px;
}
#audio {
text-align:center;
}
#header {
position:relative;
width:100%;
}
#wrapper {
margin:0 auto;
width:600px;
}
#menu ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
position:relative;
display:block;
height:36px;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
border-bottom:4px solid #555555;
border-top:1px solid #919191;
}
#menu li{
display:block;
float:left;
margin:0;
padding:0;
}
#menu li a{
display:block;
float:left;
color:#8c3a3a;
text-decoration:none;
font-weight:bold;
padding:12px 20px 0 20px;
height:24px;
}
.clear { clear:both; background:none; }