「MediaWiki:Citizen.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
||
| 50行目: | 50行目: | ||
.navbox, | .navbox, | ||
.navbox-subgroup { | .navbox-subgroup { | ||
background-color: #030303; /* Background color */ | background-color: #030303 !important; /* Background color */ | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
} | } | ||
.navbox-list { | .navbox-list { | ||
border-color: #030303; /* Must match background color */ | border-color: #030303 !important; /* Must match background color */ | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
} | } | ||
| 70行目: | 70行目: | ||
.navbox-title { | .navbox-title { | ||
background-color: #ccccff; /* Level 1 color */ | background-color: #ccccff; /* Level 1 color */ | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| 85行目: | 85行目: | ||
.navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-abovebelow { | ||
background-color: #e6e6ff; /* Level 3 color */ | background-color: #e6e6ff; /* Level 3 color */ | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.navbox-even { | .navbox-even { | ||
background-color: #080808; | background-color: #080808 !important; /* Even row striping */ | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| 97行目: | 97行目: | ||
.navbox-odd { | .navbox-odd { | ||
background-color: transparent; /* Odd row striping */ | background-color: transparent; /* Odd row striping */ | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
text-align: center; | text-align: center; | ||
} | } | ||
} | } | ||
2025年3月13日 (木) 15:51時点における版
/* All CSS here will be loaded for users of the Citizen skin */
#ca-talk { display:none!important; } /*議論タブを消す*/
#ca-history { display:none!important; } /*履歴表示タブを消す*/
#ca-viewsource { display:none!important; } /*ソース表示タブを消す*/
#footer { display: none; }
:root {
--width-layout: 100vw; /* Slightly wider content */
}
.mw-logo-wordmark { color:#FF9800; }
.skin-theme-clientpref-night {
.navbox { /* Navbox container style */
box-sizing: border-box;
border: 1px solid #a2a9b1;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
color: #000;
}
.navbox + .navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-title,
.navbox-abovebelow,
.navbox th {
text-align: center; /* Title, group and above/below styles */
padding-left: 1em;
padding-right: 1em;
}
th.navbox-group { /* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background-color: #030303 !important; /* Background color */
color: #e0e0e0 !important;
}
.navbox-list {
border-color: #030303 !important; /* Must match background color */
color: #e0e0e0 !important;
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #030303; /* Must match background color */
}
.navbox th,
.navbox-title {
background-color: #ccccff; /* Level 1 color */
color: #e0e0e0 !important;
text-align: center;
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background-color: #ddddff; /* Level 2 color */
color: #e0e0e0;
text-align: center;
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff; /* Level 3 color */
color: #e0e0e0 !important;
text-align: center;
}
.navbox-even {
background-color: #080808 !important; /* Even row striping */
color: #e0e0e0 !important;
text-align: center;
}
.navbox-odd {
background-color: transparent; /* Odd row striping */
color: #e0e0e0 !important;
text-align: center;
}
}