「MediaWiki:Common.css」の版間の差分
MediaWikiインターフェイスページ
その他の操作
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
今川 凌 (MONACA) (トーク | 投稿記録) 編集の要約なし |
||
| (同じ利用者による、間の64版が非表示) | |||
| 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; | ||
| 290行目: | 298行目: | ||
clear: right; | clear: right; | ||
text-align: left; | text-align: left; | ||
font-size: | font-size: 85%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | } | ||
| 296行目: | 304行目: | ||
.infobox caption { | .infobox caption { | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
font-size: | font-size: 120%; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| 593行目: | 601行目: | ||
.wikitable, .tracklist { | .wikitable, .tracklist { | ||
white-space:nowrap; | white-space:nowrap; | ||
} | |||
.wikitable { | |||
font-size: 80%!important; | |||
} | } | ||
| 605行目: | 617行目: | ||
/* 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 { | |||
--width-layout: 100vw !important; /* Slightly wider content */ | |||
font-size: 90%; | |||
} | |||
:root { | :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) { | ||
| 633行目: | 650行目: | ||
text-align: left; | text-align: left; | ||
} | } | ||
.hlist dl, | .hlist dl, | ||
.hlist ol, | .hlist ol, | ||
| 762行目: | 777行目: | ||
text-align: left; | text-align: left; | ||
} | } | ||
.hlist dl, | .hlist dl, | ||
.hlist ol, | .hlist ol, | ||
| 893行目: | 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); | |||
} | |||