Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| (14 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 1: | Linha 1: | ||
.infobox { | .infobox { | ||
border: | border-left: 5px solid #897051; | ||
border-radius: 5px; | border-radius: 5px; | ||
float: right; | float: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
width: auto; | width: auto; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
color: #897051; | |||
font-size: 2em; | font-size: 2em; | ||
text-align: center; | text-align: center; | ||
| Linha 15: | Linha 14: | ||
text-align: center; | text-align: center; | ||
} | |||
.infobox table { | |||
border-top: 5px solid #897051; | |||
width:100%; | |||
} | |||
.infobox tr:nth-child(even) { | |||
background: rgba(137, 112, 81, 0.3); | |||
} | } | ||
.infobox th { | .infobox th { | ||
text-align: right; | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
width: | width: 30%; | ||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Edição atual tal como às 17h37min de 1 de dezembro de 2022
.infobox {
border-left: 5px solid #897051;
border-radius: 5px;
float: right;
margin: 0 0 1em 1em;
width: auto;
}
.infobox-title {
color: #897051;
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox table {
border-top: 5px solid #897051;
width:100%;
}
.infobox tr:nth-child(even) {
background: rgba(137, 112, 81, 0.3);
}
.infobox th {
text-align: right;
vertical-align: top;
width: 30%;
}
.infobox td {
vertical-align: top;
}