diff fap.css @ 106:324f3a415237

Add extra HTML + sponsors box to layout.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Oct 2013 22:11:40 +0300
parents 53b35cb4111b
children 3ed09527e348
line wrap: on
line diff
--- a/fap.css	Mon Oct 21 16:26:42 2013 +0300
+++ b/fap.css	Mon Oct 21 22:11:40 2013 +0300
@@ -96,6 +96,27 @@
 	box-shadow: 8px 8px 16px #000;
 }
 
+
+#sponsors {
+	position: fixed;
+	top: auto;
+	bottom: 1em;
+	left: 0.5em;
+	right: 1em;
+	margin: 0px;
+	padding: 5pt;
+	width: 8em;
+
+	color: #0f0;
+	text-shadow: 0px 0px 3px #0f0;
+
+	font-family: Impact;
+	font-size: 15pt;
+
+	text-align: center;
+}
+
+
 #menu div {
 	text-align: center;
 	font-size: 20pt;