mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-04 16:45:33 +00:00
New background image and white big text
This commit is contained in:
@@ -3,7 +3,7 @@ body{background:#000; margin:0; }
|
||||
font-family: 'Open Sans', sans-serif; font-weight: 300; text-align: center;
|
||||
animation: fadein .5s; -moz-animation: fadein .5s; -webkit-animation: fadein .5s; -o-animation: fadein .5s;
|
||||
}
|
||||
.top, .top a{color:#ed207f; text-decoration: none;}
|
||||
.top, .top a{color:#fff; text-decoration: none;}
|
||||
.vcent{position: relative; top: 45%; -webkit-transform: translateY(-50%);}
|
||||
.nochanvcent{position: relative; top: 46%; -webkit-transform: translateY(-54%);}
|
||||
/*#change{ display: table-cell; vertical-align: middle;}*/
|
||||
@@ -28,7 +28,7 @@ body{background:#000; margin:0; }
|
||||
.channel{padding: 7px; display: inline-block; font-weight: bold; color: #C4C4C4 !important;font-size: 18px;}
|
||||
.channel:hover{color:#ed207f !important;}
|
||||
.bgimage{
|
||||
background-size: 180%; background-repeat: no-repeat; background-position: center center; background-color: #000; background-image: url(bg.jpg);
|
||||
background-size: 180%; background-repeat: no-repeat; background-position: center center; background-color: #000; background-image: url(bg2.jpg);
|
||||
-webkit-filter: blur(50px) brightness(0.8); -moz-filter:blur(50px) brightness(0.8); -ms-filter:blur(50px) brightness(0.8); -o-filter: blur(50px) brightness(0.8); filter: blur(50px) brightness(0.8);
|
||||
position: absolute; top: 0px; left: 0; width: 100%; height: 100%;
|
||||
}
|
||||
@@ -36,7 +36,7 @@ body{background:#000; margin:0; }
|
||||
|
||||
.anim{transition: all .20s ease-in-out; -moz-transition: all .20s ease-in-out; -webkit-transition: all .20s ease-in-out;}
|
||||
.chan{color:#CCC; cursor:pointer; display: inline;}
|
||||
.bigchan{color: #ed207f; font-size: 10vw; padding-top: 25%;}
|
||||
.bigchan{color: #fff; font-size: 10vw; padding-top: 25%;}
|
||||
|
||||
#buttons{cursor: default; text-align: right; -webkit-filter: brightness(1.6);margin-top: -65px; margin-bottom: 28px; pointer-events:none;}
|
||||
#buttons:hover{background-color: none !important;}
|
||||
|
||||
Reference in New Issue
Block a user