Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 12: | Linha 12: | ||
width:100%; | width:100%; | ||
} | } | ||
.ClassTable tr:nth-child( | .ClassTable caption{ | ||
border-bottom: 5px solid #897051; | |||
} | |||
.ClassTable tr:nth-child(even) { | |||
background: rgba(137, 112, 81, 0.3); | background: rgba(137, 112, 81, 0.3); | ||
} | } | ||
Edição das 21h34min de 12 de dezembro de 2022
.ClassTable{
border: 2px solid #897051;
border-radius: 15px;
margin: 15px;
padding: -5px;
min-height:50px;
vertical-align:bottom;
}
.ClassTable table{
text-align:center;
width:100%;
}
.ClassTable caption{
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;
}