style-jetpack.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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. background: #caab57;
  12. border: none;
  13. border-radius: 5px;
  14. box-sizing: border-box;
  15. color: #080808;
  16. font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  17. font-size: 0.88889em;
  18. font-weight: 600;
  19. line-height: 1.2;
  20. outline: none;
  21. padding: 0.76rem 1rem;
  22. text-decoration: none;
  23. vertical-align: bottom;
  24. }
  25. .site-main #infinite-handle span button:hover,
  26. .site-main #infinite-handle span button:focus {
  27. background: #b59439;
  28. cursor: pointer;
  29. }
  30. /**
  31. * Responsive Videos
  32. */
  33. /**
  34. * Sharing
  35. */
  36. div.sharedaddy > *,
  37. #content div.sharedaddy > *,
  38. #main div.sharedaddy > * {
  39. margin-bottom: 1rem;
  40. }
  41. .entry div.sharedaddy h3.sd-title,
  42. .entry h3.sd-title {
  43. font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  44. text-align: left;
  45. }
  46. .entry div.sharedaddy h3.sd-title:before,
  47. .entry h3.sd-title:before,
  48. .entry #jp-relatedposts h3.jp-relatedposts-headline:before {
  49. display: none;
  50. }
  51. /**
  52. * Related Posts
  53. */
  54. .entry #jp-relatedposts h3.jp-relatedposts-headline {
  55. font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  56. }
  57. .entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
  58. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  59. font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  60. }
  61. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
  62. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  63. font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  64. }
  65. div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  66. font-size: 0.88889em;
  67. font-weight: 700;
  68. }
  69. /**
  70. * Stats
  71. */
  72. /**
  73. * Comments
  74. */
  75. /**
  76. * Widgets
  77. */
  78. /* Authors Widget */
  79. .widget_authors > ul > li > a {
  80. font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  81. }
  82. /* Display WordPress Posts */
  83. /* GoodReads */
  84. /* EU cookie law */
  85. .widget_eu_cookie_law_widget #eu-cookie-law {
  86. font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  87. }
  88. /* RSS Links */
  89. .widget_rss_links li {
  90. font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  91. }
  92. /**
  93. * Content Options
  94. */
  95. /**
  96. * Content Form
  97. */
  98. .contact-form label span {
  99. color: #767676;
  100. }
  101. /**
  102. * Blocks
  103. */
  104. /* Mailchimp Block - Temp Fix */
  105. .wp-block-jetpack-mailchimp input[type="email"] {
  106. width: 100%;
  107. }
  108. .wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
  109. font-size: 0.71111em;
  110. }
  111. /* Business Hours - Temp Fix */
  112. .jetpack-business-hours dt,
  113. .jetpack-business-hours dd {
  114. float: left;
  115. }
  116. .jetpack-business-hours dt {
  117. clear: both;
  118. margin-right: 0.5rem;
  119. }
  120. .jetpack-business-hours dd {
  121. margin: 0;
  122. }