Work on closed notice.

This commit is contained in:
2019-03-03 17:53:34 +01:00
parent ebe4e85fad
commit 9b55f56975
8 changed files with 88 additions and 28 deletions

View File

@@ -61,27 +61,12 @@ transform: rotate(360deg);
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
body.open {
height:100%;
background-color: #a3d165;
text-align: center;
}
body.closed {
background: #f66;
text-align: center;
}
* {
font-family: verdana, sans-serif;
}
@@ -107,13 +92,3 @@ animation:starrotation 10s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.closed_notice {
position: absolute;
font-weight: bold;
font-size: 16pt;
text-transform: uppercase;
animation: fadeOut 3s forwards;
animation-timing-function: linear;
animation-iteration-count: 1;
}