Differenze tra le versioni di "MediaWiki:Mobile.css"

Da Gregorianum.org.
Jump to navigation Jump to search
(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...')
Etichetta: Sostituito
Etichette: Modifica da web per mobile, Modifica da mobile
Riga 18: Riga 18:
 
    left: 0;
 
    left: 0;
 
}*/
 
}*/
 +
}
 +
 +
.mainpage_box {
 +
    flex: 1;
 +
    margin: 5px;
 +
    min-width: 210px;
 +
    border: 1px solid #CCC;
 +
    padding: 0 10px 10px 10px;
 +
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
 
}
 
}

Versione delle 19:37, 9 gen 2020

/* 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;
	}*/
}

.mainpage_box {
    flex: 1;
    margin: 5px;
    min-width: 210px;
    border: 1px solid #CCC;
    padding: 0 10px 10px 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}