Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @-webkit-keyframes Blink {
  2. 20%{text-shadow: 0 0 8px rgba(255, 0, 0, 1)}
  3. 100%{text-shadow: 0 0 12px rgba(255, 0, 0, 0)}
  4. }
  5. div[user-id="493224"] .name, div[user-id="418829"] .name{
  6. color:rgba(255,255,255,0.5) !important;
  7. -webkit-animation: Blink .5s linear infinite;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement