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

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

From ورلڈپیڈیا, the free encyclopedia
poke
 
م 23 revisions imported
ٹیگ: موبائل ترمیم موبائل ویب ترمیم
 
(2 صارفین 24 کے درمیانی نسخے نہیں دکھائے گئے)
سطر 1: سطر 1:
.wikipedia-languages-langs {
/* {{pp|small=yes}} */
.wikipedia-languages-complete {
font-weight: bold;
}
 
.wikipedia-languages ul {
margin-left: 0;
}
 
.wikipedia-languages ul a {
white-space: nowrap;
}
 
.wikipedia-languages > ul {
list-style: none;
text-align: center;
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;
}
}

حالیہ نسخہ بمطابق 02:20، 13 مارچ 2025ء

/* {{pp|small=yes}} */
.wikipedia-languages-complete {
	font-weight: bold;
}

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

.wikipedia-languages ul a {
	white-space: nowrap;
}

.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;
}