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

De Runas & Campeões
Sem resumo de edição
Sem resumo de edição
Linha 7: Linha 7:
h2{
h2{
text-align: center;
text-align: center;
}
h1{
border-bottom: 1px solid #897051;
}
}



Edição das 23h03min de 1 de dezembro de 2022

h1,
h2,
h3 {
	color: #897051;
}
h1,
h2{
	text-align: center;
}

h1{
	border-bottom: 1px solid #897051;
}

@media ( min-width: 720px){
	.pagRune{
		position: fixed;
		top: 15%;
		left: 5%;
	}
}

@media (max-width: 1080px){
	.pagRune{
		position: fixed;
		top: 15%;
		left: 5%;
	}
}
@media (max-width: 682px){
	.pagRune{
		display: none;
	}
}