From b73822979de23a3b7236411a7a737e2c93642a7d Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 4 Jul 2013 10:09:26 +0200 Subject: =?UTF-8?q?BKU=20Auswahl=20in=20Kontext=20von=20MOA-ID=20f=C3=BCr?= =?UTF-8?q?=20standardkonforme=20Variante?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- id/server/auth/src/main/webapp/css/index.css | 30 ++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'id/server/auth/src/main/webapp/css/index.css') diff --git a/id/server/auth/src/main/webapp/css/index.css b/id/server/auth/src/main/webapp/css/index.css index 3dd974813..41f5bb2aa 100644 --- a/id/server/auth/src/main/webapp/css/index.css +++ b/id/server/auth/src/main/webapp/css/index.css @@ -76,13 +76,16 @@ p#skiplinks a:active { #main { clear:both; position:relative; + margin-left: 50%; } /* left */ #leftcontent { float:left; - width:220px; + width:220px; + margin-bottom: 25px; + } h2#tabheader, h2#contentheader { @@ -92,6 +95,12 @@ h2#tabheader, h2#contentheader { border-bottom:2px solid #fff; } + +#stork { + margin-bottom: 10px; + margin-top: 5px; +} + #bkulogin { overflow:hidden; width:220px; @@ -251,7 +260,24 @@ p { /* [OPTIONAL] Geben Sie hier die Farbe fuer Links an */ #leftcontent a, #content a { - color: blue; + color: white; +} + +.OA_header { + background-color: white; + font-size: 20pt; + margin-bottom: 25px; + margin-left: 25%; + margin-top: 25px; +} + +.main_header { + color: black; + font-size: 32pt; + position: absolute; + right: 10%; + top: 40px; + } @media print { -- cgit v1.2.3