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

From Wurmpedia
Jump to navigation Jump to search
(Ostentatio created the page Template:Banned/styles.css using a non-default content model "Sanitized CSS")
 
 
Line 1: Line 1:
 +
/* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */
  
 +
.banned-box {
 +
background: #e55451;
 +
border-color: #88A;
 +
}
 +
 +
 +
/* Overrides for specific skins */
 +
 +
body.skin-timelesswurm .banned-box {
 +
background: #e55451;
 +
border-color: #88A;
 +
}

Latest revision as of 10:29, 22 April 2021

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

.banned-box {
	background: #e55451;
	border-color: #88A;
}


/* Overrides for specific skins */

body.skin-timelesswurm .banned-box {
	background: #e55451;
	border-color: #88A;
}