Subversion Repositories LCARS

Rev

Rev 116 | Rev 118 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 116 Rev 117
1
<?php
1
<?php
2
\header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT');
2
\header('Last-Modified: ' . gmdate('D, d M Y H:i:s', @filemtime(__FILE__)) . ' GMT');
3
 
3
 
4
/* Resource expires in HTTP/1.1 caches 24h after last retrieval */
4
/* Resource expires in HTTP/1.1 caches 24h after last retrieval */
5
\header('Cache-Control: max-age=0, s-maxage=86400, must-revalidate, proxy-revalidate');
5
\header('Cache-Control: max-age=86400, s-maxage=86400, must-revalidate, proxy-revalidate');
6
6
7
/* Resource expires in HTTP/1.0 caches 24h after last retrieval */
7
/* Resource expires in HTTP/1.0 caches 24h after last retrieval */
8
\header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT');
8
\header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT');
9
 
9
 
10
\header('Content-Type: text/css; charset=UTF-8');
10
\header('Content-Type: text/css; charset=UTF-8');
11
?>@charset "UTF-8";
11
?>@charset "UTF-8";
12
12
13
<?php
13
<?php
14
  if (!isset($_GET['ani']) || $_GET['ani'] !== '0')
14
  if (!isset($_GET['ani']) || $_GET['ani'] !== '0')
15
  {
15
  {
16
?>
16
?>
17
@import url("/styles/lcars-ani.css");
17
@import url("/styles/lcars-ani.css");
18
<?php
18
<?php
19
  }
19
  }
20
?>
20
?>
21
21
22
body {
22
body {
23
  margin-top: 12em;
23
  margin-top: 12em;
24
  margin-left: 22em;
24
  margin-left: 22em;
25
  margin-right: 0.2em;
25
  margin-right: 0.2em;
26
  margin-bottom: 0.2em;
26
  margin-bottom: 0.2em;
27
}
27
}
28
28
29
/* HTML5 elements */
29
/* HTML5 elements */
30
30
31
nav
31
nav
32
{
32
{
33
  display: block;
33
  display: block;
34
}
34
}
35
35
36
/* Bow (main) and elbo (multi-view) */
36
/* Bow (main) and elbo (multi-view) */
37
37
38
#LCARS {
38
#LCARS {
39
  position: fixed;
39
  position: fixed;
40
  left: 0;
40
  left: 0;
41
  top: 0;
41
  top: 0;
42
  right: 0;
42
  right: 0;
43
  padding: 0.2em;
43
  padding: 0.2em;
44
  background-color: #000;
44
  background-color: #000;
45
  z-index: 1701;
45
  z-index: 1701;
46
}
46
}
47
47
48
#bow {
48
#bow {
49
  position: absolute;
49
  position: absolute;
50
  left: 0.2em;
50
  left: 0.2em;
51
  top: 0.2em;
51
  top: 0.2em;
52
  right: 0.2em;
52
  right: 0.2em;
53
  height: 2.4em;
53
  height: 2.4em;
54
  padding-bottom: 0.2em;
54
  padding-bottom: 0.2em;
55
  background-color: #000;
55
  background-color: #000;
56
}
56
}
57
57
58
#bow-top {
58
#bow-top {
59
  /* NOTE: position: absolute is needed for animation */
59
  /* NOTE: position: absolute is needed for animation */
60
  position: absolute;
60
  position: absolute;
61
  top: 0;
61
  top: 0;
62
  left: 0;
62
  left: 0;
63
  right: 0;
63
  right: 0;
64
  min-width: 15.4em;
64
  min-width: 15.4em;
65
  height: 2em;
65
  height: 2em;
66
  background-color: #999;
66
  background-color: #999;
67
  border-top-left-radius: 2.4em;
67
  border-top-left-radius: 2.4em;
68
  border-top-right-radius: 1.2em;
68
  border-top-right-radius: 1.2em;
69
  border-bottom-right-radius: 1.2em;
69
  border-bottom-right-radius: 1.2em;
70
  line-height: 0.9;
70
  line-height: 0.9;
71
}
71
}
72
72
73
.empty #bow-top {
73
.empty #bow-top {
74
  border-top-left-radius: 1.2em;
74
  border-top-left-radius: 1.2em;
75
  border-bottom-left-radius: 1.2em;
75
  border-bottom-left-radius: 1.2em;
76
  min-width: 10em;
76
  min-width: 10em;
77
}
77
}
78
78
79
79
80
#bow-top .text {
80
#bow-top .text {
81
  position: absolute;
81
  position: absolute;
82
  margin: 0;
