Guest User

Untitled

a guest
Apr 27th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. ol ol,
  2. ul ol,
  3. ol ul,
  4. ul ul,
  5. ol ul ol,
  6. ul ul ol,
  7. ol ul ul,
  8. ul ul ul {
  9. margin-top: 0;
  10. margin-bottom: 0;
  11. }
  12.  
  13. html,
  14. body{
  15. font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  16. font-size: 12px;
  17. color: #333;
  18. line-height: 1.4;
  19. word-wrap: break-word;
  20. background: #fff;
  21. border-radius: 0 0 3px 3px;
  22. }
  23.  
  24. html,
  25. body> *:first-child {
  26. margin-top: 0 !important;
  27. }
  28.  
  29. html,
  30. body> *:last-child {
  31. margin-bottom: 0 !important;
  32. }
  33.  
  34. * {
  35. box-sizing: border-box;
  36. }
  37.  
  38. h1,
  39. h2,
  40. h3,
  41. h4,
  42. h5,
  43. h6 {
  44. margin-top: 1em;
  45. margin-bottom: 16px;
  46. font-weight: bold;
  47. line-height: 1.4;
  48. }
  49.  
  50. p,
  51. blockquote,
  52. ul,
  53. ol,
  54. dl,
  55. table,
  56. pre {
  57. margin-top: 0;
  58. margin-bottom: 16px;
  59. }
  60.  
  61. h1 {
  62. margin: 0.67em 0;
  63. padding-bottom: 0.3em;
  64. font-size: 2em;
  65. line-height: 1.2;
  66. border-bottom: 1px solid #eee;
  67. }
  68.  
  69. h2 {
  70. padding-bottom: 0.3em;
  71. font-size: 1.6em;
  72. line-height: 1.225;
  73. border-bottom: 1px solid #eee;
  74. }
  75.  
  76. h3 {
  77. font-size: 1.3em;
  78. line-height: 1.43;
  79. }
  80.  
  81. h4 {
  82. font-size: 1.1em;
  83. }
  84.  
  85. h5 {
  86. font-size: 1em;
  87. }
  88.  
  89. h6 {
  90. font-size: 1em;
  91. color: #777;
  92. }
  93.  
  94. ol,
  95. ul {
  96. padding-left: 2em;
  97. }
  98.  
  99. ol ol,
  100. ul ol {
  101. list-style-type: lower-roman;
  102. }
  103.  
  104. ol ul,
  105. ul ul {
  106. list-style-type: circle;
  107. }
  108.  
  109. ol ul ul,
  110. ul ul ul {
  111. list-style-type: square;
  112. }
  113.  
  114. ol {
  115. list-style-type: decimal;
  116. }
  117.  
  118. ul {
  119. list-style-type: disc;
  120. }
  121.  
  122. blockquote {
  123. margin-left: 0;
  124. margin-right: 0;
  125. padding: 0 15px;
  126. color: #777;
  127. border-left: 4px solid #ddd;
  128. }
  129.  
  130. table {
  131. display: block;
  132. width: 100%;
  133. overflow: auto;
  134. word-break: normal;
  135. word-break: keep-all;
  136. border-collapse: collapse;
  137. border-spacing: 0;
  138. }
  139.  
  140. table tr {
  141. background-color: #fff;
  142. border-top: 1px solid #ccc;
  143. }
  144.  
  145. table tr:nth-child(2n) {
  146. background-color: #f8f8f8;
  147. }
  148.  
  149. table th,
  150. table td {
  151. padding: 6px 13px;
  152. border: 1px solid #ddd;
  153. }
  154.  
  155. pre {
  156. word-wrap: normal;
  157. padding: 16px;
  158. overflow: auto;
  159. font-size: 85%;
  160. line-height: 1.45;
  161. background-color: #f7f7f7;
  162. border-radius: 3px;
  163. }
  164.  
  165. pre code {
  166. display: inline;
  167. max-width: initial;
  168. padding: 0;
  169. margin: 0;
  170. overflow: initial;
  171. font-size: 100%;
  172. line-height: inherit;
  173. word-wrap: normal;
  174. white-space: pre;
  175. border: 0;
  176. border-radius: 3px;
  177. background-color: transparent;
  178. }
  179.  
  180. pre code:before,
  181. pre code:after {
  182. content: normal;
  183. }
  184.  
  185. code {
  186. font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  187. padding: 0;
  188. padding-top: 0.2em;
  189. padding-bottom: 0.2em;
  190. margin: 0;
  191. font-size: 85%;
  192. background-color: rgba(0,0,0,0.04);
  193. border-radius: 3px;
  194. }
  195.  
  196. code:before,
  197. code:after {
  198. letter-spacing: -0.2em;
  199. content: "\00a0";
  200. }
  201.  
  202. a {
  203. color: #4078c0;
  204. text-decoration: none;
  205. background: transparent;
  206. }
  207.  
  208. img {
  209. max-width: 100%;
  210. max-height: 100%;
  211. border-radius: 4px;
  212. box-shadow: 0 0 10px #555;
  213. }
  214.  
  215. strong {
  216. font-weight: bold;
  217. }
  218.  
  219. em {
  220. font-style: italic;
  221. }
  222.  
  223. del {
  224. text-decoration: line-through;
  225. }
  226.  
  227. .task-list-item {
  228. list-style-type: none;
  229. }
  230.  
  231. .task-list-item input {
  232. font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  233. margin: 0 0.35em 0.25em -1.6em;
  234. vertical-align: middle;
  235. }
  236.  
  237. .task-list-item input[disabled] {
  238. cursor: default;
  239. }
  240.  
  241. .task-list-item input[type="checkbox"] {
  242. box-sizing: border-box;
  243. padding: 0;
  244. }
  245.  
  246. .task-list-item input[type="radio"] {
  247. box-sizing: border-box;
  248. padding: 0;
  249. }
Add Comment
Please, Sign In to add comment