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