82
  margin: 0;
83
  left: 4.33em;
83
  left: 4.33em;
84
  top: 0;
84
  top: 0;
85
  right: 0.75em;
85
  right: 0.75em;
86
  height: 1em;
86
  height: 1em;
87
  text-align: right;
87
  text-align: right;
88
  color: #fc0;
88
  color: #fc0;
89
  font-size: 2.4em;
89
  font-size: 2.4em;
90
  padding-right: 0.1em;
90
  padding-right: 0.1em;
91
  overflow: hidden;
91
  overflow: hidden;
92
  text-overflow: ellipsis;
92
  text-overflow: ellipsis;
93
}
93
}
94
94
95
.empty #bow-top .text {
95
.empty #bow-top .text {
96
  left: 0.93em;
96
  left: 0.93em;
97
}
97
}
98
98
99
99
100
100
101
#bow-top .text span {
101
#bow-top .text span {
102
  padding-right: 0.1em;
102
  padding-right: 0.1em;
103
  background-color: #000;
103
  background-color: #000;
104
  padding-left: 0.1em;
104
  padding-left: 0.1em;
105
  text-transform: uppercase;
105
  text-transform: uppercase;
106
  white-space: nowrap;
106
  white-space: nowrap;
107
}
107
}
108
108
109
.empty #footer-container {
109
.empty #footer-container {
110
  position: fixed;
110
  position: fixed;
111
  left: 0.2em;
111
  left: 0.2em;
112
  bottom: 0;
112
  bottom: 0;
113
  right: 0.2em;
113
  right: 0.2em;
114
  min-height: 2.4em;
114
  min-height: 2.4em;
115
  padding-top: 0.2em;
115
  padding-top: 0.2em;
116
  padding-bottom: 0.2em;
116
  padding-bottom: 0.2em;
117
  background-color: #000;
117
  background-color: #000;
118
}
118
}
119
119
120
120
121
.empty #footer {
121
.empty #footer {
122
  position: absolute;
122
  position: absolute;
123
  bottom: 0;
123
  bottom: 0;
124
  left: 0;
124
  left: 0;
125
  right: 0;
125
  right: 0;
126
  height: 2em;
126
  height: 2em;
127
  min-width: 10em;
127
  min-width: 10em;
128
  margin-bottom: 0.2em;
128
  margin-bottom: 0.2em;
129
  background-color: #999;
129
  background-color: #999;
130
  border-radius: 1.2em;
130
  border-radius: 1.2em;
131
  line-height: 0.9;
131
  line-height: 0.9;
132
}
132
}
133
133
134
.empty #footer .text {
134
.empty #footer .text {
135
  position: absolute;
135
  position: absolute;
136
  margin: 0;
136
  margin: 0;
137
  left: 0.93em;
137
  left: 0.93em;
138
  top: 0;
138
  top: 0;
139
  right: 0.75em;
139
  right: 0.75em;
140
  height: 1em;
140
  height: 1em;
141
  background-color: transparent;
141
  background-color: transparent;
142
  color: #fc0;
142
  color: #fc0;
143
  font-size: 2.4em;
143
  font-size: 2.4em;
144
  padding-right: 0.1em;
144
  padding-right: 0.1em;
145
  overflow: hidden;
145
  overflow: hidden;
146
  text-overflow: ellipsis;
146
  text-overflow: ellipsis;
147
}
147
}
148
148
149
.empty #footer .text span {
149
.empty #footer .text span {
150
  padding-right: 0.1em;
150
  padding-right: 0.1em;
151
  background-color: #000;
151
  background-color: #000;
152
  padding-left: 0.1em;
152
  padding-left: 0.1em;
153
  text-transform: uppercase;
153
  text-transform: uppercase;
154
  white-space: nowrap;
154
  white-space: nowrap;
155
}
155
}
156
156
157
.empty .separator-left {
157
.empty .separator-left {
158
  position: absolute;
158
  position: absolute;
159
  left: 2em;
159
  left: 2em;
160
  height: 2em;
160
  height: 2em;
161
  width: 0.25em;
161
  width: 0.25em;
162
  background-color: #000;
162
  background-color: #000;
163
}
163
}
164
164
165
.empty .separator-right {
165
.empty .separator-right {
166
  position: absolute;
166
  position: absolute;
167
  right: 2em;
167
  right: 2em;
168
  height: 2em;
168
  height: 2em;
169
  width: 0.25em;
169
  width: 0.25em;
170
  background-color: #000;
170
  background-color: #000;
171
}
171
}
172
172
173
.bow {
173
.bow {
174
  background-color: #999;
174
  background-color: #999;
175
}
175
}
176
176
177
#bow-top-left {
177
#bow-top-left {
178
  position: absolute;
