aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/@media/-moz-windows-theme/index.html
blob: 288987c972ad727a58efa1f854a72843be5b3429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
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>