Estilos de plantilla:Infobox.css
De Animal Crossing Enciclopedia
Ir a la navegaciónIr a la búsqueda
/* ~~ Ajustes de plantillas y correciones ~~ */
.ajuste_infobox .ajuste_infobox_objeto{
margin-bottom: 10px;
}
/* estilos solo para escritorio */
@media only screen and (min-width: 768px) {
.ajuste_infobox {
float: right;
min-width: 284px;
max-width: 284px;
margin-left: 10px;
}
.ajuste_infobox img {
max-width: 250px;
height: auto;
}
.ajuste_infobox_objeto {
float: right;
min-width: 250px;
max-width: 250px;
margin-left: 10px;
}
.ajuste_infobox_objeto img {
max-width: 200px;
height: auto;
}
}