テンプレート:Rbcmnt/bi.css

提供:Wikisource
2023年8月12日 (土) 04:30時点におけるP9iKC7B1SaKk (トーク | 投稿記録)による版 (判定条件変更)
span.r2 {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}

@media only screen and (hover: none) and (pointer: coarse) { /* for iPhone device and desktop view */
span.r2 {
	font-size: 150%;
}
}

@media only screen and (max-width:640px), only screen and (max-height:640px) { /* for iPhone mobile view. cancel above font-size. abandon iPad pro or so. */
span.r2 {
	font-size: 100%;
}
}

span.r2 span {
	text-align:center;
	display:block;
}

span.r2 span.t {
	font-size: smaller;
	color: teal;
}

span.r2 span.b {
	font-size: smaller;
	color: olive;
}

/* [[Category:テンプレートスタイル|Rbcmnt]] */