Advertisement
Guest User

Untitled

a guest
May 6th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. body {
  2. -webkit-font-smoothing: antialiased !important;
  3. background-color: white;
  4. color: #333;
  5. font-family: arial !important;
  6. font-size: 1em !important;
  7. line-height: 10px !important;
  8. line-height: 1.6;
  9. padding-bottom: 10px;
  10. padding-top: 10px;
  11. padding: 30px;
  12. }
  13.  
  14. .markdown-body {
  15. line-height: 10px !important;
  16. }
  17.  
  18. body > *:first-child {
  19. margin-top: 0 !important;
  20. }
  21.  
  22. body > *:last-child {
  23. margin-bottom: 0 !important;
  24. }
  25.  
  26. a {
  27. color: #4183C4;
  28. text-decoration: none;
  29. }
  30.  
  31. a.absent {
  32. color: #cc0000;
  33. }
  34.  
  35. a.anchor {
  36. bottom: 0;
  37. cursor: pointer;
  38. display: block;
  39. left: 0;
  40. margin-left: -30px;
  41. padding-left: 30px;
  42. position: absolute;
  43. top: 0;
  44. }
  45.  
  46. h1, h2, h3, h4, h5, h6 {
  47. -webkit-font-smoothing: antialiased;
  48. cursor: text;
  49. font-weight: bold;
  50. font-family: arial;
  51. margin: 20px 0 10px;
  52. padding: 0;
  53. position: relative;
  54. }
  55.  
  56. h2:first-child, h1:first-child, h1:first-child + h2, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  57. margin-top: 0;
  58. padding-top: 0;
  59. }
  60.  
  61. h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, h5:hover a.anchor, h6:hover a.anchor {
  62. text-decoration: none;
  63. }
  64.  
  65. h1 tt, h1 code {
  66. font-size: inherit;
  67. }
  68.  
  69. h2 tt, h2 code {
  70. font-size: inherit;
  71. }
  72.  
  73. h3 tt, h3 code {
  74. font-size: inherit;
  75. }
  76.  
  77. h4 tt, h4 code {
  78. font-size: inherit;
  79. }
  80.  
  81. h5 tt, h5 code {
  82. font-size: inherit;
  83. }
  84.  
  85. h6 tt, h6 code {
  86. font-size: inherit;
  87. }
  88.  
  89. h1 {
  90. font-size: 28px;
  91. color: black;
  92. }
  93.  
  94. h2 {
  95. border-bottom: 1px solid #ccc;
  96. color: black;
  97. font-size: 24px;
  98. }
  99.  
  100. h3 {
  101. font-size: 18px;
  102. }
  103.  
  104. h4 {
  105. font-size: 16px;
  106. }
  107.  
  108. h5 {
  109. font-size: 14px;
  110. }
  111.  
  112. h6 {
  113. color: #777;
  114. font-size: 14px;
  115. }
  116.  
  117. p, blockquote, ul, ol, dl, li, table, pre {
  118. margin: 15px 0;
  119. }
  120.  
  121. hr {
  122. background-color: #ccc;
  123. border: 0;
  124. color: #ccc;
  125. height: 1px;
  126. margin: 20px;
  127. overflow: hidden;
  128. padding: 0;
  129. width: 35%;
  130. }
  131.  
  132. hr:before, hr:after {
  133. content: " ";
  134. display: table;
  135. }
  136.  
  137. hr:after {
  138. clear: both;
  139. }
  140.  
  141. body > h2:first-child {
  142. margin-top: 0;
  143. padding-top: 0;
  144. }
  145.  
  146. body > h1:first-child {
  147. margin-top: 0;
  148. padding-top: 0;
  149. }
  150.  
  151. body > h1:first-child + h2 {
  152. margin-top: 0;
  153. padding-top: 0;
  154. }
  155.  
  156. body > h3:first-child, body > h4:first-child, body > h5:first-child, body > h6:first-child {
  157. margin-top: 0;
  158. padding-top: 0;
  159. }
  160.  
  161. a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {
  162. margin-top: 0;
  163. padding-top: 0;
  164. }
  165.  
  166. h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  167. margin-top: 0;
  168. }
  169.  
  170. li p.first {
  171. display: inline-block;
  172. }
  173.  
  174. ul, ol {
  175. padding-left: 30px;
  176. }
  177.  
  178. ul :first-child, ol :first-child {
  179. margin-top: 0;
  180. }
  181.  
  182. ul :last-child, ol :last-child {
  183. margin-bottom: 0;
  184. }
  185.  
  186. dl {
  187. padding: 0;
  188. }
  189.  
  190. dl dt {
  191. font-size: 14px;
  192. font-style: italic;
  193. font-weight: bold;
  194. margin: 15px 0 5px;
  195. padding: 0;
  196. }
  197.  
  198. dl dt:first-child {
  199. padding: 0;
  200. }
  201.  
  202. dl dt > :first-child {
  203. margin-top: 0;
  204. }
  205.  
  206. dl dt > :last-child {
  207. margin-bottom: 0;
  208. }
  209.  
  210. dl dd {
  211. margin: 0 0 15px;
  212. padding: 0 15px;
  213. }
  214.  
  215. dl dd > :first-child {
  216. margin-top: 0;
  217. }
  218.  
  219. dl dd > :last-child {
  220. margin-bottom: 0;
  221. }
  222.  
  223. blockquote {
  224. border-left: 4px solid #dddddd;
  225. color: #777777;
  226. padding: 0 15px;
  227. }
  228.  
  229. blockquote > :first-child {
  230. margin-top: 0;
  231. }
  232.  
  233. blockquote > :last-child {
  234. margin-bottom: 0;
  235. }
  236.  
  237. table {
  238. padding: 0;
  239. }
  240. table tr {
  241. background-color: white;
  242. border-top: 1px solid #cccccc;
  243. margin: 0;
  244. padding: 0;
  245. }
  246.  
  247. table tr:nth-child(2n) {
  248. background-color: #f8f8f8;
  249. }
  250.  
  251. table tr th {
  252. border: 1px solid #cccccc;
  253. font-weight: bold;
  254. margin: 0;
  255. padding: 6px 13px;
  256. text-align: left;
  257. }
  258.  
  259. table tr td {
  260. border: 1px solid #cccccc;
  261. margin: 0;
  262. padding: 6px 13px;
  263. text-align: left;
  264. }
  265.  
  266. table tr th :first-child, table tr td :first-child {
  267. margin-top: 0;
  268. }
  269.  
  270. table tr th :last-child, table tr td :last-child {
  271. margin-bottom: 0;
  272. }
  273.  
  274. img {
  275. max-width: 100%;
  276. }
  277.  
  278. span.frame {
  279. display: block;
  280. overflow: hidden;
  281. }
  282.  
  283. span.frame > span {
  284. border: 1px solid #dddddd;
  285. display: block;
  286. float: left;
  287. margin: 13px 0 0;
  288. overflow: hidden;
  289. padding: 7px;
  290. width: auto;
  291. }
  292.  
  293. span.frame span img {
  294. display: block;
  295. float: left;
  296. }
  297.  
  298. span.frame span span {
  299. clear: both;
  300. color: #333333;
  301. display: block;
  302. padding: 5px 0 0;
  303. }
  304.  
  305. span.align-center {
  306. clear: both;
  307. display: block;
  308. overflow: hidden;
  309. }
  310.  
  311. span.align-center > span {
  312. display: block;
  313. margin: 13px auto 0;
  314. overflow: hidden;
  315. text-align: center;
  316. }
  317.  
  318. span.align-center span img {
  319. margin: 0 auto;
  320. text-align: center;
  321. }
  322.  
  323. span.align-right {
  324. clear: both;
  325. display: block;
  326. overflow: hidden;
  327. }
  328.  
  329. span.align-right > span {
  330. display: block;
  331. margin: 13px 0 0;
  332. overflow: hidden;
  333. text-align: right;
  334. }
  335.  
  336. span.align-right span img {
  337. margin: 0;
  338. text-align: right;
  339. }
  340.  
  341. span.float-left {
  342. display: block;
  343. float: left;
  344. margin-right: 13px;
  345. overflow: hidden;
  346. }
  347.  
  348. span.float-left span {
  349. margin: 13px 0 0;
  350. }
  351.  
  352. span.float-right {
  353. display: block;
  354. float: right;
  355. margin-left: 13px;
  356. overflow: hidden;
  357. }
  358.  
  359. span.float-right > span {
  360. display: block;
  361. margin: 13px auto 0;
  362. overflow: hidden;
  363. text-align: right;
  364. }
  365.  
  366. code, tt {
  367. background-color: #f8f8f8;
  368. border: 1px solid #eaeaea;
  369. border-radius: 3px;
  370. font-family: monospace;
  371. margin: 0 2px;
  372. padding: 0 5px;
  373. white-space: nowrap;
  374. }
  375.  
  376. pre code {
  377. background: transparent;
  378. border: none;
  379. margin: 0;
  380. padding: 0;
  381. }
  382.  
  383. .highlight pre {
  384. background-color: #f8f8f8;
  385. border-radius: 3px;
  386. border: 1px solid #ccc;
  387. font-size: 13px;
  388. line-height: 19px;
  389. overflow: auto;
  390. padding: 6px 10px;
  391. }
  392.  
  393. pre {
  394. background-color: #f8f8f8;
  395. border-radius: 3px;
  396. border: 1px solid #ccc;
  397. font-size: 13px;
  398. line-height: 19px;
  399. overflow: auto;
  400. padding: 6px 10px;
  401. }
  402.  
  403. pre code, pre tt {
  404. background-color: transparent;
  405. border: none;
  406. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement