From 8b171d70a451062dd26b12aeeab2f87ccd8679b3 Mon Sep 17 00:00:00 2001 From: rudolf Date: Tue, 27 Jul 2004 13:06:39 +0000 Subject: initial check in (RSCH) git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@153 d688527b-c9ab-4aba-bd8d-4036d912da1d --- id.templates/html/css/display.css | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 id.templates/html/css/display.css (limited to 'id.templates/html/css/display.css') diff --git a/id.templates/html/css/display.css b/id.templates/html/css/display.css new file mode 100644 index 000000000..fc6da85b0 --- /dev/null +++ b/id.templates/html/css/display.css @@ -0,0 +1,52 @@ +/* Beispiel Display-Stylesheet */ + +span.printText { + font-size:80%; + margin-left:1em; + margin-top:-1.2em; + margin-bottom:1em; + font-weight:bold; + float:right +} + +#mainmenu { + padding-left: 8px +} + +#currentcontext { + background-color:#eff3ff; + border-top: 1px solid #76769f; + border-bottom: 1px solid #76769f; +} + +#contextmenu { + position: absolute; + padding-top: 0.5em; + margin-top: 1em; + background: #e7e9f6; + width: 12.5em; +} + +#contextmenubottom { + padding-top:1em; + background:white; + background-image:url(/style/img/mnv.gif); + background-repeat:repeat-x; +} + +#contentcontainer { + position: absolute; + padding: 0px; + margin-left: 13.5em; + margin-top: 1em; + width: 40em; + text-align: justify; +} + +#content { + margin-top:0em; + margin-left:1em; +} + + +/* #z_location { font-size:80%; margin-left:1em; padding-top:1em; } */ -- cgit v1.2.3