You can define CSS declarations only for Mozilla Firefox by using the following scheme:
<style type="text/css"> @-moz-document url-prefix() { html { background: url('https://developer.mozilla.org/@api/deki/files/274/=Moz_ffx_openStandards_1680x1050.jpg') no-repeat; } } </style> |