style-jetpack.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. font-family: "Poppins", sans-serif;
  10. background: #8D6708;
  11. }
  12. .site-main #infinite-handle span button:hover {
  13. background: #5d4405;
  14. cursor: pointer;
  15. }
  16. .site-main #infinite-handle span button:visited {
  17. color: #FAF8F5;
  18. text-decoration: none;
  19. }
  20. .site-main #infinite-handle span button:focus {
  21. background: #5d4405;
  22. outline: thin dotted;
  23. outline-offset: -4px;
  24. }
  25. /**
  26. * Responsive Videos
  27. */
  28. /**
  29. * Sharing
  30. */
  31. .entry div.sharedaddy h3.sd-title,
  32. .entry h3.sd-title {
  33. font-family: "Poppins", sans-serif;
  34. font-weight: 600;
  35. letter-spacing: normal;
  36. }
  37. /**
  38. * Related Posts
  39. */
  40. .entry #jp-relatedposts h3.jp-relatedposts-headline {
  41. font-family: "Poppins", sans-serif;
  42. font-weight: 600;
  43. }
  44. .entry #jp-relatedposts h3.jp-relatedposts-headline em {
  45. font-weight: inherit;
  46. }
  47. .entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
  48. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  49. font-family: "Poppins", sans-serif;
  50. }
  51. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
  52. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  53. font-family: "Poppins", sans-serif;
  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: "Poppins", sans-serif;
  67. }
  68. /* Display WordPress Posts */
  69. /* GoodReads */
  70. /* EU cookie law */
  71. .widget_eu_cookie_law_widget #eu-cookie-law {
  72. font-family: "Poppins", sans-serif;
  73. }
  74. /* RSS Links */
  75. .widget_rss_links li {
  76. font-family: "Poppins", sans-serif;
  77. }
  78. /**
  79. * Content Options
  80. */
  81. /**
  82. * Blocks
  83. */
  84. /* Mailchimp Block - Temp Fix */
  85. .wp-block-jetpack-mailchimp input[type="email"] {
  86. width: 100%;
  87. }
  88. .wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
  89. font-size: 0.71111em;
  90. }
  91. /* Business Hours - Temp Fix */
  92. .jetpack-business-hours dt,
  93. .jetpack-business-hours dd {
  94. float: left;
  95. }
  96. .jetpack-business-hours dt {
  97. clear: both;
  98. margin-right: 0.5rem;
  99. }
  100. .jetpack-business-hours dd {
  101. margin: 0;
  102. }