178
  position: absolute;
179
  top: 2em;
179
  top: 2em;
180
  left: 0;
180
  left: 0;
181
  right: 0;
181
  right: 0;
182
  height: 4.4em;
182
  height: 4.4em;
183
  width: 9.2em;
183
  width: 9.2em;
184
  background-color: #999;
184
  background-color: #999;
185
  overflow: hidden;
185
  overflow: hidden;
186
}
186
}
187
187
188
.empty #bow-top-left {
188
.empty #bow-top-left {
189
  display: none;
189
  display: none;
190
}
190
}
191
191
192
#bow-top-left .concave {
192
#bow-top-left .concave {
193
  position: absolute;
193
  position: absolute;
194
  top: 0;
194
  top: 0;
195
  left: 8em;
195
  left: 8em;
196
  height: 4.4em;
196
  height: 4.4em;
197
  width: 1.2em;
197
  width: 1.2em;
198
  background-color: #000;
198
  background-color: #000;
199
  border-top-left-radius: 1.2em;
199
  border-top-left-radius: 1.2em;
200
}
200
}
201
201
202
.empty #bow-top-left-concave {
202
.empty #bow-top-left-concave {
203
  display: none;
203
  display: none;
204
}
204
}
205
205
206
.menu-container {
206
.menu-container {
207
  position: fixed;
207
  position: fixed;
208
  left: 0.2em;
208
  left: 0.2em;
209
  top: 6.8em;
209
  top: 6.8em;
210
  width: 8em;
210
  width: 8em;
211
  bottom: 2.8em;
211
  bottom: 2.8em;
212
  background-color: #999;
212
  background-color: #999;
213
  overflow: auto;
213
  overflow: auto;
214
  overflow-x: hidden;
214
  overflow-x: hidden;
215
  overflow-y: auto;
215
  overflow-y: auto;
216
}
216
}
217
217
218
.menu
218
.menu
219
{
219
{
220
  height: 20em;
220
  height: 20em;
221
  background-color: #000;
221
  background-color: #000;
222
}
222
}
223
223
224
.menu ul {
224
.menu ul {
225
  margin: 0 0.2em 0 0;
225
  margin: 0 0.2em 0 0;
226
  padding: 0;
226
  padding: 0;
227
}
227
}
228
228
229
.menu li {
229
.menu li {
230
  margin: 0;
230
  margin: 0;
231
}
231
}
232
232
233
#bow #bottom
233
#bow #bottom
234
{
234
{
235
  position: fixed;
235
  position: fixed;
236
  left: 0;
236
  left: 0;
237
  bottom: 0;
237
  bottom: 0;
238
  width: 20.8em;
238
  width: 20.8em;
239
  height: 2.4em;
239
  height: 2.4em;
240
  background-color: #000;
240
  background-color: #000;
241
  z-index: 1701;
241
  z-index: 1701;
242
}
242
}
243
243
244
#bow-bottom {
244
#bow-bottom {
245
  position: absolute;
245
  position: absolute;
246
  bottom: 0.2em;
246
  bottom: 0.2em;
247
  left: 0.2em;
247
  left: 0.2em;
248
  width: 20.6em;
248
  width: 20.6em;
249
  height: 2.4em;
249
  height: 2.4em;
250
  border-bottom-left-radius: 2.4em;
250
  border-bottom-left-radius: 2.4em;
251
  border-bottom-right-radius: 2em;
251
  border-bottom-right-radius: 2em;
252
  background-color: #999;
252
  background-color: #999;
253
}
253
}
254
254
255
.empty #bow-bottom {
255
.empty #bow-bottom {
256
  display: none;
256
  display: none;
257
}
257
}
258
258
259
#bow-bottom .concave {
259
#bow-bottom .concave {
260
  position: absolute;
260
  position: absolute;
261
  margin-left: 0.2em;
261
  margin-left: 0.2em;
262
  margin-bottom: 0.2em;
262
  margin-bottom: 0.2em;
263
  bottom: 0.3em;
263
  bottom: 0.3em;
264
  left: 7.8em;
264
  left: 7.8em;
265
  height: 2.1em;
265
  height: 2.1em;
266
  width: 7.6em;
266
  width: 7.6em;
267
  border-bottom-left-radius: 1.2em;
267
  border-bottom-left-radius: 1.2em;
268
  border-bottom-right-radius: 1em;
268
  border-bottom-right-radius: 1em;
