📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
編集の要約なし タグ: 手動差し戻し 差し戻し済み |
編集の要約なし タグ: 手動差し戻し 差し戻し済み |
||
| 198行目: | 198行目: | ||
/* 表の縦罫線のスタイル */ | /* 表の縦罫線のスタイル */ | ||
tr > td:first-child { | tr > td:first-child { | ||
border-left: | border-left: 3px solid #303030; | ||
} | } | ||
tr > td:last-child { | tr > td:last-child { | ||
border-right: | border-right: 3px solid #303030; | ||
} | } | ||
/* 表の横罫線のスタイル */ | /* 表の横罫線のスタイル */ | ||
tr:first-child > td { | tr:first-child > td { | ||
border-top: | border-top: 3px solid #303030; | ||
} | } | ||
tr:last-child > td { | tr:last-child > td { | ||
border-bottom: | border-bottom: 3px solid #303030; | ||
} | } | ||
/* 結合セルの境界線 */ | /* 結合セルの境界線 */ | ||
[rowspan] { | |||
border: solid | border-top: 2px solid #303030 !important; | ||
border-bottom: 2px solid #303030 !important; | |||
} | } | ||