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

sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 704: Linha 704:


/* Testes */
/* Testes */
body.page-Ybooh .mw-body{
    content: '';
    width: 100%;
    height: 100vh;
background: rgb(123,253,255);
background: linear-gradient(0deg, rgba(123,253,255,1) 0%, rgba(255,247,230,1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}