「MediaWiki:Common.css」の版間の差分

提供:スーパー マリオパーティ ジャンボリー 攻略Wiki
移動先:案内検索
1行目: 1行目:
/*↓スマホ時は編集リンクを隠す*/
 
@media (max-width: 768px) {
.mw-editsection {
display: none;
}
}


/*↓背景画像(アップロードした画像の実際のURLを記入)*/
/*↓背景画像(アップロードした画像の実際のURLを記入)*/

2024年11月28日 (木) 10:49時点における版

/*↓背景画像(アップロードした画像の実際の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;
}