@charset "UTF-8"; /** * FreeNono Homepage Stylesheet * * Common styles for screens * * @copyright Copyright 2009, Christian Wichmann * @license CC-A 3.0 (http://creativecommons.org/licenses/by-nc/3.0/de/), * @version 0.1 */ /* --- main elements ---------------------------------------------------------*/ html { height: 100%; width: 100%; } body { width: 1000px; margin: 0 auto; font-size: 11pt; /* equals 100%*/ font-family: Ubuntu, FreeSans, Helvetica, Arial, sans-serif; background-color: #e6e6e6; /*grau: #d8d8d8;*/ /*dunkel lila: 7e7b8f, helles lial: #8978bd*/ /*color: #e6e6e6;*/ } #header { display: block; } #footer { display: block; clear: both; text-align: center; padding: 1em; } #webstart_icon { text-align: center; } #container { width: 1000px; } #menu { float: left; position: fixed; bottom: 1em; padding: 0; /*margin: 0 0 0 1em;*/ /*border: 1px solid #7e7b8f;*/ } .menuentry { display: block; font-size: 150%; font-family: sans-serif; font-variant: small-caps; font-weight: 250; text-shadow: #AAA 2px 2px 2px; border: 1px solid black; background: #8978bd; padding: 0 1em 0 1em; } .menuentry:hover { background: #7e7b8f; } #currentEntry { background: #7e7b8f; } #menu a { color: black; text-decoration: none; } #content { display: block; float: right; position: relative; width: 575px; min-height: 325px; /*height: 325px; overflow:auto;*/ padding: 0; margin: 0 10em 0 0; line-height: 1.25em; } #content a { color: #7e7b8f; font-style: italic; } #content a:visited { color: #8978bd; font-style: italic; } #content dl dt { font-weight: bold; line-height: 1.75; } #content dl dd { font-style: italic; text-indent: 4em; line-height: 1.75; margin: 0 0 1.5em 0; } .FreeNonoLogo { text-shadow: #AAA 2px 2px 2px; border: 1px solid gray; } /* --- text markup -----------------------------------------------------------*/ .text { text-align: left; font-size: 100%; font-family: Helvetica, Arial, sans-serif; line-height: 1.25em; /*word-wrap: break-word;*/ } h1 { font-size: 175%; font-family: Helvetica, Arial, sans-serif; font-weight: 100; letter-spacing: 0.25em; text-shadow: #AAA 2px 2px 2px; border-bottom: 1px solid black; padding: 0 0 0.25em 0; } h2 { font-size: 100%; font-family: Helvetica, Arial, sans-serif; font-style: italic; } h3 { font-size: 100%; font-family: Garamond, Baskerville, "Times New Roman", serif; } h4 { font-size: 100%; font-weight: bold; font-family: Garamond, Baskerville, "Times New Roman", serif; } strong, b { font-weight: bold; } em, i { font-style: italic; } /* --- other elements --------------------------------------------------------*/ .infobox { border-bottom: 2px dotted #8978bd; padding: 0 0.25em; } .infobox:after{ content: " ?"; color:#8978bd; font-weight:bold; }