# HG changeset patch # User Matti Hamalainen # Date 1351069253 -10800 # Node ID 8501f1b9bba374ba6cf420a487623aa4dd293ca7 # Parent 4faf9956741b8f722cb7faa91b7523a50c21402e Commonize some of the CSS. diff -r 4faf9956741b -r 8501f1b9bba3 luk.css --- /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; +} + diff -r 4faf9956741b -r 8501f1b9bba3 luk1.css --- 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; diff -r 4faf9956741b -r 8501f1b9bba3 luk2.css --- 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; diff -r 4faf9956741b -r 8501f1b9bba3 luk3.css --- 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; diff -r 4faf9956741b -r 8501f1b9bba3 luk4.css --- 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;