Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 5: | Linha 5: | ||
min-width:500px; | min-width:500px; | ||
} | } | ||
.sheetbox-image img{ | .sheetbox-image img{ | ||
max-width:100%; | max-width:100%; | ||
height:150px; | height:150px; | ||
object-fit: cover; | object-fit: cover; | ||
} | |||
.sheetbox-image #img-head{ | |||
padding:-20px; | |||
} | } | ||
.sheetbox-image { | .sheetbox-image { | ||
Edição das 12h21min de 19 de dezembro de 2022
.sheetbox {
border-radius: 5px;
margin: 0 0 1em 1em;
width: 55%;
min-width:500px;
}
.sheetbox-image img{
max-width:100%;
height:150px;
object-fit: cover;
}
.sheetbox-image #img-head{
padding:-20px;
}
.sheetbox-image {
text-align: center;
/*float:right;*/
}
/*.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;
}
@media screen and ( max-width: 600px ) {
.sheetbox-image {
display: none;
}
.sheetbox table {
width:100%;
}
}
.sheetbox table {
border-bottom: 3px solid #308E89;
border-top: 3px solid #308E89;
border-radius: 5px;
padding: -5px;
vertical-align: bottom;
}