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

編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
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;
}
}