MediaWiki: Common.css
提供: 羅小黒戦記 FAN WIKI
| 24行目: | 24行目: | ||
/*動画*/ | /*動画*/ | ||
.movieBox{ | .movieBox{ | ||
| − | + | position: relative; | |
| + | width: 100%; | ||
| + | padding-top: 56.25%; | ||
} | } | ||
.movieBox iframe { | .movieBox iframe { | ||
| − | + | position: absolute; | |
| − | + | top: 0; | |
| + | right: 0; | ||
| + | width: 100% !important; | ||
| + | height: 100% !important; | ||
} | } | ||
2020年9月20日 (日) 20:51時点における版
/*編集の表示*/
body a#ca-edit{
display: none;
}
body.mw-editable a#ca-edit{
display: inline;
}
/*カテゴリの表示*/
#catlinks { display: block; }
/*デザイン*/
#content a,#content a:hover,#content a:visited {
color: #4f97a3;
}
#navbar{
height: 100%;
max-height: fit-content;
}
/*動画*/
.movieBox{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.movieBox iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

