Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 73 → Rev 74

/trunk/styles/lcars22.css
352,7 → 352,7
.multi-display
{
position: fixed;
top: 2.8em;
top: 2.6em;
left: 15.8em;
right: 0em;
}
374,29 → 374,89
background-color: black;
}
 
.multi-display .upper .title
.multi-display .upper .content
{
position: absolute;
top: 0;
left: 2.5em;
bottom: 1em;
left: 6em;
bottom: 1.2em;
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 .button
.multi-display .upper .content .title span
{
position: relative;
height: 3.8em;
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;
background-color: #c9c !important;
color: #000 !important;
}
 
.multi-display .upper .button .text
.multi-display .upper .elbo-button .text
{
position: absolute;
bottom: 0;
411,7 → 471,7
{
position: absolute;
left: 0;
top: 4em;
top: 4.2em;
width: 6em;
height: 3.2em;
border-bottom-left-radius: 2em;
454,7 → 514,7
.multi-display .lower
{
position: absolute;
top: 7.3em;
top: 7.5em;
left: 0;
padding-top: 0.1em;
background-color: black;
/trunk/styles/lcars-ani.css
293,7 → 293,7
);
?>
 
.fade-in .multi-display .upper .button,
.fade-in .multi-display .upper .elbo-button,
.fade-in .multi-display .lower .bg
{
<?php
351,7 → 351,8
?>
 
.fade-in .multi-display .border,
.fade-in .multi-display .upper .title
.fade-in .multi-display .upper .title,
.fade-in .multi-display .upper .button
{
<?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:black;
color:#fff;
/* background-color: #000; */
color: #fff;
}
 
a:hover,
122,8 → 122,8
}
 
a:visited {
background-color:black;
color:#c9c;
/* background-color: #000; */
color: #c9c;
}
 
h2 {