「MediaWiki:Common.css」の版間の差分
提供:メタファー リファンタジオ 攻略Wiki
ヘイグ運営用アカウント (トーク | 投稿記録) (ページの作成:「→ここに記述したCSSはすべての外装に反映されます: @media (max-width: 768px) { .mw-editsection { display: none; } }」) |
ヘイグ運営用アカウント (トーク | 投稿記録) 編集の要約なし |
||
4行目: | 4行目: | ||
display: none; | display: none; | ||
} | } | ||
} | |||
.container { | |||
background: url(https://da9v1g7imu10q.cloudfront.net/images/metaphor_refantazio/6/6a/Bg.webp) center top repeat; | |||
background-size: 100% auto; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
.main-content { | |||
background-color: #ffffffd1!important; | |||
} | } |
2024年10月11日 (金) 20:41時点における版
/* ここに記述したCSSはすべての外装に反映されます */
@media (max-width: 768px) {
.mw-editsection {
display: none;
}
}
.container {
background: url(https://da9v1g7imu10q.cloudfront.net/images/metaphor_refantazio/6/6a/Bg.webp) center top repeat;
background-size: 100% auto;
width: 100%;
height: 100%;
}
.main-content {
background-color: #ffffffd1!important;
}