الگو:Wikipedia languages/styles.css

صفحه حفاظت‌شده
از ویکی‌پدیا، دانشنامهٔ آزاد
/* {{pp|small=yes}} */
.wikipedia-languages-complete {
	font-weight: bold;
}

.wikipedia-languages {
	text-align: center;
}

.wikipedia-languages ul {
	margin-right: 0;
}

/* meta:Special:Diff/24460794 */
@media screen and (min-width: 720px) {
	.wikipedia-languages ul a {
		white-space: nowrap;
	}
}

.wikipedia-languages>ul {
    list-style: none;
    text-align: center;
    clear: both;
    font-size: 110%;
    padding: 0; /* add this line to pre-existing block */
}

/* Add this new block which tells hlist not to wrap,
 * which particularly in this template is undesirable */
.wikipedia-languages>ul>li {
    white-space: normal;
}

.wikipedia-languages > ul {
	list-style: none;
	text-align: center;
	clear: both;
}

.wikipedia-languages-count-container {
	width: 90%;
	display: flex;
	justify-content: center;
	padding-top: 1em;
	margin: 0 auto;
}

.wikipedia-languages-prettybars {
	width: 100%;
	height: 1px;
	margin: 0.5em 0;
	background-color: #c8ccd1;
	flex-shrink: 1;
	align-self: center;
}

.wikipedia-languages-count {
	padding: 0 1em;
	white-space: nowrap;
}

.wikipedia-languages-metalink {
	font-weight: bold;
	text-align: center;
	padding-top: 1em;
}