org.symbian.tools.wrttools/bin/org/w3c/css/properties/CSS1Properties.properties
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 
       
     2 # Fonts properties
       
     3 
       
     4 font-style:            org.w3c.css.properties.css1.CssFontStyleCSS1
       
     5 font-variant:          org.w3c.css.properties.css1.CssFontVariantCSS1
       
     6 font-weight:           org.w3c.css.properties.css1.CssFontWeightCSS1
       
     7 font-stretch:          org.w3c.css.properties.css1.CssFontStretchCSS1
       
     8 font-size:             org.w3c.css.properties.css1.CssFontSizeCSS1
       
     9 font-family:           org.w3c.css.properties.css1.CssFontFamilyCSS1
       
    10 font:                  org.w3c.css.properties.css1.CssFontCSS1
       
    11 color:                 org.w3c.css.properties.css1.CssColorCSS1
       
    12 background-color:      org.w3c.css.properties.css1.CssBackgroundColorCSS1
       
    13 background-image:      org.w3c.css.properties.css1.CssBackgroundImageCSS1
       
    14 background-repeat:     org.w3c.css.properties.css1.CssBackgroundRepeatCSS1
       
    15 background-attachment: org.w3c.css.properties.css1.CssBackgroundAttachmentCSS1
       
    16 background-position:   org.w3c.css.properties.css1.CssBackgroundPositionCSS1
       
    17 background:            org.w3c.css.properties.css1.CssBackgroundCSS1
       
    18 word-spacing:          org.w3c.css.properties.css1.CssWordSpacing
       
    19 letter-spacing:        org.w3c.css.properties.css1.CssLetterSpacing
       
    20 text-decoration:       org.w3c.css.properties.css1.CssTextDecoration
       
    21 vertical-align:        org.w3c.css.properties.css1.CssVerticalAlignCSS1
       
    22 text-transform:        org.w3c.css.properties.css1.CssTextTransform
       
    23 text-align:            org.w3c.css.properties.css1.CssTextAlign
       
    24 text-indent:           org.w3c.css.properties.css1.CssTextIndent
       
    25 line-height:           org.w3c.css.properties.css1.CssLineHeightCSS1
       
    26 margin-top:            org.w3c.css.properties.css1.CssMarginTop
       
    27 margin-bottom:         org.w3c.css.properties.css1.CssMarginBottom
       
    28 margin-left:           org.w3c.css.properties.css1.CssMarginLeft
       
    29 margin-right:          org.w3c.css.properties.css1.CssMarginRight
       
    30 margin:                org.w3c.css.properties.css1.CssMargin
       
    31 padding-top:           org.w3c.css.properties.css1.CssPaddingTop
       
    32 padding-bottom:        org.w3c.css.properties.css1.CssPaddingBottom
       
    33 padding-left:          org.w3c.css.properties.css1.CssPaddingLeft
       
    34 padding-right:         org.w3c.css.properties.css1.CssPaddingRight
       
    35 padding:               org.w3c.css.properties.css1.CssPadding
       
    36 border-top-width:      org.w3c.css.properties.css1.CssBorderTopWidthCSS1
       
    37 border-right-width:    org.w3c.css.properties.css1.CssBorderRightWidthCSS1
       
    38 border-left-width:     org.w3c.css.properties.css1.CssBorderLeftWidthCSS1
       
    39 border-bottom-width:   org.w3c.css.properties.css1.CssBorderBottomWidthCSS1
       
    40 border-width:          org.w3c.css.properties.css1.CssBorderWidthCSS1
       
    41 border-color:          org.w3c.css.properties.css1.CssBorderColorCSS1
       
    42 border-style:          org.w3c.css.properties.css1.CssBorderStyleCSS1
       
    43 border-top:            org.w3c.css.properties.css1.CssBorderTopCSS1
       
    44 border-right:          org.w3c.css.properties.css1.CssBorderRightCSS1
       
    45 border-left:           org.w3c.css.properties.css1.CssBorderLeftCSS1
       
    46 border-bottom:         org.w3c.css.properties.css1.CssBorderBottomCSS1
       
    47 border:                org.w3c.css.properties.css1.CssBorderCSS1
       
    48 width:                 org.w3c.css.properties.css1.CssWidth
       
    49 height:                org.w3c.css.properties.css1.CssHeight
       
    50 float:                 org.w3c.css.properties.css1.CssFloat
       
    51 clear:                 org.w3c.css.properties.css1.CssClear
       
    52 display:               org.w3c.css.properties.css1.CssDisplayCSS1
       
    53 # position:              org.w3c.css.properties.css1.CssPosition
       
    54 white-space:           org.w3c.css.properties.css1.CssWhiteSpace
       
    55 list-style-type:       org.w3c.css.properties.css1.CssListStyleTypeCSS1
       
    56 list-style-image:      org.w3c.css.properties.css1.CssListStyleImageCSS1
       
    57 list-style-position:   org.w3c.css.properties.css1.CssListStylePositionCSS1
       
    58 list-style:            org.w3c.css.properties.css1.CssListStyleCSS1
       
    59