Anpassungen für Wachenname im Standby
This commit is contained in:
parent
9d68b146d1
commit
080bf76bd0
@ -81,6 +81,10 @@ audio {
|
||||
height: 90% !important;
|
||||
}
|
||||
|
||||
.h-95 {
|
||||
height: 95% !important;
|
||||
}
|
||||
|
||||
/*** Klassen in Abhängigkeit der Rotation ******/
|
||||
|
||||
@media screen and (orientation:portrait) {
|
||||
@ -149,24 +153,34 @@ audio {
|
||||
}
|
||||
}
|
||||
|
||||
/*** Uhrzeit dynamisch bewegen lassen **********/
|
||||
/*** Texte des Bildschirmschoners dynamisch bewegen lassen **********/
|
||||
|
||||
.clock_x {
|
||||
animation: x 1200s linear infinite alternate;
|
||||
}
|
||||
|
||||
.clock_y {
|
||||
animation: y 960s linear infinite alternate;
|
||||
}
|
||||
|
||||
@keyframes x {
|
||||
100% {
|
||||
transform: translatex(100%);
|
||||
}
|
||||
}
|
||||
|
||||
.clock_y {
|
||||
animation: y 960s linear infinite alternate;
|
||||
}
|
||||
|
||||
@keyframes y {
|
||||
100% {
|
||||
transform: translatey(100%);
|
||||
}
|
||||
}
|
||||
|
||||
.client_wache {
|
||||
animation: x2 1200s linear infinite alternate;
|
||||
}
|
||||
|
||||
@keyframes x2 {
|
||||
100% {
|
||||
transform: translatex(300%);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user