Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:ClassTable/styles.css

Template page
Revision as of 14:38, 11 February 2026 by 179.219.50.218 (talk) (Created page with ".ClassTable{ border: 2px solid #897051; border-radius: 15px; padding: -5px; min-height:50px; } .ClassTable table{ text-align:center; width:100%; } .ClassTable caption{ padding-left: 5px; border-bottom: 5px solid #897051; } .ClassTable tr:nth-child(even) { background: rgba(137, 112, 81, 0.3); } #first-line { font-weight: bold; } #prof, #lvl, #trait{ text-align:center; } #lvl{ width:50px; } #prof{ width:100px; } .ClassTable td { vertical-align:bottom; t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.ClassTable{
	border: 2px solid #897051; 
	border-radius: 15px; 
	padding: -5px;
	min-height:50px;
}

.ClassTable table{
	text-align:center;
	width:100%;
}
.ClassTable caption{
	padding-left: 5px;
	border-bottom: 5px solid #897051; 
}
.ClassTable tr:nth-child(even) {
	background: rgba(137, 112, 81, 0.3);
}
#first-line {
	font-weight: bold;

}
#prof, #lvl, #trait{
	text-align:center;
}
#lvl{
	width:50px;
}
#prof{
	width:100px;
}
.ClassTable td {
	vertical-align:bottom;
	text-align:left;
}