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

A VIK Wikiből
a (page tools non sticky again)
(Mobile friendly infobox)
5. sor: 5. sor:


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

A lap 2024. május 14., 21:46-kori változata

#site-navigation {
	position: sticky;
	top: 4em;
}

#site-tools { display: none; }

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