Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 42 → Rev 43

/trunk/styles/lcars22.css
89,6 → 89,7
 
#content {
/* position: relative; */
margin-right: 1em;
}
 
/* 0.0 to 0.6 s */
434,21 → 435,26
display: none;
}
 
#bow .menu
{
position: absolute;
left: 0;
top: 5.4em;
width: 15.4em;
#LCARS .menu-container {
position: fixed;
left: 0.2em;
top: 5.6em;
width: 8em;
bottom: 2.8em;
background-color: #999;
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 */
458,16 → 464,10
 
56% {
opacity: 1;
height: 0;
overflow: hidden;
}
to {
height: auto;
}
}
 
.fade-in #bow .menu
.fade-in #LCARS .menu
{
-webkit-animation-name: bow-menu;
-webkit-animation-duration: 1.125s;
474,12 → 474,12
-webkit-animation-timing-function: linear;
}
 
#bow ul {
.menu ul {
margin: 0 0.2em 0.2em 0;
padding: 0;
}
 
#bow li {
.menu li {
margin: 0;
}
 
598,7 → 598,7
color: #000 !important;
}
 
#bow .button {
.menu .button {
display: block;
width: 8em;
height: 1em;
688,13 → 688,6
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;
735,11 → 728,31
background-color: #fc6;
}
 
#bow .button.database {
.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
{
background-color: #c66;
}
 
#bow .button .text {
.menu .button .text {
position: static;
margin: 0 0.25em;
}