diff --git a/static/bg.jpg b/static/bg.jpg deleted file mode 100755 index 449d46a3..00000000 Binary files a/static/bg.jpg and /dev/null differ diff --git a/static/bg1.jpg b/static/bg1.jpg new file mode 100644 index 00000000..fd34b223 Binary files /dev/null and b/static/bg1.jpg differ diff --git a/static/bg2.jpg b/static/bg2.jpg new file mode 100644 index 00000000..03e0f657 Binary files /dev/null and b/static/bg2.jpg differ diff --git a/static/style.css b/static/style.css index b955437d..46a6bfb5 100755 --- a/static/style.css +++ b/static/style.css @@ -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;}