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

Template:EnemyInfobox/styles.css: Difference between revisions

Template page
Content added Content deleted
(Bitches will do anything other than the art they're meant to be doing. I'm bitches)
(Pexy changed the content model of the page Template:EnemyInfobox/styles.css from "Sanitized CSS" to "CSS": testing)
Tag: content model change
(No difference)

Revision as of 00:32, 3 July 2024

/*Hi! I'm making a new infobox for enemies so I don't have to rely
on a modified character infobox.*/
.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#Bstrd
{
	color: #ff0066;
}

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

.infobox #title-Bstrd {
	font-family: 'Newspaper Cutout White Regular';
	font-size: 2.5em;
	line-height: 1.25em;
	text-transform: uppercase;
	letter-spacing: normal;
}

.infobox > tbody > tr:hover img {
	/* Stop the default hover from expanding the image */
	transform: unset !important;
}

.infobox > tbody > tr img {
	background: #ffffff;
	border: 1px solid;
	color: #ffff00;
}

td { /*wow td corrucord*/
	padding-left: 10px;
	padding-right: 10px;
}

.infobox #image-Obesk img
{
	color: #ff00ff;
}

.infobox #image-Human img
{
	color: #ffffff;
}

.infobox #image-Moth img
{
	color: #00ffff;
}

.infobox #image-Mindspike img
{
	color: #ffff00;
}

.infobox #image-Bstrd img
{
	color: #ff0066;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.