You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

71 lines
1015 B

  1. @import url(//fonts.googleapis.com/css?family=Roboto:400,700);
  2. @import url(//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
  3. body {
  4. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  5. font-size: 16px;
  6. line-height: 1.625;
  7. color: #555;
  8. }
  9. a {
  10. color: #428bca;
  11. text-decoration: none;
  12. outline: 0!important;
  13. }
  14. a:hover,
  15. a:focus {
  16. color: #2a6496;
  17. }
  18. p {
  19. margin: 0 0 13px;
  20. }
  21. h1, h2, h3, h4, h5, h6 {
  22. font-family: "Roboto Slab";
  23. font-weight: 500;
  24. line-height: 1.2;
  25. }
  26. h1, h2, h3 {
  27. margin-top: 26px;
  28. margin-bottom: 13px;
  29. }
  30. h4, h5, h6 {
  31. margin-top: 13px;
  32. margin-bottom: 13px;
  33. }
  34. h1 { font-size: 36px; }
  35. h2 { font-size: 30px; }
  36. h3 { font-size: 24px; }
  37. h4 { font-size: 18px; }
  38. h5 { font-size: 16px; }
  39. h6 { font-size: 14px; }
  40. blockquote {
  41. padding: 0 20px;
  42. font-size: 16px;
  43. color: #999;
  44. margin: 0 0 26px;
  45. border-left: 5px solid #eee;
  46. }
  47. .wp-caption {
  48. background: none;
  49. border-radius: 0;
  50. }
  51. .wp-caption-dd {
  52. padding: 5px 0;
  53. font-size: 12px;
  54. }