MediaWiki:Common.css
De Tutta Europa Manual
Nota: Após salvar, 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.
/** o código CSS colocado aqui será aplicado a todos os temas */ @import url( 'https://fonts.googleapis.com/css?family=Slabo+27px|Muli|Noto+Sans|Noto+Serif '); /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ body { font-family: "Muli", sans-serif; background-color: lightsteelblue; } #mw-head { background-color: lightsteelblue; } .vector-menu-tabs li a { background-color: lightsteelblue; } .vector-menu-tabs .selected a { background-color: lightskyblue; } #content h1, #content h2 { font-family: "Slabo 27px", serif; font-weight: 700; } .mw-body-content .toc h2 { font-family: "Slabo 27px", serif; font-size: 150%; }