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:Infobox/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:
     text-align: center;
     text-align: center;
      
      
}
.infobox tr:nth-child(even) {
background: #897051;
opacity: 0.6;
}
}
.infobox th {
.infobox th {

Edição das 15h15min de 1 de dezembro de 2022

.infobox {
    border: 1px solid #897051;
    border-radius: 5px;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: auto;
}
.infobox-title {
	color: #897051;
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
    
}
.infobox tr:nth-child(even) {
	background: #897051;
	opacity: 0.6;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: auto;
}
.infobox td {
    vertical-align: top;
}