/** * CSS * * @version 1.0 * @author Vaska * @author Gregory Cadar */ * { margin: 0; padding: 0; } html {font-size: 100%;} body { font-size: 0.75em; line-height: 1.3; font-family: LinLibertine, Droid serif, Century Schoolbook, Cambria, serif; background: #fff; } .description{ font-family: NotCourierSans, DejaVu Sans Light, Geneva, Calibri, Sans; color : Gray; background: #fff; } body.section-1 { } body.section-2 { } body.section-3 { } a:link { text-decoration: none; color : black;} a:active { text-decoration: none; } a:visited { text-decoration: none; color: #666; } a:hover { text-decoration: none; color : Blue;} a img { border: none; } #menu { width: 260px; overflow: auto; top: 10px; bottom: 0; left: 15px; position: fixed; height: 100%; background-color: #fff; } #menu ul { list-style: none; margin: 0 0 12px 0; } #menu ul li.section-title { font-family: DejaVu Sans Light, monospace; font-size: 1.1em; text-transform: uppercase; } #content { height: 100%; margin: 10px 0 0 270px; top: 0; } .container { padding: 5px 5px 25px 5px; } #content p, h1, h2, h3, h4 { width: 400px; margin-bottom: 9px; margin-left: 10px; font-size: 100%;font-weight:normal;} p { margin: 0 0 9px 0; } #img-container { margin: 0; padding: 0; margin-left: 10px;} #img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; } #once { clear: left; }