Ativa o menu
Toggle preferences menu
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

Predefinição:AncestralityInfobox/styles.css: mudanças entre as edições

De Runas & Campeões
Sem resumo de edição
Sem resumo de edição
Linha 15: Linha 15:
tr:nth-child(even) {
tr:nth-child(even) {
background: rgba(137, 112, 81, 0.3);
background: rgba(137, 112, 81, 0.3);
border-left: 5px solid #897051;
border: 5px solid rgba(137, 112, 81, 0.3);
}
}
.infobox th {
.infobox th {

Edição das 18h57min 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-image {
    text-align: center;
    border-bottom: 5px solid #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;
}
.infobox td {
    vertical-align: top;
}