「テンプレート:Legend/styles.css」の版間の差分

提供:ManyoWiki
編集の要約なし
 
(1版 をインポートしました)
 
(相違点なし)

2023年8月4日 (金) 16:25時点における最新版

/* {{pp-template}} */
.legend {
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.legend-color {
	display: inline-block;
	min-width: 1.5em;
	height: 1.5em;
/*	line-height: 1.5; */
	margin: 1px 0;
	text-align: center;
	border: 1px solid black;
	background-color: transparent;
	color: black;
}

.legend-text {/*empty for now, but part of the design!*/}

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