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

De PokeXGames
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 45: Linha 45:


         .seeMore__image {
         .seeMore__image {
             align-self: center;
             text-align: center;
             min-width: 2rem;
             width: 2rem;
         }
         }

Edição das 00h44min de 22 de janeiro de 2023

/** o código CSS colocado aqui será aplicado a todos os temas */

#ca-viewsource { display: none !important; }

#ca-history { display: none !important;}

        .card {
            position: relative;
            width: 10rem;
            height: 14rem;
            padding: 3rem 1rem;
text-align: center;
            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: -4px;
        }

         .seeMore {
            height: 3.2rem;
            padding: .5rem .75px;
            border: 1px dashed #e89dff;
            background-color: #f9f2ff;
            border-radius: 12px;
            margin: 1rem auto 1rem 0px;
        }

        .seeMore__image {
            text-align: center;
            width: 2rem;
        }