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

From Wurmpedia
Jump to navigation Jump to search
(Ostentatio created the page Template:Boxstyle/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! */
  
 +
.boxstyle{
 +
margin:2px auto;
 +
padding:3px;
 +
width:60%;
 +
border:2px solid black;
 +
text-align:left;
 +
border-radius: 10px;
 +
box-shadow:5px 5px 10px rgba(0,0,0,0.75);
 +
border-collapse:separate;
 +
}
 +
 +
 +
/* Overrides for specific skins */
 +
 +
/* body.skin-timelesswurm .boxstyle { } */

Revision as of 14:33, 22 April 2021

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

.boxstyle{
	margin:2px auto;
	padding:3px;
	width:60%;
	border:2px solid black;
	text-align:left;
	border-radius: 10px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.75);
	border-collapse:separate;
}


/* Overrides for specific skins */

/* body.skin-timelesswurm .boxstyle { } */