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
mNo edit summary
mNo edit summary
Line 1: Line 1:
.infobox#character {
.infobox {
overflow: hidden;
overflow: hidden;
Line 16: Line 16:
}
}


.infobox#character #title {
.infobox #title {
font-family: 'Libre Barcode 128 Text', cursive;
font-family: 'Libre Barcode 128 Text', cursive;
font-size: 2.5em;
font-size: 2.5em;
Line 23: Line 23:
}
}


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


.infobox#character >tbody > tr:nth-child(n+2) {
.infobox >tbody > tr:nth-child(n+2) {
font-family: 'spacemono-text';
font-family: 'spacemono-text';
}
}

Revision as of 12:16, 12 September 2023

.infobox {
	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;
	
	float: right;
}

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

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

.infobox >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.