বিষয়বস্তুতে চলুন

টেমপ্লেট:Template for discussion/styles.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

From ওয়ার্ল্ডপিডিয়া, the free encyclopedia
Don't dedup within a documentation block
 
1 revision imported
ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
 
(কোনও পার্থক্য নেই)

২৩:০৪, ২ মার্চ ২০২৫ তারিখে সম্পাদিত সর্বশেষ সংস্করণ

/* {{pp-template|small=yes}} */
/* See [[Template:Tfd/dated]] and [[Template:Tfm/dated]] */
.tfd-dated {
	font-size: 85%;
}

.tfd-default {
	border-bottom: 1px solid var(--border-color-base, #a2a9b1);
	clear: both;
	text-align: center;
}

.tfd-tiny {
	font-weight: bold;
}

.tfd-inline {
	border: 1px solid var(--border-color-base, #a2a9b1);
}

.tfd-sidebar {
	border-bottom: 1px solid var(--border-color-base, #a2a9b1);
	text-align: center;
	position: relative;
}

@media (min-width: 640px) {
	.tfd-sidebar {
		clear: right;
		float: right;
		width: 22em;
	}
}

/* Hide all but the first TFD notice in each paragraph */
:not(.mw-parser-output):not(.documentation) > .tfd-dedup ~ .tfd-dedup, :not(.mw-parser-output):not(.documentation) > .tfd-dedup ~ * .tfd-dedup {
    display: none;
}