--- style.css 2008-06-18 15:13:20.000000000 +0200 +++ new.style.css 2008-12-06 17:28:52.000000000 +0100 @@ -1,6 +1,12 @@ /*- Marinelli styles v2.1 - Drupal5x - 18/06/08 author:singalkuppe: leoni.matteo[at]gmail.com - www.signalkuppe.com */ + +/* +patched version to enable logo support over banner (december 6, 2008) +requires patched version of page.tpl.php +author:mau-it: maurizio[at]infinito.it +*/ * {padding: 0;margin: 0;} @@ -54,7 +60,24 @@ background: #000033 url(img/banners/rota position:relative; } +#logo{ + /* be careful: max height of logo image : 180px (as header's height) */ + /* assuming some defaults: modify margins as required */ + margin-top: 30px; /* "n px" where n=(180-logo_height)/2 to have image vertically centered */ + margin-right: 35px; + margin-bottom: 0px; + margin-left: 0px; + /* logo image on the right */ + float: right; + padding:0; +} + +#logo img{ + padding:0; + margin:0; +} + #submenu { /*secondary links*/ background: #FF9900 url(img/slinks.gif) repeat-x top; font-size:0.875em;