-
Notifications
You must be signed in to change notification settings - Fork 0
$std
NOTE: THIS WIKI PAGE MIGHT CONTAIN OUT-OF-DATE INFO. INFO WAS LAST UPDATED 01/2010
This wiki page lists the properties that belong to the $std set of properties, which is the set of properties that appear in "normal view" within the Styling palette.
Maqetta and CSS will both evolve over time such that the set of properties that appear in the Styling palette can change over the course of time. Therefore, I propose that the "$std" variable include a versioning number that indicates the set of properties in the Styling Palette for a particular release of daVinci. For the time being, we use "$std10" to represent major release 1 and minor release 0.
This list is likely to change with subsequent releases until we freeze the notion of a 1.0 version.
Text:
- font-family
- font-size
- color
- font-weight
- font-style
- text-decoration
- text-align
- background-color
- background-image
- background-repeat
- background-position
- background (shorthand which subsumes the above 4 properties, plus background-attachment, which currently isn't planned for normal view of Styling palette)
- background-size
- background-origin
- background-clip
- No new properties for CSS3 gradients, just alternate syntax on background-image: http://dev.w3.org/csswg/css3-images/#gradients-
- border-color (shorthand which applies to left/top/right/bottom)
- border-width (shorthand which applies to left/top/right/bottom)
- border-style (shorthand which applies to left/top/right/bottom)
- border-radius (shorthand which applies to left/top/right/bottom) - for rounded corners (see http://www.w3.org/TR/css3-background/)
- -moz-border-radius
- -webkit-border-radius
- margin (shorthand which subsumes all 'margin-*' properties)
- padding (shorthand which subsumes all 'padding-*' properties)
- vertical-align
- cursor