Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 40 → Rev 38

/trunk/styles/lcars22.css
91,24 → 91,6
/* position: relative; */
}
 
/* 0.0 to 0.6 s */
@-webkit-keyframes content {
from {
opacity: 0;
}
/* 0.6 s */
99% {
opacity: 0;
}
}
 
.empty.fade-in #content {
-webkit-animation-name: content;
-webkit-animation-duration: 0.6s;
-webkit-animation-timing-function: linear;
}
 
a {
text-decoration: none;
}
232,7 → 214,7
min-width: 10em;
}
 
/* 0.0 to 0.5 s */
/* 0.0 to 1.0 s */
@-webkit-keyframes bow-top {
from {
left: 90%;
243,7 → 225,7
.fade-in #bow-top {
-webkit-animation-name: bow-top;
-webkit-animation-duration: 0.5s;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
}
 
252,7 → 234,7
margin: 0;
left: 4.33em;
top: 0;
right: 0.75em;
right: 0.65em;
height: 1em;
text-align: right;
color: #fc0;
266,7 → 248,7
left: 0.93em;
}
 
/* 0.0 to 0.5 s */
/* 0.0 to 1.0 s */
@-webkit-keyframes bow-top-text {
from {
opacity: 0;
280,7 → 262,7
 
.fade-in #bow-top .text {
-webkit-animation-name: bow-top-text;
-webkit-animation-duration: 0.5s;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
}
 
303,21 → 285,6
background-color: #000;
}
 
/* 0.0 to 0.5 s */
@-webkit-keyframes footer {
from {
left: 90%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
}
 
.empty.fade-in #footer {
-webkit-animation-name: footer;
-webkit-animation-duration: 0.5s;
-webkit-animation-timing-function: linear;
}
 
.empty #footer {
position: absolute;
bottom: 0;
324,50 → 291,32
left: 0;
right: 0;
height: 2em;
min-width: 10em;
margin-bottom: 0.2em;
background-color: #999;
border-radius: 1.2em;
line-height: 0.9;
line-height: 0.8;
}
 
.empty #footer .text {
position: absolute;
margin: 0;
left: 0.93em;
top: 0;
right: 0.75em;
height: 1em;
background-color: transparent;
bottom: 0;
left: 0.75em;
margin: 0 !important;
background-color: #000;
color: #fc0;
padding-top: 0.1em;
padding-left: 0.1em;
padding-right: 0.1em;
text-transform: uppercase;
font-size: 2.4em;
padding-right: 0.1em;
overflow: hidden;
text-overflow: ellipsis;
}
 
/* 0.0 to 0.5 s */
@-webkit-keyframes footer-text {
from {
opacity: 0;
}
/* shortly before 0.5 s */
99% {
opacity: 0;
}
}
 
.empty.fade-in #footer .text {
-webkit-animation-name: footer-text;
-webkit-animation-duration: 0.5s;
-webkit-animation-timing-function: linear;
}
 
.empty #footer .text span {
padding-right: 0.1em;
padding-left: 0.1em;
background-color: #000;
padding-left: 0.1em;
text-transform: uppercase;
white-space: nowrap;
}
398,13 → 347,13
background-color: #999;
}
 
/* 0.0 to 0.625 s */
/* 0.0 to 1.25 s */
@-webkit-keyframes bow-top-left {
from {
height: 0;
}
 
/* at 0.5 s */
/* at 1.0 s */
80% {
height: 0;
}
412,7 → 361,7
.fade-in #bow-top-left {
-webkit-animation-name: bow-top-left;
-webkit-animation-duration: 0.625s;
-webkit-animation-duration: 1.25s;
-webkit-animation-timing-function: linear;
}
 
443,7 → 392,7
overflow: auto;
}
 
/* 0.0 to 1.125 s */
/* 0.0 to 2.25 s */
@-webkit-keyframes bow-menu {
from {
opacity: 0;
451,7 → 400,7
overflow: hidden;
}
 
/* at ca. 0.61875 s */
/* at ca. 1.25 s */
55% {
opacity: 0;
}
470,7 → 419,7
.fade-in #bow .menu
{
-webkit-animation-name: bow-menu;
-webkit-animation-duration: 1.125s;
-webkit-animation-duration: 2.25s;
-webkit-animation-timing-function: linear;
}