From 91bb685e531c43f291cc52b46a91c4ea087f95fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Mon, 9 Nov 2015 12:50:44 +0100 Subject: =?UTF-8?q?about=20screen=20mockup;=20TODO:=20text&design=20->=20L?= =?UTF-8?q?oni&Sa=C5=A1a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/codeq.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'css/codeq.css') diff --git a/css/codeq.css b/css/codeq.css index 9d056c7..e82cf85 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -46,6 +46,39 @@ body { cursor: pointer; } +/* screen about*/ + +.about-logos { + text-align: center; + height: 6em; + margin: 1em 0 1em 0; +} + +.about-logos div { + height: 100%; /* set on element if more logos in line */ + display: inline-block; + position: relative; +} + +.about-logos div img { + max-height: 100%; + max-width: 100%; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + -webkit-transform:translate(-50%,-50%); + position: absolute; +} + +div.vertical-line{ + height: 100%; + width: 0px; + border: 0; + border-left: 1px solid #eee; + margin: 0 1% 0 1%; +} + + /* screen problems*/ .block { /*border-right: 1px solid #e5e5e5; -- cgit v1.2.1