Diferencia entre revisiones de «MediaWiki:Mobile.css»
De Wikiexplora
(No se muestran 8 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
+ | |||
+ | .nomobile{ | ||
+ | display:none!important; | ||
+ | } | ||
+ | |||
td { | td { | ||
display: block!important; | display: block!important; | ||
Línea 17: | Línea 22: | ||
} | } | ||
td #mapa{ | td #mapa{ | ||
− | width: | + | width: 330px!important; |
+ | } | ||
+ | |||
+ | .alternative-g-map iframe{ | ||
+ | width: 320px!important; | ||
} | } | ||
#main-table{ | #main-table{ | ||
− | width: | + | width: 345px!important; |
} | } | ||
#main-table tbody{ | #main-table tbody{ | ||
− | width: | + | width: 325px!important; |
} | } | ||
#main-table tr{ | #main-table tr{ | ||
− | width: | + | width: 320px!important; |
} | } |
Revisión actual del 13:25 10 ene 2019
/* CSS placed here will affect users of the mobile site */ .nomobile{ display:none!important; } td { display: block!important; clear: both!important; } td.imagen-principal-td { width: 100%!important; } .imagen-principal-td .thumbinner { width: auto!important; } .imagen-principal-td .thumbcaption { max-width: 330px!important; } td #mapa{ width: 330px!important; } .alternative-g-map iframe{ width: 320px!important; } #main-table{ width: 345px!important; } #main-table tbody{ width: 325px!important; } #main-table tr{ width: 320px!important; }