style-wpcom.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /* Styles for WordPress.com
  2. * ------------------------ */
  3. #wpstats {
  4. display: none;
  5. }
  6. div#jp-relatedposts h3.jp-relatedposts-headline {
  7. font-size: 19px;
  8. margin: 0 0 .875em;
  9. }
  10. div#jp-relatedposts h3.jp-relatedposts-headline em:before {
  11. display: none;
  12. }
  13. div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  14. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  15. font-style: normal;
  16. line-height: 1.5;
  17. margin: .4375em 0;
  18. }
  19. div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  20. font-weight: bold;
  21. font-size: 17px;
  22. }
  23. div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
  24. div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
  25. text-decoration: none;
  26. }
  27. div#jp-relatedposts div.jp-relatedposts-items p {
  28. font-size: 15px;
  29. line-height: 1.75;
  30. }
  31. div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
  32. div#jp-relatedposts div.jp-relatedposts-items p {
  33. margin-bottom: .4375em;
  34. }
  35. div#jp-relatedposts div.jp-relatedposts-items p.jp-relatedposts-post-context {
  36. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  37. font-size: 14px;
  38. }
  39. .mc-modal {
  40. z-index: 10001 !important;
  41. }
  42. .mc-banner {
  43. z-index: 10002 !important;
  44. }
  45. /*
  46. * Hides the Site Logo DM icon, which is not supported in this theme.
  47. * The CSS class below mistakenly triggers its appearance.
  48. */
  49. .cdm-icon__site_logo {
  50. display: none;
  51. }
  52. /*
  53. * Repositions the Header Image DM icon, which needs a higher z-index
  54. * to be clickable above the site header, and occasionally gets placed
  55. * over the site logo and/or Gravatar.
  56. */
  57. .cdm-icon--header-image {
  58. left: auto !important;
  59. right: 50px !important;
  60. z-index: 9999;
  61. }