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 13: Linha 13:
.ClassTable tr:nth-child(2n+3) {
.ClassTable tr:nth-child(2n+3) {
background: rgba(137, 112, 81, 0.3);
background: rgba(137, 112, 81, 0.3);
}
#first-line {
font-weight: bold;
}
}

Edição das 20h25min de 12 de dezembro de 2022

.ClassTable{
	border: 2px solid #897051; 
	border-radius: 15px; 
	margin: 15px;
	text-align:center;
	padding: 0;
}

.ClassTable table{
	
}

.ClassTable tr:nth-child(2n+3) {
	background: rgba(137, 112, 81, 0.3);
}
#first-line {
	font-weight: bold;
}