12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- /* Styles for WordPress.com
- * ------------------------ */
- #wpstats {
- display: none;
- }
- div#jp-relatedposts h3.jp-relatedposts-headline {
- font-size: 19px;
- margin: 0 0 .875em;
- }
- div#jp-relatedposts h3.jp-relatedposts-headline em:before {
- display: none;
- }
- div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
- font-style: normal;
- line-height: 1.5;
- margin: .4375em 0;
- }
- div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
- font-weight: bold;
- font-size: 17px;
- }
- div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
- div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
- text-decoration: none;
- }
- div#jp-relatedposts div.jp-relatedposts-items p {
- font-size: 15px;
- line-height: 1.75;
- }
- div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
- div#jp-relatedposts div.jp-relatedposts-items p {
- margin-bottom: .4375em;
- }
- div#jp-relatedposts div.jp-relatedposts-items p.jp-relatedposts-post-context {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
- font-size: 14px;
- }
- .mc-modal {
- z-index: 10001 !important;
- }
- .mc-banner {
- z-index: 10002 !important;
- }
- /*
- * Hides the Site Logo DM icon, which is not supported in this theme.
- * The CSS class below mistakenly triggers its appearance.
- */
- .cdm-icon__site_logo {
- display: none;
- }
- /*
- * Repositions the Header Image DM icon, which needs a higher z-index
- * to be clickable above the site header, and occasionally gets placed
- * over the site logo and/or Gravatar.
- */
- .cdm-icon--header-image {
- left: auto !important;
- right: 50px !important;
- z-index: 9999;
- }
|