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;}


/* Cartões dos NPCs */
.npcCard {
.npcCard {
     box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
     box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
Linha 36: Linha 37:
flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
align-items: center;
}
.npcCard__list .npcCard {
margin-bottom: 1rem;
}
}


Linha 42: Linha 47:
}
}


/* Cartões dos NPCs - Cores */
.npcCard.default .npcCard__portrait {
.npcCard.default .npcCard__portrait {
     background-color: #f7eeff;
     background-color: #f7eeff;
Linha 49: Linha 55:
     border-color: #e89dff;
     border-color: #e89dff;
}
}
/* Cartões dos NPCs - Cores */
/* Cartões dos NPCs */


/* Componente veja mais */
  .seeMore {
  .seeMore {
     height: 3.2rem;
     height: 3.2rem;
Linha 63: Linha 72:
     width: 2rem;
     width: 2rem;
}
}
/* Componente veja mais */

Edição das 00h18min de 16 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;}

/* Cartões dos NPCs */
.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;
}

h2.npcCard__title{
	border: none;
    font-size: 1.25rem !important;
    font-weight: 400;
}

.npcCard__portrait {
    padding: .55rem .8rem;
    border-radius: 50%;
    margin-bottom: .5rem;
}

.npcCard__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.npcCard__list .npcCard {
	margin-bottom: 1rem;
}

.npcCard__list .npcCard + .npcCard {
	margin-left: 1rem;
}

/* Cartões dos NPCs - Cores */
.npcCard.default .npcCard__portrait {
    background-color: #f7eeff;
}

.npcCard.default {
    border-color: #e89dff;
}
/* Cartões dos NPCs - Cores */
/* Cartões dos NPCs */

/* Componente veja mais */
 .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;
}
/* Componente veja mais */