Diferencia entre revisiones de «MediaWiki:Mobile.css»
(Página creada con «→CSS colocados aquí afectará a los usuarios del sitio móvil: .mw-parser-output{ display:none!important; }») |
|||
(No se muestran 4 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
− | /* CSS | + | /* CSS placed here will affect users of the mobile site */ |
− | . | + | |
+ | .nomobile{ | ||
display:none!important; | 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; | ||
+ | } | ||
+ | |||
+ | #main-table{ | ||
+ | width: 345px!important; | ||
+ | } | ||
+ | #main-table tbody{ | ||
+ | width: 325px!important; | ||
+ | } | ||
+ | |||
+ | |||
+ | #main-table tr{ | ||
+ | width: 320px!important; | ||
} | } |
Revisión actual del 20:18 27 oct 2018
/* 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; } #main-table{ width: 345px!important; } #main-table tbody{ width: 325px!important; } #main-table tr{ width: 320px!important; }