「MediaWiki:Common.css」の版間の差分
提供:パルワールド 攻略Wiki(Palworld)
ヘイグ運営用アカウント (トーク | 投稿記録) (ページの作成:「→ここに記述したCSSはすべての外装に反映されます: @media (max-width: 768px) { .mw-editsection { display: none; } }」) |
H1G_yusaku@ヘイグ (トーク | 投稿記録) 編集の要約なし |
||
(他の1人の利用者による、間の1版が非表示) | |||
4行目: | 4行目: | ||
display: none; | display: none; | ||
} | } | ||
} | |||
.container { | |||
background: url(https://da9v1g7imu10q.cloudfront.net/images/palworld/8/85/Palworld_bg.webp) center top repeat; | |||
background-size: 100% auto; | |||
width: 100%; | |||
height: 100%; | |||
background-position: center center; | |||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
background-size: cover; | |||
} | } |
2024年12月30日 (月) 04:49時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */
@media (max-width: 768px) {
.mw-editsection {
display: none;
}
}
.container {
background: url(https://da9v1g7imu10q.cloudfront.net/images/palworld/8/85/Palworld_bg.webp) center top repeat;
background-size: 100% auto;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}