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
Undo revision 76 by CornHusker (talk)
Tag: Undo
centered text
Line 4: Line 4:
font-weight: bold;
font-weight: bold;
font-size: 170%;
font-size: 170%;
text-align: center;
}
}


Line 20: Line 21:
padding: 0.2em 0.4em;  
padding: 0.2em 0.4em;  
font-weight: bold;
font-weight: bold;
text-align: center;
}
}
/* Left Column */
/* Left Column */
.HorizontalLayout td:nth-child(2) {
.HorizontalLayout td:nth-child(2) {
padding: 0.4em 0.4em;
padding: 0.4em 0.4em;
text-align: center;
}
}


 
/* Left Column Label */
.VerticalLayoutTop td:first-child {
.VerticalLayoutTop td:first-child {
border-right: 1px solid #aaa;
border-right: 1px solid #aaa;
padding: 0.2em 0.4em;
padding: 0.2em 0.4em;
font-weight: bold;
font-weight: bold;
text-align: center;
}
}
/* Right Column Label*/
.VerticalLayoutTop td:nth-child(2) {
.VerticalLayoutTop td:nth-child(2) {
padding: 0.4em 0.4em;
padding: 0.4em 0.4em;
font-weight: bold;
font-weight: bold;
text-align: center;
}
}
.VerticalLayoutBottom {
.VerticalLayoutBottom {
border-bottom: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
}
/* Left Column Value*/
.VerticalLayoutBottom td:first-child {
.VerticalLayoutBottom td:first-child {
border-right: 1px solid #aaa;
border-right: 1px solid #aaa;
padding: 0.2em 0.4em;
padding: 0.2em 0.4em;
text-align: center;
}
}
/* Right Column Value*/
.VerticalLayoutBottom td:nth-child(2) {
.VerticalLayoutBottom td:nth-child(2) {
padding: 0.4em 0.4em;
padding: 0.4em 0.4em;
text-align: center;
}
}

Revision as of 17:15, 16 August 2024

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


.EmptyRow {
	height: 20px;
}


.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;
	text-align: center;
}
/* Left Column */
.HorizontalLayout td:nth-child(2) {
	padding: 0.4em 0.4em;
	text-align: center;
}

/* Left Column Label */
.VerticalLayoutTop td:first-child {
	border-right: 1px solid #aaa;
	padding: 0.2em 0.4em;
	font-weight: bold;
	text-align: center;
}
/* Right Column Label*/
.VerticalLayoutTop td:nth-child(2) {
	padding: 0.4em 0.4em;
	font-weight: bold;
	text-align: center;
}
.VerticalLayoutBottom {
	border-bottom: 1px solid #aaa;
}
/* Left Column Value*/
.VerticalLayoutBottom td:first-child {
	border-right: 1px solid #aaa;
	padding: 0.2em 0.4em;
	text-align: center;
}
/* Right Column Value*/
.VerticalLayoutBottom td:nth-child(2) {
	padding: 0.4em 0.4em;
	text-align: center;
}