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 4: Linha 4:


#ca-history { display: none !important;}
#ca-history { display: none !important;}
        .card {
            position: relative;
            width: 10rem;
            height: 14rem;
            padding: 3rem 1rem;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            background-color: #ffffff;
            border-radius: 6px;
        }
        .card::before {
            content: "";
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            top: -2px;
            left: -2px;
            z-index: -1;
            position: absolute;
            border-radius: 6px;
            background-image: linear-gradient(to bottom, #743ad5, #d53a9d);;
        }
        .card-title {
            position: absolute;
            top: -10px;
        }

Menu de navegação