269
  background-color: #000;
269
  background-color: #000;
270
}
270
}
271
271
272
#bow-bottom .spacer {
272
#bow-bottom .spacer {
273
  position: absolute;
273
  position: absolute;
274
  left: 10.2em;
274
  left: 10.2em;
275
  bottom: 0;
275
  bottom: 0;
276
  width: 0.2em;
276
  width: 0.2em;
277
  height: 0.5em;
277
  height: 0.5em;
278
  background-color: black;
278
  background-color: black;
279
}
279
}
280
280
281
.empty #bow-bottom-left-concave {
281
.empty #bow-bottom-left-concave {
282
  display: none;
282
  display: none;
283
}
283
}
284
284
285
/* Controls */
285
/* Controls */
286
286
287
.button:visited,
287
.button:visited,
288
.button
288
.button
289
{
289
{
290
  position: relative;
290
  position: relative;
291
  display: inline-block;
291
  display: inline-block;
292
  margin-right: 0.2em;
292
  margin-right: 0.2em;
293
  margin-bottom: 0.2em;
293
  margin-bottom: 0.2em;
294
  width: 5em;
294
  width: 5em;
295
  height: 2em;
295
  height: 2em;
296
  background-color: #7d7d7d; /* c9c */
296
  background-color: #7d7d7d; /* c9c */
297
  color: #000 !important;
297
  color: #000 !important;
298
  text-decoration: none !important;
298
  text-decoration: none !important;
299
  text-transform: uppercase;
299
  text-transform: uppercase;
300
  overflow: hidden;
300
  overflow: hidden;
301
  cursor: pointer !important;
301
  cursor: pointer !important;
302
}
302
}
303
303
304
.button .text {
304
.button .text {
305
  position: absolute;
305
  position: absolute;
306
  bottom: 0;
306
  bottom: 0;
307
  right: 0.5em;
307
  right: 0.5em;
308
  cursor: pointer !important;
308
  cursor: pointer !important;
309
}
309
}
310
310
311
.button.command {
311
.button.command {
312
  border-radius: 1.2em;
312
  border-radius: 1.2em;
313
}
313
}
314
314
315
.button.command .text {
315
.button.command .text {
316
  position: absolute;
316
  position: absolute;
317
  bottom: 0;
317
  bottom: 0;
318
  right: 1em;
318
  right: 1em;
319
}
319
}
320
320
321
.button:hover,
321
.button:hover,
322
.button:focus,
322
.button:focus,
323
.button.selected:hover,
323
.button.selected:hover,
324
.button.selected:focus,
324
.button.selected:focus,
325
.group .button:hover,
325
.group .button:hover,
326
.group .button:focus,
326
.group .button:focus,
327
.group .button:visited:hover,
327
.group .button:visited:hover,
328
.group .button:visited:focus
328
.group .button:visited:focus
329
{
329
{
330
  background-color: #f90 !important;
330
  background-color: #f90 !important;
331
  color: #000 !important;
331
  color: #000 !important;
332
}
332
}
333
333
334
.button:active,
334
.button:active,
335
.button.selected:active,
335
.button.selected:active,
336
.group .button:active,
336
.group .button:active,
337
.group .button:visited:active
337
.group .button:visited:active
338
{
338
{
339
  background-color: #fff !important;
339
  background-color: #fff !important;
340
  color: #000 !important;
340
  color: #000 !important;
341
}
341
}
342
342
343
.menu .button {
343
.menu .button {
344
  display: block;
344
  display: block;
345
  width: 8em;
345
  width: 8em;
346
  height: 1em;
346
  height: 1em;
347
  line-height: 1;
347
  line-height: 1;
348
  background-color: #9cf;
348
  background-color: #9cf;
349
  color: #000 !important;
349
  color: #000 !important;
350
  text-overflow: ellipsis;
350
  text-overflow: ellipsis;
351
  white-space: nowrap;
351
  white-space: nowrap;
352
}
352
}
353
353
354
#connectors {
354
#connectors {
355
  position: fixed;
355
  position: fixed;
356
  left: 8.4em;
356
  left: 8.4em;
357
  top: 5.6em;
357
  top: 5.6em;
