view alch.css @ 41:ebd29544477c

More improvements in visual style, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Mar 2011 16:15:16 +0200
parents bb335b891605
children 95bcf7c1c080
line wrap: on
line source


body {
	background: black;
	color: white;
	font-family: arial, helvetica;
	font-size: 12pt;
}

a {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}


th.noframe {
	border: 0px;
}

table.mixtable  { font-size: 10pt; }
td              { text-align: center; }
td.tab          { background: #000; font-size: 10pt; }
td.atab         { background: #888; font-size: 10pt; }

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 { font-size: 12pt; }
table.potlist { width: 65%; }
table.potlist th { background: #777; }
table.potlist tr:hover td { background: #060; }
table.potlist tr:hover th { background: #080; }

#info {
	padding-bottom: 5pt;
	color: #0e0;
}

#controls {
	padding-top: 5pt;
	padding-bottom: 5pt;
	background: #555;
}

#controls a {
	color: yellow;
}

#legend {
	position: fixed;
	right: 1em;
	bottom: 0em;
	font-size: 8pt;
	padding: 2pt;
	margin: 5pt;
	background: black;
}