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:Playtest/styles.css: mudanças entre as edições

De Runas & Campeões
Sem resumo de edição
Sem resumo de edição
Linha 19: Linha 19:
text-align:center;
text-align:center;
font-weight: normal;
font-weight: normal;
}
#dourado{
font-weight: bold;
color: #897051;
}
}

Edição das 15h37min de 12 de dezembro de 2022

.Playtest{
	border: 2px solid #897051; 
	border-radius: 15px; 
	margin:auto;
	width:40%;
	text-align:center;
	padding: 0;
	float:right;
}
.Playtest-text{
	font-weight: bold;
	border-bottom: 1px solid #897051; 
	color: #897051;
}
.RegionInfo table{
	width:100%;
}
.RegionInfo th{
	text-align:center;
	font-weight: normal;
}

#dourado{
	font-weight: bold;
	color: #897051;
}