style-jetpack.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. * IBM Plex Sans (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. background: #c43d80;
  15. font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  16. }
  17. /**
  18. * Responsive Videos
  19. */
  20. /**
  21. * Sharing & Related Posts
  22. */
  23. .entry div.sharedaddy h3.sd-title,
  24. .entry h3.sd-title,
  25. .entry #jp-relatedposts h3.jp-relatedposts-headline {
  26. font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  27. }
  28. .entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
  29. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  30. font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  31. }
  32. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
  33. .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  34. font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  35. }
  36. /**
  37. * Stats
  38. */
  39. /**
  40. * Comments
  41. */
  42. /**
  43. * Widgets
  44. */
  45. /* Authors Widget */
  46. .widget_authors > ul > li > a {
  47. font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  48. }
  49. /* Display WordPress Posts */
  50. /* GoodReads */
  51. /* EU cookie law */
  52. .widget_eu_cookie_law_widget #eu-cookie-law {
  53. font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  54. }
  55. /* RSS Links */
  56. .widget_rss_links li {
  57. font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  58. }
  59. /**
  60. * Content Options
  61. */
  62. /**
  63. * Contact Form
  64. */
  65. .entry-content .contact-form label span {
  66. color: inherit;
  67. font-weight: 300;
  68. }
  69. /**
  70. * Blocks
  71. */
  72. /* Mailchimp Block - Temp Fix */
  73. .wp-block-jetpack-mailchimp input[type="email"] {
  74. width: 100%;
  75. }
  76. .wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
  77. font-size: 0.71111em;
  78. }
  79. /* Business Hours - Temp Fix */
  80. .jetpack-business-hours dt,
  81. .jetpack-business-hours dd {
  82. float: left;
  83. }
  84. .jetpack-business-hours dt {
  85. clear: both;
  86. margin-right: 0.5rem;
  87. }
  88. .jetpack-business-hours dd {
  89. margin: 0;
  90. }