Guest User

Untitled

a guest
Jun 17th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. font-family: "Times New Roman"
  2. font-size: 12pt
  3. line-height: 1.8em
  4.  
  5. text-alignment: justified
  6. hyphenation: yes
  7. }
  8.  
  9. //
  10. // Headers
  11. //
  12.  
  13. heading-all {
  14. line-height: 100%;
  15.  
  16. keep-with-following: true
  17. text-alignment: justified
  18. }
  19.  
  20. heading-1 {
  21. font-size: 15pt
  22. font-weight: bold
  23. line-height: 2em
  24.  
  25. margin-top: 30pt
  26. // Since H1 is section break, this adds to first page top margin
  27.  
  28. margin-bottom: 30pt
  29. }
  30.  
  31. heading-2 {
  32. font-size: 14pt
  33. font-weight: bold
  34. line-height: 2em
  35.  
  36. margin-top: 48pt
  37. margin-bottom: 12pt
  38. }
  39.  
  40. heading-3 {
  41. font-size: 13pt
  42. font-weight: bold
  43. line-height: 2em
  44.  
  45. margin-top: 12pt
  46. margin-bottom: 12pt
  47. }
  48.  
  49. //
  50. // Paragraph styles
  51. //
  52.  
  53. paragraph {
  54.  
  55. style-title: "Paragraph"
  56. // As shown and used by MS Word
  57.  
  58. first-line-indent: 0pt
  59. margin-top: 10pt;
  60.  
  61. }
  62.  
  63. //
  64. // List styles
  65. //
  66.  
  67. list-all {
  68. margin-left: 3em
  69. margin-top: 12pt;
  70. }
  71.  
  72. list-unordered {
  73. enumeration-format: "•"
  74. text-inset: 1em;
  75. margin-right: 3em
  76. // Simulates tab stop justified right
  77. }
  78.  
  79. list-ordered {
  80. enumeration-format: "%d."
  81. text-inset: 2.5em;
  82. // Simulates tab stop justified right
  83. }
  84.  
  85. //
  86. // Inline styles
  87. //
  88.  
  89. inline-strong {
  90. font-weight: bold
  91. }
  92.  
  93. inline-emphasis {
  94. font-slant: italic;
  95. }
Add Comment
Please, Sign In to add comment