Naar inhoud springen

Sjabloon:Kolommen lijst/styles.css

Uit Wikipedia, de vrije encyclopedie
.kolommen-lijst {
	margin-top: 0.3em;
}

.kolommen-lijst ul,
.kolommen-lijst ol {
	margin-top: 0;
}

.kolommen-lijst li,
.kolommen-lijst dd {
	margin-bottom: 0;
	padding-bottom: 0.1em;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

html.vector-feature-custom-font-size-clientpref-0 .kolommen-lijst li,
html.vector-feature-custom-font-size-clientpref-0 .kolommen-lijst dd {
	line-height: 1.5714285em;
}

html.vector-feature-custom-font-size-clientpref-1 .kolommen-lijst li,
html.vector-feature-custom-font-size-clientpref-1 .kolommen-lijst dd {
	line-height: 1.6em;
}

html.vector-feature-custom-font-size-clientpref-2 .kolommen-lijst li,
html.vector-feature-custom-font-size-clientpref-2 .kolommen-lijst dd {
	line-height: 1.5em;
}

.infobox .kolommen-lijst {
	margin-top: 0;
}

@media screen and (max-width:640px) {
	.kolommen-lijst {
		clear:both;
	}
}

/* [[Categorie:Wikipedia:TemplateStyles-pagina's]] */