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 468: Linha 468:


.destaque-box {
.destaque-box {
    width: 100%;
     text-align: center;
     text-align: center;
     position: relative;
     position: relative;
Linha 476: Linha 475:
     justify-content: center;
     justify-content: center;
     font-weight: bold;
     font-weight: bold;
    height: 171px;
    max-height: 100%;
    overflow: hidden;
}
.destaque-box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    border-top: 10px solid #3498db;
    object-fit: cover;
}
}


Linha 483: Linha 494:
}
}


.destaque-box img{
    vertical-align: middle;
    width: 100%;
    border-radius: 6px;
    border-top: 10px solid #3498db;
    object-fit: cover;
}


/* Patch Notes */
/* Patch Notes */

Menu de navegação