Manual:$wgHandheldStyle/en

From Linux Web Expert

<translate> Frontend</translate>: $wgHandheldStyle
Style for media="handheld".
<translate> Introduced in version:</translate>1.14.0 (r38116)
<translate> Removed in version:</translate>1.22.0 (Gerrit change 60259; git #02919f75)
<translate> Allowed values:</translate>(string) or false
<translate> Default value:</translate>false

Details

Optionally, we can specify a stylesheet to use for media="handheld". This is recognized by some, but not all, handheld/mobile/PDA browsers. If left empty, compliant handheld browsers won't pick up the skin stylesheet, which is specified for 'screen' media.

Can be a complete URL, base-relative path, or $wgStylePath-relative path. Will also be switched in when 'handheld=yes' is added to the URL, like the 'printable=yes' mode for print media.

<td class="mw-version-versionbox" title="<translate nowrap> MediaWiki <tvar name=1>1.21</tvar> is unsupported version</translate>">
<translate> ≤</translate> 1.21
MediaWiki version:

For example, to apply the Chick styles to the MonoBook HTML, try $wgHandheldStyle = 'chick/main.css';. Please note that the Chick skin is being removed in MediaWiki 1.22 .