Mais ações
mSem resumo de edição |
mSem resumo de edição |
||
| (Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
| Linha 9: | Linha 9: | ||
height:auto; | 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); | |||
} | } | ||
Edição atual tal como às 13h27min de 11 de fevereiro de 2025
.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);
}