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

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 213: Linha 213:
     animation: moveGradient 30s alternate infinite;
     animation: moveGradient 30s alternate infinite;
     border-radius: 10px;
     border-radius: 10px;
}
}


Linha 375: Linha 374:
     white-space: pre-wrap;
     white-space: pre-wrap;
}
}
.update-title{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    --border-width: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    color: white;
    background: linear-gradient(60deg,
            #c93713,
            #e0370d,
            #e05b0d,
            #e0180d);
    background-size: 300% 300%;
    background-position: 0 50%;
    animation: moveGradient 30s alternate infinite;
    border-radius: 10px;
}


/* History Page */
/* History Page */

Menu de navegação