Mercurial > dive4elements > website
view gnv/gnv_files/style.css @ 69:e0fcacb504e6
Added old GNV page to repo and link it in the main page.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 12:32:18 +0100 |
parents | |
children |
line wrap: on
line source
/* Styles for the DIVE4elements Website */ body { font-family: arial, helvetica, sans-serif; font-size: 13px; background: #FFFFFF url('img/page_bg.png') repeat-x; color: #333333; margin: 0; padding:0px; } a { color: #b51a22; text-decoration: none; } a:hover { text-decoration: underline; } img { border: 0px; } .wrapper { width: 900px; margin: 0 auto; text-align: left; } #intro { padding: 30px 250px 20px 20px; } #intro h2 { font-family: georgia, times, serif; font-size: 30px; font-weight: normal; color: #333333; margin: 0px; } #intro p { color: #555555; font-size: 14px; font-weight: normal; line-height: 26px; margin: 10px 0 0; padding: 0; } #main { float: left; padding: 0px 0px 0px 20px; width: 600px; } #main h2 { font-size: 22px; font-weight: normal; color: #333333; margin: 30px 0px 10px 0px; padding: 0px; clear: both; } #main p, #main li{ color: #444444; line-height: 20px; margin: 0px 0px 10px; } #sidebar { -moz-border-radius: 10px 10px 10px 10px; background: none repeat scroll 0 0 #EBEBEB; border: 1px solid #99b4c9; float: right; margin-top: 34px; padding: 20px 20px 15px; width: 220px; } #sidebar h3 { color: #333333; margin: 1px 0px 10px 0px; } #footer { background: none repeat scroll 0 0 #EBEBEB; color: #333333; font-size: 11px; height: 50px; margin-top: 30px; padding-bottom: 20px; text-align: center; width: 100%; } #sitemap { margin: auto; text-align: left; width: 900px; padding-left: 40px; }