「MediaWiki:Mobile.css」の版間の差分
表示
編集の要約なし |
細編集の要約なし |
||
| 1行目: | 1行目: | ||
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */ | /* ここに記述したCSSは携帯機器版サイトの利用者に影響します */ | ||
pre.aa | pre.aa | ||
{ | { | ||
| 14行目: | 13行目: | ||
white-space: pre; | white-space: pre; | ||
} | } | ||
/** | /** | ||
* 2018/09/10 | * 2018/09/10 | ||
pre.aa { | pre.aa { | ||
font-family: IPAMonaPGothic, 'IPA モナー Pゴシック', Monapo, Mona, 'MS PGothic', 'MS Pゴシック', sans-serif !important; | font-family: IPAMonaPGothic, 'IPA モナー Pゴシック', Monapo, Mona, 'MS PGothic', 'MS Pゴシック', sans-serif !important; | ||
| 23行目: | 20行目: | ||
line-height: 18px !important; | line-height: 18px !important; | ||
} | } | ||
*/ | |||
2018年9月10日 (月) 23:45時点における版
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
pre.aa
{
line-height: 1.13;
letter-spacing: 0px;
font-family: 'Textar', 'MS PGothic', 'IPAMonaPGothic', 'Mona', sans-serif;
font-size: 10px;
border: none;
background-color: transparent;
margin-bottom: 0px;
padding: 0px;
white-space: pre;
}
/**
* 2018/09/10
pre.aa {
font-family: IPAMonaPGothic, 'IPA モナー Pゴシック', Monapo, Mona, 'MS PGothic', 'MS Pゴシック', sans-serif !important;
font-size: 16px !important;
line-height: 18px !important;
}
*/