18+

MediaWiki:Timeless.css — различия между версиями

Материал из Гомосообщество
Перейти к: навигация, поиск
(Попробуем такъ)
(нет различий)

Версия 12:24, 23 сентября 2020

/* CSS placed here will affect users of the Timeless skin */

/* Position coordinates */
#coordinates {
	position: absolute;
	top: 0.25em;
	right: 0;
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: right;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}

/* correct position for VE */
.ve-ce-surface-enabled #coordinates {
	margin-right: 3em;
	margin-top: -6.25;
}

/* mobile: hide coordinates until we find a better spot */
@media screen and ( max-width: 719px ) {
	#coordinates {
		display: none;
	}
}