diff --git a/static/controlstyle.css b/static/controlstyle.css index 15c3bafd..98071f22 100644 --- a/static/controlstyle.css +++ b/static/controlstyle.css @@ -135,27 +135,3 @@ { display:none !important; } - -.bgimage{ - z-index: -100; -background-size: 180%; -background-repeat: no-repeat; -background-position: center center; -background-color: #000; -background-image: url(bg.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%; -} - -body -{ - background-color:#000; -} \ No newline at end of file