MediaWiki:Common.css
De Wiki AnDes Sistemas
Revisão de 19h10min de 12 de novembro de 2025 por Dyeison gabriel (discussão | contribs)
Nota: Depois de salvar, você terá de limpar o cache do seu navegador para ver as alterações.
- Firefox / Safari: pressione Shift enquanto clica em Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (Command-R para Mac);
- Google Chrome: pressione Ctrl-Shift-R (Command-Shift-R em um Mac)
- Internet Explorer: pressione Ctrl enquanto clica em Recarregar ou pressione Ctrl-F5;
- Opera: limpe o cache em Ferramentas → Preferências (Tools → Preferences)
/* ======================================== IMAGEM 900px RESPONSIVA – REFORMA TRIBUTÁRIA ======================================== */ .img-900-responsive { max-width: 1200px !important; width: 100% !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; image-rendering: -webkit-optimize-contrast; /* Nitidez em zoom */ image-rendering: crisp-edges; } /* Telas menores que 960px: encolhe */ @media (max-width: 960px) { .img-900-responsive { max-width: 100% !important; border-radius: 4px !important; } } /* ======================================== IMAGEM 400px RESPONSIVA – REFORMA TRIBUTÁRIA ======================================== */ .img-400-responsive { max-width: 50%!important; width: 100% !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; image-rendering: -webkit-optimize-contrast; /* Nitidez em zoom */ image-rendering: crisp-edges; } /* Telas menores que 960px: encolhe */ @media (max-width: 960px) { .img-900-responsive { max-width: 100% !important; border-radius: 4px !important; } } /* === OCULTA TODOS OS LINKS DA BARRA SUPERIOR (p-views e p-cactions) === */ #p-views .mw-portlet, #p-cactions .mw-portlet { display: none !important; } /* === MOSTRA APENAS "Versão para impressão" na barra superior === */ #ca-print { display: block !important; } #ca-print a { display: block !important; } /* === OCULTA TODOS OS ITENS DO MENU LATERAL (Navegação e Ferramentas) === */ #mw-panel .portal .body li { display: none !important; } /* === MOSTRA APENAS "Página principal" no menu lateral === */ #n-mainpage a, #n-mainpage-description a { display: block !important; } #n-mainpage, #n-mainpage-description { display: block !important; }