Advertisement
srikat

Untitled

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