Aucune description

subscriptions.css 650B

123456789101112131415161718192021222324252627282930
  1. #subscribe-email input {
  2. width: 95%;
  3. }
  4. .comment-subscription-form {
  5. margin-bottom: 1em;
  6. }
  7. .comment-subscription-form .subscribe-label {
  8. display: inline !important;
  9. }
  10. /*
  11. Text meant only for screen readers.
  12. Provides support for themes that do not bundle this CSS yet.
  13. @see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
  14. ***********************************/
  15. .screen-reader-text {
  16. border: 0;
  17. clip: rect(1px, 1px, 1px, 1px);
  18. clip-path: inset(50%);
  19. height: 1px;
  20. margin: -1px;
  21. overflow: hidden;
  22. padding: 0;
  23. position: absolute ! important;
  24. width: 1px;
  25. word-wrap: normal ! important;
  26. }