CSS3 参考手册
- 速查表
定位 Positioning
布局 Layout
尺寸与补白 Dimension and Margins and Paddings
背景与边框 Backgrounds and Borders
- border
- border-width
- border-style
- border-color
- border-radius
- box-shadow
- border-image
- border-image-source
- border-image-slice
- border-image-width
- border-image-outset
- border-image-repeat
- background
- background-color
- background-image
- background-repeat
- background-attachment
- background-position
- background-origin
- background-clip
- background-size
颜色 Color
字体 Font
文本 Text
文本装饰 Text Decoration
书写模式 Writing Modes
列表 List
表格 Table
内容 Content
用户界面 User Interface
多列 Multi-column
伸缩盒 Flexible Box(旧)
伸缩盒 Flexible Box(新)
转换 Transform
过渡 Transition
动画 Animation
打印 Printing
媒体查询 Media Queries
Only IE
Only Webkit
元素选择符 Element Selectors
关系选择符 Relationship Selectors
属性选择符 Attribute Selectors
伪类选择符 Pseudo-Classes Selectors
- E:link
- E:visited
- E:hover
- E:active
- E:focus
- E:lang(fr)
- E:not(s)
- E:root
- E:first-child
- E:last-child
- E:only-child
- E:nth-child(n)
- E:nth-last-child(n)
- E:first-of-type
- E:last-of-type
- E:only-of-type
- E:nth-of-type(n)
- E:nth-last-of-type(n)
- E:empty
- E:checked
- E:enabled
- E:disabled
- E:target
- @page:first
- @page:left
- @page:right