پرش به محتوا

الگو: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...» ایجاد کرد
 
جز علی شاهرودی صفحهٔ الگو:Wiki languages/styles.css را بدون برجای‌گذاشتن تغییرمسیر به الگو: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;
	border-bottom: 1px solid var(--border-color-subtle, #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;
}