changeset 81:8501f1b9bba3

Commonize some of the CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 12:00:53 +0300
parents 4faf9956741b
children c553ad61e9c2
files luk.css luk1.css luk2.css luk3.css luk4.css
diffstat 5 files changed, 41 insertions(+), 112 deletions(-) [+]
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;
+}
+
--- a/luk1.css	Wed Oct 24 08:55:49 2012 +0300
+++ b/luk1.css	Wed Oct 24 12:00:53 2012 +0300
@@ -1,16 +1,4 @@
-body {
-	margin: 1em;
-	background: black;
-	color: white;
-
-	font-family: Verdana, Arial, helvetica, sans-serif;
-	font-size: 10pt;
-}
-
-a, a:visited, a:active {
-	text-decoration: underline;
-	color: white;
-}
+@import url("luk.css");
 
 a:hover {
 	text-decoration: underline;
@@ -170,21 +158,6 @@
 	border: 1px solid gray;
 }
 
-#footer {
-	padding-top: 5pt;
-	font-size: 5pt;
-}
-
-#controls {
-	padding: 0px;
-	margin: 0px;
-}
-
-#controls table * {
-	padding: 0px;
-	margin: 0px;
-}
-
 #controls a {
 	padding: 5pt;
 	margin-bottom: 30pt;
--- a/luk2.css	Wed Oct 24 08:55:49 2012 +0300
+++ b/luk2.css	Wed Oct 24 12:00:53 2012 +0300
@@ -1,16 +1,4 @@
-body {
-	margin: 1em;
-	background-color: black;
-	color: white;
-
-	font-family: Verdana, Arial, helvetica, sans-serif;
-	font-size: 10pt;
-}
-
-a, a:visited, a:active {
-	text-decoration: underline;
-	color: white;
-}
+@import url("luk.css");
 
 a:hover {
 	text-decoration: underline;
@@ -148,21 +136,6 @@
 	border: 1px solid gray;
 }
 
-#footer {
-	padding-top: 5pt;
-	font-size: 5pt;
-}
-
-#controls {
-	padding: 0px;
-	margin: 0px;
-}
-
-#controls table * {
-	padding: 0px;
-	margin: 0px;
-}
-
 #controls a {
 	padding: 3pt;
 	margin-bottom: 30pt;
--- a/luk3.css	Wed Oct 24 08:55:49 2012 +0300
+++ b/luk3.css	Wed Oct 24 12:00:53 2012 +0300
@@ -1,16 +1,4 @@
-body {
-	margin: 1em;
-	background: black;
-	color: white;
-
-	font-family: Verdana, Arial, helvetica, sans-serif;
-	font-size: 10pt;
-}
-
-a, a:visited, a:active {
-	text-decoration: underline;
-	color: white;
-}
+@import url("luk.css");
 
 a:hover {
 	text-decoration: underline;
@@ -169,21 +157,6 @@
 	border: 1px solid gray;
 }
 
-#footer {
-	padding-top: 5pt;
-	font-size: 5pt;
-}
-
-#controls {
-	padding: 0px;
-	margin: 0px;
-}
-
-#controls table * {
-	padding: 0px;
-	margin: 0px;
-}
-
 #controls a {
 	padding: 5pt;
 	margin-bottom: 30pt;
--- a/luk4.css	Wed Oct 24 08:55:49 2012 +0300
+++ b/luk4.css	Wed Oct 24 12:00:53 2012 +0300
@@ -1,16 +1,4 @@
-body {
-	margin: 1em;
-	background: black;
-	color: white;
-
-	font-family: Verdana, Arial, helvetica, sans-serif;
-	font-size: 10pt;
-}
-
-a, a:visited, a:active {
-	text-decoration: underline;
-	color: white;
-}
+@import url("luk.css");
 
 a:hover {
 	text-decoration: underline;
@@ -170,21 +158,6 @@
 	border: 1px solid gray;
 }
 
-#footer {
-	padding-top: 5pt;
-	font-size: 5pt;
-}
-
-#controls {
-	padding: 0px;
-	margin: 0px;
-}
-
-#controls table * {
-	padding: 0px;
-	margin: 0px;
-}
-
 #controls a {
 	padding: 5pt;
 	margin-bottom: 30pt;