2つのcssファイルが必要なWebページがあります。ipadのサファリブラウザでWebページを開くとcss1が読み込まれ、ブラウザなしで直接開くとcss2が読み込まれます。Webページをブックマークすると、 ipadのホーム画面にあるアイコンをクリックすると、サファリブラウザのようにアドレスバーのないWebページが開き、アドレスバーのあるサファリでこれをオンラインにしたときに表示されないボタンのスペースが表示されます
<link type="text/css" href="newstyle.css" media="only screen and (min-device-height:674px)and (min-device-width:1024px) and (orientation:landscape)" rel="stylesheet" />
<link type="text/css" href="newstyle_1.css" media="only screen and (min-device-height:748px) and (min-device-width:1024px) and (orientation:landscape)" rel="stylesheet"/>