「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
| 1行目: | 1行目: | ||
/* | /* === NULL_2126 WAA Archive Theme === */ | ||
. | |||
border: | body { | ||
border- | background: #0d0d1a !important; | ||
background-color: # | color: #e0e0e0 !important; | ||
color: | } | ||
#content, .mw-body { | |||
background: #0d0d1a !important; | |||
color: #e0e0e0 !important; | |||
border: none !important; | |||
} | |||
h1, h2, h3, h4, h5, h6, | |||
.mw-headline { | |||
color: #aac4ff !important; | |||
border-bottom-color: #1e1e2e !important; | |||
} | |||
#firstHeading, .mw-first-heading { | |||
color: #fff !important; | |||
} | |||
.wikitable { | |||
background: #0f0f1a !important; | |||
color: #c0c0c0 !important; | |||
border-color: #1e1e2e !important; | |||
} | |||
.wikitable th { | |||
background: #1a1a2e !important; | |||
color: #aac4ff !important; | |||
border-color: #2a2a3e !important; | |||
} | |||
.wikitable td { | |||
border-color: #1e1e2e !important; | |||
background: #0f0f1a !important; | |||
} | |||
a, a:visited { | |||
color: #4466cc !important; | |||
} | |||
a:hover { | |||
color: #88aaff !important; | |||
} | |||
a.new, a.new:visited { | |||
color: #cc3333 !important; | |||
} | |||
#mw-panel, .mw-sidebar, #mw-navigation, | |||
.vector-header, .vector-column-start { | |||
background: #0a0a14 !important; | |||
} | |||
#mw-panel .portal h3, | |||
.vector-menu-heading { | |||
color: #555 !important; | |||
} | |||
#footer, .mw-footer { | |||
background: #0a0a14 !important; | |||
color: #333 !important; | |||
border-top-color: #1e1e2e !important; | |||
} | |||
#searchInput, .cdx-text-input__input { | |||
background: #12121f !important; | |||
color: #e0e0e0 !important; | |||
border-color: #2a2a3e !important; | |||
} | |||
.mw-body-content { | |||
color: #c0c0c0 !important; | |||
} | |||
#p-cactions li a, | |||
.vector-menu-tabs li a, | |||
.vector-tab-noicon a { | |||
color: #888 !important; | |||
} | |||
#p-cactions li.selected a, | |||
.vector-menu-tabs li.selected a { | |||
color: #fff !important; | |||
} | |||
#toc, .toc { | |||
background: #0f0f1a !important; | |||
border-color: #1e1e2e !important; | |||
} | } | ||
. | |||
#toc h2, .toc h2, | |||
.toctext { | |||
color: #888 !important; | |||
} | } | ||
.catlinks { | |||
background: #0f0f1a !important; | |||
border-color: #1e1e2e !important; | |||
} | |||
color: # | /* 目次内リンク */ | ||
.tocnumber, .toctext { | |||
color: #4466cc !important; | |||
} | } | ||
/* | /* 編集セクションリンクを非表示(一般向け) */ | ||
.mw- | .mw-editsection { | ||
display: none !important; | |||
} | } | ||
2026年3月3日 (火) 23:07時点における版
/* === NULL_2126 WAA Archive Theme === */
body {
background: #0d0d1a !important;
color: #e0e0e0 !important;
}
#content, .mw-body {
background: #0d0d1a !important;
color: #e0e0e0 !important;
border: none !important;
}
h1, h2, h3, h4, h5, h6,
.mw-headline {
color: #aac4ff !important;
border-bottom-color: #1e1e2e !important;
}
#firstHeading, .mw-first-heading {
color: #fff !important;
}
.wikitable {
background: #0f0f1a !important;
color: #c0c0c0 !important;
border-color: #1e1e2e !important;
}
.wikitable th {
background: #1a1a2e !important;
color: #aac4ff !important;
border-color: #2a2a3e !important;
}
.wikitable td {
border-color: #1e1e2e !important;
background: #0f0f1a !important;
}
a, a:visited {
color: #4466cc !important;
}
a:hover {
color: #88aaff !important;
}
a.new, a.new:visited {
color: #cc3333 !important;
}
#mw-panel, .mw-sidebar, #mw-navigation,
.vector-header, .vector-column-start {
background: #0a0a14 !important;
}
#mw-panel .portal h3,
.vector-menu-heading {
color: #555 !important;
}
#footer, .mw-footer {
background: #0a0a14 !important;
color: #333 !important;
border-top-color: #1e1e2e !important;
}
#searchInput, .cdx-text-input__input {
background: #12121f !important;
color: #e0e0e0 !important;
border-color: #2a2a3e !important;
}
.mw-body-content {
color: #c0c0c0 !important;
}
#p-cactions li a,
.vector-menu-tabs li a,
.vector-tab-noicon a {
color: #888 !important;
}
#p-cactions li.selected a,
.vector-menu-tabs li.selected a {
color: #fff !important;
}
#toc, .toc {
background: #0f0f1a !important;
border-color: #1e1e2e !important;
}
#toc h2, .toc h2,
.toctext {
color: #888 !important;
}
.catlinks {
background: #0f0f1a !important;
border-color: #1e1e2e !important;
}
/* 目次内リンク */
.tocnumber, .toctext {
color: #4466cc !important;
}
/* 編集セクションリンクを非表示(一般向け) */
.mw-editsection {
display: none !important;
}