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

提供:スーパー マリオパーティ ジャンボリー 攻略Wiki
移動先:案内検索
編集の要約なし
編集の要約なし
 
12行目: 12行目:
     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;
}