Template:Franchise/style.css: Difference between revisions

From Ethereal Superheroes Universe
Content deleted Content added
No edit summary
No edit summary
Line 20: Line 20:
width: 250px;
width: 250px;
margin: 0 auto;
margin: 0 auto;
border-bottom: 1px solid #aaa;
}
}



Revision as of 23:06, 10 October 2023

.infobox {
	background: #eee;
    border: 1px solid #aaa;
    border-radius: .75em;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 320px;
}

.infobox-header {
	text-align: center;
	font-weight: 900;
	font-style: italic;
}

.infobox-row {
	display: flex;
	justify-content: space-between;
	width: 250px;
	margin: 0 auto;
	border-bottom: 1px solid #aaa;
}

.infobox-label, .infobox-data {
	text-align: left;
}

.infobox-label {
	width: 25%;
}

.infobox-data {
	width: 75%;
}