「MediaWiki:Common.css」の版間の差分
編集の要約なし |
編集の要約なし |
||
7行目: | 7行目: | ||
} | } | ||
body{ | body{ | ||
font-size: | font-size: 110%; | ||
} | } | ||
textarea{ | textarea{ | ||
font-size: | font-size: 110% !important; | ||
} | } | ||
@media screen and (max-width:982px){ | @media screen and (max-width:982px){ |
2022年10月4日 (火) 00:13時点における版
/* ここに記述した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;
}
}