Ativa o menu
Toggle preferences menu
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

Predefinição:ClassTable/styles.css: mudanças entre as edições

De Runas & Campeões
Sem resumo de edição
Sem resumo de edição
Linha 5: Linha 5:
padding: -5px;
padding: -5px;
min-height:50px;
min-height:50px;
vertical-align:bottom;
}
}


Linha 28: Linha 27:
#prof, #lvl{
#prof, #lvl{
width:100px;
width:100px;
vertical-align:bottom;
}
}

Edição das 21h36min de 12 de dezembro de 2022

.ClassTable{
	border: 2px solid #897051; 
	border-radius: 15px; 
	margin: 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;
}
#prof, #lvl{
	width:100px;
	vertical-align:bottom;
}