「MediaWiki:Common.css」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
タグ: 手動差し戻し 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
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;
text-align: center !important;
    background: linear-gradient(to bottom, #5c80b9 0%, #4a6ea9 100%);
border: solid 1px rgb(50, 50, 50);
    text-align: center;    /* 中央揃え */
/*background: linear-gradient(to bottom, #e4f1fc 0%, #b3d7f7 40%, #84bef1 100%) !important;*/
    padding: 0.3em;         /* パディングを追加して読みやすく */
background: linear-gradient(to bottom, #5c80b9 0%, #4a6ea9 100%); /* グラデーションを追加してよりモダンな印象に */
}
}


案内メニュー