MediaWiki:Vector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 22: Line 22:
vertical-align: top;
vertical-align: top;
text-align: left;
text-align: left;
}
.infobox .name {
text-align: center;
font-size: 125%;
font-weight: bold;
font-size: 1.25em;
white-space: nowrap;
}
}

Revision as of 01:11, 14 March 2021

.tag {
	background-color: aqua;
}
.infobox {
	border: 1px solid #aaa;
	border-collapse: collapse;
	border-spacing: 3px;
	background-color: #eee;
	color: black;
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	float: right;
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}
.infobox td,
.infobox th {
	border-top: 1px solid #aaa;
	padding: 0.4em 0.6em 0 0.6em;
	vertical-align: top;
	text-align: left;
}
.infobox .name {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	font-size: 1.25em;
	white-space: nowrap;
}