Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 13: | Linha 13: | ||
.sheetbox table { | .sheetbox table { | ||
border-bottom: 3px solid # | border-bottom: 3px solid #308E89; | ||
border-top: 3px solid # | border-top: 3px solid #308E89; | ||
border-radius: 5px; | border-radius: 5px; | ||
float:left; | float:left; | ||
| Linha 26: | Linha 26: | ||
.sheetbox th { | .sheetbox th { | ||
font-weight: normal; | font-weight: normal; | ||
border-bottom: 2px solid # | border-bottom: 2px solid #308E89; | ||
} | } | ||
| Linha 40: | Linha 40: | ||
} | } | ||
#colorido { | #colorido { | ||
color: # | color: #308E89; | ||
} | } | ||
#borda-baixo, #titulo{ | #borda-baixo, #titulo{ | ||
border-bottom: 2px solid # | border-bottom: 2px solid #308E89; | ||
} | } | ||
.borda-cima{ | .borda-cima{ | ||
border-top: 2px solid # | border-top: 2px solid #308E89; | ||
} | } | ||
Edição das 14h08min de 15 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 #308E89;
border-top: 3px solid #308E89;
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 #308E89;
}
#atributos {
text-align:center;
}
#Nome, #atributo, #titulo {
font-weight: bold;
}
#Tipo {
font-weight: normal;
font-style: italic;
}
#colorido {
color: #308E89;
}
#borda-baixo, #titulo{
border-bottom: 2px solid #308E89;
}
.borda-cima{
border-top: 2px solid #308E89;
}