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: mudanças entre as edições

De Runas & Campeões
Criou página com '.container { width: 100%; } .image { text-align: center; } .container img{ max-width:100%; height:auto; }'
 
mSem resumo de edição
Linha 8: Linha 8:
     max-width:100%;
     max-width:100%;
height:auto;
height:auto;
}
figure[typeof~='mw:File'] > a:first-child,
figure[typeof~='mw:File/Frameless'] > a:first-child,
figure[typeof~='mw:File/Thumb'] > a:first-child,
figure[typeof~='mw:File/Frame'] > a:first-child {
    display: inline-block;
    overflow: visible;
}
}

Edição das 13h23min 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, 
figure[typeof~='mw:File/Frameless'] > a:first-child, 
figure[typeof~='mw:File/Thumb'] > a:first-child, 
figure[typeof~='mw:File/Frame'] > a:first-child {
    display: inline-block;
    overflow: visible;
}