„MediaWiki:Timeless.css” változatai közötti eltérés

A VIK Wikiből
(mobile fix)
Nincs szerkesztési összefoglaló
6. sor: 6. sor:
}
}


/* mobile friendly infobox */
@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
/* mobile friendly infobox */
.infobox {  
.infobox {  
float: unset!important;
float: unset!important;
13. sor: 13. sor:
margin: auto!important;
margin: auto!important;
}
}
#site-tools { display: none; }
}
}

A lap 2024. július 7., 19:04-kori változata

@media screen and (min-width: 850px) {
	#site-navigation {
		position: sticky;
		top: 4em;
	}
}

@media screen and (max-width: 850px) {
	/* mobile friendly infobox */
	.infobox { 
		float: unset!important;
		max-width: 400px!important;
		margin: auto!important;
	}
	
	#site-tools { display: none; }
}