358
}
358
}
359
359
360
.multi-display
360
.multi-display
361
{
361
{
362
  position: fixed;
362
  position: fixed;
363
  top: 2.6em;
363
  top: 2.6em;
364
  left: 15.8em;
364
  left: 15.8em;
365
  right: 0;
365
  right: 0;
366
}
366
}
367
367
368
.multi-display .button
368
.multi-display .button
369
{
369
{
370
  width: 5em !important;
370
  width: 5em !important;
371
}
371
}
372
372
373
.multi-display .upper
373
.multi-display .upper
374
{
374
{
375
  position: absolute;
375
  position: absolute;
376
  top: 0;
376
  top: 0;
377
  left: 0;
377
  left: 0;
378
  right: 0;  
378
  right: 0;  
379
  height: 7.5em;  
379
  height: 7.5em;  
380
  padding-right: 0.2em;
380
  padding-right: 0.2em;
381
  background-color: black;
381
  background-color: black;
382
}
382
}
383
383
384
.multi-display .upper .content
384
.multi-display .upper .content
385
{
385
{
386
  position: absolute;
386
  position: absolute;
387
  top: 0;
387
  top: 0;
388
  left: 6em;
388
  left: 6em;
389
  bottom: 1.3em;
389
  bottom: 1.3em;
390
  right: 0.2em;
390
  right: 0.2em;
391
  background-color: black;
391
  background-color: black;
392
  color: white;
392
  color: white;
393
  text-align: right;
393
  text-align: right;
394
  overflow: hidden;
394
  overflow: hidden;
395
  text-overflow: ellipsis;
395
  text-overflow: ellipsis;
396
}
396
}
397
397
398
.multi-display .upper .content .title
398
.multi-display .upper .content .title
399
{
399
{
400
  position: absolute;
400
  position: absolute;
401
  top: 0;
401
  top: 0;
402
  left: 0;
402
  left: 0;
403
  height: 1em;
403
  height: 1em;
404
  right: 0;
404
  right: 0;
405
  background-color: black;
405
  background-color: black;
406
  color: white;
406
  color: white;
407
  font-size: 2.4em;
407
  font-size: 2.4em;
408
  text-transform: uppercase;
408
  text-transform: uppercase;
409
  text-align: right;
409
  text-align: right;
410
  overflow: hidden;
410
  overflow: hidden;
411
  text-overflow: ellipsis;
411
  text-overflow: ellipsis;
412
}
412
}
413
413
414
.multi-display .upper .content .title span
414
.multi-display .upper .content .title span
415
{
415
{
416
  white-space: nowrap;
416
  white-space: nowrap;
417
}
417
}
418
418
419
.multi-display .upper .content .analysis {
419
.multi-display .upper .content .analysis {
420
  position: absolute;
420
  position: absolute;
421
  top: 2.4em;
421
  top: 2.4em;
422
  bottom: 0;
422
  bottom: 0;
423
  right: 11em;
423
  right: 11em;
424
  left: 0;
424
  left: 0;
425
  overflow: hidden;
425
  overflow: hidden;
426
  text-overflow: ellipsis;
426
  text-overflow: ellipsis;
427
  text-align: left;
427
  text-align: left;
428
}
428
}
429
429
430
.multi-display .upper .content .commands
430
.multi-display .upper .content .commands
431
{
431
{
432
  position: absolute;
432
  position: absolute;
433
  margin: 0;
433
  margin: 0;
434
  padding: 0;
434
  padding: 0;
435
  top: 2.4em;
435
  top: 2.4em;
436
  right: 0;
436
  right: 0;
437
  height: 3.8em;
437
  height: 3.8em;
438
  width: 10.2em;
438
  width: 10.2em;
439
  list-style: none;
439
  list-style: none;
440
}
440
}
441
441
442
.multi-display .upper .content .commands li
442
.multi-display .upper .content .commands li
443
{
443
{
444
  position: absolute;
444
  position: absolute;
445
  margin: 0;
445
  margin: 0;
446
  width: 5em;
446
  width: 5em;
447
  height: 1.8em;
447
  height: 1.8em;
448
}
448
}
449
449
450
.multi-display .upper .content .commands .button
450
.multi-display .upper .content .commands .button
451
{
451
{
452
  position: absolute;
452
  position: absolute;
453
  top: 0;
453
  top: 0;
454
  left: 0;
454
  left: 0;
455
  margin: 0;
455
  margin: 0;
456
  height: 1.8em;
456
  height: 1.8em;
457
  border-radius: 0.9em;
457
  border-radius: 0.9em;
458
  text-transform: none;
458
  text-transform: none;
459
}
459
}
460
460
461
.multi-display .upper .content .commands .button .text {
461
.multi-display .upper .content .commands .button .text {
462
  right: 1em;
462
  right: 1em;
463
}
463
}
464
464
465
.multi-display .upper .content #cmd1
465
.multi-display .upper .content #cmd1
466
{
466
{
467
  top: 0;
467
  top: 0;
468
  right: 5.2em;
468
  right: 5.2em;
469
}
469
}
470
470
471
.multi-display .upper .content #cmd2
471
.multi-display .upper .content #cmd2
472
{
472
{
473
  top: 0;
473
  top: 0;
474
  right: 0;
474
  right: 0;
475
}
475
}
476
476
477
.multi-display .upper .content #cmd3
477
.multi-display .upper .content #cmd3
478
{
478
{
479
  top: 2em;
479
  top: 2em;
480
  right: 0;
480
  right: 0;
481
}
481
}
482
482
483
.multi-display .upper .content #cmd4
483
.multi-display .upper .content #cmd4
484
{
484
{
485
  top: 2em;
485
  top: 2em;
486
  right: 5.2em;
486
  right: 5.2em;
487
}
487
}
488
488
489
.multi-display .upper .elbo-button
489
.multi-display .upper .elbo-button
490
{
490
{
491
  position: absolute;
491
  position: absolute;
492
  top: 0;
492
  top: 0;
493
  left: 0;
493
  left: 0;
494
  width: 5em;
494
  width: 5em;
495
  height: 4em;
495
  height: 4em;
496
  background-color: #c9c !important;
496
  background-color: #c9c !important;
497
  color: #000 !important;
497
  color: #000 !important;
498
  cursor: default;
498
  cursor: default;
499
}
499
}
500
500
501
.multi-display .upper .elbo-button .text
501
.multi-display .upper .elbo-button .text
502
{
502
{
503
  position: absolute;
503
  position: absolute;
504
  bottom: 0;
504
  bottom: 0;
505
  right: 0.2em;
505
  right: 0.2em;
506
  max-width: 4em;
506
  max-width: 4em;
507
  max-height: 3.6em;
507
  max-height: 3.6em;
508
  text-align: right;
508
  text-align: right;
509
  overflow: hidden;
509
  overflow: hidden;
510
}
510
}
511
511
512
.multi-display .upper .elbo
512
.multi-display .upper .elbo
513
{
513
{
514
  position: absolute;
514
  position: absolute;
515
  left: 0;
515
  left: 0;
516
  top: 4.2em;
516
  top: 4.2em;
517
  width: 6em;
517
  width: 6em;
518
  height: 3.2em;
518
  height: 3.2em;
519
  border-bottom-left-radius: 2em;
519
  border-bottom-left-radius: 2em;
520
  background-color: #9cf;
520
  background-color: #9cf;
521
  color: #000;
521
  color: #000;
522
}
522
}
523
523
524
.multi-display .upper .elbo .text
524
.multi-display .upper .elbo .text
525
{
525
{
526
  position: absolute;
526
  position: absolute;
527
  top: 0;
527
  top: 0;
528
  right: 1.2em;
528
  right: 1.2em;
529
  max-width: 4em;
529
  max-width: 4em;
530
  max-height: 2.2em;
530
  max-height: 2.2em;
531
  text-align: right;
531
  text-align: right;
532
  overflow: hidden;
532
  overflow: hidden;
533
  cursor: default;
533
  cursor: default;
534
}
534
}
535
535
536
.elbo [title],
536
.elbo [title],
537
.button [title]
537
.button [title]
538
{
538
{
539
  border-bottom: none;
539
  border-bottom: none;
540
}
540
}
541
541
542
.multi-display .upper .elbo .concave
542
.multi-display .upper .elbo .concave
543
{
543
{
544
  position: absolute;
544
  position: absolute;
545
  left: 5em;
545
  left: 5em;
546
  top: 0;
546
  top: 0;
547
  width: 1.1em;
547
  width: 1.1em;
548
  height: 2.2em;
548
  height: 2.2em;
549
  border-bottom-left-radius: 1em;
549
  border-bottom-left-radius: 1em;
550
  background-color: black;
550
  background-color: black;
551
}
551
}
552
552
553
.multi-display .border
553
.multi-display .border
554
{
554
{
555
  height: 1em;
555
  height: 1em;
556
}
556
}
557
557
558
.multi-display .upper .border
558
.multi-display .upper .border
559
{
559
{
560
  position: absolute;
560
  position: absolute;
561
  top: 6.4em;
561
  top: 6.4em;
562
  left: 6em;
562
  left: 6em;
563
  right: 0.2em;
563
  right: 0.2em;
564
}
564
}
565
565
566
.multi-display .border div
566
.multi-display .border div
567
{
567
{
568
  position: absolute;
568
  position: absolute;
569
  top: 0;
569
  top: 0;
570
  height: 1em;
570
  height: 1em;
571
}
571
}
572
572
573
.multi-display .upper .border div
573
.multi-display .upper .border div
574
{
574
{
575
  background-color: #9cf;
575
  background-color: #9cf;
576
}
576
}
577
577
578
.multi-display .upper .border .left
578
.multi-display .upper .border .left
579
{
579
{
580
  left: 0;
580
  left: 0;
581
  right: 5.2em;
581
  right: 5.2em;
582
  height: 1em;
582
  height: 1em;
583
}
583
}
584
 
