From 1a268ba710b2cdb4ede98af3368c43d66c4c5e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 3 Apr 2013 15:14:01 +0200 Subject: first commit --- css/style.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 css/style.css (limited to 'css/style.css') 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 @@ +body { + color: #222222; + font: 20px/1.3em Palatino,Georgia,serif; + background-color: #e6e6e6; +} + +a, a:hover, a:visited { + color: #000; +} +header { + text-align: center; +} + +#main { + margin: 0 auto; +} + +#main ul#links { + padding: 0; + list-style-type: none; + text-align: center; +} + +#main ul#links li { + display: inline; + padding: 15px; +} + +#main a.tool { + text-decoration: none; +} + +footer { + text-align: right; +} \ No newline at end of file -- cgit v1.2.3