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

De Runas & Campeões
.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);
}