annotate fap.css @ 120:2c594958050e

Make test vote keys "testN" where N >= 1
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Oct 2013 14:22:26 +0300
parents 324f3a415237
children 3ed09527e348
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
1 /*
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
2 http://colorschemedesigner.com/#0351ZuJm6iKUB
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
3 */
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
4
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 html {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 -webkit-backface-visibility: hidden;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 body {
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
10 font-family: monospace;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 font-size: 12pt;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
12 color: black;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 margin: 0px;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 padding: 0px;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
15 background: black url(img/grid.png);
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 img {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 border: none;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 a:hover {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 text-decoration: underline;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 a:active {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 outline: none;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 a:focus {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 outline-style: none;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 a, a:visited, a:active {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 text-decoration: underline;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 color: white;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 #contents {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 position: absolute;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 width: 100%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 height: 100%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 #header h1 {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 margin: 0px;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 #header {
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
50 position: fixed;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
51 top: 0em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
52 left: 0em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
53 right: 0em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
54 height: 4em;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 margin: 0px;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
56 padding: 0.25em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
57
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
58 color: white;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
59
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 font-family: Impact;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 font-size: 20pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 text-align: center;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
64
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
65 border-radius: 5pt;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
66 border: 5pt dashed rgba(0,0,0,0.2);
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 .logo {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 font-size: 30pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 #menu {
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
74 position: fixed;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
75 top: 10em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
76 left: 0.5em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
77 right: 1em;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
78 min-height: 10em;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 margin: 0px;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 padding: 5pt;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
81 width: 8em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
82
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
83 color: #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
84 text-shadow: 0px 0px 3px #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
85
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
86 background: rgba(0,0,0,0.6);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
87 border-top: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
88 border-left: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
89 border-right: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
90 border-bottom: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
91
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
92 font-family: Impact;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
93 font-size: 15pt;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
94
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
95 border-radius: 5pt;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
96 box-shadow: 8px 8px 16px #000;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
97 }
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
98
106
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
99
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
100 #sponsors {
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
101 position: fixed;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
102 top: auto;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
103 bottom: 1em;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
104 left: 0.5em;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
105 right: 1em;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
106 margin: 0px;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
107 padding: 5pt;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
108 width: 8em;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
109
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
110 color: #0f0;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
111 text-shadow: 0px 0px 3px #0f0;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
112
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
113 font-family: Impact;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
114 font-size: 15pt;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
115
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
116 text-align: center;
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
117 }
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
118
324f3a415237 Add extra HTML + sponsors box to layout.
Matti Hamalainen <ccr@tnsp.org>
parents: 102
diff changeset
119
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
120 #menu div {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
121 text-align: center;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
122 font-size: 20pt;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 #menu a {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 text-decoration: none;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 padding: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 margin: 5pt;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
129 background: rgba(0,50,0,0.7);
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
130
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
131 color: #0d0;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
132 text-shadow: 0px 0px 3px #0f0;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
133
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
134 border-top: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
135 border-left: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
136 border-right: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
137 border-bottom: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
138
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
139 text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
140
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
141 box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
142 border-top-right-radius: 10pt;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
143 border-bottom-left-radius: 10pt;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
144 display: block;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
145
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
146 transition: all 0.3s;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 #menu a:hover {
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
150 background: rgba(0,50,0,0.4);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
151 color: #fff;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
152 box-shadow: 2px 2px 4px rgba(0,255,0,0.5) inset, -2px -2px 4px rgba(0,255,0,0.5) inset;
102
53b35cb4111b Animate a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 53
diff changeset
153 margin-left: 1pt;
53b35cb4111b Animate a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 53
diff changeset
154 margin-right: 1pt;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
155 }
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
156
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
157 #infobox {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
158 position: fixed;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
159 top: 8.5em;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
160 left: 12em;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
161 min-width: 10em;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
162
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
163 margin: 0px;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
164 padding: 5pt;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
165
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
166 z-index: 15;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
167
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
168 font-family: Impact;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
169 font-size: 15pt;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
170 text-align: center;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
171 color: #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
172 text-shadow: 0px 0px 3px #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
173
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
174 background: rgba(0,0,0,0.6);
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
175 border-top: 2pt solid #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
176 border-left: 2pt solid #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
177 border-right: 2pt solid #060;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
178 border-bottom: 2pt solid #060;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
179
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
180 border-radius: 5pt;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
181 box-shadow: 8px 8px 16px #000;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 #date {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
185 font-size: 15pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 text-align: right;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
187 position: absolute;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188 right: 0.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 top: 0.5em;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
190
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
191 padding: 5pt;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
192
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
193 background: rgba(0,0,0,0.6);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
194 border-top: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
195 border-left: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
196 border-right: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
197 border-bottom: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
198
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
199 border-radius: 5pt;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
200 box-shadow: 8px 8px 16px #000;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
201 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
202
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
203 #maincontent {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
204 position: fixed;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
205 left: 13em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
206 right: 1em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
207 top: 12em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
208 bottom: 1em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
209 padding: 1em;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
210 margin: 0px;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
211 background: rgba(0,0,0,0.8);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
212
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
213 border: 1pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
214
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
215 box-shadow: 4px 4px 4px rgba(0,255,0,0.7), -4px -4px 4px rgba(0,255,0,0.7), 8px 8px 32px rgba(0,255,0,0.4) inset;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
216
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
217 text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
218 -moz-border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
219 border-radius: 8pt;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
220 color: white;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
221 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
222
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
223 #maincontent > div {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
224 width: 100%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
225 height: 100%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
226 overflow-y: auto;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
227 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
228
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
229 #maincontent h1, #maincontent h2 {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
230 margin: 0px;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
231 margin-top: 1em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
232 padding: 2pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
233 padding-left: 1em;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
234 background: rgba(0,255,0,0.3);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
235 border-bottom: 2px solid rgba(0,0,0,0.2);
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
236 -moz-border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
237 border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
238 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
239
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
240 #maincontent h1 {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
241 margin: 0px;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
242 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
243
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
244 div.newsitem {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
245 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
246
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
247 div.newsitem div.text {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
248 margin-top: 0.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
249 margin-left: 1.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
250 margin-right: 1.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
251 padding-bottom: 1em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
252 border-bottom: 1px dotted white;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
253 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
254
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
255 div.newsitem div.sig {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
256 padding: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
257 font-family: Impact;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
258 text-align: right;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
259 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
260
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
261
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
262
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
263
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
264 table.attendees,table.misc,table.vote {
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
265 width: 100%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
266 font-size: 10pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
267 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
268
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
269 table td, table th {
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
270 -moz-border-radius: 2pt;
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
271 border-radius: 2pt;
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
272 }
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
273
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
274 table th {
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
275 background: rgba(0,255,0,0.25);
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
276 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
277
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
278 table.attendees th.regtime {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
279 width: 20%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
280 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
281
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
282 table.attendees th.oneliner {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
283 width: 50%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
284 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
285
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
286 tr.rodd td {
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
287 background: rgba(0,255,0,0.05);
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
288 -moz-border-radius: 2pt;
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
289 border-radius: 2pt;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
290 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
291
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
292 tr.reven td {
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
293 background: rgba(0,255,0,0.15);
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
294 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
295
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
296 table.misc, table.vote {
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
297 padding-top: 1em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
298 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
299
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
300 table.misc tr:hover td, table.vote tr:hover td {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
301 background: rgba(0,50,0,0.50);
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
302 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
303
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
304 div.reglink {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
305 text-align: center;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
306 padding: 0.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
307 font-size: 15pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
308 color: red;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
309 border: 2pt solid rgba(0,0,0,0.35);
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
310 margin: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
311 -moz-border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
312 border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
313 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
314
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
315 .notice {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
316 color: red;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
317 text-align: center;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
318 font-size: 15pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
319 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
320
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
321 .quote {
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
322 font-size: 20pt;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
323 color: #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
324 text-shadow: 2px 2px 3px #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
325 }
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
326
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
327 .overbooked {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
328 color: red;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
329 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
330
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
331 #pageTabs {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
332 margin-top: 10pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
333 margin-bottom: 0px;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
334 border-bottom: 5pt solid #595F23;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
335 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
336
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
337 #pageTabs a {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
338 text-decoration: none;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
339 padding: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
340 margin: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
341 background: #595F23;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
342 text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
343 border-top-left-radius: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
344 border-top-right-radius: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
345 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
346
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
347 #pageTabs a:hover {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
348 background: #C8D286;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
349 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
350
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
351 #pageTabs a:active {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
352 background: #C8D286;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
353 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
354
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
355 #pageTabs a.admin {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
356 position: relative;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
357 right: -2em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
358 }
4
934ab7d8c244 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
359
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
360 table.vote th.vvalue {
4
934ab7d8c244 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
361 width: 1%;
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
362 min-width: 2.5em;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
363 }
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
364
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
365 table.vote td.vvalue {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
366 text-align: center;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
367 }
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
368
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
369 td.vactive, td.vid {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
370 text-align: center;
4
934ab7d8c244 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
371 }
934ab7d8c244 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
372
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
373 td.vid {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
374 padding-right: 1em;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
375 padding-left: 1em;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
376 }
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
377
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
378 td.vkey {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
379 width: 25%;
4
934ab7d8c244 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
380 }
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
381
53
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
382 table.attendees th.rname {
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
383 width: 15%;
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
384 }
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
385
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
386 tr.vactive td.vkey, tr.vactive td.vactive {
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
387 background: rgba(0,255,0,0.7);
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
388 }
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
389
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
390 div.votectrl {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
391 padding: 1em;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
392 }
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
393
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
394
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
395 .mblink {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
396 animation: mblink 1s steps(5, start) infinite;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
397 }
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
398
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
399 @keyframes mblink {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
400 to {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
401 visibility: hidden;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
402 }
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
403 }