Guest User

Untitled

a guest
Dec 12th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. .control-item.control-anchor .hide_overflow::before{
  2. font-family: tumblr-icons, None;
  3. font-size: 24px;
  4. line-height: 0;
  5. font-weight: normal;
  6. position: relative;
  7. top: 3px; left: 1px;
  8. }
  9.  
  10. .control-item.control-anchor.posts .hide_overflow::before{
  11. content: "\EA8B\2002";
  12. }
  13. .control-item.control-anchor.followers .hide_overflow::before{
  14. content: "\EA44\2002";
  15. }
  16. .control-item.control-anchor.activity .hide_overflow::before{
  17. content: "\EA01\2002";
  18. left: 5px;
  19. margin-right: 11px;
  20. }
  21. .control-item.control-anchor.members .hide_overflow::before{
  22. content: "\EA59\2002";
  23. font-size: 21px;
  24. top: 2px; left: 2px;
  25. margin-right: 5px;
  26. }
  27. .control-item.control-anchor.queue .hide_overflow::before{
  28. content: "\EA8D\2002";
  29. left: -1px;
  30. }
  31. .control-item.control-anchor.drafts .hide_overflow::before{
  32. content: "\EA25\2002";
  33. }
  34. .control-item.control-anchor.customize .hide_overflow::before{
  35. content: "\EAB3\2002";
  36. }
Add Comment
Please, Sign In to add comment