New background image and white big text

This commit is contained in:
Nicolas A. Tonne
2014-12-28 14:14:27 +01:00
parent 6510b0013d
commit 40be512361
4 changed files with 3 additions and 3 deletions

View File

@@ -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;}