annotate alch.css @ 38:03d7fc455629

Improve potion listing mode.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Mar 2011 01:01:28 +0200
parents 888b5b6f07c1
children bb335b891605
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
1
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
2 body {
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
3 background: black;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
4 color: white;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
5 font-family: arial, helvetica;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
6 font-size: 10px;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
7 }
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
8
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
9 a {
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
10 color: white;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
11 text-decoration: none;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
12 }
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
13
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
14 a:visited {
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
15 color: white;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
16 text-decoration: none;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
17 }
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
18
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
19
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
20 th {
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
21 font-size: 10px;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
22 }
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
23
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
24 th.noframe {
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
25 border: 0px;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
26 }
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
27
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
28 td { font-size: 8px; text-align: center; }
35
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
29 td.tab { background: #000; font-size: 10px; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
30 td.atab { background: #888; font-size: 10px; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
31
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
32 td.nomatch { background: #888; border: solid #aaa 1px; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
33 td.nomark { background: #888; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
34 td.noclose { background: #008; color: yellow; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
35 td.close { background: #008; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
36 td.accepted { background: #080; }
9
71631fc7afad Update CSS stylesheet to match the code changes.
ccr@tnsp.org
parents: 1
diff changeset
37
35
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
38 td.pair { background: #fff; border: solid #00a 1px;}
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
39 td.pairno { background: #888; border: solid #00a 1px; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
40 td.pairnoclose { background: #008; border: solid #00a 1px; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
41 td.pairclose { background: #008; border: solid #00a 1px; }
9
71631fc7afad Update CSS stylesheet to match the code changes.
ccr@tnsp.org
parents: 1
diff changeset
42
35
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
43 table.potlist { width: 65%; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
44 table.potlist th { background: #777; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
45 table.potlist tr:hover td { background: #060; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
46 table.potlist tr:hover th { background: #080; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
47