annotate alch.css @ 57:8c595c76fb82

Progress.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 Mar 2011 02:00:13 +0200
parents 95bcf7c1c080
children d553c76f91a2
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;
40
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
6 font-size: 12pt;
1
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.noframe {
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
21 border: 0px;
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
22 }
868229501554 Cleanup.
ccr@tnsp.org
parents: 0
diff changeset
23
40
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
24 table.mixtable { font-size: 10pt; }
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
25 td { text-align: center; }
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
26 td.tab { background: #000; font-size: 10pt; }
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
27 td.atab { background: #888; font-size: 10pt; }
35
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
28
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
29 td.nomatch { background: #888; border: solid #aaa 1px; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
30 td.nomark { background: #888; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
31 td.noclose { background: #008; color: yellow; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
32 td.close { background: #008; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
33 td.accepted { background: #080; }
9
71631fc7afad Update CSS stylesheet to match the code changes.
ccr@tnsp.org
parents: 1
diff changeset
34
35
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
35 td.pair { background: #fff; border: solid #00a 1px;}
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
36 td.pairno { background: #888; border: solid #00a 1px; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
37 td.pairnoclose { background: #008; border: solid #00a 1px; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
38 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
39
40
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
40 table.potlist { font-size: 12pt; }
35
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
41 table.potlist { width: 65%; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
42 table.potlist th { background: #777; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
43 table.potlist tr:hover td { background: #060; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
44 table.potlist tr:hover th { background: #080; }
888b5b6f07c1 Update stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 9
diff changeset
45
40
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
46 #info {
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
47 padding-bottom: 5pt;
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
48 color: #0e0;
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
49 }
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
50
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
51 #controls {
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
52 padding-top: 5pt;
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
53 padding-bottom: 5pt;
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
54 background: #555;
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
55 }
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
56
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
57 #controls a {
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
58 color: yellow;
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
59 }
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
60
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
61 #legend {
41
ebd29544477c More improvements in visual style, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 40
diff changeset
62 position: fixed;
40
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
63 right: 1em;
41
ebd29544477c More improvements in visual style, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 40
diff changeset
64 bottom: 0em;
40
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
65 font-size: 8pt;
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
66 padding: 2pt;
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
67 margin: 5pt;
41
ebd29544477c More improvements in visual style, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 40
diff changeset
68 background: black;
40
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
69 }
bb335b891605 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
70
48
95bcf7c1c080 Add CSS for docs.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
71 div.docs a {
95bcf7c1c080 Add CSS for docs.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
72 color: green;
95bcf7c1c080 Add CSS for docs.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
73 }
95bcf7c1c080 Add CSS for docs.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
74
95bcf7c1c080 Add CSS for docs.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
75 div.docs h1, div.docs h2 {
95bcf7c1c080 Add CSS for docs.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
76 background: #444;
95bcf7c1c080 Add CSS for docs.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
77 padding: 5pt;
95bcf7c1c080 Add CSS for docs.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
78 }
95bcf7c1c080 Add CSS for docs.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
79