Шаблон:SimpleNavbox/styles.css

Материал из UnderMine Wiki
Перейти к навигации Перейти к поиску
/* Horizontal list */
.simplenavbox td ul {
	display: inline;
	margin-left: 0;
	padding: 0;
	white-space: normal;
}
.simplenavbox td li {
	display: inline;
	white-space: nowrap;
}
.simplenavbox td li:not(:last-child) {
	padding-right: 0.286rem;
}
.simplenavbox td li:not(:last-child)::after {
	background-color: currentColor;
	bottom: 0.214rem;
	content: '';
	display: inline-block;
	height: 3px;
	left: 0.286rem;
	position: relative;
	width: 3px;
}
.simplenavbox td li li:first-child::before {
	content: '(';
	font-weight: normal;
}
.simplenavbox td li li:last-child::after {
	content: ')';
	font-weight: normal;
}
.simplenavbox td li li li {
	font-size: x-small;
}