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

Template:CharacterInfobox/styles.css: Difference between revisions

Template page
Content deleted Content added
No edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
Line 24: Line 24:
.infobox#character > tbody > tr img {
.infobox#character > tbody > tr img {
background: #ffffff;
background: #ffffff;
align-items:center;
}
}



Revision as of 11:03, 12 September 2023

.infobox#character {
	overflow: hidden;
	
	padding: 0.75rem 0.5rem;
	margin: 0.5rem;
	border: 1px solid;
	border-color: inherit;
	
	color: #ffff00; /* Default to sys/examing messages */
	background: black;
	
	line-height: 1.25em;
	
	font-size: 1.0rem;
}

.infobox#character #title {
	font-family: 'Libre Barcode 128 Text', cursive;
	font-size: 2.5em;
	line-height: 1.25em;
	text-transform: uppercase;
}

.infobox#character > tbody > tr img {
	background: #ffffff;
}

.infobox#character >tbody > tr:nth-child(n+2) {
	font-family: 'spacemono-text';
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.