added tf banner ;)

This commit is contained in:
Janis
2022-10-30 15:09:35 +01:00
parent 5dd6bbf290
commit c5e597ef58
5 changed files with 68 additions and 0 deletions

View File

@@ -75,3 +75,12 @@
background: var(--border-color-flash-1);
}
}
@keyframes tfBannerAnimation {
from {
margin-top: -200px;
}
to {
margin-top: 0px;
}
}

View File

@@ -55,3 +55,27 @@ html {
animation-duration: 20s;
animation-name: backgroundAnimation;
}
#teafire-banner {
height: 50px;
width: 180px;
padding: 20px;
margin-top: -200px;
z-index: 1;
animation-timing-function: linear;
float: right;
}
#teafire-banner p {
color: teal;
float: left;
font-size: 23pt;
font-weight: bolder;
padding-top: 8px;
padding-left: 5px;
}
#teafire-banner img {
color: teal;
height: 50px;
float: left;
}