「テンプレート:Sister project/styles.css」の版間の差分
ナビゲーションに移動
検索に移動
bsd>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.) |
細 (1版 をインポートしました) |
2025年1月15日 (水) 18:42時点における最新版
/* {{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;
}
}