style-jetpack.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. /* Infinite scroll */
  8. .site-main #infinite-handle span button,
  9. .site-main #infinite-handle span button:hover,
  10. .site-main #infinite-handle span button:focus {
  11. font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  12. }
  13. /**
  14. * Responsive Videos
  15. */
  16. /**
  17. * Sharing
  18. */
  19. .entry div.sharedaddy h3.sd-title,
  20. .entry h3.sd-title {
  21. font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  22. }
  23. /**
  24. * Related Posts
  25. */
  26. .entry #jp-relatedposts h3.jp-relatedposts-headline {
  27. font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  28. }
  29. .entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
  30. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  31. font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  32. }
  33. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
  34. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  35. font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  36. }
  37. /**
  38. * Stats
  39. */
  40. /**
  41. * Comments
  42. */
  43. /**
  44. * Widgets
  45. */
  46. /* Authors Widget */
  47. .widget_authors > ul > li > a {
  48. font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  49. }
  50. /* Display WordPress Posts */
  51. /* GoodReads */
  52. /* EU cookie law */
  53. .widget_eu_cookie_law_widget #eu-cookie-law {
  54. font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  55. }
  56. /* RSS Links */
  57. .widget_rss_links li {
  58. font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  59. }
  60. /**
  61. * Content Options
  62. */
  63. /**
  64. * Blocks
  65. */
  66. /* Mailchimp Block - Temp Fix */
  67. .wp-block-jetpack-mailchimp input[type="email"] {
  68. width: 100%;
  69. }
  70. .wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
  71. font-size: 0.71111em;
  72. }
  73. /* Business Hours - Temp Fix */
  74. .jetpack-business-hours dt,
  75. .jetpack-business-hours dd {
  76. float: left;
  77. }
  78. .jetpack-business-hours dt {
  79. clear: both;
  80. margin-right: 0.5rem;
  81. }
  82. .jetpack-business-hours dd {
  83. margin: 0;
  84. }