"سانچہ:Sister project/styles.css" کے نسخوں کے درمیان فرق
Appearance
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. |
Arsait (تبادلۂ خیال | شراکتیں) م 1 revision imported from enwiki:Template:Sister_project/styles.css ٹیگ: موبائل ترمیم موبائل ویب ترمیم |
(کوئی فرق نہیں)
|
حالیہ نسخہ بمطابق 23:13، 2 مارچ 2025ء
/* {{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;
}
}