Advertisement
Aacini

T2H - ModifiersForCodeTag.txt

Nov 20th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. color Color of text and borders: colorValue or rgb(#r,#g,#b)
  2. background Color of background: colorValue or rgb(#r,#g,#b)
  3. font-weight Weight of font: lighter, normal, bold, bolder
  4. font-style Style of font: normal, italic, oblique
  5. font-size Size of font: small, medium, large, smaller, larger or in "px" or "em"
  6. You may insert x- or xx- before small and large sizes
  7. font-family List of font names
  8. font Set font weight, style, size and family in one property
  9. border-style Style of border: none, solid, dotted, dashed, double, groove, ridge
  10. border-width Width of border: thin, medium, thick or in "px" or "em" units
  11. border-color Color of border: colorValue or rgb(#r,#g,#b)
  12. You may specify from 1 up to 4 border styles/widths/colors this way:
  13. 1:all 2:top&bottom sides 3:top sides bottom 4:top right bottom left
  14. border Set style, width and color of all border sides in one property
  15. border-S (S=top,right,bottom,left) Set style, width and color of one border side
  16. width Width of code subwindow: in "px" units or % of page width or auto
  17. height Height of code subwindow: in "px" or "em" (current size) units or auto
  18. float Alignment of code subwindow: left, right
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement