Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 93 → Rev 94

/trunk/styles/lcars22.css
262,7 → 262,7
#bow-bottom .spacer {
position: absolute;
left: 10.2em;
bottom: 0em;
bottom: 0;
width: 0.2em;
height: 0.5em;
background-color: black;
354,7 → 354,7
position: fixed;
top: 2.6em;
left: 15.8em;
right: 0em;
right: 0;
}
 
.multi-display .button
368,8 → 368,7
top: 0;
left: 0;
right: 0;
height: 7.4em;
padding-bottom: 0.2em;
height: 7.5em;
padding-right: 0.2em;
background-color: black;
}
379,7 → 378,7
position: absolute;
top: 0;
left: 6em;
bottom: 1.4em;
bottom: 1.3em;
right: 0.2em;
background-color: black;
color: white;
392,9 → 391,9
{
position: absolute;
top: 0;
left: 0em;
left: 0;
height: 1em;
right: 0em;
right: 0;
background-color: black;
color: white;
font-size: 2.4em;
426,7 → 425,7
margin: 0;
padding: 0;
top: 2.4em;
right: 0em;
right: 0;
height: 3.8em;
width: 10.2em;
list-style: none;
539,15 → 538,14
 
.multi-display .border
{
overflow: hidden;
height: 1em;
}
 
.multi-display .upper .border
{
position: fixed;
top: 9em;
left: 21.8em;
position: absolute;
top: 6.4em;
left: 6em;
right: 0.2em;
}
 
581,13 → 579,16
position: absolute;
top: 7.5em;
left: 0;
padding-top: 0.1em;
height: 0.1em;
right: 0;
background-color: black;
}
 
.multi-display .lower .elbo
{
position: relative;
position: absolute;
top: 0.1em;
left: 0;
width: 6em;
height: 3em;
border-top-left-radius: 2em;
616,10 → 617,10
 
.multi-display .lower .border-container
{
position: fixed;
top: 10.2em;
left: 21.8em;
right: 0em;
position: absolute;
top: 0.1em;
left: 6em;
right: 0;
height: 1.2em;
background-color: black;
}