style-wpcom.css 620 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /**
  2. * WP.com stylesheet for Varia
  3. */
  4. /**
  5. * Hide page title on the homepage
  6. */
  7. .home.page.hide-homepage-title .entry-header {
  8. display: none;
  9. }
  10. .home.page.hide-homepage-title .site-main > article > .entry-content {
  11. margin-top: 0;
  12. }
  13. /**
  14. * Fix Direct Manipulation icons in the Customizer
  15. */
  16. .cdm-icon svg {
  17. fill: #fff;
  18. }
  19. /**
  20. * Fix 'reply' comment textarea vertical spacing
  21. */
  22. .comment-list #respond #commentform {
  23. clear: both;
  24. }
  25. .comment-reply-title #cancel-comment-reply-link {
  26. font-size: 15.65px;
  27. margin-bottom: 1em;
  28. }
  29. /**
  30. * Hide Footer Credit comma
  31. */
  32. .hide-footer-credit .comma {
  33. display: none;
  34. }