CSS1 by sanoj
About This Content
This content, CSS1, was created on 31st January, 2012.
CSS1 appears on:
CSS1
| --Selectors-- | --Color/Background-- |
| * | color + |
| div | background x |
| div * | background-color |
| div span | background-attachment |
| div, span | background-repeat |
| div > span | background-image |
| div + span | background-position |
| .class | --Text--- |
| div.class | Text-indent + |
| #itemid | text-align + |
| div#itemid | text-decoration |
| a[attr] | text-shadow |
| a[attr='x'] | letter-spacing + |
| a[class~='x'] | word-spacing + |
| a[lang|='en'] | text-transform + |
| --Pseudo Selectors,-Classes-- | white-space + |
| :first-child | line-height + |
| :first-line | --Boxes-- |
| :first-letter | margin x |
| :hover | margin-top |
| :active | margin-right |
| :focus | margin-bottom |
| :link | margin-left |
| :visited | padding x |
| :lang(var) | padding-top |
| :before | padding-right |
| :after | padding-bottom |
| --Fonts--- | padding-left |
| font + x | border x |
| font-family + | border-top x |
| font-style + | border-bottom x |
| font-variant + | border-right x |
| font-weight + | border-left x |
| font-stretch + | border-color x |
| font-size + | border-top-color |
| font-size-adjust + | border-right-color |
| --Tables-- | border-bottom-color |
| caption-side + | border-left-color |
| table-layout | border-style x |
| border-collapse + | border-top-style |
| border-spacing + | border-right-style |
| empty-cells + | border-bottom-style |
| border-left-style | |
| border-width x | |
| display | border-top-width |
| position | border-right-width |
| top | border-bottom-width |
| right | border-left-width |
| bottom | |
| left | |
| float | |
| clear | |
| z-index | |
| direction + | |
| unicode-bidi | |
| overflow | |
| clip | |
| visibility | |
Comments
No comments yet. Add yours below!
Add a Comment
You must be logged in to post a comment. Please log in using the form at the top right of the page.

