changeset 1:868229501554

Cleanup.
author ccr@tnsp.org
date Sat, 18 Dec 2010 16:27:41 +0200
parents a928c3c75c5f
children aca6e52b682e
files alch.css
diffstat 1 files changed, 39 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/alch.css	Sat Dec 18 16:24:11 2010 +0200
+++ b/alch.css	Sat Dec 18 16:27:41 2010 +0200
@@ -1,17 +1,39 @@
-body {background: black; color: white; font-family: arial,helvetica; font-size: 10px;}
-th {font-size: 10px;} 
-th.noframe {border: 0px;}
-a {color: white; text-decoration: none;} 
-a:visited {color: white; text-decoration: none;} 
-td {font-size: 8px; text-align: center;}
-td.no {background-color: #888888; border: solid #aaaaaa 1px;}
-td.nomark {background-color: #888888;}
-td.noclose {background-color: #000088;}
-td.close {background-color: #000088;}
-td.accept {background-color: #008800;}
-td.tab {font-size: 10px; background-color: #000000;}
-td.atab {font-size: 10px; background-color: #888888;}
-td.pair {border: solid #0000aa 1px;}
-td.pairno {border: solid #0000aa 1px; background-color: #888888;}
-td.pairnoclose {border: solid #0000aa 1px; background-color: #000088;}
-td.pairclose {border: solid #0000aa 1px; background-color: #000088;}
+
+body {
+	background: black;
+	color: white;
+	font-family: arial, helvetica;
+	font-size: 10px;
+}
+
+a {
+	color: white;
+	text-decoration: none;
+}
+
+a:visited {
+	color: white;
+	text-decoration: none;
+}
+
+
+th {
+	font-size: 10px;
+}
+
+th.noframe {
+	border: 0px;
+}
+
+td              { font-size: 8px; text-align: center; }
+td.no           { background-color: #888; border: solid #aaa 1px; }
+td.nomark       { background-color: #888; }
+td.noclose      { background-color: #008; }
+td.close        { background-color: #008; }
+td.accept       { background-color: #080; }
+td.tab          { background-color: #000; font-size: 10px; }
+td.atab         { background-color: #888; font-size: 10px; }
+td.pair         { border: solid #0000aa 1px;}
+td.pairno       { background-color: #888; border: solid #00a 1px; }
+td.pairnoclose  { background-color: #008; border: solid #00a 1px; }
+td.pairclose    { background-color: #008; border: solid #00a 1px; }