From 38857a608bab2ea5eb65bfc1c4614033dbf78597 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Sat, 7 Jul 2012 16:55:28 +0200 Subject: initial commit --- static/css/main.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 static/css/main.css (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css new file mode 100644 index 0000000..4c84afd --- /dev/null +++ b/static/css/main.css @@ -0,0 +1,40 @@ +body { + width: 100%; + margin: auto; + padding: 20px 0px; + font-family: 'Helvetica Neue', Helvetica, Arial; +} + +#header h1 { + float: left; +} + +#header img { + height: 80px; +} + +#header ol li { + float: right; + list-style-type: none; + line-height: 80px; + font-size: 120%; +} + +#services li { + list-style-type: none; + vertical-align: bottom; +} + +footer { + text-align: center; +} + +a { + text-decoration: none; + color: #055580; +} + +a:hover { + color: #0777A0; +} + -- cgit v1.2.3-1-g7c22