MediaWiki:Common.css
Ir para navegação
Ir para pesquisar
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.
@import url('https://fonts.googleapis.com/css?family=Cabin');
/* Allow limiting of which header levels are shown in a TOC;
<div class="toclimit-3">, for instance, will limit to
showing ==headings== and ===headings=== but no further
(as long as there are no =headings= on the page, which
there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
body {
background-color: #fff;
color: #573f23;
font-family: 'Cabin', sans-serif;
}
pre,.mw-code {
color: #573f23;
background-color: #fff;
}
.mw-body,.parsoid-body {
color: #573f23;
}
h1 {
color: #ffa500;
}
h2 {
color: #ff5656;
}
table.wikitable > tr > th,table.wikitable > * > tr > th {
background-color: #d2d2d4;
text-align: center;
}
/* Imagem no primeiro heading */
div#content #firstHeading {
border: none;
background: url(https://wikipw.com.br/images/7/7b/Head_Wiki_Test.png);
background-repeat: no-repeat;
color: #FFFFFF;
margin: 0 0 5px 0;
padding: 0 0 10px 70px;
}
.smite {
background-color: rgba(33,105,140,.40);
border: 1px solid #21698c;
box-shadow: 0 0 .3em .1em #1A5470;
text-align: center;
color: #c8fafa;
font-size: 130%;
padding: 5px;
font-weight: bold;
font-variant: small-caps;
margin-bottom: .5em
}