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 48: Line 48:
.infobox > tbody > tr img {
.infobox > tbody > tr img {
border: 1px solid;
border: 1px solid;
box-sizing: border-box;
border-color: #ff00ff;
border-color: #ff00ff;
background: #ffffff;
background: #ffffff;

Revision as of 08:30, 14 September 2023

.infobox {
	overflow: hidden;
	display: flex;
	justify-content: center;
	
	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: 0.75rem;
	
	float: right;
}

.infobox#Obesk
{
	color: #ff00ff;
}

.infobox#Human
{
	color: #ffffff;
}

.infobox#Moth
{
	color: #00ffff;
}

.infobox#Mindspike
{
	color: #ffff00;
}

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

.infobox > tbody > tr img {
	border: 1px solid;
	box-sizing: border-box;
	border-color: #ff00ff;
	background: #ffffff;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.