📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

編集の要約なし
編集の要約なし
199行目: 199行目:


/* 表のキャプション */
/* 表のキャプション */
caption {
/*caption {*/
color: #e0e0e0;
/* color: #e0e0e0;*/
font-weight: bold;
/* font-weight: bold;*/
border: solid 2px #303030;
/* border: solid 2px #303030;*/
background-color: rgb(50, 50, 180);
/* background-color: rgb(50, 50, 180);*/
}
/*}*/
 
table {
border-collapse: collapse;
border: solid 2px #303030; /*表全体を線で囲う*/
background-color: #202020 !important;
text-align: center;
}
 
/* キャプション部分のスタイリング */
.wikitable > caption {
.wikitable > caption {
    background: linear-gradient(180deg,  
    background: linear-gradient(180deg,  
224行目: 216行目:
    padding: 8px;
    padding: 8px;
    font-weight: bold;
    font-weight: bold;
    text-align: left;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #2B579A;
    border: 1px solid #2B579A;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
table {
border-collapse: collapse;
border: solid 2px #303030; /*表全体を線で囲う*/
background-color: #202020 !important;
text-align: center;
}
}