Linha 32: | Linha 32: | ||
body { | body { | ||
− | background: | + | background-color: #F0F0F0; |
} | } | ||
Linha 41: | Linha 41: | ||
#p-logo { | #p-logo { | ||
− | + | background-position: center center; | |
− | + | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | |||
width: 395px; | width: 395px; | ||
height: 55px; | height: 55px; | ||
Linha 54: | Linha 52: | ||
margin-left: 12em; | margin-left: 12em; | ||
height: 150px; | height: 150px; | ||
− | background-image: url( | + | background-image: url(http://metis.med.up.pt/mediawiki/images/8/87/Banner.png); |
border-bottom: solid 1px #aaa; | border-bottom: solid 1px #aaa; | ||
} | } |
/* Código CSS colocado aqui será aplicado a todos os temas */ /* Define a cor do fundo das páginas (não inclui a janela de texto) body { background-color: #F2F9FF; width=1024px; } */ /* Define a cor dos títulos das páginas */ #firstHeading { color: #1947A3; } /* Define a cor do fundo do topo das páginas, mas não afeta a cor de fundo dos separadores #mw-head-base { background-color: #F2F9FF; width=100%; } */ /* Define a cor de fundo do logótipo #p-logo { background-color: #F2F9FF; width=100%; } */ body{} body { background-color: #F0F0F0; } div#content { margin-top: 10px; border: none; } #p-logo { background-position: center center; background-repeat: no-repeat; width: 395px; height: 55px; margin-left: 1.25em; } div#mw-head-base { margin-top: -150px; margin-left: 12em; height: 150px; background-image: url(http://metis.med.up.pt/mediawiki/images/8/87/Banner.png); border-bottom: solid 1px #aaa; } div#mw-head { height: 150px; } div#mw-panel { top: 150px; } ------------- /** ** 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; }