annotate fap.css @ 102:53b35cb4111b

Animate a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Oct 2013 13:45:11 +0300
parents 71256605546b
children 324f3a415237
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
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
99 #menu div {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
100 text-align: center;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
101 font-size: 20pt;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 #menu a {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 text-decoration: none;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 padding: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 margin: 5pt;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
108 background: rgba(0,50,0,0.7);
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
109
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
110 color: #0d0;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
111 text-shadow: 0px 0px 3px #0f0;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
112
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
113 border-top: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
114 border-left: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
115 border-right: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
116 border-bottom: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
117
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
118 text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
119
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
120 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
121 border-top-right-radius: 10pt;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
122 border-bottom-left-radius: 10pt;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
123 display: block;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
124
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
125 transition: all 0.3s;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 #menu a:hover {
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
129 background: rgba(0,50,0,0.4);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
130 color: #fff;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
131 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
132 margin-left: 1pt;
53b35cb4111b Animate a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 53
diff changeset
133 margin-right: 1pt;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
134 }
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
135
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
136 #infobox {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
137 position: fixed;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
138 top: 8.5em;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
139 left: 12em;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
140 min-width: 10em;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
141
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
142 margin: 0px;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
143 padding: 5pt;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
144
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
145 z-index: 15;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
146
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
147 font-family: Impact;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
148 font-size: 15pt;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
149 text-align: center;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
150 color: #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
151 text-shadow: 0px 0px 3px #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
152
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
153 background: rgba(0,0,0,0.6);
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
154 border-top: 2pt solid #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
155 border-left: 2pt solid #0f0;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
156 border-right: 2pt solid #060;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
157 border-bottom: 2pt solid #060;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
158
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
159 border-radius: 5pt;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
160 box-shadow: 8px 8px 16px #000;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 #date {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 font-size: 15pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 text-align: right;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 position: absolute;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 right: 0.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 top: 0.5em;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
169
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
170 padding: 5pt;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
171
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
172 background: rgba(0,0,0,0.6);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
173 border-top: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
174 border-left: 2pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
175 border-right: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
176 border-bottom: 2pt solid #060;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
177
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
178 border-radius: 5pt;
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
179 box-shadow: 8px 8px 16px #000;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 #maincontent {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 position: fixed;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
184 left: 13em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
185 right: 1em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
186 top: 12em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
187 bottom: 1em;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
188 padding: 1em;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 margin: 0px;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
190 background: rgba(0,0,0,0.8);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
191
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
192 border: 1pt solid #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
193
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
194 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
195
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
196 text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
197 -moz-border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
198 border-radius: 8pt;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
199 color: white;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
200 }
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 #maincontent > div {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
203 width: 100%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
204 height: 100%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
205 overflow-y: auto;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
206 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
207
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
208 #maincontent h1, #maincontent h2 {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
209 margin: 0px;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
210 margin-top: 1em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
211 padding: 2pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
212 padding-left: 1em;
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
213 background: rgba(0,255,0,0.3);
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
214 border-bottom: 2px solid rgba(0,0,0,0.2);
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
215 -moz-border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
216 border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
217 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
218
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
219 #maincontent h1 {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
220 margin: 0px;
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 div.newsitem {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
224 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
225
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
226 div.newsitem div.text {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
227 margin-top: 0.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
228 margin-left: 1.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
229 margin-right: 1.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
230 padding-bottom: 1em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
231 border-bottom: 1px dotted white;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
232 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
233
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
234 div.newsitem div.sig {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
235 padding: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
236 font-family: Impact;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
237 text-align: right;
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
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
241
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
242
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
243 table.attendees,table.misc,table.vote {
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
244 width: 100%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
245 font-size: 10pt;
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
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
248 table td, table th {
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
249 -moz-border-radius: 2pt;
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
250 border-radius: 2pt;
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
251 }
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
252
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
253 table th {
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
254 background: rgba(0,255,0,0.25);
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
255 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
256
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
257 table.attendees th.regtime {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
258 width: 20%;
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 table.attendees th.oneliner {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
262 width: 50%;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
263 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
264
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
265 tr.rodd td {
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
266 background: rgba(0,255,0,0.05);
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
267 -moz-border-radius: 2pt;
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
268 border-radius: 2pt;
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
269 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
270
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
271 tr.reven td {
49
ba33b18c03b5 Cosmetics in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 44
diff changeset
272 background: rgba(0,255,0,0.15);
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
273 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
274
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
275 table.misc, table.vote {
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
276 padding-top: 1em;
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
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
279 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
280 background: rgba(0,50,0,0.50);
1
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
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
283 div.reglink {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
284 text-align: center;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
285 padding: 0.5em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
286 font-size: 15pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
287 color: red;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
288 border: 2pt solid rgba(0,0,0,0.35);
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
289 margin: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
290 -moz-border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
291 border-radius: 8pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
292 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
293
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
294 .notice {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
295 color: red;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
296 text-align: center;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
297 font-size: 15pt;
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
41
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
300 .quote {
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
301 font-size: 20pt;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
302 color: #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
303 text-shadow: 2px 2px 3px #0f0;
fd87dc1c64d7 Work on design.
Matti Hamalainen <ccr@tnsp.org>
parents: 26
diff changeset
304 }
1
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
305
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
306 .overbooked {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
307 color: red;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
308 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
309
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
310 #pageTabs {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
311 margin-top: 10pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
312 margin-bottom: 0px;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
313 border-bottom: 5pt solid #595F23;
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
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
316 #pageTabs a {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
317 text-decoration: none;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
318 padding: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
319 margin: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
320 background: #595F23;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
321 text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
322 border-top-left-radius: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
323 border-top-right-radius: 5pt;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
324 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
325
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
326 #pageTabs a:hover {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
327 background: #C8D286;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
328 }
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 #pageTabs a:active {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
331 background: #C8D286;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
332 }
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
333
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
334 #pageTabs a.admin {
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
335 position: relative;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
336 right: -2em;
e2cbadeb4c7b Add missing CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
337 }
4
934ab7d8c244 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
338
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
339 table.vote th.vvalue {
4
934ab7d8c244 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
340 width: 1%;
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
341 min-width: 2.5em;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
342 }
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
343
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
344 table.vote td.vvalue {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
345 text-align: center;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
346 }
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
347
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
348 td.vactive, td.vid {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
349 text-align: center;
4
934ab7d8c244 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
350 }
934ab7d8c244 Various improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 1
diff changeset
351
5
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
352 td.vid {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
353 padding-right: 1em;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
354 padding-left: 1em;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
355 }
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
356
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
357 td.vkey {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
358 width: 25%;
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
53
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
361 table.attendees th.rname {
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
362 width: 15%;
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
363 }
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
364
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
365 tr.vactive td.vkey, tr.vactive td.vactive {
71256605546b More work on admin interface.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
366 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
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 div.votectrl {
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
370 padding: 1em;
76c3b89d7b11 Improve voting, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 4
diff changeset
371 }
44
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
372
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
373
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
374 .mblink {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
375 animation: mblink 1s steps(5, start) infinite;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
376 }
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
377
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
378 @keyframes mblink {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
379 to {
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
380 visibility: hidden;
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
381 }
72dcc1d48809 More work on the design.
Matti Hamalainen <ccr@tnsp.org>
parents: 41
diff changeset
382 }