Jump to content

Template:Wikipedia languages/styles.css: Difference between revisions

From Worldpedia, the free encyclopedia
add a padding for the containers
ditch widths for a half minute
Line 6: Line 6:


.wikipedia-languages-list {
.wikipedia-languages-list {
width: 100%;
list-style: none;
list-style: none;
text-align: center;
text-align: center;
Line 15: Line 14:
display: flex;
display: flex;
justify-content: center;
justify-content: center;
width: 90%;
padding-top: 1em;
padding-top: 1em;
}
}

Revision as of 04:58, 1 December 2020

.wikipedia-languages-complete {
	float: right;
	font-weight: bold;
	margin-left: 1em;
}

.wikipedia-languages-list {
	list-style: none;
	text-align: center;
	clear: both;
}

.wikipedia-languages-count-container {
	display: flex;
	justify-content: center;
	padding-top: 1em;
}

.wikipedia-languages-prettybars {
	width: 100%;
	height: 1px;
	margin: 0.5em 0;
	background-color: #c8ccd1;
	flex-shrink: 1;
	align-self: center;
}

.wikipedia-languages-count {
	padding: 0 1em;
}