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

De Runas & Campeões
mSem resumo de edição
mSem resumo de edição
Linha 4: Linha 4:
     margin: auto;
     margin: auto;
margin-top: 10px;
margin-top: 10px;
     /*margin-bottom: 10px;*/
     margin-bottom: 10px;
    background-color:var(--color-surface-1);
}
.skin-citizen-dark .navegador{
background:url(https://rec.institutodaguerra.com/images/f/f3/Hero-background.jpg)
}
.skin-citizen-light .navegador{
background:url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg)
}
.nav-container {
position:sticky;
top:0;
/*background:url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg)*/;
margin-bottom: 0;
}
}
.nav-container {
position:sticky;
top:0;
/*background:url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg)*/;
margin-bottom: 0;
}

Edição das 21h35min de 13 de fevereiro de 2025

.navegador{
    width: 100%;
    table-layout: fixed;
    margin: auto;
	margin-top: 10px;
    margin-bottom: 10px;
}
.skin-citizen-dark .navegador{
	background:url(https://rec.institutodaguerra.com/images/f/f3/Hero-background.jpg)
}
.skin-citizen-light .navegador{
	background:url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg)
}
.nav-container {
	position:sticky;
	top:0;
	/*background:url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg)*/;
	margin-bottom: 0;
}