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

sem sumário de edição
Sem resumo de edição
Etiqueta: Reversão manual
Sem resumo de edição
Linha 6: Linha 6:


body {
body {
  background: url('https://cdn.discordapp.com/attachments/1063632353597079592/1079918223815872512/fundo_wiki.png') no-repeat;
 
  backdrop-filter: brightness(0.8);
}
 
body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: url('https://cdn.discordapp.com/attachments/1063632353597079592/1079918223815872512/fundo_wiki.png') no-repeat;
backdrop-filter: brightness(0.8);
    
    
  background-attachment: fixed;
background-attachment: fixed;
  background-position: center;
background-position: center;
  background-repeat: no-repeat;
background-repeat: no-repeat;
  background-size: cover;
background-size: cover;
}
}