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

سانچہ:Visible anchor/styles.css

From ورلڈپیڈیا, the free encyclopedia
نظرثانی بتاریخ 23:12، 2 مارچ 2025ء از Arsait (تبادلۂ خیال | شراکتیں) (1 revision imported from enwiki:Template:Visible_anchor/styles.css)
(فرق) → پرانا نسخہ | تازہ ترین نسخہ (فرق) | تازہ نسخہ ← (فرق)
/* {{pp-template}} */
.vanchor > :target ~ .vanchor-text {
	background-color: #b1d2ff;
}

@media screen {
	html.skin-theme-clientpref-night .vanchor > :target ~ .vanchor-text {
	    background-color: #0f4dc9;
	}
}

@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .vanchor > :target ~ .vanchor-text {
        background-color: #0f4dc9;
    }
}