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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
166行目: 166行目:


.wikitable th { /* 表のヘッダ */
.wikitable th { /* 表のヘッダ */
    color: rgb(250, 250, 250) !important;
font-weight: bold;
font-weight: bold;
text-align: center !important;
text-align: center !important;
175行目: 176行目:
/* ホバー時の強調表示(オプション) */
/* ホバー時の強調表示(オプション) */
.wikitable th:hover {
.wikitable th:hover {
color: rgb(250, 250, 250) !important;
    background: linear-gradient(to bottom, #6890c9 0%, #5a7eb9 100%);
    background: linear-gradient(to bottom, #6890c9 0%, #5a7eb9 100%);
}
}
373行目: 375行目:
    background-color: rgb(42, 42, 42);
    background-color: rgb(42, 42, 42);
    color: rgb(250, 250, 250);
    color: rgb(250, 250, 250);
}
/* 上部検索バーエリア */
div#simpleSearch,
div.vectorMenu,
div#p-search,
div#p-personal,
div#mw-head-base,
div#mw-page-base {
color: rgb(250, 250, 250);
    background-color: rgb(42, 42, 42) !important;
}
/* カテゴリリンク */
#catlinks,
#mw-normal-catlinks,
div.catlinks {
    background-color: rgb(42, 42, 42) !important;
    border-color: #333 !important;
}
}


案内メニュー