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

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

WikiPasokh থেকে
1 revision imported
 
১টি সংস্করণ আমদানি করা হয়েছে
 
(কোনও পার্থক্য নেই)

১০:৩৩, ২৫ জানুয়ারি ২০২৫ তারিখে সম্পাদিত সর্বশেষ সংস্করণ

/* {{pp-template}} */
.cot-header-mainspace {
	background:#F0F2F5;
	color:inherit;
}

.cot-header-other {
	background:#CCFFCC;
	color:inherit;
}


@media screen {
	html.skin-theme-clientpref-night .cot-header-mainspace {
		background:#14181F;
		color:inherit;
	}

	html.skin-theme-clientpref-night .cot-header-other {
		background:#003500;
		color:inherit;
	}
}


@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .cot-header-mainspace {
		background:#14181F;
		color:inherit;
	}

	html.skin-theme-clientpref-os .cot-header-other {
		background:#003500;
		color:inherit;
	}
}