aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/@media/-moz-windows-theme/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/@media/-moz-windows-theme/index.html')
-rw-r--r--files/ja/web/css/@media/-moz-windows-theme/index.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/files/ja/web/css/@media/-moz-windows-theme/index.html b/files/ja/web/css/@media/-moz-windows-theme/index.html
deleted file mode 100644
index 288987c972..0000000000
--- a/files/ja/web/css/@media/-moz-windows-theme/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: '-moz-windows-theme'
-slug: Web/CSS/@media/-moz-windows-theme
-tags:
- - '-moz-windows-theme'
- - '@media'
- - CSS
- - Mozilla 拡張
- - Non-standard
- - メディア特性
- - 標準外
-translation_of: Archive/Web/CSS/@media/-moz-windows-theme
----
-<p>{{CSSRef}}{{Non-standard_Header}}</p>
-
-<div class="blockIndicator note">
-<p><strong>メモ</strong>: <a href="/ja/docs/Mozilla/Firefox/Releases/58">Firefox 58</a> 以降、このメディア特性はウェブコンテンツでは利用できなくなりました。内部 (e.g. to XUL / chrome code) でのみ利用できます。詳しくは {{bug(1396066)}} をご覧ください。</p>
-</div>
-
-<p><a href="/ja/docs/Web/CSS">CSS</a> の <strong><code>-moz-windows-theme</code></strong> <a href="/ja/docs/Web/CSS/Media_Queries/Using_media_queries#Media_features">メディア特性</a>は Gecko 独自のもので、ユーザーの Windows のテーマに合わせてアプリケーションのスキンやその他のクロムコードをカスタマイズするのに便利です。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<p><code>-moz-windows-theme</code> 特性は現在使用されている Windwos テーマを示すキーワード値です。</p>
-
-<h3 id="Values" name="Values">値</h3>
-
-<ul>
- <li><code>aero</code></li>
- <li><code>luna-blue</code></li>
- <li><code>luna-olive</code></li>
- <li><code>luna-silver</code></li>
- <li><code>royale</code></li>
- <li><code>generic</code></li>
- <li><code>zune</code></li>
-</ul>
-
-<p><strong>メディア:</strong> {{CSSxRef("Media/Visual")}}<br>
- <strong>min/max 接頭辞の受け付け:</strong> なし</p>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li>{{CSSxRef("@media/-moz-windows-classic", "-moz-windows-classic")}}</li>
- <li>{{CSSxRef("@media/-moz-windows-default-theme", "-moz-windows-default-theme")}}</li>
-</ul>