MediaWiki:Vector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
background-color: #eee;
background-color: #eee;
margin: 0 0 0.5em 0.5em;
margin: 0 0 0.5em 0.5em;
padding: 0.2em;
font-size: 88%;
}
}
.infobox .mergedtoprow {
.infobox .mergedtoprow {

Revision as of 19:45, 22 March 2021

/* All CSS here will be loaded for users of the Vector skin */
.infobox {
	float: right;
	clear: right;
	border: 1px solid #aaa;
	border-collapse: collapse;
	background-color: #eee;
	margin: 0 0 0.5em 0.5em;
	font-size: 88%;
}
.infobox .mergedtoprow {
	border-top: 1px solid #aaa;
}
.infobox .mergedrow {
	border: none;
}
.infobox .mergedbottomrow {
	border-bottom: 1px solid #aaa;
}