584
 
585
.multi-display .upper .border .right
585
.multi-display .upper .border .right
586
{
586
{
587
  width: 5em;
587
  width: 5em;
588
  right: 0;
588
  right: 0;
589
}
589
}
590
 
590
 
591
.multi-display .lower
591
.multi-display .lower
592
{
592
{
593
  position: absolute;
593
  position: absolute;
594
  top: 7.5em;
594
  top: 7.5em;
595
  left: 0;
595
  left: 0;
596
  height: 0.1em;
596
  height: 0.1em;
597
  right: 0;
597
  right: 0;
598
  background-color: black;
598
  background-color: black;
599
}
599
}
600
600
601
.multi-display .lower .elbo
601
.multi-display .lower .elbo
602
{
602
{
603
  position: absolute;
603
  position: absolute;
604
  top: 0.1em;
604
  top: 0.1em;
605
  left: 0;
605
  left: 0;
606
  width: 6em;
606
  width: 6em;
607
  height: 3em;
607
  height: 3em;
608
  border-top-left-radius: 2em;
608
  border-top-left-radius: 2em;
609
  background-color: #fc6;
609
  background-color: #fc6;
610
}
610
}
611
611
612
.multi-display .lower .elbo .concave
612
.multi-display .lower .elbo .concave
613
{
613
{
614
  position: absolute;
614
  position: absolute;
615
  left: 5em;
615
  left: 5em;
616
  top: 1em;
616
  top: 1em;
617
  width: 1.1em;
617
  width: 1.1em;
618
  height: 2.1em;
618
  height: 2.1em;
619
  background-color: black;
619
  background-color: black;
620
  border-top-left-radius: 1em;
620
  border-top-left-radius: 1em;
621
}
621
}
622
622
623
.multi-display .lower .bg
623
.multi-display .lower .bg
624
{
624
{
625
  position: fixed;
625
  position: fixed;
626
  top: 13.4em;
626
  top: 13.4em;
627
  bottom: 2.8em;
627
  bottom: 2.8em;
628
  width: 5em;
628
  width: 5em;
629
  background-color: #fc6;
629
  background-color: #fc6;
630
}
630
}
631
631
632
.multi-display .lower .border-container
632
.multi-display .lower .border-container
633
{
633
{
634
  position: absolute;
634
  position: absolute;
635
  top: 0.1em;
635
  top: 0.1em;
636
  left: 6em;
636
  left: 6em;
637
  right: 0;
637
  right: 0;
638
  height: 1.2em;
638
  height: 1.2em;
639
  background-color: black;
639
  background-color: black;
640
}
640
}
641
641
642
.multi-display .lower .border
642
.multi-display .lower .border
643
{
643
{
644
  position: absolute;
644
  position: absolute;
645
  left: 0;
645
  left: 0;
646
  right: 0.2em;
646
  right: 0.2em;
647
}
647
}
648
648
649
.multi-display .lower .border div
649
.multi-display .lower .border div
650
{
650
{
651
  background-color: #fc6;
651
  background-color: #fc6;
652
}
652
}
653
653
654
.multi-display .lower .border .left
654
.multi-display .lower .border .left
655
{
655
{
656
  left: 0;
656
  left: 0;
657
  right: 5.2em;
657
  right: 5.2em;
658
}
658
}
659
659
660
.multi-display .lower .border .right
660
.multi-display .lower .border .right
661
{
661
{
662
  width: 5em;
662
  width: 5em;
663
  right: 0;
663
  right: 0;
664
}
664
}
665
665
666
.menu .button.secondary,
666
.menu .button.secondary,
667
.multi-display .lower .elbo.secondary,
667
.multi-display .lower .elbo.secondary,
668
.multi-display .lower .bg.secondary,
668
.multi-display .lower .bg.secondary,
669
.multi-display .lower .border.secondary
669
.multi-display .lower .border.secondary
670
{
670
{
671
  background-color: #f96;
671
  background-color: #f96;
672
}
672
}
673
673
674
.menu .button.ancillary,
674
.menu .button.ancillary,
675
.multi-display .lower .elbo.ancillary,
675
.multi-display .lower .elbo.ancillary,
676
.multi-display .lower .bg.ancillary,
676
.multi-display .lower .bg.ancillary,
677
.multi-display .lower .border.ancillary
677
.multi-display .lower .border.ancillary
678
{
678
{
679
  background-color: #c9c;
679
  background-color: #c9c;
680
}
680
}
681
681
682
.menu .button.database,
682
.menu .button.database,
683
.multi-display .lower .elbo.database,
683
.multi-display .lower .elbo.database,
684
.multi-display .lower .bg.database,
684
.multi-display .lower .bg.database,
685
.multi-display .lower .border.database
685
.multi-display .lower .border.database
686
{
686
{
687
  background-color: #c66;
687
  background-color: #c66;
688
}
688
}
689
689
690
.menu .button .text {
690
.menu .button .text {
691
  position: static;
691
  position: static;
692
  margin: 0 0.25em;
692
  margin: 0 0.25em;
693
}
693
}
694
694
695
.button.selected {
695
.button.selected {
696
  background-color: #fc6 !important;
696
  background-color: #fc6 !important;
697
  color: #000 !important;  
697
  color: #000 !important;  
698
}
698
}
699
699
700
.group {
700
.group {
701
  margin: 0 auto;
701
  margin: 0 auto;
702
  position: relative;
702
  position: relative;
703
  width: 7.7em;
703
  width: 7.7em;
704
}
704
}
705
705
706
.group .separator {
706
.group .separator {
707
  float: left;
707
  float: left;
708
  position: absolute;
708
  position: absolute;
709
  top: 0;
709
  top: 0;
710
  left: 0;
710
  left: 0;
711
  width: 1.5em;
711
  width: 1.5em;
712
  height: 100%;
712
  height: 100%;
713
  background-color: #c66;
713
  background-color: #c66;
714
  color: #000;
714
  color: #000;
715
}
715
}
716
716
717
.group .separator:after {
717
.group .separator:after {
718
  position: absolute;
718
  position: absolute;
719
  width: 0.8em;
719
  width: 0.8em;
720
  height: 0.5em;
720
  height: 0.5em;
721
  bottom: 0.25em;
721
  bottom: 0.25em;
722
  left: 0.25em;
722
  left: 0.25em;
723
  background-color: #000;
723
  background-color: #000;
724
  content: "\a0";
724
  content: "\a0";
725
}
725
}
726
726
727
.group ul {
727
.group ul {
728
  margin-left: 1.7em;
728
  margin-left: 1.7em;
729
}
729
}
730
730
731
.group li {
731
.group li {
732
  margin-bottom: 0;
732
  margin-bottom: 0;
733
}
733
}
734
734
735
.group .button:visited,
735
.group .button:visited,
736
.group .button
736
.group .button
737
{
737
{
738
  display: block;
738
  display: block;
739
  position: relative;
739
  position: relative;
740
  width: 6em;
740
  width: 6em;
741
  background-color: #99f !important;
741
  background-color: #99f !important;
742
}
742
}
743
743
744
.group li:last-child .button
744
.group li:last-child .button
745
{
745
{
746
  margin-bottom: 0;
746
  margin-bottom: 0;
747
}
747
}
748
748
749
.button.right {
749
.button.right {
750
  border-top-right-radius: 1em;
750
  border-top-right-radius: 1em;
751
  border-bottom-right-radius: 1em;
751
  border-bottom-right-radius: 1em;
752
}
752
}
753
753
754
.button.right .text {
754
.button.right .text {
755
  right: 1em;
755
  right: 1em;
756
}
756
}
757
757
758
.button.left {
758
.button.left {
759
  border-top-left-radius: 1em;
759
  border-top-left-radius: 1em;
760
  border-bottom-left-radius: 1em;
760
  border-bottom-left-radius: 1em;
761
}
761
}
762
762
763
.group .button .key {
763
.group .button .key {
764
  display: inline-block;
764
  display: inline-block;
765
  position: absolute;
765
  position: absolute;
766
  left: 0.2em;
766
  left: 0.2em;
767
  top: 0;
767
  top: 0;
768
  bottom: 0;
768
  bottom: 0;
769
  padding: 0 0.1em;
769
  padding: 0 0.1em;
770
  background-color: #000;
770
  background-color: #000;
771
  color: #f90;
771
  color: #f90;
772
  font-size: 2.4em;
772
  font-size: 2.4em;
773
  text-transform: uppercase;
773
  text-transform: uppercase;
774
  line-height: 0.9;
774
  line-height: 0.9;
775
}
775
}