From a8365ce0fedfd356e4a11f257be82a636625a960 Mon Sep 17 00:00:00 2001 From: mrdrogdrog <tilman.vatteroth@udo.edu> Date: Mon, 30 Nov 2015 13:42:03 +0100 Subject: [PATCH] =?UTF-8?q?ufc=20style=20angepasst:=20-=20reskaling=20des?= =?UTF-8?q?=20posterbildes=20ge=C3=A4ndert=20-=20grayskaling=20reduziert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- panels/ufc/style.less | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/panels/ufc/style.less b/panels/ufc/style.less index 5543214..9473c35 100644 --- a/panels/ufc/style.less +++ b/panels/ufc/style.less @@ -1,19 +1,10 @@ -#image{ - height:70%; - text-align:center; -} + #title{ height:20%; } #zeit{ height:10%; } -#image img { - height: 100%; - margin:auto; - width:auto; - border: solid black 1px; -} #zeit span { background:#b00; display:inline-block; @@ -32,11 +23,13 @@ width:100%; } #background { - background-size: auto 70%; + bottom: 0px; + height: 70% !important; + background-size: contain; background-repeat: no-repeat; background-position: 50% 100%; - -webkit-filter: grayscale(60%); - filter: grayscale(60%); + -webkit-filter: grayscale(30%); + filter: grayscale(30%); } #content{ font-family:NewCicle, Verdana, Arial, sans-serif; -- GitLab