MediaWiki:Common.css/.page-Main Page

De otPokemon Wiki
< MediaWiki:Common.css
Revisão de 18h36min de 20 de setembro de 2023 por Ybooh (discussão | contribs) (Criou página com '→‎CSS placed here will be applied to all skins: body::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; backgr...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar

/* CSS placed here will be applied to all skins */ body::before {

   content: ;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   background: #cccccc;
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: -1;

}