summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-07 16:55:28 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-07 16:55:28 +0200
commit38857a608bab2ea5eb65bfc1c4614033dbf78597 (patch)
tree04a3000340dba8f1dcb99199759b29744cb8b230 /static/css/main.css
downloadwww-38857a608bab2ea5eb65bfc1c4614033dbf78597.tar.gz
www-38857a608bab2ea5eb65bfc1c4614033dbf78597.tar.bz2
www-38857a608bab2ea5eb65bfc1c4614033dbf78597.zip
initial commit
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css40
1 files changed, 40 insertions, 0 deletions
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;
+}
+