Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: 'Open Sans', sans-serif; }
  2. body { margin: 0; padding: 0; font-size: 14px; font-weight: normal; }
  3. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { color: #222; }
  4. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  5. audio, canvas, video { display: inline-block; max-width: 100%; }
  6. body, button, input, select, textarea { color: #333333; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.3; }
  7. b, strong { font-weight: 700; }
  8. cite, dfn, em, i { font-style: italic; }
  9. mark, ins { background: #fff9c0; text-decoration: none; }
  10. p { margin-bottom: 24px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  11. code, kbd, tt, var, samp, pre { font-family: monospace, serif; font-size: 15px; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; line-height: 1.6; }
  12. pre { border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 24px; max-width: 100%; overflow: auto; padding: 12px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  13. blockquote, q { -webkit-hyphens: none; -moz-hyphens:none; -ms-hyphens:none; hyphens: none; quotes: none; }
  14. blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
  15. blockquote { color: #767676; font-size: 19px; font-style: italic; font-weight: 300; line-height: 1.2631578947; margin-bottom: 24px; }
  16. blockquote cite, blockquote small { color: #2b2b2b; font-size: 16px; font-weight: 400; line-height: 1.5; }
  17. blockquote em, blockquote i, blockquote cite { font-style: normal; }
  18. blockquote strong, blockquote b { font-weight: 400; }
  19. small { font-size: smaller; }
  20. big { font-size: 125%; }
  21. sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }
  22. sup { bottom: 1ex; }
  23. sub { top: .5ex; }
  24. dl { margin-bottom: 24px; }
  25. dt { font-weight: bold; }
  26. dd { margin-bottom: 24px; }
  27. ul, ol { list-style: none; margin: 0 0 24px 20px; }
  28. ul { list-style: disc; }
  29. ol { list-style: decimal; }
  30. li > ul, li > ol { margin: 0 0 0 20px; }
  31. img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; }
  32. figure { margin: 0; }
  33. fieldset { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 0 24px; padding: 11px 12px 0; }
  34. legend { white-space: normal; }
  35. button, input, select, textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; }
  36. button, input { line-height: normal; }
  37. input, textarea {background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement