📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
編集の要約なし |
編集の要約なし |
||
| 268行目: | 268行目: | ||
/* MediaWiki 目次のグラデーションスタイル */ | /* MediaWiki 目次のグラデーションスタイル */ | ||
/* 目次全体のコンテナ */ | /* 目次全体のコンテナ */ | ||
#toc, | #toc, | ||
| 310行目: | 309行目: | ||
color: #4a90a8; | color: #4a90a8; | ||
text-decoration: underline; | text-decoration: underline; | ||
background-color: rgba(255, 255, 255, 0.95); | |||
border: 2px solid #4a90a8; | |||
padding: 2px 6px; | |||
border-radius: 4px; | |||
transition: all 0.2s ease; | |||
} | } | ||