Linha 11: | Linha 11: | ||
− | #p-logo | + | #p-logo |
{ | { | ||
− | + | z-index: 3; | |
− | + | position: absolute; /*needed to use z-index */ | |
− | + | top: 0; | |
− | + | left: 0; | |
− | + | height: 135px; | |
− | + | width: 170px; | |
+ | overflow: visible; | ||
+ | } | ||
} | } | ||
/* Código CSS colocado aqui será aplicado a todos os temas */ body { background-color: #F2F9FF; width=1024px; h1 { color: #1947A3; } #p-logo { z-index: 3; position: absolute; /*needed to use z-index */ top: 0; left: 0; height: 135px; width: 170px; overflow: visible; } } /** ** Infoboxes **/ .infobox { float: right; clear: right; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; border: 1px solid #AAA; background: #F9F9F9; color: black; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { margin-left: inherit; font-size: larger; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #AAA; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; }