Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Ghanashyam (talk | contribs) |
Ghanashyam (talk | contribs) |
||
| Line 8: | Line 8: | ||
._rstring #mf-pagebanner > p{ margin:0;} | ._rstring #mf-pagebanner > p{ margin:0;} | ||
| + | |||
| + | |||
| + | ._rstring #mf-pagebanner center table{width: 100%;} | ||
| + | ._rstring #mf-pagebanner center table tr td>div{ width: auto !important; display: block !important;} | ||
| + | |||
| + | ._rstring ._responsive big{ font-size: large; line-height: unset;} | ||
| + | |||
| + | ._rstring ._responsive table tr td { font-size: 12px; } | ||
| + | ._rstring ._responsive table tr td a{ font-size: 12px; } | ||
| + | ._rstring ._responsive table tr td a big{ font-size: 12px; } | ||
| + | |||
| + | ._rstring #mf-pagebanner center table tr td>div { | ||
| + | width: auto !important; | ||
| + | display: block !important; | ||
| + | padding: 7px !important; | ||
| + | min-height: 129px !important; | ||
| + | margin: 0 !important; | ||
| + | } | ||
Revision as of 01:02, 11 August 2020
/* CSS placed here will affect users of the mobile site */
._rstring .topbanner { margin-left: 0px !important;}
._rstring .content table {
margin: 0 0;
width: 100%;
}
._rstring #mf-pagebanner > p{ margin:0;}
._rstring #mf-pagebanner center table{width: 100%;}
._rstring #mf-pagebanner center table tr td>div{ width: auto !important; display: block !important;}
._rstring ._responsive big{ font-size: large; line-height: unset;}
._rstring ._responsive table tr td { font-size: 12px; }
._rstring ._responsive table tr td a{ font-size: 12px; }
._rstring ._responsive table tr td a big{ font-size: 12px; }
._rstring #mf-pagebanner center table tr td>div {
width: auto !important;
display: block !important;
padding: 7px !important;
min-height: 129px !important;
margin: 0 !important;
}