-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (56 loc) · 849 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
header{
width: 100%;
background-color: #222222;
color: #dfdfdf;
}
html{
margin-left: 20px;
margin-right: 20px;
background-color: #747474;
font-family: Arial, Helvetica, sans-serif;
}
table{
width: 100%;
text-align: left;
}
th{
color: #ffffff;
}
td{
width: 50%;
text-align: left;
vertical-align: top;
}
footer{
position: relative;
left: 0;
bottom: 0;
width: 100%;
background-color: #222222;
color: #dfdfdf;
text-align: center;
}
a:link{
color: #b1b1b1;
}
a:visited{
color: #cecece;
}
#mainnav{
overflow: hidden;
background-color: #222222;
}
#mainnav li{
float: left;
display: block;
}
@media screen and (min-width: 40em){
#page{
max-width: 50em;
}
}
@media screen and (min-width: 64em){
#page{
max-width: 75em;
}
}