changeset 35:888b5b6f07c1

Update stylesheet.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Mar 2011 21:52:10 +0200
parents 0989d8dab1df
children a1cdf0e63651
files alch.css
diffstat 1 files changed, 17 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/alch.css	Mon Mar 21 21:52:03 2011 +0200
+++ b/alch.css	Mon Mar 21 21:52:10 2011 +0200
@@ -26,16 +26,22 @@
 }
 
 td              { font-size: 8px; text-align: center; }
-td.tab          { background-color: #000; font-size: 10px; }
-td.atab         { background-color: #888; font-size: 10px; }
+td.tab          { background: #000; font-size: 10px; }
+td.atab         { background: #888; font-size: 10px; }
+
+td.nomatch      { background: #888; border: solid #aaa 1px; }
+td.nomark       { background: #888; }
+td.noclose      { background: #008; color: yellow; }
+td.close        { background: #008; }
+td.accepted     { background: #080; }
 
-td.nomatch      { background-color: #888; border: solid #aaa 1px; }
-td.nomark       { background-color: #888; }
-td.noclose      { background-color: #008; color: yellow; }
-td.close        { background-color: #008; }
-td.accepted     { background-color: #080; }
+td.pair         { background: #fff; border: solid #00a 1px;}
+td.pairno       { background: #888; border: solid #00a 1px; }
+td.pairnoclose  { background: #008; border: solid #00a 1px; }
+td.pairclose    { background: #008; border: solid #00a 1px; }
 
-td.pair         { background-color: #fff; border: solid #00a 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; }
+table.potlist { width: 65%; }
+table.potlist th { background: #777; }
+table.potlist tr:hover td { background: #060; }
+table.potlist tr:hover th { background: #080; }
+