MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 13: | Linha 13: | ||
} | } | ||
.mw-body{ | .mw-body{ | ||
background-color: # | background-color: #ffffff; | ||
} | } | ||
div#mw-page-base { | div#mw-page-base { | ||
background: transparent; | background: transparent; | ||
} | } | ||
Edição das 21h58min de 17 de abril de 2023
/** o código CSS colocado aqui será aplicado a todos os temas */
body{
background: url('https://wiki.otpokemon.com/images/e/e6/1228505.jpg') center center no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mw-head{
background-color: #ffffff00;
}
.mw-body{
background-color: #ffffff;
}
div#mw-page-base {
background: transparent;
}