Apri il menu principale

MediaWiki:Mobile.css

Versione del 9 gen 2020 alle 19:14 di Stefano Ferri (discussione | contributi) (Pagina sostituita con '→‎CSS placed here will affect users of the mobile site: .mobile-float-reset { float: none !important; width: 100% !important; } /* Floating table headers for Wikimedia...')

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole Shift e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl e fare clic su Aggiorna, oppure premere Ctrl-F5
  • Opera: Vai nel Menu → Impostazioni (Opera → Preferenze su un Mac) e poi in Privacy & sicurezza → Pulisci dati del browser → Immagini e file nella 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;
	}*/
}