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

提供:Turgenev's Wiki
編集の要約なし
編集の要約なし
4行目: 4行目:
height:auto;
height:auto;
}
}
.mw-highlight div {
.mw-highlight > pre {
font-size: 90%;
font-size: 90%;
     overflow-x: auto;
     overflow-x: auto;
}
}

2023年11月24日 (金) 22:37時点における版

/* ここに記述したCSSはすべての外装に反映されます */
.res-img img {
	max-width:100%;
	height:auto;
}
.mw-highlight > pre {
	font-size: 90%;
    overflow-x: auto;
}