「MediaWiki:Common.css」の版間の差分
編集の要約なし |
編集の要約なし |
||
18行目: | 18行目: | ||
textarea{ | textarea{ | ||
font-size: 175% !important; | font-size: 175% !important; | ||
row: 10 !important; | |||
} | } | ||
} | } |
2022年10月6日 (木) 16:45時点における版
/* ここに記述した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: 175% !important;
}
textarea{
font-size: 175% !important;
row: 10 !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;
}
}