MediaWiki:Mobile.css
De WikiRio
Revisão de 21h12min de 28 de agosto de 2019 por Edgard (discussão | contribs) (Criou página com '→CSS placed here will affect users of the mobile site: .mobile-float-reset { float: none !important; width: 100% !important; } /* Floating table headers for Wikimedia_Hac...')
Nota: Após salvar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Internet Explorer: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
- Opera: Vá para Menu → Configurações (Opera → Preferencias no Mac) e depois para Privacidade e Segurança → Limpar dados de navegação → Imagens e arquivos em cache.
/* CSS placed here will affect users of the mobile site */ .mobile-float-reset { float: none !important; width: 100% !important; } /* Floating table headers for Wikimedia_Hackathon_2018/Program */ @supports (position:sticky) or (position:-webkit-sticky) { /*.wikitable.sticky {*/ /* max-height: 90vh;*/ /* overflow: auto; !important;*/ /*}*/ /*.wikitable.sticky > * > tr.sticky > th {*/ /* position: -webkit-sticky;*/ /* position: sticky;*/ /* top: 0;*/ /*}*/ /*.wikitable.sticky > * > tr:not(.sticky) > th:first-child { position: -webkit-sticky; position: sticky; left: 0; }*/ }