「MediaWiki:Common.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし タグ: 差し戻し済み |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
||
| (同じ利用者による、間の20版が非表示) | |||
| 45行目: | 45行目: | ||
.navbox + .navbox { | .navbox + .navbox { | ||
margin-top: -1px; /* Single pixel border between adjacent navboxes */ | margin-top: -1px; /* Single pixel border between adjacent navboxes */ | ||
} | } | ||
| 51行目: | 50行目: | ||
.navbox-subgroup { | .navbox-subgroup { | ||
width: 100%; | width: 100%; | ||
} | } | ||
| 60行目: | 58行目: | ||
padding-left: 1em; | padding-left: 1em; | ||
padding-right: 1em; | padding-right: 1em; | ||
} | } | ||
| 67行目: | 64行目: | ||
/* @noflip */ | /* @noflip */ | ||
text-align: right; | text-align: right; | ||
} | } | ||
| 74行目: | 70行目: | ||
background-color: #fdfdfd; /* Background color */ | background-color: #fdfdfd; /* Background color */ | ||
color: #000; | color: #000; | ||
} | } | ||
| 80行目: | 75行目: | ||
border-color: #fdfdfd; /* Must match background color */ | border-color: #fdfdfd; /* Must match background color */ | ||
color: #202020; | color: #202020; | ||
} | } | ||
| 89行目: | 83行目: | ||
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */ | tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */ | ||
border-top: 2px solid #fdfdfd; /* Must match background color */ | border-top: 2px solid #fdfdfd; /* Must match background color */ | ||
} | } | ||
| 97行目: | 90行目: | ||
color: #202020; | color: #202020; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| 106行目: | 98行目: | ||
color: #202020; | color: #202020; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| 114行目: | 105行目: | ||
color: #202020; | color: #202020; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| 121行目: | 111行目: | ||
color: #202020; | color: #202020; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| 128行目: | 117行目: | ||
color: #202020; | color: #202020; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| 630行目: | 618行目: | ||
:root { | :root { | ||
--width-layout: 100vw; /* Slightly wider content */ | --width-layout: 100vw !important; /* Slightly wider content */ | ||
font-size: 90%; | |||
} | |||
:root.citizen-feature-custom-width-clientpref-standard { | |||
--width-layout: 100vw !important; /* Slightly wider content */ | |||
font-size: 90%; | |||
} | |||
:root.citizen-feature-custom-width-clientpref-wide{ | |||
--width-layout: 100vw !important; /* Slightly wider content */ | |||
font-size: 90%; | |||
} | } | ||
| 651行目: | 650行目: | ||
text-align: left; | text-align: left; | ||
} | } | ||
.hlist dl, | .hlist dl, | ||
.hlist ol, | .hlist ol, | ||
| 780行目: | 777行目: | ||
text-align: left; | text-align: left; | ||
} | } | ||
.hlist dl, | .hlist dl, | ||
.hlist ol, | .hlist ol, | ||