Guest User

Untitled

a guest
Apr 27th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. /*procss sprite start*/
  2. .titlebox a[href="https://www.reddit.com/r/ProCSS/"] {
  3. display: inline-block;
  4. font-size: 0px !important;
  5. margin-left: 20px; /* Adjust space from left - 30px pretty much centers the "sidebar" icon */
  6. margin-top: 10px; /* Adjust space above icon */
  7. margin-bottom: -5px; /* Adjust space below icon */
  8. width: 235px;height: 87px;
  9. background: url(%%procss-sprite%%) no-repeat;
  10. -webkit-animation: procss .5s steps(6) infinite;
  11. -moz-animation: procss .5s steps(6) infinite;
  12. -ms-animation: procss .5s steps(6) infinite;
  13. -o-animation: procss .5s steps(6) infinite;
  14. animation: procss .5s steps(6) infinite;
  15. text-indent: -9999px;
  16. }
  17. @-webkit-keyframes procss {from { background-position: 0 0px; } to { background-position: 0 -522px; }}
  18. @-moz-keyframes procss {from { background-position: 0 0px; } to { background-position: 0 -522px; }}
  19. @-ms-keyframes procss {from { background-position: 0 0px; } to { background-position: 0 -522px; }}
  20. @-o-keyframes procss {from { background-position: 0 0px; } to { background-position: 0 -522px; }}
  21. @keyframes procss {from { background-position: 0 0; } to { background-position: 0 -522px; }}
  22. /* procss sprite end*/
Add Comment
Please, Sign In to add comment