fix
This commit is contained in:
parent
a087629549
commit
8108608ee7
|
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
background-position-x: 72px;
|
background-position-x: 61px;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,18 @@
|
||||||
|
|
||||||
|
@keyframes alertanim {
|
||||||
|
0% {
|
||||||
|
top: 0px;
|
||||||
|
animation-timing-function: linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
background-position-x: 61px;
|
||||||
|
animation-timing-function: linear;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: url('../img/animated.png');
|
background: url('../img/animated.png');
|
||||||
background-color: rgb(49, 107, 223);
|
background-color: rgb(49, 107, 223);
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,18 @@
|
||||||
|
|
||||||
|
@keyframes alertanim {
|
||||||
|
0% {
|
||||||
|
top: 0px;
|
||||||
|
animation-timing-function: linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
background-position-x: 72px;
|
||||||
|
animation-timing-function: linear;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: url('../img/animateddark.png');
|
background: url('../img/animateddark.png');
|
||||||
background-color: rgb(1, 17, 48);
|
background-color: rgb(1, 17, 48);
|
||||||
|
|
@ -12,7 +27,6 @@ html {
|
||||||
.content, #footer {
|
.content, #footer {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 1000px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer, #footer_signup {
|
#footer, #footer_signup {
|
||||||
|
|
@ -28,12 +42,13 @@ html {
|
||||||
background: rgba(25, 25, 25,0.75);
|
background: rgba(25, 25, 25,0.75);
|
||||||
min-height: 550px;
|
min-height: 550px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo_full {
|
#logo_full {
|
||||||
display: none;
|
display: none;
|
||||||
margin-right: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo_small {
|
#logo_small {
|
||||||
|
|
@ -113,14 +128,13 @@ html {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
#NavigationRedesignBannerContainer ul li a, .NavigationRedesign ul li a:visited, .navbarbutton {
|
.navbarbutton {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: "Helvetica Neue";
|
font-family: "Helvetica Neue";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow: none;
|
|
||||||
}
|
}
|
||||||
.Redesign .smallnavbarbutton {
|
.Redesign .smallnavbarbutton {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -137,21 +151,6 @@ html {
|
||||||
top: 44px;
|
top: 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer_signup a, #footer_signup p a, #footer a, #footer p a {
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_signup a:hover, .content_signup p a:hover, #footer_signup a:hover, #footer_signup p a:hover, #footer a:hover, #footer p a:hover {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
#navbarsignedincontainer {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
#navbarsignedincontainer a:nth-child(1)::after {
|
|
||||||
content: ' | ';
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 1688px) {
|
@media (min-width: 1688px) {
|
||||||
#logo_full {
|
#logo_full {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue