MediaWiki:Timeless.css: Difference between revisions

From Space Station 14 Wiki
No edit summary
No edit summary
Line 19: Line 19:
display: none;
display: none;
}
}
}
@media screen and (max-width:850px) {
.nomobile > .flex {
display: none;
}
}
}

Revision as of 07:02, 15 December 2021

/* All CSS here will be loaded for users of the Timeless skin */

/* hack */
.flex {
	displau: flex;
}

.mw-body {
	padding: 0.5em;
}

.mw-body dd {
	margin: 0.2em;
	margin-left: 1.6em;
}

@media screen and (min-width:851px) {
	.mobile > .flex {
		display: none;
	}
}

@media screen and (max-width:850px) {
	.nomobile > .flex {
		display: none;
	}	
}