「MediaWiki:Mobile.css」の版間の差分
Masashi.oikawa (トーク | 投稿記録) 編集の要約なし |
Masashi.oikawa (トーク | 投稿記録) 編集の要約なし |
||
17行目: | 17行目: | ||
auto 5%, | auto 5%, | ||
auto 25%; | auto 25%; | ||
} | |||
.information-long { | |||
display: none; | |||
} | } |
2022年11月17日 (木) 11:00時点における最新版
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
header {
background-image:
url("/resources/assets/page_base_border.png"),
url("/resources/assets/page_base_animal_bg.png");
background-repeat:
repeat-x,
no-repeat;
background-position:
center bottom,
right bottom;
background-size:
auto 5%,
auto 25%;
}
.information-long {
display: none;
}