Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| (31 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 2: | Linha 2: | ||
border-radius: 5px; | border-radius: 5px; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
width: | max-width:500px; | ||
} | } | ||
.sheetbox | |||
.sheetbox-image img{ | |||
max-width:100%; | |||
height:150px; | |||
object-fit: cover; | |||
} | } | ||
.sheetbox- | .sheetbox #img-head{ | ||
margin: -20px 0 -20px 0; | |||
} | } | ||
.sheetbox-image { | .sheetbox-image { | ||
text-align: center; | text-align: center; | ||
/*float:right;*/ | |||
} | } | ||
/*.sheetbox tr:nth-child(even) { | /*.sheetbox tr:nth-child(even) { | ||
background: rgba(137, 112, 81, 0.3); | background: rgba(137, 112, 81, 0.3); | ||
| Linha 29: | Linha 23: | ||
.sheetbox th { | .sheetbox th { | ||
font-weight: normal; | font-weight: normal; | ||
border-bottom: 2px solid # | border-bottom: 2px solid #308E89; | ||
} | } | ||
| Linha 43: | Linha 37: | ||
} | } | ||
#colorido { | #colorido { | ||
color: # | color: #308E89; | ||
} | } | ||
#borda-baixo, #titulo | #borda-baixo, #titulo{ | ||
border-bottom: | border-bottom: 2px solid #308E89; | ||
} | |||
.borda-cima{ | |||
border-top: 2px solid #308E89; | |||
} | |||
@media screen and ( max-width: 600px ) { | |||
.sheetbox { | |||
width:100%; | |||
} | |||
} | |||
.sheetbox table { | |||
/*border-bottom: 3px solid #308E89;*/ | |||
/*border-top: 3px solid #308E89;*/ | |||
border-radius: 5px; | |||
padding: -5px; | |||
vertical-align: bottom; | |||
} | } | ||
Edição atual tal como às 12h37min de 22 de novembro de 2023
.sheetbox {
border-radius: 5px;
margin: 0 0 1em 1em;
max-width:500px;
}
.sheetbox-image img{
max-width:100%;
height:150px;
object-fit: cover;
}
.sheetbox #img-head{
margin: -20px 0 -20px 0;
}
.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 {
width:100%;
}
}
.sheetbox table {
/*border-bottom: 3px solid #308E89;*/
/*border-top: 3px solid #308E89;*/
border-radius: 5px;
padding: -5px;
vertical-align: bottom;
}