srikat

Untitled

Mar 17th, 2016
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .screen-reader-text,
  2. .screen-reader-text span {
  3. position: absolute !important;
  4. clip: rect(0, 0, 0, 0);
  5. height: 1px;
  6. width: 1px;
  7. border: 0;
  8. overflow: hidden;
  9. }
  10.  
  11. .screen-reader-text:focus {
  12. clip: auto !important;
  13. height: auto;
  14. width: auto;
  15. display: block;
  16. font-size: 1em;
  17. font-weight: bold;
  18. padding: 15px 23px 14px;
  19. color: #333;
  20. background: #fff;
  21. z-index: 100000; /* Above WP toolbar. */
  22. text-decoration: none;
  23. box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  24. }
  25.  
  26. .posts-page-description {
  27. margin-top: 40px;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment