Advertisement
Guest User

Untitled

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