「MediaWiki:Mobile.css」の版間の差分
表示
細編集の要約なし |
編集の要約なし |
||
| 1行目: | 1行目: | ||
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */ | /* ここに記述したCSSは携帯機器版サイトの利用者に影響します */ | ||
.pc-only | |||
{ | |||
display: none; | |||
} | |||
pre.aa | 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; | |||
} | } | ||
2015年3月13日 (金) 01:36時点における版
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
.pc-only
{
display: none;
}
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;
}