home *** CD-ROM | disk | FTP | other *** search
/ RComp HTML Edit Studio for RISC OS / RComp HTML Edit Studio for RISC OS.iso / ZIPS / HTML.ZIP / HTMLEdit / Utilities / CSS+JS / !CSSDesign / Resources / Properties < prev   
Encoding:
Text File  |  2000-06-01  |  2.2 KB  |  60 lines

  1. Font Properties
  2. font-family:menu(serif|sans-serif|cursive|fantasy|monospace)||special
  3. font-style:menu(normal|italic|oblique)
  4. font-variant:menu(normal|small-caps)
  5. font-weight:menu(normal|bold|bolder|lighter)
  6. font-size:menu(xx-small|x-small|small|medium|large|x-large|xx-large]D|larger|smaller)||size
  7. font:special
  8. Color and Background Properties
  9. color:col
  10. background-color:col
  11. background-image:url
  12. background-repeat:menu(repeat|repeat-x|repeat-y|no-repeat)
  13. background-attachment:menu(scroll|fixed)
  14. background-position:menu(top|bottom|left|right|center)||special
  15. background:special
  16. Text Properties
  17. word-spacing:unit
  18. letter-spacing:unit
  19. text-decoration:menu(none|underline|overline|line-through|blink)
  20. vertical-alignment:menu(baseline|sub|super|top|text-top|middle|bottom|text-bottom)
  21. text-transform:menu(none|capitalize|uppercase|lowercase)
  22. text-align:menu(left|right|center|justify)
  23. text-indent:size||percent
  24. line-height:size||percent
  25. Box Properties
  26. margin-top:size||percent
  27. margin-right:size||percent
  28. margin-bottom:size||percent
  29. margin-left:size||percent
  30. margin:size||percent
  31. padding-top:size||percent
  32. padding-right:size||percent
  33. padding-bottom:size||percent
  34. padding-left:size||percent
  35. padding:size||percent
  36. border-top-width:menu(thin|thick|medium)
  37. border-right-width:menu(thin|thick|medium)
  38. border-bottom-width:menu(thin|thick|medium)
  39. border-left-width:menu(thin|thick|medium)
  40. border-width:menu(thin|thick|medium)
  41. border-color:col
  42. border-style:menu(none|solid|double|groove|ridge|inset|outset)
  43. border-top:menu(none|solid|double|groove|ridge|inset|outset]D|thin|thick|medium)
  44. border-right:menu(none|solid|double|groove|ridge|inset|outset]D|thin|thick|medium)
  45. border-bottom:menu(none|solid|double|groove|ridge|inset|outset]D|thin|thick|medium)
  46. border-left:menu(none|solid|double|groove|ridge|inset|outset]D|thin|thick|medium)
  47. border:special
  48. width:size||percent
  49. height:size||percent
  50. float:menu(left|right|none)
  51. clear:menu(left|right|both|none)
  52. Classification Properties
  53. display:menu(normal|inline|list-item|none)
  54. white-space:menu(normal|pre|nowrap)
  55. visibility:menu(inherit|visible|hidden)
  56. list-style-type:menu(disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none)
  57. list-style-image:url
  58. list-style-position:menu(inside|outside)
  59. list-style:special
  60.