テンプレート:Image key/styles.css

提供:S-bou Wiki
< テンプレート:Image key
2021年4月17日 (土) 14:07時点におけるja>ネイによる版 (en:Template:Image key/styles.css oldid=999243297 より)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動
/* we add .thumb so that there is a lesser chance of these styles being used
   for nefarious general purposes :)
   if/when necessary to support some other kind of figures, can be added then
*/
.thumb .image-key {
	column-count: 2;
}

.thumb .image-key-wide {
	column-count: 3;
}

.thumb .image-key-narrow {
	column-count: 1;
}

.thumb .image-key > ol {
	margin-left: 1.3em;
}

.thumb .image-key > ul,
.thumb .image-key > ol {
	margin-top: 0;
}

.thumb .image-key li {
	page-break-inside: avoid;
	break-inside: avoid-column;
}

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