13,002
回編集
編集の要約なし タグ: 手動差し戻し 差し戻し済み |
編集の要約なし タグ: 差し戻し済み |
||
165行目: | 165行目: | ||
} | } | ||
.wikitable th { /* | /*.wikitable th {*/ | ||
/* font-weight: bold;*/ | |||
/* text-align: center !important;*/ | |||
/* border: solid 1px rgb(50, 50, 50);*/ | |||
/*background: linear-gradient(to bottom, #e4f1fc 0%, #b3d7f7 40%, #84bef1 100%) !important;*/ | |||
/*}*/ | |||
/* テーブルヘッダのスタイル */ | |||
.wikitable > tr > th, | |||
.wikitable > * > tr > th { | |||
color: #fff; | |||
font-weight: bold; | font-weight: bold; | ||
background: linear-gradient(to bottom, #5c80b9 0%, #4a6ea9 100%); | |||
text-align: center; /* 中央揃え */ | |||
padding: 0.3em; /* パディングを追加して読みやすく */ | |||
} | } | ||