I did a nono and randomized the background. Works

This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-12 21:21:56 +01:00
parent a7e563679b
commit 119cd02c57
2 changed files with 13 additions and 1 deletions

View File

@@ -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(bg5.jpg);
background-size: 180%; background-repeat: no-repeat; background-position: center center; background-color: #000; /*background-image: url(bg5.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%;
}