"سانچہ:Wikipedia's sister projects/styles.css" کے نسخوں کے درمیان فرق
put that in the 360 pile |
Arsait (تبادلۂ خیال | شراکتیں) م 17 revisions imported ٹیگ: موبائل ترمیم موبائل ویب ترمیم |
||
(3 صارفین 8 کے درمیانی نسخے نہیں دکھائے گئے) | |||
سطر 21: | سطر 21: | ||
#sister-projects-list li > div:first-child { | #sister-projects-list li > div:first-child { | ||
text-align: center; | text-align: center; | ||
} | |||
@media screen { | |||
.sister-projects-wikt-icon-dark, | |||
html.skin-theme-clientpref-night .sister-projects-wikt-icon-light { | |||
display: none; | |||
} | |||
html.skin-theme-clientpref-night .sister-projects-wikt-icon-dark { | |||
display: inline; | |||
} | |||
} | |||
@media screen and ( prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os .sister-projects-wikt-icon-dark { | |||
display: inline; | |||
} | |||
html.skin-theme-clientpref-os .sister-projects-wikt-icon-light { | |||
display: none; | |||
} | |||
} | } | ||