non existent

CSS 2.1 のプロパティ一覧

ただのリストアップです。

CSS のプロパティを記述する際のルールとして、今後は Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification に出現する順を採用することにしました。 既にいろいろなサイトでリストアップされたりしていますが、あえて自分でもやってみます。W3C Candidate Recommendation 08 September 2009 を原典としています。

2010.10.06
初版公開。
2011.10.14
第二版。W3C Recommendation 07 June 2011 に対応しました。

カテゴリー分けあり

Box model
  1. margin-top
  2. margin-right
  3. margin-bottom
  4. margin-left
  5. margin
  6. padding-top
  7. padding-right
  8. padding-bottom
  9. padding-left
  10. padding
  11. border-top-width
  12. border-right-width
  13. border-bottom-width
  14. border-left-width
  15. border-width
  16. border-top-color
  17. border-right-color
  18. border-bottom-color
  19. border-left-color
  20. border-color
  21. border-top-style
  22. border-right-style
  23. border-bottom-style
  24. border-left-style
  25. border-style
  26. border-top
  27. border-right
  28. border-bottom
  29. border-left
  30. border
Visual formatting model
  1. display
  2. position
  3. top
  4. right
  5. bottom
  6. left
  7. float
  8. clear
  9. z-index
  10. direction
  11. unicode-bidi
  12. width
  13. min-width
  14. max-width
  15. height
  16. min-height
  17. max-height
  18. line-height
  19. vertical-align
Visual effects
  1. overflow
  2. clip
  3. visibility
Generated content, automatic numbering, and lists
  1. content
  2. quotes
  3. counter-reset
  4. counter-increment
  5. list-style-type
  6. list-style-image
  7. list-style-position
  8. list-style
Paged media
  1. page-break-before
  2. page-break-after
  3. page-break-inside
  4. orphans
  5. widows
Colors and Backgrounds
  1. color
  2. background-color
  3. background-image
  4. background-repeat
  5. background-attachment
  6. background-position
  7. background
Fonts
  1. font-family
  2. font-style
  3. font-variant
  4. font-weight
  5. font-size
  6. font
Text
  1. text-indent
  2. text-align
  3. text-decoration
  4. letter-spacing
  5. word-spacing
  6. text-transform
  7. white-space
Tables
  1. caption-side
  2. table-layout
  3. border-collapse
  4. border-spacing
  5. empty-cells
User interface
  1. cursor
  2. outline
  3. outline-width
  4. outline-style
  5. outline-color
Aural style sheets
  1. volume
  2. speak
  3. pause-before
  4. pause-after
  5. pause
  6. cue-before
  7. cue-after
  8. cue
  9. play-during
  10. azimuth
  11. elevation
  12. speech-rate
  13. voice-family
  14. pitch
  15. pitch-range
  16. stress
  17. richness
  18. speak-punctuation
  19. speak-numeral
  20. speak-header

カテゴリー分けなし

  1. margin-top
  2. margin-right
  3. margin-bottom
  4. margin-left
  5. margin
  6. padding-top
  7. padding-right
  8. padding-bottom
  9. padding-left
  10. padding
  11. border-top-width
  12. border-right-width
  13. border-bottom-width
  14. border-left-width
  15. border-width
  16. border-top-color
  17. border-right-color
  18. border-bottom-color
  19. border-left-color
  20. border-color
  21. border-top-style
  22. border-right-style
  23. border-bottom-style
  24. border-left-style
  25. border-style
  26. border-top
  27. border-right
  28. border-bottom
  29. border-left
  30. border
  31. display
  32. position
  33. top
  34. right
  35. bottom
  36. left
  37. float
  38. clear
  39. z-index
  40. direction
  41. unicode-bidi
  42. width
  43. min-width
  44. max-width
  45. height
  46. min-height
  47. max-height
  48. line-height
  49. vertical-align
  50. overflow
  51. clip
  52. visibility
  53. content
  54. quotes
  55. counter-reset
  56. counter-increment
  57. list-style-type
  58. list-style-image
  59. list-style-position
  60. list-style
  61. page-break-before
  62. page-break-after
  63. page-break-inside
  64. orphans
  65. widows
  66. color
  67. background-color
  68. background-image
  69. background-repeat
  70. background-attachment
  71. background-position
  72. background
  73. font-family
  74. font-style
  75. font-variant
  76. font-weight
  77. font-size
  78. font
  79. text-indent
  80. text-align
  81. text-decoration
  82. letter-spacing
  83. word-spacing
  84. text-transform
  85. white-space
  86. caption-side
  87. table-layout
  88. border-collapse
  89. border-spacing
  90. empty-cells
  91. cursor
  92. outline
  93. outline-width
  94. outline-style
  95. outline-color
  96. volume
  97. speak
  98. pause-before
  99. pause-after
  100. pause
  101. cue-before
  102. cue-after
  103. cue
  104. play-during
  105. azimuth
  106. elevation
  107. speech-rate
  108. voice-family
  109. pitch
  110. pitch-range
  111. stress
  112. richness
  113. speak-punctuation
  114. speak-numeral
  115. speak-header

半永続的 URI : https://tnetsixenon.xrea.jp/rnote/css/css2_properties.html

Category:ルート/CSS 関連 (Total 8 items)

« CSS DesignPlate 05 | HTML5 の要素一覧 »