-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
60 lines (54 loc) · 1004 Bytes
/
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
/*
Created by Keith Donegan of Code-Sucks.com
E-Mail: [email protected]
You can do whatever you want with these layouts,
but it would be greatly appreciated if you gave a link
back to http://www.code-sucks.com
Modified by Chess Griffin <[email protected]>
*/
* { padding: 0; margin: 0; }
body {
font-family: 'Play', sans-serif;
/*font-family: sans-serif;*/
font-size: 16px;
}
a:link {
color: #638468;
}
a:visited, a:hover {
color: #2a5022;
}
#wrapper {
margin: 0 auto;
width: 922px;
}
#content {
width: 900px;
color: #333;
border: 1px solid #ccc;
background: #f2f2e6;
margin: 10px 0px 10px 0px;
padding: 10px;
height: 100%;
}
p {
margin: 5px 5px 10px 5px;
}
ol,ul {
margin-left: 20px;
padding-left: 10px;
}
li {
margin-bottom:3px;
}
#screenshots {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.image {
}
#footer {
font-size: 12px;
text-align: center;
}