wysiwyg.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .Museo{font-family:"Museo",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
  2. .MuseoSans{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
  3. .MuseoSlab{font-family:"MuseoSlab",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
  4. a,a:visited{color:#000;}
  5. body{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:16px;}
  6. .8{font-size:8px;}
  7. .9{font-size:9px;}
  8. .10{font-size:10px;}
  9. .11{font-size:10px;}
  10. .12{font-size:12px;}
  11. .14{font-size:14px;}
  12. .16{font-size:16px;}
  13. .18{font-size:18px;}
  14. .24{font-size:24px;}
  15. .regular{font-weight:normal;}
  16. .bold{font-weight:bold;}
  17. .100{font-weight:100;}
  18. .300{font-weight:300;}
  19. .500{font-weight:500;}
  20. .700{font-weight:700;}
  21. .900{font-weight:900;}
  22. .upper{text-transform:uppercase;}
  23. .italic{font-style:italic;}
  24. .normal{font-style:normal;}
  25. *{font-size:14px;}
  26. div{border:1px dashed #D4D4D4;}
  27. p:after,ul:after{content:"¬";color:red;}
  28. h1:before,h2:before,h3:before,h4:before,h5:before,h6:before{color:blue;font-weight:normal;font-size:10px;vertical-align:super;}
  29. h1:before{content:"h1 ";}
  30. h2:before{content:"h2 ";}
  31. h3:before{content:"h3 ";}
  32. h4:before{content:"h4 ";}
  33. h5:before{content:"h5 ";}
  34. h6:before{content:"h6 ";}
  35. br:after{content:"·";color:red;border:1px solid #999;}
  36. img{height:auto;margin:0.5em 0;}
  37. p{border:1px dashed #848484;}
  38. div{border:1px solid #1A1A1A;}
  39. img,p,div{position:relative;}img:before,p:before,div:before{font-size:10px;color:red;background-color:#1A1A1A;position:absolute;top:0;z-index:3000;}