Ativa o menu
Alternar menu de preferências
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

Predefinição:Navegador/styles.css

De RPG Senhor dos Mistérios
Revisão de 15h44min de 23 de fevereiro de 2026 por Lucas.k.campos (discussão | contribs) (Criou página com '.navegador{ width: 100%; table-layout: fixed; margin: auto; margin-top: 10px; margin-bottom: 10px;: } .navegador table{ border:yellow; border-width:thick; } @media (max-width: 1119px) { .nav-container { position:sticky; top:0; margin-bottom: 0; z-index:3; } } @media (min-width: 1120px) { .nav-container { position:sticky; top:65px; margin-bottom: 0; z-index:3; } }')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
.navegador{
    width: 100%;
    table-layout: fixed;
    margin: auto;
	margin-top: 10px;
    /*margin-bottom: 10px;*/
}
.navegador table{
	border:yellow;
	border-width:thick;
}
@media (max-width: 1119px) {
	.nav-container {
		position:sticky;
		top:0;
		margin-bottom: 0;
		z-index:3;
	}
}
@media (min-width: 1120px) {
.nav-container {
		position:sticky;
		top:65px;
		margin-bottom: 0;
		z-index:3;
	}
}