Template:Monster SMW Ja/style.css

< Template:Monster SMW Ja
Revision as of 12:43, 26 April 2025 by Neko Knight (talk | contribs) (Created page with ".R { text-align: right; } .L { text-align: left; } .no-data{ color: silver; } .mt-infobox { width: 350px; } .monster-table td{ min-width: 1.8em; } .mt-label{ background-color: #c2ab86; font-weight: bold; padding-left: 1em; text-align: left; } .mt-2-columns{ display: grid; grid-template-columns: 4em auto 4em auto; } .mt-3-columns{ display: grid; grid-template-columns: 4em auto 4em auto 4em auto; } .mt-data-title{ font-weight: bold; } .mw-collapsible-toggle-d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.R {
	text-align: right;
}
.L {
	text-align: left;
}
.no-data{
	color: silver;
}
.mt-infobox {
	width: 350px;
}
.monster-table td{
	min-width: 1.8em;
}
.mt-label{
	background-color: #c2ab86;
	font-weight: bold;
	padding-left: 1em;
	text-align: left;
}
.mt-2-columns{
	display: grid;
	grid-template-columns: 4em auto 4em auto;
}
.mt-3-columns{
	display: grid;
	grid-template-columns: 4em auto 4em auto 4em auto;
}
.mt-data-title{
	font-weight: bold;
}
.mw-collapsible-toggle-default::after {
	content: ']';
	color: #88734f;
	padding-right: 5px;
}
.mw-collapsible-toggle-default::before {
	content: '[';
	color: #88734f;
}