sexycullen

theme 213 username and tags new icons

Apr 25th, 2021 (edited)
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. // SCRIPT
  2. <script src="//pull.cappuccicons.com/cpf.js"></script> <!-- custom icons -->
  3.  
  4.  
  5.  
  6. // CHANGE USERNAMES
  7.  
  8. .tumblr_blog::before {
  9. content: '\e09a';
  10. font-family:'saturnicons';
  11. font-size:calc(var(--bodyFontSize) - 50%);
  12. bottom:0.5px;
  13. margin-right:7px;
  14. display:inline-block;
  15. vertical-align:middle;
  16. position:relative;
  17. color: var(--boldColor);
  18. }
  19.  
  20. .tumblr_blog:hover:before {
  21. background-color:var(--bodyLinkHoverColor);
  22. }
  23.  
  24. .user::before {
  25. content: '\e09a';
  26. font-family:'saturnicons';
  27. font-size:calc(var(--bodyFontSize) - 50%);
  28. bottom:0.5px;
  29. margin-right:7px;
  30. display:inline-block;
  31. vertical-align:middle;
  32. position:relative;
  33. color: var(--boldColor);
  34. }
  35.  
  36. .user:hover:before {
  37. background-color:var(--bodyLinkHoverColor);
  38. }
  39.  
  40.  
  41. ------------------------------------------------------------------------------------
  42.  
  43.  
  44. // CHANGE TAGS
  45.  
  46. .tags a::before {
  47. content: '\e09a';
  48. font-family:'saturnicons';
  49. font-size:calc(var(--bodyFontSize) - 50%);
  50. bottom:0.5px;
  51. margin-right:7px;
  52. display:inline-block;
  53. vertical-align:middle;
  54. position:relative;
  55. color: var(--boldColor);
  56. }
Add Comment
Please, Sign In to add comment