style-jetpack.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* Reset font-family styles for Jetpack
  2. *
  3. * See: https://github.com/Automattic/jetpack/blob/master/modules/theme-tools/compat/twentynineteen.css
  4. *
  5. * Note: Use $font__heading or $font__body variables approriately
  6. */
  7. /*
  8. * Source Serif Pro. (Google font)
  9. */
  10. /* Infinite scroll */
  11. .site-main #infinite-handle span button,
  12. .site-main #infinite-handle span button:hover,
  13. .site-main #infinite-handle span button:focus {
  14. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  15. background: #c43d80;
  16. }
  17. .site-main #infinite-handle span button,
  18. .site-main #infinite-handle span button:hover,
  19. .site-main #infinite-handle span button:focus
  20. div.sharedaddy > *,
  21. #content div.sharedaddy > *,
  22. #main div.sharedaddy > * {
  23. margin-bottom: 1rem;
  24. }
  25. .entry div.sharedaddy h3.sd-title,
  26. .entry h3.sd-title {
  27. font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  28. letter-spacing: normal;
  29. }
  30. .entry div.sharedaddy h3.sd-title:before,
  31. .entry h3.sd-title:before,
  32. .entry #jp-relatedposts h3.jp-relatedposts-headline:before {
  33. display: none;
  34. }
  35. /**
  36. * Related Posts
  37. */
  38. .entry #jp-relatedposts h3.jp-relatedposts-headline {
  39. font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  40. letter-spacing: normal;
  41. }
  42. .entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
  43. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  44. font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  45. letter-spacing: normal;
  46. }
  47. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
  48. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  49. font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  50. }
  51. div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  52. font-size: 0.88889em;
  53. font-weight: 700;
  54. }
  55. /**
  56. * Stats
  57. */
  58. /**
  59. * Comments
  60. */
  61. /**
  62. * Widgets
  63. */
  64. /* Authors Widget */
  65. .widget_authors > ul > li > a {
  66. font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  67. }
  68. /* Display WordPress Posts */
  69. /* GoodReads */
  70. /* EU cookie law */
  71. .widget_eu_cookie_law_widget #eu-cookie-law {
  72. font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  73. }
  74. /* RSS Links */
  75. .widget_rss_links li {
  76. font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  77. }
  78. /**
  79. * Content Options
  80. */
  81. /**
  82. * Blocks
  83. */
  84. /* Content Form */
  85. .contact-form label span {
  86. color: #767676;
  87. }
  88. /* Mailchimp Block - Temp Fix */
  89. .wp-block-jetpack-mailchimp input[type="email"] {
  90. width: 100%;
  91. }
  92. .wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
  93. font-size: 0.71111em;
  94. }
  95. /* Business Hours - Temp Fix */
  96. .jetpack-business-hours dt,
  97. .jetpack-business-hours dd {
  98. float: left;
  99. }
  100. .jetpack-business-hours dt {
  101. clear: both;
  102. margin-right: 0.5rem;
  103. }
  104. .jetpack-business-hours dd {
  105. margin: 0;
  106. }