「MediaWiki:Common.css」の版間の差分
提供:スーパー マリオパーティ ジャンボリー 攻略Wiki
(ページの作成:「→↓スマホ時は編集リンクを隠す: @media (max-width: 768px) { .mw-editsection { display: none; } } →↓背景画像(アップロードした画像の実際のURLを記入): .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-colo…」) |
編集の要約なし |
||
(他の1人の利用者による、間の1版が非表示) | |||
8行目: | 8行目: | ||
/*↓背景画像(アップロードした画像の実際のURLを記入)*/ | /*↓背景画像(アップロードした画像の実際のURLを記入)*/ | ||
.container { | .container { | ||
background: url(https://da9v1g7imu10q.cloudfront.net/images/ | background: url(https://da9v1g7imu10q.cloudfront.net/images/mario_party_jamboree/6/6a/Bg.webp) center top repeat; | ||
background-size: 100% auto; | background-size: 100% auto; | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
background-position: center center; | |||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
background-size: cover; | |||
background-color: #464646; | |||
} | } | ||
2024年10月16日 (水) 22:57時点における最新版
/*↓スマホ時は編集リンクを隠す*/
@media (max-width: 768px) {
.mw-editsection {
display: none;
}
}
/*↓背景画像(アップロードした画像の実際のURLを記入)*/
.container {
background: url(https://da9v1g7imu10q.cloudfront.net/images/mario_party_jamboree/6/6a/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;
background-color: #464646;
}
/*テキストエリアの背景色*/
.main-content {
background-color: #ffffffe3!important;
}
/*テーブルの中の<ul>調節*/
table ul {
margin: 0.3em 0 0 1.2em!important;
padding: 0!important;
}