diff options
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css new file mode 100644 index 00000000..41a61780 --- /dev/null +++ b/css/style.css | |||
@@ -0,0 +1,35 @@ | |||
1 | body { | ||
2 | color: #222222; | ||
3 | font: 20px/1.3em Palatino,Georgia,serif; | ||
4 | background-color: #e6e6e6; | ||
5 | } | ||
6 | |||
7 | a, a:hover, a:visited { | ||
8 | color: #000; | ||
9 | } | ||
10 | header { | ||
11 | text-align: center; | ||
12 | } | ||
13 | |||
14 | #main { | ||
15 | margin: 0 auto; | ||
16 | } | ||
17 | |||
18 | #main ul#links { | ||
19 | padding: 0; | ||
20 | list-style-type: none; | ||
21 | text-align: center; | ||
22 | } | ||
23 | |||
24 | #main ul#links li { | ||
25 | display: inline; | ||
26 | padding: 15px; | ||
27 | } | ||
28 | |||
29 | #main a.tool { | ||
30 | text-decoration: none; | ||
31 | } | ||
32 | |||
33 | footer { | ||
34 | text-align: right; | ||
35 | } \ No newline at end of file | ||