annotate examples/css/admin.css @ 617:11c10958abd4

Updated.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Nov 2014 04:01:51 +0200
parents 392d0fd006cd
children b4e0501f5588
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
1 @font-face {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
2 font-family: 'Oswald';
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
3 font-style: normal;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
4 font-weight: 300;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
5 src: local('Oswald Light'), local('Oswald-Light'), url(oswald.ttf) format('truetype');
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
6 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
7
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
8 html {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
9 -webkit-backface-visibility: hidden;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
10 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
11
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
12 body {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
13 font-size: 16px;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
14 font-family: 'Oswald', sans-serif;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
15 background: black;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
16 margin: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
17 padding: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
18 color: #0f0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
19 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
20
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
21 a {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
22 color: white;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
23 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
24
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
25 #messageBox {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
26 position: absolute;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
27 top: 0px;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
28 bottom: 0px;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
29 left: 0px;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
30 right: 0px;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
31 z-index: 60;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
32 display: none;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
33 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
34
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
35 #messageBox div.messageBoxInner {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
36 position: absolute;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
37 top: 25%;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
38 left: 10%;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
39 height: auto;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
40 min-width: 50%;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
41 max-width: 80%;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
42 z-index: 62;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
43 background: black;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
44 border: 2px solid green;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
45 padding: 1.5em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
46 border-radius: 0.5em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
47 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
48
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
49 #messageBox div.messageBoxControls {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
50 text-align: right;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
51 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
52
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
53
474
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
54 #adminPopup {
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
55 position: absolute;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
56 top: 0px;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
57 bottom: 0px;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
58 left: 0px;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
59 right: 0px;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
60 z-index: 50;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
61 display: none;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
62 }
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
63
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
64 #adminPopup > div {
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
65 position: absolute;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
66 top: 25%;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
67 left: 10%;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
68 height: auto;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
69 min-width: 80%;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
70 max-width: 80%;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
71 z-index: 52;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
72 background: black;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
73 border: 1px solid green;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
74 padding: 1.5em;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
75
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
76 border-radius: 1em;
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
77 }
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
78
481
259dd7eae46d Make the show mode selector look nicer.
Matti Hamalainen <ccr@tnsp.org>
parents: 475
diff changeset
79
396
Matti Hamalainen <ccr@tnsp.org>
parents: 393
diff changeset
80
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
81 #tabHeadersCC {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
82 position: relative;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
83 top: 0.5em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
84 left: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
85 right: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
86 height: 2em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
87
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
88 z-index: 10;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
89 margin: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
90 padding-left: 1em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
91 background: #440;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93
259
a7aa20dec154 Some more work.
Matti Hamalainen <ccr@tnsp.org>
parents: 201
diff changeset
94 div.tabHeadersSub {
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
95 font-size: 1em;
263
8c3922a65231 Work on entry admin looks.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
96 line-height: 2.7em;
259
a7aa20dec154 Some more work.
Matti Hamalainen <ccr@tnsp.org>
parents: 201
diff changeset
97 }
a7aa20dec154 Some more work.
Matti Hamalainen <ccr@tnsp.org>
parents: 201
diff changeset
98
418
0688a1d2122e Add link for opening the info view window.
Matti Hamalainen <ccr@tnsp.org>
parents: 405
diff changeset
99 div.tabHeadersSub a, #ctrlModeControls a {
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
100 z-index: 15;
259
a7aa20dec154 Some more work.
Matti Hamalainen <ccr@tnsp.org>
parents: 201
diff changeset
101 text-decoration: none;
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
102 padding: 0.25em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
103 background: #060;
259
a7aa20dec154 Some more work.
Matti Hamalainen <ccr@tnsp.org>
parents: 201
diff changeset
104 text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
263
8c3922a65231 Work on entry admin looks.
Matti Hamalainen <ccr@tnsp.org>
parents: 259
diff changeset
105 border-radius: 5pt;
259
a7aa20dec154 Some more work.
Matti Hamalainen <ccr@tnsp.org>
parents: 201
diff changeset
106 }
a7aa20dec154 Some more work.
Matti Hamalainen <ccr@tnsp.org>
parents: 201
diff changeset
107
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
108 #tabHeadersCC a {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
109 position: relative;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
110 z-index: 15;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
111 padding: 0.5em;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 text-decoration: none;
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
113 background: #060;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
115 border-top-left-radius: 0.2em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
116 border-top-right-radius: 0.2em;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
119 #tabHeadersCC a:hover, div.tabHeadersSub a:hover, #ctrlModeControls a:hover {
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 background: #C8D286;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
123 #tabHeadersCC a:active, div.tabHeadersSub a:active {
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 background: #C8D286;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
127 #tabHeadersCC a.admin {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
128 right: -5em;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130
259
a7aa20dec154 Some more work.
Matti Hamalainen <ccr@tnsp.org>
parents: 201
diff changeset
131
201
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
132 div.tabContents {
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
133 position: absolute;
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
134 left: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
135 right: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
136 top: 4.5em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
137 bottom: 0;
201
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
138 padding: 1em;
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
139 margin: 0px;
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
140 overflow-y: scroll;
201
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
141 }
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
142
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
143
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
144 #adminContent {
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 position: absolute;
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
146 top: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
147 bottom: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
148 left: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
149 right: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
150 padding: 0;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
151 margin: 0;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 }
279
954ab8c9e11a Add CSS for information blurbs.
Matti Hamalainen <ccr@tnsp.org>
parents: 263
diff changeset
153
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
154
279
954ab8c9e11a Add CSS for information blurbs.
Matti Hamalainen <ccr@tnsp.org>
parents: 263
diff changeset
155 div.info {
954ab8c9e11a Add CSS for information blurbs.
Matti Hamalainen <ccr@tnsp.org>
parents: 263
diff changeset
156 padding: 1em;
954ab8c9e11a Add CSS for information blurbs.
Matti Hamalainen <ccr@tnsp.org>
parents: 263
diff changeset
157 background: black;
954ab8c9e11a Add CSS for information blurbs.
Matti Hamalainen <ccr@tnsp.org>
parents: 263
diff changeset
158 border-radius: 0.7em;
954ab8c9e11a Add CSS for information blurbs.
Matti Hamalainen <ccr@tnsp.org>
parents: 263
diff changeset
159 border: 0.2em solid rgba(255,0,0,0.6);
954ab8c9e11a Add CSS for information blurbs.
Matti Hamalainen <ccr@tnsp.org>
parents: 263
diff changeset
160 }
281
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
161
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
162
283
85d74b8b7ae8 Use CSS instead of a table for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 281
diff changeset
163 div.votekey {
85d74b8b7ae8 Use CSS instead of a table for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 281
diff changeset
164 display: inline-block;
85d74b8b7ae8 Use CSS instead of a table for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 281
diff changeset
165
281
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
166 margin: 0px;
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
167 text-align: center;
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
168 padding: 0.5em;
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
169 background: black;
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
170
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
171 border-right: 1pt dashed green;
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
172 border-bottom: 1pt dashed green;
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
173 }
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
174
283
85d74b8b7ae8 Use CSS instead of a table for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 281
diff changeset
175 div.votekey span.keyid {
281
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
176 font-weight: bold;
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
177 }
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
178
331
5cc19baf9318 Fixes in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 322
diff changeset
179 div.votekey:hover, tr.votekey:hover td {
322
a11975659f38 Improve colours.
Matti Hamalainen <ccr@tnsp.org>
parents: 321
diff changeset
180 background: rgba(255,0,0,0.5);
281
ec56f08c4cc4 Add some CSS for votekey admin.
Matti Hamalainen <ccr@tnsp.org>
parents: 279
diff changeset
181 }
321
9462a59d3ab3 Votekey activation usability improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
182
331
5cc19baf9318 Fixes in CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 322
diff changeset
183 div.vkeyActive, tr.vkeyActive {
322
a11975659f38 Improve colours.
Matti Hamalainen <ccr@tnsp.org>
parents: 321
diff changeset
184 background: rgba(0,255,0,0.2);
321
9462a59d3ab3 Votekey activation usability improvements.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
185 }
353
d805f6f2a83d Add some CSS for select boxes.
Matti Hamalainen <ccr@tnsp.org>
parents: 331
diff changeset
186
396
Matti Hamalainen <ccr@tnsp.org>
parents: 393
diff changeset
187
Matti Hamalainen <ccr@tnsp.org>
parents: 393
diff changeset
188
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
189 #ctrlModeControls input[type="radio"] {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
190 display: none;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
191 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
192
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
193 #ctrlModeControls input[type="radio"] + label:before {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
194 content: "O";
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
195 display: inline-block;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
196 color: green;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
197 font-size: 1.5em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
198 margin-right: 0.15em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
199 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
200
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
201 #ctrlModeControls input[type="radio"]:checked + label:before {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
202 content: "X";
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
203 display: inline-block;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
204 color: red;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
205 font-weight: bold;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
206 font-size: 1.5em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
207 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
208
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
209 #ctrlModeControls input[type="radio"]:checked + label {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
210 color: white;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
211 font-weight: bold;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
212 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
213
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
214
396
Matti Hamalainen <ccr@tnsp.org>
parents: 393
diff changeset
215 #ctrlModeControls, #ctrlSystemControls {
378
5722c37aba2a It has begun.
Matti Hamalainen <ccr@tnsp.org>
parents: 353
diff changeset
216 border: 2px solid green;
5722c37aba2a It has begun.
Matti Hamalainen <ccr@tnsp.org>
parents: 353
diff changeset
217 padding: 0.5em;
5722c37aba2a It has begun.
Matti Hamalainen <ccr@tnsp.org>
parents: 353
diff changeset
218 border-radius: 0.5em;
390
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
219 background: black;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
220 margin: 0.2em;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
221 }
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
222
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
223
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
224 #ctrlEditDisplaySlide {
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
225 position: absolute;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
226 top: 15%;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
227 min-width: 25%;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
228 height: auto;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
229 left: 15%;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
230 min-width: 50%;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
231 z-index: 52;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
232
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
233 display: none;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
234 }
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
235
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
236 div.ctrlTitle {
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
237 font-size: 1.2em;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
238 font-weight: bold;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
239 }
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
240
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
241 div.ctrlBox {
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
242 display: inline-block;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
243 background: black;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
244 border: 2px solid green;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
245 padding: 1em;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
246 border-radius: 1em;
397
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
247 min-height: 12em;
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
248 vertical-align: top;
390
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
249 }
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
250
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
251 div.ctrlButtons {
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
252 padding: 0.3em;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
253 text-align: right;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
254 }
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
255
393
14cdbeb331b6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 390
diff changeset
256 #ctrlEditRotationList input {
14cdbeb331b6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 390
diff changeset
257 display: inline;
353
d805f6f2a83d Add some CSS for select boxes.
Matti Hamalainen <ccr@tnsp.org>
parents: 331
diff changeset
258 }
390
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
259
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
260 #ctrlListRotationLists {
450
c7cc689071aa Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 447
diff changeset
261 width: 30em;
390
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
262 }
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
263
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
264 #ctrlListDisplaySlides {
397
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
265 width: 25em;
390
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
266 }
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
267
393
14cdbeb331b6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 390
diff changeset
268 #ctrlCompoControl {
14cdbeb331b6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 390
diff changeset
269 display: block;
397
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
270 }
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
271
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
272 div.ctrlDBox1, div.ctrlDBox2 {
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
273 vertical-align: top;
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
274 border-radius: 0.5em;
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
275 display: inline-block;
393
14cdbeb331b6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 390
diff changeset
276 }
14cdbeb331b6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 390
diff changeset
277
397
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
278 div.ctrlDBox1 {
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
279 background: #060;
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
280 }
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
281
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
282 div.ctrlDBox2 {
470
a65a00599a68 Some visual adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 458
diff changeset
283 width: 25em;
397
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
284 border: 2pt solid #060;
405
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
285 }
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
286
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
287 #ctrlCurrEntryData {
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
288 background: black;
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
289 position: relative;
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
290 }
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
291
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
292 #ctrlCurrEntryData div {
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
293 background: #020;
397
d8fd57e7b90e Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 396
diff changeset
294 padding: 0.5em;
405
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
295 margin: 0.5em;
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
296 border-radius: 0.5em;
470
a65a00599a68 Some visual adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 458
diff changeset
297 overflow: hidden;
393
14cdbeb331b6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 390
diff changeset
298 }
390
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
299
475
350e68dc6599 Make filename text red.
Matti Hamalainen <ccr@tnsp.org>
parents: 474
diff changeset
300 #ctrlCurrEntryData div i {
350e68dc6599 Make filename text red.
Matti Hamalainen <ccr@tnsp.org>
parents: 474
diff changeset
301 color: red;
350e68dc6599 Make filename text red.
Matti Hamalainen <ccr@tnsp.org>
parents: 474
diff changeset
302 }
350e68dc6599 Make filename text red.
Matti Hamalainen <ccr@tnsp.org>
parents: 474
diff changeset
303
390
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
304 div.ctrlBox .selectBox {
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
305 width: 100%;
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
306 }
3257ae94ba1c Work on show display backend logic.
Matti Hamalainen <ccr@tnsp.org>
parents: 378
diff changeset
307
427
707213312891 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 418
diff changeset
308
443
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
309 div.ctrlInfo {
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
310 position: fixed;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
311 top: 1em;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
312 left: 1em;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
313
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
314 z-index: 52;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
315 background: black;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
316 border: 1px solid white;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
317 padding: 1.5em;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
318 color: white;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
319
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
320 border-radius: 1em;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
321 display: none;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
322 }
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
323
474
9d6bd24f0400 Move stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 470
diff changeset
324
443
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
325 div.ctrlBox:hover div.ctrlInfo {
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
326 display: block;
2a4d5ded6c79 Add helpful information popups.
Matti Hamalainen <ccr@tnsp.org>
parents: 427
diff changeset
327 }
447
643edf88053e Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 443
diff changeset
328
643edf88053e Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 443
diff changeset
329 option {
643edf88053e Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 443
diff changeset
330 font-family: monospace;
643edf88053e Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 443
diff changeset
331 }
617
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
332
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
333 #nstatus {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
334
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
335 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
336
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
337 #adminLogin {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
338 padding: 1em;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
339 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
340
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
341
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
342 .overbooked {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
343 color: red;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
344 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
345
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
346
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
347 table.attendees,table.misc,table.vote {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
348 width: 100%;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
349 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
350
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
351 table td, table th {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
352 border-radius: 2pt;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
353 overflow-x: hidden;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
354 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
355
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
356 table th {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
357 background: #040;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
358 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
359
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
360 table.attendees .regtime {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
361 width: 15%;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
362 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
363
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
364 table.attendees .oneliner {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
365 width: 50%;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
366 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
367
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
368 table.attendees .name {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
369 width: 15%;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
370 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
371
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
372 table.attendees .groups {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
373 width: 15%;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
374 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
375
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
376 tr.rodd td {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
377 background: #010;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
378 border-radius: 2pt;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
379 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
380
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
381 tr.reven td {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
382 background: #020;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
383 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
384
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
385 table.attendees tr:hover td {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
386 background: #750;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
387 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
388
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
389
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
390 .deleteWarning {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
391 background: red;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
392 }
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
393
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
394 table.attendees tr.deleteWarning td {
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
395 background: red;
11c10958abd4 Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
396 }