Template:NavTable/tablestyles.css

From Palia Wiki
Jump to navigation Jump to search
/* Styles here can be called when inserting <templatestyles src="NavTable/tablestyles.css"> on the respective page. */

/* Table Style 2 */
.paliatable2 tbody {
	margin:auto; 
	display:table;
	white-space:normal;
	border: 2px solid #305080;
	border-radius:4px;
	width:75%;
}
.paliatable2 th {
	font-size: 15px;
	color: white;
	margin-left: 1em;
	padding: 0.3em 0;
	background: #305080;
}
.paliatable2 tr td:first-child {  
  font-size: 15px;
  font-weight:bold;
  color: white;
  text-align: right;
  padding: 0.3em 1em;
  background: #5d75b3;
}