Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 3: | Linha 3: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
width: 100%; | width: 100%; | ||
} | } | ||
.sheetbox-container { | .sheetbox-container { | ||
Edição das 22h00min de 13 de dezembro de 2022
.sheetbox {
border-radius: 5px;
margin: 0 0 1em 1em;
width: 100%;
}
.sheetbox-container {
width: 100%;
height: auto;
}
.sheetbox-image {
text-align: center;
}
.sheetbox table {
border-bottom: 3px solid #396BCE;
border-top: 3px solid #396BCE;
border-radius: 5px;
float:left;
width:55%;
padding: -5px;
vertical-align: bottom;
}
/*.sheetbox tr:nth-child(even) {
background: rgba(137, 112, 81, 0.3);
}*/
.sheetbox th {
font-weight: normal;
border-bottom: 2px solid #396BCE;
}
#atributos {
text-align:center;
}
#Nome, #atributo, #titulo {
font-weight: bold;
}
#Tipo {
font-weight: normal;
font-style: italic;
}
#colorido {
color: #396BCE;
}
#borda-baixo, #titulo{
border-bottom: 2px solid #396BCE;
}
.borda-cima{
border-top: 2px solid #396BCE;
}