navigation for noscript

This commit is contained in:
sakrecoer 2020-07-27 08:53:56 +02:00
parent 4cd70b5ef8
commit d210a68283

View file

@ -216,38 +216,15 @@
@import 'player'; @import 'player';
.logo { .logo {
position: fixed; filter: blur(0px);
top: 20px;
right: 20px;
width: 50%;
height: 10%;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-size: 95% 95%;
-webkit-transition: all 400ms ease-in;
-moz-transition: all 400ms ease-in;
transition: all 400ms ease-in;
box-shadow: 0 0 10px 1px _palette(border-alt);
} }
@media only screen and (min-width: 769px) { .blurredout {
.logo { filter: blur(0px);
position: fixed; -webkit-transition: filter 400ms ease-in;
top: 20px; -moz-transition: filter 400ms ease-in;
right: 20px; transition: filter 400ms ease-in;
width: 20%; }
height: 10%;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-size: 95% 95%;
-webkit-transition: all 400ms ease-in;
-moz-transition: all 400ms ease-in;
transition: all 400ms ease-in;
box-shadow: 0 0 10px 1px _palette(border-alt);
}
}
// Player link // Player link
#mainwrap { #mainwrap {