Linha 21: | Linha 21: | ||
#mw-head { | #mw-head { | ||
background-color: #F0F0F0; | background-color: #F0F0F0; | ||
+ | } | ||
+ | |||
+ | #p-logo a, | ||
+ | #p-logo a:hover { | ||
+ | display: block; | ||
+ | height: 200px; | ||
+ | width: 12.2em; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: 35% 50% !important; | ||
+ | text-decoration: none; | ||
} | } | ||
/* 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: #F0F0F0; } /* 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: #F0F0F0; width=100%; } #mw-head { background-color: #F0F0F0; } #p-logo a, #p-logo a:hover { display: block; height: 200px; width: 12.2em; background-repeat: no-repeat; background-position: 35% 50% !important; text-decoration: none; } ------------- /** ** 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; }