From 01933716ff9d0d8a6d7fd3d9c6b972ae0b24c07e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 16 Feb 2013 01:02:37 +0100 Subject: [PATCH] Add page footer --- public_html/static/css/style.css | 30 ++++++++++++++++++++++++++++++ public_html/templates/layout.tpl | 6 ++++++ 2 files changed, 36 insertions(+) diff --git a/public_html/static/css/style.css b/public_html/static/css/style.css index 66b1f92..c32660a 100644 --- a/public_html/static/css/style.css +++ b/public_html/static/css/style.css @@ -194,3 +194,33 @@ p.pledge padding-left: 15px; padding-top: 10px; } + +.footer +{ + margin-top: 16px; + font-size: 15px; + margin-bottom:24px; + text-align: right; +} + +.footer a +{ + color: #008600; + text-decoration: none; +} + +.footer a:after +{ + content: " | "; + color: silver; +} + +.footer a:hover +{ + color: black; +} + +.footer a:nth-last-child(1):after +{ + content: ""; +} diff --git a/public_html/templates/layout.tpl b/public_html/templates/layout.tpl index 5492381..cd341fa 100644 --- a/public_html/templates/layout.tpl +++ b/public_html/templates/layout.tpl @@ -16,6 +16,12 @@
{%?contents}
+