Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 94 → Rev 93

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