Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:ShipInfobox.css: Difference between revisions

MediaWiki interface page
added VerticalLayout
m typo
Line 7: Line 7:




.HorizontalRow {
.HorizontalLayout {
border-bottom: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
}

Revision as of 16:41, 16 August 2024

.Subheader {
	padding: 0.2em 0.4em;
	font-weight: bold;
	font-size: 170%;
}


.HorizontalLayout {
	border-bottom: 1px solid #aaa;
}
/* Left Column */
.HorizontalLayout td:first-child {
	border-right: 1px solid #aaa;
	padding: 0.2em 0.4em; 
	font-weight: bold;
}
/* Left Column */
.HorizontalLayout td:nth-child(2) {
	padding: 0.4em 0.4em;
}


.VerticalLayoutTop td:first-child {
	border-right: 1px solid #aaa;
	padding: 0.2em 0.4em;
	font-weight: bold;
}
.VerticalLayoutTop td:nth-child(2) {
	padding: 0.4em 0.4em;
	font-weight: bold;
}
.VerticalLayoutBottom {
	border-bottom: 1px solid #aaa;
}
.VerticalLayoutBottom td:first-child {
	border-right: 1px solid #aaa;
	padding: 0.2em 0.4em;
}
.VerticalLayoutBottom td:nth-child(2) {
	padding: 0.4em 0.4em;
}