mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-04 00:25:34 +00:00
Added fading and hopefully a better userexperience
This commit is contained in:
@@ -35,6 +35,11 @@ body {
|
||||
-webkit-transform:translateY(-54%)
|
||||
}
|
||||
|
||||
#change {
|
||||
opacity:0;
|
||||
-webkit-transition: opacity 1s;
|
||||
}
|
||||
|
||||
/*#change{ display: table-cell; vertical-align: middle;}*/
|
||||
::-webkit-input-placeholder {
|
||||
color:#FEFEFE
|
||||
@@ -369,11 +374,17 @@ body {
|
||||
}
|
||||
|
||||
#player {
|
||||
-webkit-transition: opacity 1s;
|
||||
transition: opacity 1s;
|
||||
height:68%;
|
||||
height:calc(87% - 213px);
|
||||
width:60%;
|
||||
border-radius:3px
|
||||
/*box-shadow: 0 8px 11px -4px black;*/
|
||||
/*box-shadow: 0 8px 11px -4px black;*/
|
||||
}
|
||||
|
||||
iframe {
|
||||
-webkit-transition:opacity 1s;
|
||||
}
|
||||
|
||||
#playlist {
|
||||
@@ -656,7 +667,7 @@ body {
|
||||
#toptitle {
|
||||
color:#fff;
|
||||
font-weight:700;
|
||||
text-shadow:0 0 12px rgba(0,0,0,0.5)
|
||||
text-shadow:0 0 12px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
#mobile-banner {
|
||||
|
||||
Reference in New Issue
Block a user