مندرجات کا رخ کریں

"سانچہ:Wikipedia languages/styles.css" کے نسخوں کے درمیان فرق

From ورلڈپیڈیا, the free encyclopedia
remove explicit width on prettybars, add count padding
put that back
سطر 18: سطر 18:


.wikipedia-languages-prettybars {
.wikipedia-languages-prettybars {
width: 50%;
height: 1px;
height: 1px;
margin: 0.5em 0;
margin: 0.5em 0;

نسخہ بمطابق 04:27، 1 دسمبر 2020ء

.wikipedia-languages-complete {
	float: right;
	font-weight: bold;
}

.wikipedia-languages-list {
	list-style: none;
	width: 90%;
	margin: 1em auto 0;
	text-align: center;
	clear: both;
}

.wikipedia-languages-count-container {
	display: flex;
	justify-content: center;
}

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

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

/*
.wikipedia-languages-langs li {
	text-align: center;
}
*/