From a4fc7994edf91ea0c39149062900514b9677d510 Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 16 Feb 2015 13:29:59 +0200 Subject: [PATCH] Cleaning up CSS --- css/minecraft.css | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/css/minecraft.css b/css/minecraft.css index 2bd26f2..b6abf1e 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -70,29 +70,27 @@ a:focus { width: 100%; height: 100%; color: #fff; -} - -#intro:before { - content: ""; - position: absolute; background: #000 url(/img/bg.svg) repeat bottom center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; - z-index: -1; /* Keep the background behind the content */ - height: 20%; width: 20%; /* Using Glen Maddern's trick /via @mente */ - - /* don't forget to use the prefixes you need */ - transform: scale(5); - transform-origin: top left; - filter: blur(2px); + -webkit-filter: blur(5px); + -moz-filter: blur(5px); + -o-filter: blur(5px); + -ms-filter: blur(5px); + filter: blur(5px); } #intro-body { display: table-cell; vertical-align: middle; text-align: center; + -webkit-filter: blur(0px)!important; + -moz-filter: blur(0px)!important; + -o-filter: blur(0px)!important; + -ms-filter: blur(0px)!important; + filter: blur(0px)!important; } #logo {