Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
-moz-maemo-classic
Requires Gecko 1.9.2(Firefox 3.6 / Thunderbird 3.1 / Fennec 1.0)The -moz-maemo-classic
Gecko-only CSS @media
media feature can be used to apply styles based on whether the user agent is using the original Maemo theme.
Syntax
<integer>
- If the user agent is using Maemo with the original theme, this is 1. If it's using the newer Fremantle theme, this is 0.
Media: media/visual
Accepts min/max prefixes: no
See also
- This feature corresponds to the
:-moz-system-metric(maemo-classic)
CSS pseudo-class.