Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 14: | Linha 14: | ||
.sheetbox-image { | .sheetbox-image { | ||
text-align: center; | text-align: center; | ||
} | } | ||
| Linha 21: | Linha 20: | ||
} | } | ||
.sheetbox table { | .sheetbox table { | ||
width:50%; | width:50%; | ||
| Linha 38: | Linha 28: | ||
} | } | ||
.sheetbox th { | .sheetbox th { | ||
font-weight: normal; | |||
} | } | ||
.sheetbox td { | .sheetbox td { | ||
vertical-align: | vertical-align: bottom; | ||
} | |||
#Nome, #atributo, #titulo { | |||
font-weight: bold; | |||
} | |||
#Tipo { | |||
font-weight: normal; | |||
font-style: italic; | |||
} | |||
#colorido { | |||
color: #897051; | |||
} | } | ||
Edição das 21h27min de 13 de dezembro de 2022
.sheetbox {
border-left: 5px solid #897051;
border-radius: 5px;
margin: 0 0 1em 1em;
width: 100%;
}
.sheetbox #content {
text-align: left;
}
.sheetbox-container {
width: 100%;
height: auto;
}
.sheetbox-image {
text-align: center;
}
.sheetbox img{
border-radius: 0px 5px 0px 0px;
}
.sheetbox table {
width:50%;
}
.sheetbox tr:nth-child(even) {
background: rgba(137, 112, 81, 0.3);
border: 5px solid rgba(137, 112, 81, 0.3);
}
.sheetbox th {
font-weight: normal;
}
.sheetbox td {
vertical-align: bottom;
}
#Nome, #atributo, #titulo {
font-weight: bold;
}
#Tipo {
font-weight: normal;
font-style: italic;
}
#colorido {
color: #897051;
}