Difference between revisions of "Template:InfoTable/styles.css"

From Wurmpedia
Jump to navigation Jump to search
(Ostentatio created the page Template:InfoTable/styles.css using a non-default content model "Sanitized CSS")
 
(Creating new css page for common info table stylings)
 
Line 1: Line 1:
 +
/* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */
  
 +
/* Info table style classes */
 +
 +
.infobox-header-row {
 +
color: #FFFFFF;
 +
background: #4B3E30;
 +
}
 +
 +
.creature-unique-row {
 +
color: #FFFFFF;
 +
background: #FFD700;
 +
}
 +
 +
 +
/* Overrides for specific skins */
 +
 +
body.skin-timelesswurm .infobox-header-row {
 +
color: #6699FF;
 +
background: #444444;
 +
}
 +
 +
body.skin-timelesswurm .creature-unique-row {
 +
color: #FFFFFF;
 +
background: #FFD700;
 +
}

Latest revision as of 10:09, 22 April 2021

/* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */

/* Info table style classes */

.infobox-header-row {
	color: #FFFFFF;
	background: #4B3E30;
}

.creature-unique-row {
	color: #FFFFFF;
	background: #FFD700;
}


/* Overrides for specific skins */

body.skin-timelesswurm .infobox-header-row {
	color: #6699FF;
	background: #444444;
}

body.skin-timelesswurm .creature-unique-row {
	color: #FFFFFF;
	background: #FFD700;
}