📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
編集の要約なし |
編集の要約なし |
||
| 193行目: | 193行目: | ||
} | } | ||
/* キャプションがない場合、テーブルの上端を丸くする */ | |||
.wikitable:not(:has(caption)) > tr:first-child th, | .wikitable:not(:has(caption)) > tr:first-child th, | ||
.wikitable:not(:has(caption)) > * > tr:first-child th { | .wikitable:not(:has(caption)) > * > tr:first-child th { | ||
| 210行目: | 211行目: | ||
} | } | ||
/* | /* キャプションがある場合、キャプションの上端を丸くする */ | ||
.wikitable | .wikitable:has(caption) caption { | ||
border-top-left-radius: 10px; | |||
border-top-right-radius: 10px; | |||
} | } | ||