Mudanças entre as edições de "MediaWiki:Common.css"
De Wiki AnDes Sistemas
| Linha 3: | Linha 3: | ||
======================================== */ | ======================================== */ | ||
.img-responsive { | .img-responsive { | ||
| − | width: | + | width: 50% !important; /* Ocupa todo o container */ |
max-width: 50% !important; /* Limite máximo (ajuste se quiser maior) */ | max-width: 50% !important; /* Limite máximo (ajuste se quiser maior) */ | ||
height: auto !important; /* Mantém proporção */ | height: auto !important; /* Mantém proporção */ | ||
Edição das 13h48min de 11 de novembro de 2025
/* ======================================== IMAGENS RESPONSIVAS - REFORMA TRIBUTÁRIA ======================================== */ .img-responsive { width: 50% !important; /* Ocupa todo o container */ max-width: 50% !important; /* Limite máximo (ajuste se quiser maior) */ height: auto !important; /* Mantém proporção */ display: block !important; margin: 0 auto !important; /* Centraliza */ border: 1px solid #ddd !important; border-radius: 6px !important; box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important; } /* Em telas pequenas: não ultrapassa a tela */ @media (max-width: 480px) { .img-responsive { max-width: 100% !important; border-radius: 4px !important; } }