aboutsummaryrefslogtreecommitdiff
path: root/id.templates/html/css/display.css
diff options
context:
space:
mode:
Diffstat (limited to 'id.templates/html/css/display.css')
-rw-r--r--id.templates/html/css/display.css52
1 files changed, 0 insertions, 52 deletions
diff --git a/id.templates/html/css/display.css b/id.templates/html/css/display.css
deleted file mode 100644
index fc6da85b0..000000000
--- a/id.templates/html/css/display.css
+++ /dev/null
@@ -1,52 +0,0 @@
-/* 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; } */