Guest User

Untitled

a guest
Dec 11th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. .markdown-here-wrapper {
  2. font-size: 15px;
  3. line-height: 1.8em;
  4. letter-spacing: 1em;
  5. }
  6.  
  7.  
  8. pre, code {
  9. font-size: 14px;
  10. font-family: Roboto, 'Courier New', Consolas, Inconsolata, Courier, monospace;
  11. margin: auto 5px;
  12.  
  13. }
  14.  
  15. code {
  16. white-space: pre-wrap;
  17. border-radius: 2px;
  18. display: inline;
  19. }
  20.  
  21. pre {
  22. font-size: 15px;
  23. line-height: 1.4em;
  24. display: block; !important;
  25. letter-spacing: 1em;
  26. }
  27.  
  28. pre code {
  29. white-space: pre;
  30. overflow: auto;
  31. border-radius: 3px;
  32. padding: 1px 1px;
  33. display: block !important;
  34. }
  35.  
  36. strong, b{
  37. color: #BF360C;
  38. }
  39.  
  40. em, i {
  41. color: #009688;
  42. }
  43.  
  44. hr {
  45. border: 1px solid #BF360C;
  46. margin: 1.5em auto;
  47. }
  48.  
  49. p {
  50. margin: 1.5em 5px !important;
  51. }
  52.  
  53. table, pre, dl, blockquote, q, ul, ol {
  54. margin: 10px 5px;
  55. }
  56.  
  57. ul, ol {
  58. padding-left: 15px;
  59. }
  60.  
  61. li {
  62. margin: 10px;
  63. }
  64.  
  65. li p {
  66. margin: 10px 0 !important;
  67. }
  68.  
  69. ul ul, ul ol, ol ul, ol ol {
  70. margin: 0;
  71. padding-left: 10px;
  72. }
  73.  
  74. ul {
  75. list-style-type: circle;
  76. }
  77.  
  78. dl {
  79. padding: 0;
  80. }
  81.  
  82. dl dt {
  83. font-size: 1em;
  84. font-weight: bold;
  85. font-style: italic;
  86. }
  87.  
  88. dl dd {
  89. margin: 0 0 10px;
  90. padding: 0 10px;
  91. }
  92.  
  93. blockquote, q {
  94. border-left: 2px solid #009688;
  95. padding: 0 10px;
  96. color: #777;
  97. quotes: none;
  98. margin-left: 1em;
  99. }
  100.  
  101. blockquote::before, blockquote::after, q::before, q::after {
  102. content: none;
  103. }
  104.  
  105. h1, h2, h3, h4, h5, h6 {
  106. margin: 20px 0 10px;
  107. padding: 0;
  108. font-style: bold !important;
  109. color: #009688 !important;
  110. text-align: center !important;
  111. margin: 1.5em 5px !important;
  112. padding: 0.5em 1em !important;
  113. }
  114.  
  115. h1 {
  116. font-size: 24px !important;
  117. border-bottom: 1px solid #ddd !important;
  118. }
  119.  
  120. h2 {
  121. font-size: 20px !important;
  122. border-bottom: 1px solid #eee !important;
  123. }
  124.  
  125. h3 {
  126. font-size: 18px;
  127. }
  128.  
  129. h4 {
  130. font-size: 16px;
  131. }
  132.  
  133.  
  134. table {
  135. padding: 0;
  136. border-collapse: collapse;
  137. border-spacing: 0;
  138. font-size: 1em;
  139. font: inherit;
  140. border: 0;
  141. margin: 0 auto;
  142. }
  143.  
  144. tbody {
  145. margin: 0;
  146. padding: 0;
  147. border: 0;
  148. }
  149.  
  150. table tr {
  151. border: 0;
  152. border-top: 1px solid #CCC;
  153. background-color: white;
  154. margin: 0;
  155. padding: 0;
  156. }
  157.  
  158. table tr:nth-child(2n) {
  159. background-color: #F8F8F8;
  160. }
  161.  
  162. table tr th, table tr td {
  163. font-size: 16px;
  164. border: 1px solid #CCC;
  165. margin: 0;
  166. padding: 5px 10px;
  167. }
  168.  
  169. table tr th {
  170. font-weight: bold;
  171. color: #eee;
  172. border: 1px solid #009688;
  173. background-color: #009688;
  174. }
Add Comment
Please, Sign In to add comment