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