Mais ações
Criou página com '.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); } .title { font-weight: bold; } #classe, #dado, #atributo, #saves{ text-align:center; } #descricao{ width:50%; } #classe, #dado{ width:5%; } #atributo, #saves{ w...' |
Sem resumo de edição |
||
| Linha 30: | Linha 30: | ||
width:50%; | width:50%; | ||
} | } | ||
#classe | #classe{ | ||
width:5%; | width:5%; | ||
} | |||
#dado { | |||
width:10%; | |||
} | } | ||
#atributo, #saves{ | #atributo, #saves{ | ||
width: | width:15%; | ||
} | } | ||
.ClassTable td { | .ClassTable td { | ||
Edição das 13h07min de 13 de dezembro de 2022
.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);
}
.title {
font-weight: bold;
}
#classe,
#dado,
#atributo,
#saves{
text-align:center;
}
#descricao{
width:50%;
}
#classe{
width:5%;
}
#dado {
width:10%;
}
#atributo, #saves{
width:15%;
}
.ClassTable td {
vertical-align:middle;
text-align:left;
}