89,7 → 89,6 |
|
#content { |
/* position: relative; */ |
margin-right: 1em; |
} |
|
/* 0.0 to 0.6 s */ |
435,26 → 434,21 |
display: none; |
} |
|
#LCARS .menu-container { |
position: fixed; |
left: 0.2em; |
top: 5.6em; |
width: 8em; |
bottom: 2.8em; |
background-color: #999; |
#bow .menu |
{ |
position: absolute; |
left: 0; |
top: 5.4em; |
width: 15.4em; |
overflow: auto; |
} |
|
#LCARS .menu |
{ |
height: 17.6em; |
background-color: #000; |
} |
|
/* 0.0 to 1.125 s */ |
@-webkit-keyframes bow-menu { |
from { |
opacity: 0; |
height: 0; |
overflow: hidden; |
} |
|
/* at ca. 0.61875 s */ |
464,10 → 458,16 |
|
56% { |
opacity: 1; |
height: 0; |
overflow: hidden; |
} |
|
to { |
height: auto; |
} |
} |
|
.fade-in #LCARS .menu |
.fade-in #bow .menu |
{ |
-webkit-animation-name: bow-menu; |
-webkit-animation-duration: 1.125s; |
474,12 → 474,12 |
-webkit-animation-timing-function: linear; |
} |
|
.menu ul { |
#bow ul { |
margin: 0 0.2em 0.2em 0; |
padding: 0; |
} |
|
.menu li { |
#bow li { |
margin: 0; |
} |
|
598,7 → 598,7 |
color: #000 !important; |
} |
|
.menu .button { |
#bow .button { |
display: block; |
width: 8em; |
height: 1em; |
688,6 → 688,13 |
background-color: #fc6; |
} |
|
.multi-display .lower .elbo.database, |
.multi-display .lower .bg.database, |
.multi-display .lower .border |
{ |
background-color: #c66; |
} |
|
.multi-display .lower .elbo .concave |
{ |
position: absolute; |
728,31 → 735,11 |
background-color: #fc6; |
} |
|
.menu .button.secondary, |
.multi-display .lower .elbo.secondary, |
.multi-display .lower .bg.secondary, |
.multi-display .lower .border.secondary |
{ |
background-color: #f96; |
} |
|
.menu .button.ancillary, |
.multi-display .lower .elbo.ancillary, |
.multi-display .lower .bg.ancillary, |
.multi-display .lower .border.ancillary |
{ |
background-color: #c9c; |
} |
|
.menu .button.database, |
.multi-display .lower .elbo.database, |
.multi-display .lower .bg.database, |
.multi-display .lower .border.database |
{ |
#bow .button.database { |
background-color: #c66; |
} |
|
.menu .button .text { |
#bow .button .text { |
position: static; |
margin: 0 0.25em; |
} |