comparison alch.css @ 40:bb335b891605

Various improvements.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Mar 2011 13:58:48 +0200
parents 888b5b6f07c1
children ebd29544477c
comparison
equal deleted inserted replaced
39:15a25bb0a694 40:bb335b891605
1 1
2 body { 2 body {
3 background: black; 3 background: black;
4 color: white; 4 color: white;
5 font-family: arial, helvetica; 5 font-family: arial, helvetica;
6 font-size: 10px; 6 font-size: 12pt;
7 } 7 }
8 8
9 a { 9 a {
10 color: white; 10 color: white;
11 text-decoration: none; 11 text-decoration: none;
15 color: white; 15 color: white;
16 text-decoration: none; 16 text-decoration: none;
17 } 17 }
18 18
19 19
20 th {
21 font-size: 10px;
22 }
23
24 th.noframe { 20 th.noframe {
25 border: 0px; 21 border: 0px;
26 } 22 }
27 23
28 td { font-size: 8px; text-align: center; } 24 table.mixtable { font-size: 10pt; }
29 td.tab { background: #000; font-size: 10px; } 25 td { text-align: center; }
30 td.atab { background: #888; font-size: 10px; } 26 td.tab { background: #000; font-size: 10pt; }
27 td.atab { background: #888; font-size: 10pt; }
31 28
32 td.nomatch { background: #888; border: solid #aaa 1px; } 29 td.nomatch { background: #888; border: solid #aaa 1px; }
33 td.nomark { background: #888; } 30 td.nomark { background: #888; }
34 td.noclose { background: #008; color: yellow; } 31 td.noclose { background: #008; color: yellow; }
35 td.close { background: #008; } 32 td.close { background: #008; }
38 td.pair { background: #fff; border: solid #00a 1px;} 35 td.pair { background: #fff; border: solid #00a 1px;}
39 td.pairno { background: #888; border: solid #00a 1px; } 36 td.pairno { background: #888; border: solid #00a 1px; }
40 td.pairnoclose { background: #008; border: solid #00a 1px; } 37 td.pairnoclose { background: #008; border: solid #00a 1px; }
41 td.pairclose { background: #008; border: solid #00a 1px; } 38 td.pairclose { background: #008; border: solid #00a 1px; }
42 39
40 table.potlist { font-size: 12pt; }
43 table.potlist { width: 65%; } 41 table.potlist { width: 65%; }
44 table.potlist th { background: #777; } 42 table.potlist th { background: #777; }
45 table.potlist tr:hover td { background: #060; } 43 table.potlist tr:hover td { background: #060; }
46 table.potlist tr:hover th { background: #080; } 44 table.potlist tr:hover th { background: #080; }
47 45
46 #info {
47 padding-bottom: 5pt;
48 color: #0e0;
49 }
50
51 #controls {
52 padding-top: 5pt;
53 padding-bottom: 5pt;
54 background: #555;
55 }
56
57 #controls a {
58 color: yellow;
59 }
60
61 #legend {
62 background: black;
63 position: absolute;
64 right: 1em;
65 bottom: 1em;
66 font-size: 8pt;
67 padding: 2pt;
68 margin: 5pt;
69 }
70