Subversion Repositories LCARS

Rev

Rev 231 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 231 Rev 235
Line 187... Line 187...
187
187
188
#bow-top .text span {
188
#bow-top .text span {
189
  padding-right: 0.1em;
189
  padding-right: 0.1em;
190
  background-color: #000;
190
  background-color: #000;
191
  padding-left: 0.1em;
191
  padding-left: 0.1em;
192
  text-transform: uppercase;
192
  text-transform: uppercase !important;
193
  white-space: nowrap;
193
  white-space: nowrap;
194
}
194
}
195
195
196
.empty #footer-container {
196
.empty #footer-container {
197
  position: fixed;
197
  position: fixed;
Line 715... Line 715...
715
.multi-display .upper .elbo-button .text
715
.multi-display .upper .elbo-button .text
716
{
716
{
717
  position: absolute;
717
  position: absolute;
718
  bottom: 0;
718
  bottom: 0;
719
  right: 0.2em;
719
  right: 0.2em;
720
  max-width: 4em;
720
  max-width: 4.2em;
721
  max-height: 3.6em;
721
  max-height: 3.6em;
722
  text-align: right;
722
  text-align: right;
723
  overflow: hidden;
723
  overflow: hidden;
-
 
724
  word-wrap: break-word;
724
}
725
}
725
726
726
.multi-display .upper .elbo
727
.multi-display .upper .elbo
727
{
728
{
728
  position: absolute;
729
  position: absolute;
Line 738... Line 739...
738
.multi-display .upper .elbo .text
739
.multi-display .upper .elbo .text
739
{
740
{
740
  position: absolute;
741
  position: absolute;
741
  top: 0;
742
  top: 0;
742
  right: 1.2em;
743
  right: 1.2em;
743
  max-width: 4em;
744
  max-width: 4.2em;
744
  max-height: 2.2em;
745
  max-height: 2.2em;
745
  text-align: right;
746
  text-align: right;
746
  overflow: hidden;
747
  overflow: hidden;
747
  cursor: default;
748
  cursor: default;
748
}
749
}
Line 1014... Line 1015...
1014
  right: auto;
1015
  right: auto;
1015
  bottom: 0;
1016
  bottom: 0;
1016
  padding: 0 0.1em;
1017
  padding: 0 0.1em;
1017
  background-color: #000;
1018
  background-color: #000;
1018
  color: #f90;
1019
  color: #f90;
-
 
1020
  font-family: "LCARS",
-
 
1021
    Haettenschweiler, "Downloadable Haettenschweiler",
-
 
1022
    "Zurich XCn BT", "Downloadable Zurich XCn BT",
-
 
1023
    impact, Verdana, Geneva, Arial, Helvetica, sans-serif;
1019
  font-size: 2.4em;
1024
  font-size: 2.4em;
1020
  text-transform: uppercase !important;
1025
  text-transform: uppercase !important;
1021
  line-height: 0.9;
1026
  line-height: 0.9;
1022
}
1027
}
1023
1028