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

Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 20: Linha 20:
}
}


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


.npcCard-portrait {
.npcCard__portrait {
     padding: .75rem 1rem;
     padding: .75rem 1rem;
     border-radius: 50%;
     border-radius: 50%;
Linha 31: Linha 31:
}
}


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