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 114: Linha 114:
/* Componente veja mais */
/* Componente veja mais */


/* Cartão*/
.card {
background: white;
    box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
    padding-bottom: 1rem;
    border-radius: 8px;
}
.card-title {
text-align: center;
    background-color: #944EC7;
    color: white;
    padding: .25rem 1rem;
    letter-spacing: .03rem;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}
.card-container {
padding: 1rem 2rem;
}
/* Cartão */
/*Navegação rápida*/
.linkWithIcon__link {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.linkWithIcon__link img{
width: 6.5rem;
}
.linkWithIcon__link span {
font-size: 1rem;
font-weight: bold;
    margin-top: .5rem;
}
/*Navegação rápida*/
.initialPage__container {
.initialPage__container {
padding: 1rem 1.5rem;
padding: 1rem 1.5rem;
}
}


.initialPage__mainContent {
width: 78%;
}


.initialPage__welcomeBadge {
.initialPage__welcomeBadge {

Menu de navegação