Mais ações
Criou página com '.container { width: 100%; } .image { text-align: center; } .container img{ max-width:100%; height:auto; }' |
mSem resumo de edição |
||
| (4 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 8: | Linha 8: | ||
max-width:100%; | max-width:100%; | ||
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);
}