Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the mobile site: →All CSS here will be loaded for users of the mobile site: .header-banner{ padding-left:11em; margin-t...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
− | + | ||
− | + | @media(max-width:576px) { | |
− | + | .frontpage-tpl .tpl-body{ | |
− | + | padding: 0 10px 10px; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | |
− | + | .learning-resources .floatleft, .wikiclinical .floatleft{ | |
+ | float:none; | ||
} | } | ||
− | + | ||
− | + | .system-images img{ | |
− | + | padding:10px; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 17:01, 8 December 2020
/* All CSS here will be loaded for users of the mobile site */ @media(max-width:576px) { .frontpage-tpl .tpl-body{ padding: 0 10px 10px; } } .learning-resources .floatleft, .wikiclinical .floatleft{ float:none; } .system-images img{ padding:10px; }