aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_backgrounds_and_borders/index.html
blob: 6e43c5ab15157141f9f3d99ff4ee7f873bcd63c5 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
title: CSS 背景と境界
slug: Web/CSS/CSS_Backgrounds_and_Borders
tags:
  - CSS
  - CSS 背景と境界
  - Reference
  - 概要
translation_of: Web/CSS/CSS_Backgrounds_and_Borders
---
<div>{{CSSRef}}</div>

<p><strong>CSS 背景と境界</strong>モジュールでスタイル付けをすると、背景を色や画像で埋めたり (クリッピングや寸法の変更も) 他の加工を行ったりすることができます。これらのスタイルでは、境界を線や画像で装飾したり、四角くしたり丸くしたりすることもできます。(さらに、要素ボックスに影をつけて装飾することもできます)。</p>

<h2 id="Reference" name="Reference">リファレンス</h2>

<h3 id="Properties" name="Properties">プロパティ</h3>

<div class="index">
<ul>
 <li>{{cssxref("background")}}</li>
 <li>{{cssxref("background-attachment")}}</li>
 <li>{{cssxref("background-clip")}}</li>
 <li>{{cssxref("background-color")}}</li>
 <li>{{cssxref("background-image")}}</li>
 <li>{{cssxref("background-origin")}}</li>
 <li>{{cssxref("background-position")}}</li>
 <li>{{cssxref("background-position-x")}}</li>
 <li>{{cssxref("background-position-y")}}</li>
 <li>{{cssxref("background-repeat")}}</li>
 <li>{{cssxref("background-size")}}</li>
 <li>{{cssxref("border")}}</li>
 <li>{{cssxref("border-bottom")}}</li>
 <li>{{cssxref("border-bottom-color")}}</li>
 <li>{{cssxref("border-bottom-left-radius")}}</li>
 <li>{{cssxref("border-bottom-right-radius")}}</li>
 <li>{{cssxref("border-bottom-style")}}</li>
 <li>{{cssxref("border-bottom-width")}}</li>
 <li>{{cssxref("border-collapse")}}</li>
 <li>{{cssxref("border-color")}}</li>
 <li>{{cssxref("border-image")}}</li>
 <li>{{cssxref("border-image-outset")}}</li>
 <li>{{cssxref("border-image-repeat")}}</li>
 <li>{{cssxref("border-image-slice")}}</li>
 <li>{{cssxref("border-image-source")}}</li>
 <li>{{cssxref("border-image-width")}}</li>
 <li>{{cssxref("border-left")}}</li>
 <li>{{cssxref("border-left-color")}}</li>
 <li>{{cssxref("border-left-style")}}</li>
 <li>{{cssxref("border-left-width")}}</li>
 <li>{{cssxref("border-radius")}}</li>
 <li>{{cssxref("border-right")}}</li>
 <li>{{cssxref("border-right-color")}}</li>
 <li>{{cssxref("border-right-style")}}</li>
 <li>{{cssxref("border-right-width")}}</li>
 <li>{{cssxref("border-style")}}</li>
 <li>{{cssxref("border-top")}}</li>
 <li>{{cssxref("border-top-color")}}</li>
 <li>{{cssxref("border-top-left-radius")}}</li>
 <li>{{cssxref("border-top-right-radius")}}</li>
 <li>{{cssxref("border-top-style")}}</li>
 <li>{{cssxref("border-top-width")}}</li>
 <li>{{cssxref("border-width")}}</li>
 <li>{{cssxref("box-shadow")}}</li>
</ul>
</div>

<h2 id="Tools" name="Tools">ツール</h2>

<dl>
 <dt><a href="/ja/docs/Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds">複数の背景の使用</a></dt>
 <dd>要素に1つまたは複数の背景を設定する方法を説明します。</dd>
 <dt><a href="/ja/docs/Web/CSS/CSS_Backgrounds_and_Borders/Scaling_background_images">背景画像の拡縮</a></dt>
 <dd>背景画像の拡大縮小や繰り返しを変更する方法を説明します。</dd>
 <dt><a href="/ja/docs/Web/HTML/Applying_color">CSS を使った HTML の要素への色の適用</a></dt>
 <dd>CSS の色が境界を含む HTML でどのように使われるかを概観します。</dd>
 <dt><a href="/ja/docs/Web/CSS/CSS_Background_and_Borders/Border-image_generator">境界画像作成ツール</a></dt>
 <dd>境界画像 ({{cssxref("border-image")}} プロパティ) を見ながら作ることができる対話型のツールです。</dd>
 <dt><a href="/ja/docs/Web/CSS/CSS_Background_and_Borders/Border-radius_generator">境界角丸作成ツール</a></dt>
 <dd>角の丸み ({{cssxref("border-radius")}} プロパティ) を見ながら作ることができる対話型のツールです。</dd>
 <dt><a href="/ja/docs/Web/CSS/CSS_Box_Model/Box-shadow_generator">ボックスの影作成ツール</a></dt>
 <dd>要素の背後の影 ({{cssxref("box-shadow")}} プロパティ) を見ながら作ることができる対話型のツールです。</dd>
</dl>

<h2 id="Specifications" name="Specifications">仕様書</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様書</th>
   <th scope="col">状態</th>
   <th scope="col">備考</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{ SpecName('CSS3 Backgrounds') }}</td>
   <td>{{ Spec2('CSS3 Backgrounds') }}</td>
   <td></td>
  </tr>
  <tr>
   <td>{{SpecName('CSS2.1', 'box.html')}}</td>
   <td>{{Spec2('CSS2.1')}}</td>
   <td></td>
  </tr>
  <tr>
   <td>{{SpecName('CSS1', '#border')}}</td>
   <td>{{Spec2('CSS1')}}</td>
   <td></td>
  </tr>
 </tbody>
</table>