「MediaWiki:Common.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし タグ: 差し戻し済み |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
||
| (同じ利用者による、間の93版が非表示) | |||
| 10行目: | 10行目: | ||
font-feature-settings: "palt"; | font-feature-settings: "palt"; | ||
} | } | ||
/* make the list of references look smaller */ | /* make the list of references look smaller */ | ||
ol.references, | ol.references, | ||
div.reflist { | div.reflist { | ||
font-size: | font-size: 85%; /* Default font-size */ | ||
} | |||
/* 表が縦に長くなるのを防ぐ */ | |||
.wikitable, .tracklist { | |||
overflow-wrap: break-word; | |||
word-wrap: break-word; | |||
word-break: keep-all; | |||
} | } | ||
| 29行目: | 37行目: | ||
margin: auto; | margin: auto; | ||
clear: both; | clear: both; | ||
font-size: | font-size: 75%; | ||
text-align: center; | text-align: center; | ||
padding: 1px; | padding: 1px; | ||
color: #000; | |||
} | } | ||
| 60行目: | 69行目: | ||
.navbox-subgroup { | .navbox-subgroup { | ||
background-color: #fdfdfd; /* Background color */ | background-color: #fdfdfd; /* Background color */ | ||
color: #000; | |||
} | } | ||
.navbox-list { | .navbox-list { | ||
border-color: #fdfdfd; /* Must match background color */ | border-color: #fdfdfd; /* Must match background color */ | ||
color: #202020; | |||
} | } | ||
| 77行目: | 88行目: | ||
.navbox-title { | .navbox-title { | ||
background-color: #ccccff; /* Level 1 color */ | background-color: #ccccff; /* Level 1 color */ | ||
color: #202020; | |||
text-align: center; | |||
} | } | ||
| 83行目: | 96行目: | ||
.navbox-subgroup .navbox-title { | .navbox-subgroup .navbox-title { | ||
background-color: #ddddff; /* Level 2 color */ | background-color: #ddddff; /* Level 2 color */ | ||
color: #202020; | |||
text-align: center; | |||
} | } | ||
| 88行目: | 103行目: | ||
.navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-abovebelow { | ||
background-color: #e6e6ff; /* Level 3 color */ | background-color: #e6e6ff; /* Level 3 color */ | ||
color: #202020; | |||
text-align: center; | |||
} | } | ||
.navbox-even { | .navbox-even { | ||
background-color: #f7f7f7; /* Even row striping */ | background-color: #f7f7f7; /* Even row striping */ | ||
color: #202020; | |||
text-align: center; | |||
} | } | ||
.navbox-odd { | .navbox-odd { | ||
background-color: transparent; /* Odd row striping */ | background-color: transparent; /* Odd row striping */ | ||
color: #202020; | |||
text-align: center; | |||
} | } | ||
| 277行目: | 298行目: | ||
clear: right; | clear: right; | ||
text-align: left; | text-align: left; | ||
font-size: | font-size: 85%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | } | ||
| 283行目: | 304行目: | ||
.infobox caption { | .infobox caption { | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
font-size: | font-size: 120%; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| 580行目: | 601行目: | ||
.wikitable, .tracklist { | .wikitable, .tracklist { | ||
white-space:nowrap; | white-space:nowrap; | ||
} | |||
.wikitable { | |||
font-size: 80%!important; | |||
} | } | ||
| 591行目: | 616行目: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
: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%; | |||
} | |||
@media all and (max-width: 480px) { | @media all and (max-width: 480px) { | ||
| 628行目: | 650行目: | ||
text-align: left; | text-align: left; | ||
} | } | ||
.hlist dl, | .hlist dl, | ||
.hlist ol, | .hlist ol, | ||
| 741行目: | 761行目: | ||
@media all and (min-width: 480px) and (max-width: 769px) { | @media all and (min-width: 480px) and (max-width: 769px) { | ||
.portable-infobox { | .portable-infobox { | ||
width: | width: 80% !important; | ||
font-size: | font-size: 70% !important; | ||
} | } | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
| 759行目: | 777行目: | ||
text-align: left; | text-align: left; | ||
} | } | ||
.hlist dl, | .hlist dl, | ||
.hlist ol, | .hlist ol, | ||
| 890行目: | 906行目: | ||
.mw-logo-wordmark { color:#FF9800; } | .mw-logo-wordmark { color:#FF9800; } | ||
/* Fixes for empty icons in Vector 2022 and Minerva */ | |||
.mw-ui-icon, .citizen-ui-icon { | |||
background-image: url(/w/load.php?modules=oojs-ui.styles.icons-accessibility&image=moon); | |||
} | |||
.minerva-icon-portletlink-pt-darkmode { | |||
opacity: 0.65; | |||
} | |||
.mw-ui-icon, .citizen-ui-icon { | |||
background-image: url(/w/load.php?modules=oojs-ui.styles.icons-accessibility&image=bright); | |||
} | |||