「MediaWiki:Common.css」の版間の差分
編集の要約なし タグ: 手動差し戻し |
編集の要約なし |
||
14行目: | 14行目: | ||
@media screen and (max-width:982px){ | @media screen and (max-width:982px){ | ||
body{ | body{ | ||
font-size: | font-size: 200% !important; | ||
} | } | ||
textarea{ | textarea{ |
2022年10月14日 (金) 12:24時点における版
/* ここに記述したCSSはすべての外装に反映されます */
main#content{
font-family:
"ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ StdN", "ヒラギノ角ゴ StdN",
"ヒラギノ角ゴ ProN W3",
HiraKakuProN-W3, メイリオ, Meiryo, 游ゴシック, "Yu Gothic", Verdana, Helvetica, Arial, sans-serif;
}
body{
font-size: 110%;
}
textarea{
font-size: 110% !important;
}
@media screen and (max-width:982px){
body{
font-size: 200% !important;
}
textarea{
font-size: 175% !important;
height: calc( 1.5em * 10 ) !important;
line-height: 1.5 !important;
}
}
@media screen and (min-width: 86.75em){
.mw-checkbox-hack-checkbox:checked ~ .mw-workspace-container .mw-content-container,
.mw-checkbox-hack-checkbox:checked ~ .mw-workspace-container .mw-article-toolbar-container{
margin-left: 11.5em;
}
}