とほほのスタイルシート入門

トップ > スタイルシート入門
[基礎知識] [リンク] [サンプル] [フィルタサンプル] [ABC順]

宣言
!important
セレクタ
* { ... }
E { ... }
ns|E { ... }
E, F { ... }
E.class
E#id
E F { ... }
E > F { ... }
E + F { ... }
E ~ F { ... }
[attr]
[ns|attr]
[attr="val"]
[attr~="val"]
[attr|="val"]
[attr^="val"]
[attr$="val"]
[attr*="val"]
:link
:visited
:active
:hover
:focus
:root
:first-child
:last-child
:first-of-type
:last-of-type
:nth-child(n)
:nth-last-child(n)
:nth-of-type(n)
:nth-last-of-type(n)
:only-child
:only-of-type
:empty
:target
:lang(c)
:enabled
:disabled
:checked
:indeterminate
:first-line
:first-letter
:before
:after
::selection
:not(x)
ルール
@charset
@import
@media
@page
@font-face
@namespace
<color>
<length>
<url>
color
opacity
マージン
margin
margin-top
margin-right
margin-bottom
margin-left
パディング
padding
padding-top
padding-right
padding-bottom
padding-left
ボーダー
border
border-top
border-right
border-bottom
border-left
border-width
border-top-width
border-right-width
border-bottom-width
border-left-width
border-style
border-top-style
border-right-style
border-bottom-style
border-left-style
border-color
border-top-color
border-right-color
border-bottom-color
border-left-color
border-spacing
border-radius
border-top-left-radius
border-top-right-radius
border-bottom-left-radius
border-bottom-right-radius
アウトライン
outline
outline-width
outline-style
outline-color
ビジュアル
float
clear
z-index
box-shadow
overflow
overflow-x
overflow-y
visibility
display
サイズ
width
height
min-width
min-height
max-width
max-height
clip
box-sizing
配置
position
top
left
bottom
right
vertical-align
コンテント作成
quotes
content
counter-reset
counter-increment
marker-offset
リスト
list-style
list-style-type
list-style-position
list-style-image
印刷
page-break-before
page-break-after
page-break-inside
size
marks
page
orphans
widows
背景
background
background-color
background-image
background-repeat
background-attachment
background-position
background-clip
background-origin
background-size
フォント
font
font-style
font-variant
font-weight
font-size
line-height
font-family
font-stretch
font-size-adjust
テキスト
text-indent
text-align
text-decoration
text-underline-position
text-shadow
text-transform
white-space
line-break
word-break
word-wrap
文字間隔
word-spacing
letter-spacing
text-justify
text-autospace
text-kashida-space
layout-grid
layout-grid-line
layout-grid-char
layout-grid-mode
layout-grid-type
文書方向
writing-mode
direction
unicode-bidi
ルビ
ruby-align
ruby-overhang
ruby-position
テーブル
caption-side
table-layout
border-collapse
border-spacing
empty-cells
ユーザインタフェース
cursor
ime-mode
behavior: url()
scrollbar-base-color
scrollbar-track-color
scrollbar-face-color
scrollbar-shadow-color
scrollbar-darkshadow-color
scrollbar-highlight-color
scrollbar-3dlight-color
scrollbar-arrow-color
音声関連
volume
speak
pause
pause-before
pause-after
cue
cue-after
cue-before
play-during
azimuth
elevation
speech-rate
voice-family
pitch
pitch-range
stress
richness
speak-punctuation
speak-numeral
speak-header
フィルタ
filter: Alpha()
filter: Blur()
filter: Chroma()
filter: DropShadow()
filter: FlipH()
filter: FlipV()
filter: Glow()
filter: Gray()
filter: Invert()
filter: Light()
filter: Mask()
filter: Shadow()
filter: Wave()
filter: Xray()

Copyright (C) 1997-2012 杜甫々
初版:1997年7月27日、最終更新:2012年4月12日
http://www.tohoho-web.com/css/index.htm