MediaWiki:Common.css/.page-Ybooh: mudanças entre as edições

Ir para navegação Ir para pesquisar
sem sumário de edição
(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; back...')
 
Sem resumo de edição
Linha 2: Linha 2:




body::before {
p{
    content: '';
font-weight: 1000;
    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;
}
}

Menu de navegação