MediaWiki:Common.css
From RPGWiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* O CSS colocado aqui será aplicado a todos os temas */
/* Substituir o logo visualmente */
#p-logo a {
background-image: url("https://wiki.daemon.com.br/images/RPGWiki-logo.png") !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 160px; /* ajuste conforme o seu logo */
display: block;
}
/* Opcional: evitar espaços extras ou sobreposição */
#p-logo {
padding: 0 !important;
}