Work on closed notice.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user