📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
編集の要約なし タグ: 手動差し戻し |
編集の要約なし |
||
| 493行目: | 493行目: | ||
math { | math { | ||
font-family: Latin Modern Math !important; | font-family: Latin Modern Math !important; | ||
} | |||
/* MediaWiki:Common.css に追加 */ | |||
.dark-mode-image { | |||
display: none !important; | |||
} | |||
.light-mode-image { | |||
display: block !important; | |||
} | |||
@media (prefers-color-scheme: dark) { | |||
.dark-mode-image { | |||
display: block !important; | |||
} | |||
.light-mode-image { | |||
display: none !important; | |||
} | |||
} | } | ||