style-jetpack.css 2.8 KB

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