Difference between revisions of "Template:Styles/infoboxstyles.css"

From Wurmpedia
Jump to navigation Jump to search
(Initial creation of CSS for use in templates)
 
(adding style for creature template unique row)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */
 +
 
/* Infobox style classes */
 
/* Infobox style classes */
  
Line 4: Line 6:
 
color: #FFFFFF;
 
color: #FFFFFF;
 
background: #4B3E30;
 
background: #4B3E30;
 +
}
 +
 +
.creature-unique-row {
 +
color: #FFFFFF;
 +
background: #FFD700;
 
}
 
}
  
Line 12: Line 19:
 
color: #6699FF;
 
color: #6699FF;
 
background: #444444;
 
background: #444444;
 +
}
 +
 +
body.skin-timelesswurm .creature-unique-row {
 +
color: #FFFFFF;
 +
background: #FFD700;
 
}
 
}

Latest revision as of 12:57, 19 April 2021

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

/* Infobox 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;
}