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 5: Linha 5:
#ca-history { display: none !important;}
#ca-history { display: none !important;}


        .card {
.npcCard {
            position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
            width: 10rem;
    background-color: rgb(250, 250, 250);
            height: 14rem;
    padding: 1rem .75rem;
            padding: 3rem 1rem;
    width: 12rem;
text-align: center;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            background-color: #ffffff;
            border-radius: 6px;
        }


        .card::before {
    border-top: 5px solid;
            content: "";
    border-radius: 8px;
            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 {
    display: flex;
            position: absolute;
    flex-direction: column;
            top: -4px;
    justify-content: center;
        }
    align-items: center;
}


        .seeMore {
.npcCard-title{
            height: 3.2rem;
    font-size: 1.25rem;
            padding: .5rem .575rem;
    font-weight: regular;
            border: 1px dashed #e89dff;
}
            background-color: #f9f2ff;
            border-radius: 12px;
            margin: 1rem auto 1rem 0px;
        }


        .seeMore__image {
.npcCard-portrait {
            text-align: center;
    padding: .75rem 1rem;
            width: 2rem;
    border-radius: 50%;
        }
    margin-bottom: .75rem;
}
 
.npcCard.red .npcCard-portrait {
    background-color: rgba(255, 0, 0, 0.2);
}
 
.npcCard.red {
    border-color: red;
}
 
.seeMore {
    height: 3.2rem;
    padding: .5rem .575rem;
    border: 1px dashed #e89dff;
    background-color: #f9f2ff;
    border-radius: 12px;
    margin: 1rem auto 1rem 0px;
}
 
.seeMore__image {
    text-align: center;
    width: 2rem;
}

Edição das 23h09min de 15 de fevereiro de 2023

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

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

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

.npcCard {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background-color: rgb(250, 250, 250);
    padding: 1rem .75rem;
    width: 12rem;

    border-top: 5px solid;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.npcCard-title{
    font-size: 1.25rem;
    font-weight: regular;
}

.npcCard-portrait {
    padding: .75rem 1rem;
    border-radius: 50%;
    margin-bottom: .75rem;
}

.npcCard.red .npcCard-portrait {
    background-color: rgba(255, 0, 0, 0.2);
}

.npcCard.red {
    border-color: red;
}

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

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