Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 18: | Linha 18: | ||
border-bottom: 5px solid #897051; | border-bottom: 5px solid #897051; | ||
} | } | ||
. | .topleft{ | ||
position: absolute; | position: absolute; | ||
top: 0px; | |||
left: | left: 24px; | ||
font-size: 18px; | font-size: 18px; | ||
padding: 10px; | padding: 10px; | ||
| Linha 28: | Linha 28: | ||
.infobox table { | .infobox table { | ||
width:100%; | width:100%; | ||
} | } | ||
tr:nth-child(even) { | tr:nth-child(even) { | ||
Edição das 20h40min de 1 de dezembro de 2022
.infobox {
position: relative;
border-left: 5px solid #897051;
border-radius: 5px;
float: right;
margin: 0 0 1em 1em;
width: 300px;
}
.infobox #content {
text-align: left;
}
.infobox-container {
width: 100%;
height: auto;
}
.infobox-image {
text-align: center;
border-bottom: 5px solid #897051;
}
.topleft{
position: absolute;
top: 0px;
left: 24px;
font-size: 18px;
padding: 10px;
background: #897051;
}
.infobox table {
width:100%;
}
tr:nth-child(even) {
background: rgba(137, 112, 81, 0.3);
border: 5px solid rgba(137, 112, 81, 0.3);
}
.infobox th {
text-align: right;
vertical-align: top;
width: 30px;
padding-left: 10px;
}
.infobox td {
vertical-align: top;
}