Mais ações
mSem resumo de edição |
mSem resumo de edição |
||
| (3 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 9: | Linha 9: | ||
height:auto; | height:auto; | ||
} | } | ||
figure[typeof~='mw:File'] > a:first-child, | |||
figure[typeof~='mw:File/Frameless'] > a:first-child, | figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) img, | ||
figure[typeof~='mw:File/Thumb'] > a:first-child, | figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) img, | ||
figure[typeof~='mw:File/Frame'] > a:first-child | 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);
}