Mais ações
Criou página com '.sheetbox { position: relative; border-left: 5px solid #897051; border-radius: 5px; float: right; margin: 0 0 1em 1em; width: 300px; } .sheetbox #content { text-align: left; } .sheetbox-container { width: 100%; height: auto; } .sheetbox-image { text-align: center; border-bottom: 5px solid #897051; } .sheetbox img{ border-radius: 0px 5px 0px 0px; } .topleft{ position: absolute; top: 265px; left: 24px; font-size: 18px; color: #FFF...' |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
.sheetbox { | .sheetbox { | ||
border-left: 5px solid #897051; | border-left: 5px solid #897051; | ||
border-radius: 5px; | border-radius: 5px; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
width: | width: 100%; | ||
} | } | ||
.sheetbox #content { | .sheetbox #content { | ||
| Linha 32: | Linha 30: | ||
background: #897051; | background: #897051; | ||
} | } | ||
table { | .sheetbox table { | ||
width: | width:50%; | ||
} | } | ||
.sheetbox tr:nth-child(even) { | .sheetbox tr:nth-child(even) { | ||
Edição das 20h49min 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;
border-bottom: 5px solid #897051;
}
.sheetbox img{
border-radius: 0px 5px 0px 0px;
}
.topleft{
position: absolute;
top: 265px;
left: 24px;
font-size: 18px;
color: #FFF;
padding: 5px;
background: #897051;
}
.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 {
text-align: right;
vertical-align: top;
width: 30px;
padding-left: 10px;
}
.sheetbox td {
vertical-align: top;
}