Mais ações
mSem resumo de edição Etiqueta: Revertido |
mSem resumo de edição |
||
| (6 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 6: | Linha 6: | ||
/*margin-bottom: 10px;*/ | /*margin-bottom: 10px;*/ | ||
} | } | ||
.navegador tbody{ | |||
background:url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg) | background:url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg); | ||
} | } | ||
.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 { | .nav-container { | ||
position:sticky; | |||
top:65px; | |||
margin-bottom: 0; | |||
z-index:3; | |||
} | |||
} | } | ||
Edição atual tal como às 22h33min de 13 de fevereiro de 2025
.navegador{
width: 100%;
table-layout: fixed;
margin: auto;
margin-top: 10px;
/*margin-bottom: 10px;*/
}
.navegador tbody{
background:url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg);
}
.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;
}
}