Advertisement
wclendining

FlareInformalCSS

Aug 31st, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.70 KB | None | 0 0
  1. /*<meta />*/
  2.  
  3. /* ========================================= */
  4.    For an Informal look on the printed page
  5. /* ========================================= */
  6.  
  7. body
  8. {
  9.     font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  10.     font-size: 11pt;
  11. }
  12.  
  13. h1,
  14. h2,
  15. h3,
  16. h4
  17. {
  18.     font-family: Georgia, "Times New Roman", Times, serif;
  19. }
  20.  
  21. h1
  22. {
  23.     margin: 2em 0 4em 0;
  24.     column-break-before: always;
  25. }
  26.  
  27. h2,
  28. h3,
  29. h4,
  30. h5
  31. {
  32.     margin: 2em 0 0 0;
  33. }
  34.  
  35. p,
  36. li,
  37. td,
  38. dt,
  39. dd
  40. {
  41.     line-height: 1.3em;
  42.     margin: 0 0 2em 0;
  43. }
  44.  
  45. blockquote
  46. {
  47.     font-family: Georgia, "Times New Roman", Times, serif;
  48.     font-size: 110%;
  49.     line-height: 1.6em;
  50.     margin-left: 1em;
  51.     border-left: solid #999999 2px;
  52.     padding-left: .5em;
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement