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
mSem resumo de edição
mSem resumo de edição
Linha 5: Linha 5:
}
}


#firstHeading {
.wpb-topbanner .wpb-name {
     display: none;
     display: none;
}
}

Edição das 18h48min de 3 de dezembro de 2022

h1,
h2,
h3 {
	color: #897051;
}

.wpb-topbanner .wpb-name {
    display: none;
}
h1,
h2{
	border-bottom: 1px solid #897051;
	text-align:center;
}

.mw-parser-output::after{
	content: url(https://wiki.institutodaguerra.com/images/9/9b/Divider3.png);
}
.mw-parser-output::after img{
    max-width:100%;
	height:auto;
}

@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;
	}
}

.capitulo {
	margin-top: 15px;
	text-align:center;
	color: #897051;
	font-size: 18px;
}
.nomecapitulo {
	text-align:center;
	font-size: 32px;
}
.nomecapitulo::after {
	background: url(https://wiki.institutodaguerra.com/images/1/1f/Divider1.png);
    display: flex;
    flex:100%;
}