inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 26, 2012 6:44:35 GMT -8
Am unsure if this is all of them, but it's the ones that don't get removed. Some might be useless, and some might be missing the shorthand version. Not sure if there will be an official list of all of them.
For those who don't have a clue what I'm on about, here is an example... Here is some text that has a border around it... I have a borderHow I done it... [span style="border:1px solid #000;"]I have a border[/span] Notice the "style" attribute. This is inline CSS, we can use a limited amount of CSS properties to stylise the span element a little more. These work on other elements as well (i.e div, table...).
- background
- background-attachment
- background-color
- background-image
- background-position
- background-repeat
- border
- border-bottom
- border-bottom-color
- border-bottom-left-radius
- border-bottom-right-radius
- border-bottom-style
- border-bottom-width
- border-collapse
- border-color
- border-left
- border-left-color
- border-left-style
- border-left-width
- border-radius
- border-right
- border-right-color
- border-right-style
- border-right-width
- border-spacing
- border-style
- border-top
- border-top-color
- border-top-left-radius
- border-top-right-radius
- border-top-style
- border-top-width
- border-width
- caption-side
- clear
- color
- direction
- empty-cells
- float
- font
- font-family
- font-size
- font-style
- font-variant
- font-weight
- height
- letter-spacing
- line-height
- list-style
- list-style-image
- list-style-position
- list-style-type
- margin
- margin-bottom
- margin-left
- margin-right
- margin-top
- max-height
- max-width
- min-height
- min-width
- opacity
- outline
- outline-color
- outline-style
- overflow
- padding
- padding-bottom
- padding-left
- padding-right
- padding-top
- table-layout
- text-align
- text-decoration
- text-indent
- text-shadow
- text-transform
- transition
- -webkit-transition
- vertical-align
- white-space
- width
- word-spacing
|
|