Advertisement
RandomGuy32

star.css

Nov 3rd, 2015
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.47 KB | None | 0 0
  1. div.HeartAnimation {
  2.     background-color: transparent !important;
  3.     background-image: url("http://image.randomguy32.bplaced.de/star-monochrome.png") !important;
  4.     background-size: 16px 16px !important;
  5.     background-position: center center !important;
  6.     background-repeat: no-repeat !important;
  7. }
  8. button:hover div.HeartAnimation, div.HeartAnimation:hover, .ProfileTweet-actionButtonUndo div.HeartAnimation {
  9.     background-image: url("http://image.randomguy32.bplaced.de/star.png") !important;
  10. }
  11. .js-actionFavorite.ProfileTweet-actionButtonUndo span.ProfileTweet-actionCountForPresentation {
  12.     color: #FAB41E !important;
  13. }
  14. span.Icon--heartBadge {
  15.     background-image: url("http://image.randomguy32.bplaced.de/star-badge.png") !important;
  16.     background-position: center bottom !important;
  17.     background-repeat: no-repeat !important;
  18.     width: 16px !important;
  19.     height: 15px !important;
  20.     margin-top: 4px !important;
  21. }
  22. span.Icon--heartBadge::before {
  23.     content: '' !important;
  24. }
  25.  
  26. article.stream-item div.item-box div.tweet i.sprite {
  27.     background-image: url('http://image.randomguy32.bplaced.de/tweetdeck-widgets.png') !important;
  28. }
  29. i.icon.icon-favorite {
  30.     margin-top: -4px !important;
  31.     font-size: 1.5em !important;
  32. }
  33. div.is-favorite i.icon.icon-favorite {
  34.     color: #FAB41E !important;
  35. }
  36. i.icon.icon-favorite.pull-right.activity-indicator {
  37.     color: #FAB41E !important;
  38.     margin-top: -1px !important;
  39.     font-size: 18px !important;
  40. }
  41. i.icon.icon-favorite::before {
  42.     content: '★' !important;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement