Linha 2: | Linha 2: | ||
− | /* Define a cor do fundo das páginas (não inclui a janela de texto) | + | /* Define a cor do fundo das páginas (não inclui a janela de texto) |
body { | body { | ||
background-color: #F2F9FF; | background-color: #F2F9FF; | ||
width=1024px; | width=1024px; | ||
− | } | + | } */ |
Linha 14: | Linha 14: | ||
} | } | ||
− | /* Define a cor do fundo do topo das páginas, mas não afeta a cor de fundo dos separadores | + | /* Define a cor do fundo do topo das páginas, mas não afeta a cor de fundo dos separadores |
#mw-head-base { | #mw-head-base { | ||
background-color: #F2F9FF; | background-color: #F2F9FF; | ||
Linha 20: | Linha 20: | ||
} */ | } */ | ||
− | |||
− | |||
− | |||
− | /* Define a cor de fundo do logótipo | + | /* Define a cor de fundo do logótipo |
#p-logo { | #p-logo { | ||
background-color: #F2F9FF; | background-color: #F2F9FF; | ||
width=100%; | width=100%; | ||
− | } | + | } */ |
+ | |||
+ | |||
+ | body{} | ||
+ | |||
+ | body { | ||
+ | background: none; | ||
+ | } | ||
+ | |||
+ | div#content { | ||
+ | margin-top: 10px; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | background-image: url(upload/CorA_Logo_395x55.png); | ||
+ | background-position: center left; | ||
+ | background-repeat: no-repeat; | ||
+ | top: -115px; | ||
+ | width: 395px; | ||
+ | height: 55px; | ||
+ | margin-left: 1.25em; | ||
+ | } | ||
+ | |||
+ | div#mw-head-base { | ||
+ | margin-top: -150px; | ||
+ | margin-left: 12em; | ||
+ | height: 150px; | ||
+ | background-image: url(upload/VectorTabs-background.png); | ||
+ | border-bottom: solid 1px #aaa; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#mw-head { | ||
+ | height: 150px; | ||
+ | } | ||
+ | |||
+ | div#mw-panel { | ||
+ | top: 150px; | ||
+ | } | ||
+ | |||
+ | ------------- | ||
/** | /** |
/* 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: none; } div#content { margin-top: 10px; border: none; } #p-logo { background-image: url(upload/CorA_Logo_395x55.png); background-position: center left; background-repeat: no-repeat; top: -115px; width: 395px; height: 55px; margin-left: 1.25em; } div#mw-head-base { margin-top: -150px; margin-left: 12em; height: 150px; background-image: url(upload/VectorTabs-background.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; }