Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
(15 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
.ClassTable{ | |||
border: 2px solid #897051; | border: 2px solid #897051; | ||
border-radius: 15px; | border-radius: 15px; | ||
padding: -5px; | |||
padding: | |||
min-height:50px; | min-height:50px; | ||
} | } | ||
Linha 12: | Linha 10: | ||
width:100%; | width:100%; | ||
} | } | ||
.ClassTable tr:nth-child( | .ClassTable caption{ | ||
padding-left: 5px; | |||
border-bottom: 5px solid #897051; | |||
} | |||
.ClassTable tr:nth-child(even) { | |||
background: rgba(137, 112, 81, 0.3); | background: rgba(137, 112, 81, 0.3); | ||
} | } | ||
Linha 21: | Linha 23: | ||
#prof, #lvl, #trait{ | #prof, #lvl, #trait{ | ||
text-align:center; | text-align:center; | ||
} | |||
#lvl{ | |||
width:50px; | |||
} | |||
#prof{ | |||
width:100px; | |||
} | |||
.ClassTable td { | |||
vertical-align:bottom; | |||
text-align:left; | |||
} | } |
Edição atual tal como às 21h59min de 12 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); } #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; }