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

提供:パルワールド 攻略Wiki
移動先:案内検索
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
22行目: 22行目:
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
}
.content a > img, .content noscript > img {
    padding: 2px;
}
}

2024年1月15日 (月) 20:20時点における版

/* ここに記述した全てのCSSはモバイル版サイトの利用者に影響します */

/*footer*/
.minerva-footer {
    padding-bottom: 150px!important;
}
main#content, .mw-body {
    overflow: auto!important;
}

/*youtube*/
.youtube_wrap iframe {
    width: 100%;
    height: 100%;
}
.youtube_wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
}
/*IMG*/
img {
    width: 100%;
    height: 100%;
}
.content a > img, .content noscript > img {
    padding: 2px;
}
Copyright © 2003-2024 ヘイグ All Rights Reserved.