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 475: Linha 476:
     justify-content: center;
     justify-content: center;
     font-weight: bold;
     font-weight: bold;
    height: 171px;
    max-height: 100%;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}
}


.destaque-box img {
.destaque-box:hover{
    transition: 1s;
    transform: scale(1.01);
}
 
.destaque-box img{
     vertical-align: middle;
     vertical-align: middle;
     max-width: 100%;
     width: 100%;
    max-height: 100%;  
     border-radius: 6px;
     border-radius: 6px;
     border-top: 10px solid #3498db;
     border-top: 10px solid #3498db;
     object-fit: cover;
     object-fit: cover;
}
.destaque-box:hover{
    transition: 1s;
    transform: scale(1.01);
}
}


Menu de navegação