aboutsummaryrefslogtreecommitdiff
path: root/id.templates/html/css
diff options
context:
space:
mode:
Diffstat (limited to 'id.templates/html/css')
-rw-r--r--id.templates/html/css/display.css52
-rw-r--r--id.templates/html/css/main.css74
2 files changed, 0 insertions, 126 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; } */
diff --git a/id.templates/html/css/main.css b/id.templates/html/css/main.css
deleted file mode 100644
index bcad5589c..000000000
--- a/id.templates/html/css/main.css
+++ /dev/null
@@ -1,74 +0,0 @@
-/* Haupt-Stylesheet fuer z.B. für CIO/ciointern/iktintern/WSIS Webseite sowie in MOA-ID Templates*/
-/* Original design by Tinfish Media Lab */
-/* Additional design by Bernd Martin, Arno Hollosi */
-
-body {
- margin-bottom:0.5em;
- margin-right:2em;
- margin-left:0.5em;
- margin-top:0.5em;
- background-color:#FFFFFF;
- color:#000000;
-}
-
-/* Font */
-body,table,td,th
-{
- font-family:arial,sans-serif;
- font-size:small;
-}
-th { background-color:#ffffbb; color:#000000; }
-
-
-/* Ueberschriften */
-h1,h2,h3,h4,h5
-{
- color:#336699;
- background-color:#FFFFFF;
-}
-h1 { font-size:140%; }
-h2 { font-size:120%; }
-h3 { font-size:110%; }
-
-/* Links */
-a:link { color:#336699; text-decoration:none; }
-a:visited { color:#660066; text-decoration:none; }
-a:active { color:#336699; text-decoration:none; }
-a:hover { color:#000000; text-decoration:underline; }
-
-dt { font-weight:bold; }
-
-dl.filelist dt { font-weight: normal; }
-dl.filelist dd { margin-bottom: 0.5em; }
-
-
-div.pic { font-size:80%; color:#888888; background-color:#FFFFFF; }
-
-div.verz0 { margin-left:0em; }
-div.verz1 { margin-left:1em; }
-div.verz2 { margin-left:2em; }
-div.verz3 { margin-left:3em; }
-div.verz4 { margin-left:4em; }
-div.verz5 { margin-left:5em; }
-div.verz6 { margin-left:6em; }
-div.verz7 { margin-left:7em; }
-
-div.backLink { font-size:70%; margin-left:0em; margin-bottom:0em; font-weight:bold }
-div.noJavaScript { font-size:70%; margin-top:1.2em; margin-bottom:1.2em; font-weight:bold }
-
-div.newsDate { font-size:70%; margin-left:0em; margin-bottom:0em; margin-top:1em; font-weight:bold }
-div.newsTitle { font-size:100%; margin-left:0em; margin-bottom:0.1em; font-weight:bold }
-div.newsDesc { font-size:90%; margin-left:2em; margin-bottom:0em; }
-div.newsCreator { font-size:70%; margin-left:2.6em; margin-bottom:1em; }
-div.newsResultDesc { font-size:90%; margin-left:2em; margin-bottom:1em; }
-
-div.indentSmall { margin-left:1em }
-div.indentNormal { margin-left:1.5em }
-div.indentHigh { margin-left:2em }
-
-div.pic { font-size:80%; color:#888888; background-color:#FFFFFF; }
-
-span.hinw { color:#993333; background-color:#FFFFFF; }
-span.filesizeinfo { font-size:75% }
-span.imprintText { font-size:80%; margin-left:1em; float:right }
-span.footer { font-size:80%; margin-left:1em; margin-bottom:1em;}