Subversion Repositories LCARS

Rev

Rev 72 | Rev 75 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72 Rev 74
Line 350... Line 350...
350
}
350
}
351
351
352
.multi-display
352
.multi-display
353
{
353
{
354
  position: fixed;
354
  position: fixed;
355
  top: 2.8em;
355
  top: 2.6em;
356
  left: 15.8em;
356
  left: 15.8em;
357
  right: 0em;
357
  right: 0em;
358
}
358
}
359
359
360
.multi-display .button
360
.multi-display .button
Line 372... Line 372...
372
  padding-bottom: 0.2em;
372
  padding-bottom: 0.2em;
373
  padding-right: 0.2em;
373
  padding-right: 0.2em;
374
  background-color: black;
374
  background-color: black;
375
}
375
}
376
376
377
.multi-display .upper .title
377
.multi-display .upper .content
378
{
378
{
379
  position: absolute;
379
  position: absolute;
380
  top: 0;
380
  top: 0;
381
  left: 2.5em;
381
  left: 6em;
382
  bottom: 1em;
382
  bottom: 1.2em;
383
  right: 0.2em;
383
  right: 0.2em;
384
  background-color: black;
384
  background-color: black;
385
  color: white;
385
  color: white;
-
 
386
  text-align: right;
-
 
387
  overflow: hidden;
-
 
388
  text-overflow: ellipsis;
-
 
389
}
-
 
390
-
 
391
.multi-display .upper .content .title
-
 
392
{
-
 
393
  position: absolute;
-
 
394
  top: 0;
-
 
395
  left: 0em;
-
 
396
  height: 1em;
-
 
397
  right: 0em;
-
 
398
  background-color: black;
-
 
399
  color: white;
386
  font-size: 2.4em;
400
  font-size: 2.4em;
387
  text-transform: uppercase;
401
  text-transform: uppercase;
388
  text-align: right;
402
  text-align: right;
-
 
403
  overflow: hidden;
-
 
404
  text-overflow: ellipsis;
-
 
405
}
-
 
406
-
 
407
.multi-display .upper .content .title span
-
 
408
{
-
 
409
  white-space: nowrap;
-
 
410
}
-
 
411
-
 
412
.multi-display .upper .content .button
-
 
413
{
-
 
414
  position: absolute;
-
 
415
  margin-right: 0;
-
 
416
  height: 1.8em;
-
 
417
  text-transform: none;
-
 
418
}
-
 
419
-
 
420
.multi-display .upper .content .button .text {
-
 
421
  right: 0.75em;
-
 
422
}
-
 
423
-
 
424
.multi-display .upper .content #cmd1
-
 
425
{
-
 
426
  top: 2.4em;
-
 
427
  right: 5.2em;
-
 
428
}
-
 
429
-
 
430
.multi-display .upper .content #cmd2
-
 
431
{
-
 
432
  top: 2.4em;
-
 
433
  right: 0;
389
}
434
}
390
435
391
.multi-display .upper .button
436
.multi-display .upper .content #cmd3
392
{
437
{
-
 
438
  top: 4.4em;
-
 
439
  right: 5.2em;
-
 
440
}
-
 
441
-
 
442
.multi-display .upper .content #cmd4
-
 
443
{
-
 
444
  top: 4.4em;
-
 
445
  right: 0;
-
 
446
}
-
 
447
-
 
448
.multi-display .upper .elbo-button
-
 
449
{
393
  position: relative;
450
  position: absolute;
-
 
451
  top: 0;
-
 
452
  left: 0;
-
 
453
  width: 5em;
394
  height: 3.8em;
454
  height: 4em;
395
  background-color: #c9c !important;
455
  background-color: #c9c !important;
396
  color: #000 !important;
456
  color: #000 !important;
397
}
457
}
398
458
399
.multi-display .upper .button .text
459
.multi-display .upper .elbo-button .text
400
{
460
{
401
  position: absolute;
461
  position: absolute;
402
  bottom: 0;
462
  bottom: 0;
403
  right: 0.2em;
463
  right: 0.2em;
404
  max-width: 4.6em;
464
  max-width: 4.6em;
Line 409... Line 469...
409
469
410
.multi-display .upper .elbo
470
.multi-display .upper .elbo
411
{
471
{
412
  position: absolute;
472
  position: absolute;
413
  left: 0;
473
  left: 0;
414
  top: 4em;
474
  top: 4.2em;
415
  width: 6em;
475
  width: 6em;
416
  height: 3.2em;
476
  height: 3.2em;
417
  border-bottom-left-radius: 2em;
477
  border-bottom-left-radius: 2em;
418
  background-color: #9cf;
478
  background-color: #9cf;
419
  color: #000;
479
  color: #000;
Line 452... Line 512...
452
}
512
}
453
 
513
 
454
.multi-display .lower
514
.multi-display .lower
455
{
515
{
456
  position: absolute;
516
  position: absolute;
457
  top: 7.3em;
517
  top: 7.5em;
458
  left: 0;
518
  left: 0;
459
  padding-top: 0.1em;
519
  padding-top: 0.1em;
460
  background-color: black;
520
  background-color: black;
461
}
521
}
462
522