Advertisement
Guest User

Untitled

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