解説を放棄。メモのみ。
種別 | プロパティ名 | 機能 |
---|---|---|
色と背景 | color | テキストの色 (文字色) |
background-color | 背景色 | |
background-image | 背景画像 | |
background-attachment | 背景画像の固定 | |
background-repeat | 背景画像のくり返し | |
background-position | 背景画像の開始位置 | |
background | 背景プロパティの一括指定 | |
フォント | font-family | フォント名 |
font-size | フォントサイズ | |
font-style | フォントのイタリック表示 | |
font-variant | 小文字を大文字フォントにする | |
font-weight | フォントの太さ | |
font-stretch | 長体・平体 | |
font-size-adjust | フォントサイズの調整 | |
font | フォントプロパティの一括指定 | |
テキスト | text-align | 文字の左寄せ右寄せ、センタリング |
vertical-align | 文字と縦方向の位置そろえ | |
text-decoration | 文字のアンダーライン、打消し線等 | |
line-height | 行間 | |
letter-spacing | 文字間の幅 | |
word-spacing | 単語の間隔 | |
text-transform | 大文字、小文字の指定 | |
text-indent | テキストのインデント幅 | |
white-space | 空白タブ改行の処理 | |
text-shadow | 文字に影をつける | |
ボックス | width | ボックスの横幅 |
min-width,max-width | ボックスの横幅の制限 | |
height | ボックスの縦幅 | |
min-width,max-height | ボックスの縦幅の制限 | |
padding | paddingの一括指定 | |
border-color | borderの色 | |
border-width | borderの太さ | |
border-style | borderの形状 | |
border | borderプロパティの一括指定 | |
margin | marginの一括指定 | |
表示と位置 | display | 要素の表示形式 |
position | topとleftの指定方法を決める | |
top,bottom,left,right | 上下左右からの位置 | |
z-index | z-indexを指定する | |
float | 文字の回り込みの設定 | |
clear | 文字の回り込みを解除する | |
overflow | ボックスに入りきらない表示の表示方法 | |
clip | 表示をどこで切り取るかを指定する | |
visibility | 可視不可視 | |
direction | 文字表記の方向 | |
unicode-bidi | 文字方向の組み込みと上書き | |
リスト | list-style-type | リストの見出し記号 |
list-style-image | リストの見出しにグラフィック | |
list-style-position | リスト項目の二行目以降のインデント | |
list-style | リストのプロパティの一括指定 | |
marker-offset | マーカーとの間隔 | |
カーソル | cursor | カーソルの形状 |
テーブル | table-layout | テーブルの表示方法 |
border-collapse | セルのボーダーの表示方法 | |
border-spacing | セルのボーダーの間隔 | |
empty-cells | 空セルのボーダーの表示・非表示 | |
caption-side | キャプションの位置 | |
内容の追加 | content | 内容の追加 |
quotes | 引用符の設定 | |
counter-increment | 自動連番の値を進める | |
counter-reset | 自動連番のリセット | |
アウトライン | outline-color | アウトラインの色 |
outline-style | アウトラインの形状 | |
outline-width | アウトラインの太さ | |
outline | アウトライン一括指定 | |
印刷 | size | ページボックスの大きさと向き |
page-break-before(after) | 要素前(後)の改ページ | |
page-break-inside | 要素内の改ページ | |
widows,orphans | 中途半端な改ページの制御 | |
marks | トンボの出力 | |
音声 | 割愛 |