BASIC(基本)
セレクタ
- セレクタ一覧表
- *
- E
- E[foo]
- E[foo="bar"]
- E[foo˜="bar"]
- E[fooˆ="bar"]
- E[foo$="bar"]
- E[foo*="bar"]
- E[foo|="en"]
- E:root
- E:nth-child(n)
- E:nth-last-child(n)
- E:nth-of-type(n)
- E:nth-last-of-type(n)
- E:first-child
- E:last-child
- E:first-of-type
- E:last-of-type
- E:only-child
- E:only-of-type
- E:empty
- E:link
- E:visited
- E:active
- E:hover
- E:focus
- E:target
- E:lang(fr)
- E:enabled
- E:disabled
- E:checked
- E:not(s)
- E::first-line
- E::first-letter
- E::before
- E::after
- E.pastel
- E#vivid
- E F
- E > F
- E + F
- E ˜ F
フォント
- font-family(種類)
- font-weight(太さ)
- font-stretch(幅)
- font-style(イタリック体・斜体)
- font-size(大きさ)
- font-size-adjust(サイズの調整)
- font(一括指定)
- font-synthesis(太字・斜体の合成)
- font-kerning(カーニング)
- font-variant-ligatures(文字結合)
- font-variant-position(下付き上付き文字)
- font-variant-caps(スモールキャピタル)
- font-variant-numeric(数字の表示形式)
- font-variant-alternates(代替文字の選定)
- font-variant-east-asian(テキストの表示形式)
- font-variant(サブプロパティ省略形)
- font-feature-settings(OpenTypeフォント機能)
- font-language-override(要素の言語)
- font-face(Webフォント)
- フォントサンプル(win10)
テキスト
- text-align(水平位置)
- vertical-align(垂直位置)
- line-height(行の高さ)
- text-indent(インデント)
- text-transform(大文字・小文字)
- white-space(空白)
- letter-spacing(文字間隔)
- word-spacing(単語間隔)
- direction(流れる方向)
- unicode-bidi(書字方向の上書き)
- text-justify(均等割付)
- writing-mode(横書き・縦書き)
- word-break(単語中の改行処理)
- overflow-wrap(単語改行)
- line-break(禁則処理)
- text-align-last(最終行の行)
- tab-size(タブの幅)
- text-overflow(省略記号「…」)
- text-decoration(線・点滅)
- text-decoration-line(テキスト装飾線)
- text-decoration-style(装飾線のスタイル)
- text-decoration-color(装飾線の色)
- text-decoration-skip(装飾線のスキップ)
- text-underline-position(下線の位置)
- text-emphasis(圏点)
- text-shadow(影)
- hyphens(「-」を挿入)
テキストIE独自仕様
色と画像
背景
ボーダー(枠線)
- border
- border-top
- border-right
- border-bottom
- border-left
- border-color
- border-top-color
- border-right-color
- border-bottom-color
- border-left-color
- border-style
- border-top-style
- border-right-style
- border-bottom-style
- border-left-style
- border-width
- border-top-width
- border-right-width
- border-bottom-width
- border-left-width
- border-left-width
- border-top-left-radius
- border-top-right-radius
- border-bottom-right-radius
- border-bottom-left-radius
- border-radius
- border-image-source
- border-image-slice
- border-image-width
- border-image-outset
- border-image-repeat
- border-image
- box-shadow
スタイルシートのページは作るのが楽しいから作っているだけですので間違っている箇所もあるかもしれません。(気付いたら修正します。)