# HG changeset patch # User Matti Hamalainen # Date 1300737130 -7200 # Node ID 888b5b6f07c1c253e8ad0f349548b7f56d80b622 # Parent 0989d8dab1df39d85db0d799371ebd77c3fe727d Update stylesheet. diff -r 0989d8dab1df -r 888b5b6f07c1 alch.css --- 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; } +