MediaWiki:Common.css: mudanças entre as edições

De otPokemon Wiki
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 15: Linha 15:
   background-color: #ffffff99;
   background-color: #ffffff99;
}
}
div#mw-head {
div#mw-page-base {
     background-color: transparent;
     background: transparent;
}
}

Edição das 21h57min 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-page-base {
    background: transparent;
}