From 15ef06a1a07757c8f7590784438b82a873fbdc02 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 1 Oct 2008 16:32:55 +0200 Subject: Initialer Import. --- stylesheets/screen/layout.css | 131 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 stylesheets/screen/layout.css (limited to 'stylesheets/screen/layout.css') diff --git a/stylesheets/screen/layout.css b/stylesheets/screen/layout.css new file mode 100644 index 0000000..266b440 --- /dev/null +++ b/stylesheets/screen/layout.css @@ -0,0 +1,131 @@ +@media screen +{ + div#wrapper + { + margin: 2em auto 0 auto; + width: 58em; + } + + div#header + { + text-align: center; + } + + div#separator + { + height: 2em; + } + + div#mainmenu + { + padding: 0.5em 0em 0.5em 12.5em; + margin: 1em 0; + } + + + div#mainmenu li + { + display: inline; + margin: 1em 3em; + } + + div#sidebar + { + float: left; + padding: 1em 0.5em 1em 1em; + margin: 1em 0 2em 1.5em; + width: 9em; + } + + div#sidebar h4 + { + padding: 0.3em 0.1em 0.1em 0.1em; + } + + div#sidebar h5 + { + display: none; + } + + div#sidebar ul + { + list-style-type: none; + } + + div#sidebar p + { + margin: 0.75em 0.2em 0.2em 0.2em; + } + + div#sidebar ul li + { + margin: 0.2em; + } + + div#inhalt + { + margin: 2em 1.5em 2em 13.5em; + padding: 1em 2em 2em 2em; + } + + div#inhalt h2 + { + margin-bottom: 0.4em; + } + + div#inhalt h3 + { + margin-top: 0.7em; + margin-bottom: 0.2em; + } + + div#inhalt h4 + { + margin-top: 0.75em; + margin-bottom: 0.25em; + } + + div#inhalt h5 + { + margin-top: 0.75em; + } + + div#inhalt p + { + margin-bottom: 0.2em; + } + + div#inhalt p.absatzunten + { + margin-bottom: 1em; + } + + div#inhalt p.absatzoben + { + margin-top: 1em; + } + + div#inhalt ol + { + margin: 0.5em 2em; + } + + div#inhalt ul + { + margin-left: 1em; + } + + code.table + { + margin-left: 2em; + } + + div#footer + { + clear: both; + padding: 0.5em 0 0.5em 0; + } + + + +} -- cgit v1.2.3