view alch.css @ 35:888b5b6f07c1

Update stylesheet.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Mar 2011 21:52:10 +0200
parents 71631fc7afad
children bb335b891605
line wrap: on
line source


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.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.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; }

table.potlist { width: 65%; }
table.potlist th { background: #777; }
table.potlist tr:hover td { background: #060; }
table.potlist tr:hover th { background: #080; }