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:BannerInicial/styles.css

De RPG Senhor dos Mistérios
Revisão de 15h38min de 22 de fevereiro de 2026 por Lucas.k.campos (discussão | contribs) (Criou página com '.container { width: 100%; } .image { text-align: center; } .container img{ max-width:100%; height:auto; } figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File'] > a:fir...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
.container {
    width: 100%;
}
.image {
    text-align: center;
}
.container img{
    max-width:100%;
	height:auto;
}

figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) img, 
figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) img, 
figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) img, 
figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) img, 
figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) source, 
figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) source, 
figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) source, 
figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) source {
    transform: scale(1);
}