CSS Properties列表

来源:互联网 发布:艾瑞 数据 编辑:程序博客网 时间:2024/06/06 01:07

源自:http://www.htmldog.com/reference/cssproperties/

 

Text and Fonts

  • font
  • font-family
  • font-size
  • font-weight
  • font-style
  • font-variant
  • line-height
  • letter-spacing
  • word-spacing
  • text-align
  • text-decoration
  • text-indent
  • text-transform
  • vertical-align
  • white-space

Colours and Backgrounds

  • color
  • background-color
  • background
  • background-image
  • background-repeat
  • background-position
  • background-attachment

The Box Model - dimensions, padding, margin and  borders

  • padding, padding-top, padding-right, padding-bottom, padding-left
  • border, border-top, border-right, border-bottom, border-left
  • 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-width, border-top-width, border-right-width, border-bottom-width, border-left-width
  • outline
  • outline-style
  • outline-color
  • outline-width
  • margin, margin-top, margin-right, margin-bottom, margin-left
  • width
  • height
  • min-width
  • max-width
  • min-height
  • max-height

Positioning and Display

  • position
  • top
  • right
  • bottom
  • left
  • clip
  • overflow
  • z-index
  • float
  • clear
  • display
  • visibility

Lists

  • list-style
  • list-style-type
  • list-style-image
  • list-style-position

Tables

  • table-layout
  • border-collapse
  • border-spacing
  • empty-cells
  • caption-side

Generated Content

  • content
  • counter-increment
  • counter-reset
  • quotes

Paged Media

  • page-break-before
  • page-break-after
  • page-break-inside
  • orphans
  • widows

Misc.

  • cursor
  • direction
  • unicode-bidi

The Whole Shebang

  • background
  • background-attachment
  • background-color
  • background-image
  • background-position
  • background-repeat
  • border
  • border-collapse
  • border-color
  • border-spacing
  • border-style
  • border-width
  • bottom
  • caption-side
  • clear
  • clip
  • color
  • content
  • counter-increment
  • counter-reset
  • cursor
  • direction
  • display
  • empty-cells
  • float
  • font
  • font-family
  • font-size
  • font-style
  • font-variant
  • font-weight
  • height
  • left
  • letter-spacing
  • line-height
  • list-style
  • list-style-image
  • list-style-position
  • list-style-type
  • margin
  • max-height
  • max-width
  • min-height
  • min-width
  • orphans
  • outline
  • outline-color
  • outline-style
  • outline-width
  • overflow
  • padding
  • page-break-after
  • page-break-before
  • page-break-inside
  • position
  • quotes
  • right
  • table-layout
  • text-align
  • text-decoration
  • text-indent
  • text-transform
  • top
  • unicode-bidi
  • vertical-align
  • visibility
  • white-space
  • widows
  • width
  • word-spacing
  • z-index