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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
436行目: 436行目:
div.vectorTabs ul li {
div.vectorTabs ul li {
color: rgb(250, 250, 250);
    background-color: rgb(42, 42, 42);
    background-color: rgb(42, 42, 42);
}
}
724行目: 725行目:
}
}
ul li::marker {
/* MediaWikiのリストマーカー(・)を白くする */
.mw-body-content ul li,
#mw-content-text ul li,
div.mw-content-ltr ul li,
#bodyContent ul li {
    color: rgb(250, 250, 250) !important;
    color: rgb(250, 250, 250) !important;
    list-style-type: disc !important;
}
}
/* リストマーカーのカラーをより強制的に設定 */
.mw-body-content ul,
#mw-content-text ul,
div.mw-content-ltr ul,
#bodyContent ul {
    color: rgb(250, 250, 250) !important;
}
/* バックアップとして全てのulに適用 */
ul {
ul {
    list-style-color: rgb(250, 250, 250) !important;
    color: rgb(250, 250, 250) !important;
}
}


案内メニュー