diff luk.css @ 81:8501f1b9bba3

Commonize some of the CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 12:00:53 +0300
parents
children 85068c8513b4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/luk.css	Wed Oct 24 12:00:53 2012 +0300
@@ -0,0 +1,37 @@
+body {
+	margin: 1em;
+	background: black;
+	color: white;
+
+	font-family: Verdana, Arial, helvetica, sans-serif;
+	font-size: 10pt;
+}
+
+a:active {
+	outline: none;
+}
+
+a:focus {
+	-moz-outline-style: none;
+}
+
+a, a:visited, a:active {
+	text-decoration: underline;
+	color: white;
+}
+
+#footer {
+	padding-top: 5pt;
+	font-size: 6pt;
+}
+
+#controls {
+	padding: 0px;
+	margin: 0px;
+}
+
+#controls table * {
+	padding: 0px;
+	margin: 0px;
+}
+