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

سانچہ:Sister project/styles.css

From ورلڈپیڈیا, the free encyclopedia
نظرثانی بتاریخ 02:11، 28 جولائی 2024ء از enwiki>Jdlrobson (phab:T365622 this has been bugging me for too long and this seems like the most reasonable fix here. Will follow up on talk page.)
(فرق) → پرانا نسخہ | تازہ ترین نسخہ (فرق) | تازہ نسخہ ← (فرق)
/* {{pp-template|small=yes}} */
@media print {
	body.ns-0 .sistersitebox {
		display: none !important;
	}
}

/* The Wiktionary logo needs a white background in dark mode since it is a transparent SVG */
@media screen {
  html.skin-theme-clientpref-night .sistersitebox img[src*="Wiktionary-logo-en-v2.svg"] {
      background-color: white;
  }
}
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .sistersitebox img[src*="Wiktionary-logo-en-v2.svg"] {
      background-color: white;
	}
}