wysiwyg.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* LISIBILITY */
  2. @import "communs.scss";
  3. @import "fonts.scss";
  4. *{font-size:14px;}
  5. div{border: 1px dashed #D4D4D4;}
  6. p:after, ul:after{content:"¬"; color:red;}
  7. h1:before, h2:before, h3:before, h4:before, h5:before, h6:before{
  8. color:blue; font-weight: normal; font-size:10px; vertical-align: super;
  9. }
  10. h2{
  11. // font-size:24px;
  12. &:before{content:"h2 ";}
  13. }
  14. h3{
  15. // font-size:18px;
  16. &:before{content:"h3 ";}
  17. }
  18. h4{
  19. // font-size:16px;
  20. &:before{content:"h4 ";}
  21. }
  22. h5{
  23. // font-size:14px;
  24. &:before{content:"h5 ";}
  25. }
  26. h6{
  27. // font-size:12px;
  28. &:before{content:"h6 ";}
  29. }
  30. br:after{content:"·"; color:red; border: 1px solid #999;}
  31. img{height:auto; margin:0.5em 0; max-width:99%;}
  32. p{ border: 1px dashed #848484; }
  33. div{border: 1px solid #1A1A1A;}
  34. h3{
  35. font-family: "epflulb";
  36. font-size:2em;
  37. text-transform: uppercase!important;
  38. color:$static-col;
  39. }
  40. h4{
  41. // font-family: "epflulb";
  42. font-size: 1.5em;
  43. // // color:$static-col;
  44. font-weight: 700;
  45. }
  46. p{
  47. font-family: "open_sans", sans-serif;
  48. font-weight:600;
  49. font-size:1em;
  50. line-height:1.3em;
  51. }