Mudanças entre as edições de "MediaWiki:Common.css"

De Wiki AnDes Sistemas
Ir para: navegação, pesquisa
Linha 4: Linha 4:
 
.img-responsive {
 
.img-responsive {
 
     max-width: 900px !important;
 
     max-width: 900px !important;
     width: 100% !important;
+
     width: 900px !important;
 
     height: auto !important;
 
     height: auto !important;
 
     display: block !important;
 
     display: block !important;

Edição das 17h08min de 11 de novembro de 2025

/* ========================================
   IMAGEM RESPONSIVA 900px - REFORMA TRIBUTÁRIA
   ======================================== */
.img-responsive {
    max-width: 900px !important;
    width: 900px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}
 
/* Responsivo em telas pequenas */
@media (max-width: 960px) {
    .img-900-responsive {
        max-width: 100% !important;
        border-radius: 4px !important;
    }
}