annotate luk2.css @ 70:8109809f67cb

Fix "clactive" cell state in stylesheets.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 04:28:25 +0300
parents ee2d16f9b204
children 7dd647a01fb6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
1 body {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
2 margin: 1em;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
3 background-color: black;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
4 color: white;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
5
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
6 font-family: Verdana, Arial, helvetica, sans-serif;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
7 font-size: 10pt;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
8 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
9
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
10 a, a:visited, a:active {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
11 text-decoration: underline;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
12 color: white;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
13 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
14
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
15 a:hover {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
16 text-decoration: underline;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
17 color: #555;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
18 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
19
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
20 h1, h2, h3 {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
21 font-family: Arial, sans-serif;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
22 font-weight: normal;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
23 color: #eee;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
24 background: #888;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
25 padding: 4px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
26 padding-bottom: 8px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
27 text-shadow: 2px 2px 2px #000;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
28 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
29
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
30
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
31 #csssel {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
32 position: absolute;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
33 right: 1em;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
34 top: 1em;
50
2be3eec4c7a5 Adjust css selector font size.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
35 font-size: 6pt;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
36 background: #555;
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
37 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
38 -moz-border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
39 border-radius: 5pt;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
40 text-shadow: 1px 1px 1px #000;
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
41 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
42
56
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
43 #ctitle {
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
44 text-align: right;
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
45 font-size: 8pt;
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
46 }
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
47
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
48 #csssel a {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
49 padding: 2pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
50 color: #ccc;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
51 text-decoration: none;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
52 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
53
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
54 #csssel a:hover {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
55 text-decoration: underline;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
56 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
57
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
58 #clang {
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
59 text-align: right;
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
60 font-weight: bold;
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
61 }
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
63 #clang a {
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
64 color: #0f0;
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
65 }
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
66
45
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
67 table {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
68 border: 0px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
69 padding: 0px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
70 margin: 0px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
71 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
72
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
73 tr {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
74 border: 0px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
75 padding: 0px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
76 margin: 0px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
77 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
78
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
79 table.timetable th {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
80 padding: 2px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
81 margin: 2px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
82 background: #444;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
83 text-align: center;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
84 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
85
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
86 td {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
87 padding: 4px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
88 margin: 2px;
61
deca85fd0941 Adjustments in the stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 56
diff changeset
89 // background: #555;
45
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
90 color: #ccc;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
91 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
92
1
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 table.timetable {
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 font-size: 10pt;
61
deca85fd0941 Adjustments in the stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 56
diff changeset
95 background: #222;
1
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 }
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97
45
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
98 table.timetable td > a, table.timetable td > a:visited, table.timetable td > a:active {
1
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 text-decoration: none;
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 text-shadow: 2px 2px 2px #000;
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 color: #fff;
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 }
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103
45
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
104 table.timetable td > a:hover {
1
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 color: yellow;
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 }
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 th.hours {
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 white-space: nowrap;
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 }
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 table.timetable * table {
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 width: 100%;
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 height: 100%;
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 }
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117
25
a076d8d22422 Fix string parsing in the HTML parser.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
118 table.timetable tr:hover th {
a076d8d22422 Fix string parsing in the HTML parser.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
119 color: red;
a076d8d22422 Fix string parsing in the HTML parser.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
120 }
a076d8d22422 Fix string parsing in the HTML parser.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
121
1
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 td.clgrouped, td.clgrouped * td {
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 background: #454;
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 }
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125
56
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
126 td.clnothing, td.clnothing * td {
1
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 }
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128
56
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
129 td.clnormal, td.clnormal * td {
61
deca85fd0941 Adjustments in the stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 56
diff changeset
130 background: #555;
1
21fde93375e9 Add beta code.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131 }
5
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
132
70
8109809f67cb Fix "clactive" cell state in stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 62
diff changeset
133 td.clactive {
56
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
134 border: 1px solid white;
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
135 }
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
136
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
137
5
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
138 div.nhours {
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
139 text-align: right;
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
140 }
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
141
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
142 div.nhours span {
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
143 background: black;
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
144 padding: 2pt;
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
145 border: 1px solid gray;
3d6a83eaa2ba Improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
146 }
18
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
147
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
148 #footer {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
149 padding-top: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
150 font-size: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents: 45
diff changeset
151 }
45
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
152
18
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
153 #controls {
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
154 padding: 0px;
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
155 margin: 0px;
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
156 }
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
157
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
158 #controls table * {
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
159 padding: 0px;
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
160 margin: 0px;
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
161 }
e0f1a5861f28 Fixes, cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 5
diff changeset
162
45
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
163 #controls a {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
164 padding: 3pt;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
165 margin-bottom: 30pt;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
166 border: 1px solid white;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
167 -moz-border-radius: 8px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
168 border-radius: 8px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
169 text-decoration: none;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
170 color: white;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
171 background: #657;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
172 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
173
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
174 #controls a:hover {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
175 background: white;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
176 color: black;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
177 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
178
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
179 #controls select {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
180 background: white;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
181 border: 1px solid black;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
182
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
183 padding: 5pt;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
184 -moz-border-radius: 8px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
185 border-radius: 8px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
186 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
187
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
188 #controls input.submit {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
189 color: white;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
190 background: #686;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
191 border: 1px solid white;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
192
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
193 padding: 5pt;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
194 -moz-border-radius: 8px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
195 border-radius: 8px;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
196 }
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
197
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
198 #controls input.submit:hover {
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
199 background: white;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
200 color: black;
d8a1e85b8dda Change the visual style a tiny bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 25
diff changeset
201 }