「MediaWiki:Common.css」の版間の差分
編集の要約なし |
編集の要約なし |
||
| 13行目: | 13行目: | ||
.youtube { | .youtube { | ||
width: 100%; | width: 100%; | ||
} | } | ||
.youtube iframe { | .youtube iframe { | ||
width: 100%; | width: 100%; | ||
} | } | ||
2022年8月30日 (火) 15:42時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */
.infobox {
background-color: #f8f9fa;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
text-align: left;
font-size: 88%;
line-height: 1.5em;
}
.youtube {
width: 100%;
}
.youtube iframe {
width: 100%;
}