MediaWiki:Common.css
De Cronicas Eternas Wiki
Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
- Opera: Pressione Ctrl-F5.
/* Pagina total */ body.dark-mode { background-color: #121212; color: #e0e0e0; } body.dark-mode a { color: #bb86fc; } body.dark-mode #mw-head, body.dark-mode #mw-panel { background-color: #1f1f1f; } body.dark-mode .mw-body, body.dark-mode table { background-color: #1e1e1e; border: 1px solid #333; color: #e0e0e0; } /* Outros role */ #p-logo a { background-image: url(https://cronicaseternas.site/wiki/images/logo.png); background-size: contain; width: 135px; height: 135px; display: block; } .infobox { width: 22em; background: #f9f9f9; border: 1px solid #aaa; padding: 5px; float: right; font-size: 90%; } .infobox div { padding: 2px 5px; } .infobox .header { text-align: center; background: #ccc; font-size: 120%; padding: 4px; } .character-infobox { width: 22em; background: #f9f9f9; border: 1px solid #aaa; float: right; padding: 5px; font-size: 90%; } .character-infobox .header { text-align: center; background: #ccc; font-size: 120%; padding: 4px; } .character-infobox .section { text-align: center; background: #ddd; font-size: 110%; padding: 4px; margin-top: 5px; } .character-infobox div { padding: 2px 5px; } .item-infobox { width: 22em; background: #f9f9f9; border: 1px solid #aaa; float: right; padding: 5px; font-size: 90%; } .item-infobox .header { text-align: center; background: #ccc; font-size: 120%; padding: 4px; } .item-infobox .section { text-align: center; background: #ddd; font-size: 110%; padding: 4px; margin-top: 5px; } .item-infobox div { padding: 2px 5px; } .species-infobox { width: 22em; background: #f9f9f9; border: 1px solid #aaa; float: right; padding: 5px; font-size: 90%; } .species-infobox .header { text-align: center; background: #ccc; font-size: 120%; padding: 4px; } .species-infobox .section { text-align: center; background: #ddd; font-size: 110%; padding: 4px; margin-top: 5px; } .species-infobox div { padding: 2px 5px; }