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: #ffffff99; | ||
} | |||
div#mw-head { | |||
background-color: transparent; | |||
} | } |
Edição das 21h56min 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: #ffffff99; } div#mw-head { background-color: transparent; }