From 6fb736ecafbe5422508e53da3efc8d32db4e226a Mon Sep 17 00:00:00 2001 From: KasperRT Date: Sun, 14 Dec 2014 15:00:06 +0100 Subject: [PATCH] Removing excessive css code --- static/controlstyle.css | 24 ------------------------ 1 file changed, 24 deletions(-) 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