Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*procss sprite start*/
- .titlebox a[href="https://www.reddit.com/r/ProCSS/"] {
- display: inline-block;
- font-size: 0px !important;
- margin-left: 20px; /* Adjust space from left - 30px pretty much centers the "sidebar" icon */
- margin-top: 10px; /* Adjust space above icon */
- margin-bottom: -5px; /* Adjust space below icon */
- width: 235px;height: 87px;
- background: url(%%procss-sprite%%) no-repeat;
- -webkit-animation: procss .5s steps(6) infinite;
- -moz-animation: procss .5s steps(6) infinite;
- -ms-animation: procss .5s steps(6) infinite;
- -o-animation: procss .5s steps(6) infinite;
- animation: procss .5s steps(6) infinite;
- text-indent: -9999px;
- }
- @-webkit-keyframes procss {from { background-position: 0 0px; } to { background-position: 0 -522px; }}
- @-moz-keyframes procss {from { background-position: 0 0px; } to { background-position: 0 -522px; }}
- @-ms-keyframes procss {from { background-position: 0 0px; } to { background-position: 0 -522px; }}
- @-o-keyframes procss {from { background-position: 0 0px; } to { background-position: 0 -522px; }}
- @keyframes procss {from { background-position: 0 0; } to { background-position: 0 -522px; }}
- /* procss sprite end*/
Add Comment
Please, Sign In to add comment