Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 74 → Rev 73

/trunk/styles/lcars22.css
352,7 → 352,7
.multi-display
{
position: fixed;
top: 2.6em;
top: 2.8em;
left: 15.8em;
right: 0em;
}
374,89 → 374,29
background-color: black;
}
 
.multi-display .upper .content
.multi-display .upper .title
{
position: absolute;
top: 0;
left: 6em;
bottom: 1.2em;
left: 2.5em;
bottom: 1em;
right: 0.2em;
background-color: black;
color: white;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
}
 
.multi-display .upper .content .title
{
position: absolute;
top: 0;
left: 0em;
height: 1em;
right: 0em;
background-color: black;
color: white;
font-size: 2.4em;
text-transform: uppercase;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
}
 
.multi-display .upper .content .title span
.multi-display .upper .button
{
white-space: nowrap;
}
 
.multi-display .upper .content .button
{
position: absolute;
margin-right: 0;
height: 1.8em;
text-transform: none;
}
 
.multi-display .upper .content .button .text {
right: 0.75em;
}
 
.multi-display .upper .content #cmd1
{
top: 2.4em;
right: 5.2em;
}
 
.multi-display .upper .content #cmd2
{
top: 2.4em;
right: 0;
}
 
.multi-display .upper .content #cmd3
{
top: 4.4em;
right: 5.2em;
}
 
.multi-display .upper .content #cmd4
{
top: 4.4em;
right: 0;
}
 
.multi-display .upper .elbo-button
{
position: absolute;
top: 0;
left: 0;
width: 5em;
height: 4em;
position: relative;
height: 3.8em;
background-color: #c9c !important;
color: #000 !important;
}
 
.multi-display .upper .elbo-button .text
.multi-display .upper .button .text
{
position: absolute;
bottom: 0;
471,7 → 411,7
{
position: absolute;
left: 0;
top: 4.2em;
top: 4em;
width: 6em;
height: 3.2em;
border-bottom-left-radius: 2em;
514,7 → 454,7
.multi-display .lower
{
position: absolute;
top: 7.5em;
top: 7.3em;
left: 0;
padding-top: 0.1em;
background-color: black;
/trunk/styles/lcars-ani.css
293,7 → 293,7
);
?>
 
.fade-in .multi-display .upper .elbo-button,
.fade-in .multi-display .upper .button,
.fade-in .multi-display .lower .bg
{
<?php
351,8 → 351,7
?>
 
.fade-in .multi-display .border,
.fade-in .multi-display .upper .title,
.fade-in .multi-display .upper .button
.fade-in .multi-display .upper .title
{
<?php
Mixins::animation('-name', 'elbo-border');
/trunk/styles/lcars-basic.css
88,30 → 88,30
a:link:hover,
a:link:focus
{
/* background-color:#000; */
background-color:#000;
color: #f90;
}
 
a:link:active {
/* background-color:#000; */
background-color:#000;
color: #fff;
}
 
a:link {
/* background-color:#000; */
color: #fc9;
background-color:#000;
color:#fc9;
}
 
a:visited:hover,
a:visited:focus
{
/* background-color:#000; */
color: #f90;
background-color:#000;
color:#f90;
}
 
a:visited:active {
/* background-color: #000; */
color: #fff;
background-color:black;
color:#fff;
}
 
a:hover,
122,8 → 122,8
}
 
a:visited {
/* background-color: #000; */
color: #c9c;
background-color:black;
color:#c9c;
}
 
h2 {