Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. /* cleaned css: */
  2. body {background: #8e8086 url(https://i.imgur.com/LNfdBP9.png) fixed; font-family: "century gothic"; font-size:11pt; word-spacing:2px;line-height:16px;text-align: justify; letter-spacing: 1px;}
  3.  
  4.  
  5. #title,#subtitle,#pagetitle {display: none;}
  6. #pagetitle {display: none;}
  7.  
  8.  
  9. /* icons */
  10. img[src*="locked.png"]
  11. {width: 0; height: 0; padding: 30px 30px 0 0 !important; background: url(https://i.imgur.com/n1gk3jq.png);}
  12. img[src*="private.png"]{width: 0; height: 0; padding: 9px 49px 0 0 !important; background: url(https://i.imgur.com/1lUK7sU.png);}
  13. img[src*="icon_groups.gif"]{display:none;width: 0; height: 0; padding: 16px 16px 0 0 !important; background: url(http://i147.photobucket.com/albums/r304/snubicons/layouts/groupcustom.png);}
  14.  
  15.  
  16. img[src*="user.png"] {width: 0; height: 0; padding: 16px 16px 0 2px !important; background-repeat: no-repeat;
  17. background-image: url(https://i.imgur.com/2ZVttNB.gif) !important;}
  18. img[src*="community.png"] {width:0; height: 0; padding: 15px 19px 0 2px !important; background-repeat: no-repeat;
  19. background-image: url(https://i.imgur.com/7FqaOxS.gif) !important;}
  20.  
  21. div.contextualpopup div.inner{display:none;}
  22. /* this hides the text visually, note this hides it on all of them, so if you want to only replace some headers, make sure to use their specific class like .metadata-label-mood instead of just .metadata-label */
  23. .tag-text,
  24. .metadata-label {
  25. border: 0;
  26. font: 0/0 a;
  27. text-shadow: none;
  28. color: transparent;
  29. }
  30. /* this adds a pseudo element to put an image into */
  31. .tag-text:before,
  32. .metadata-label:before {
  33. content: '';
  34. display: inline-block;
  35. }
  36. /* these define the image replacements, make sure to use the width/height of your image */
  37. .metadata-label-mood:before {
  38. background: url(https://i.imgur.com/AavXT5u.png);
  39. width: 15px;
  40. height: 12px;
  41. }
  42. .metadata-label-music:before {
  43. background: url(https://i.imgur.com/Du7RYvr.png);
  44. width: 16px;
  45. height: 16px;
  46. }
  47. .metadata-label-location:before {
  48. background: url(https://i.imgur.com/HmYW2eO.gif);
  49. width: 15px;
  50. height: 15px;
  51. }
  52. .tag-text:before {
  53. background: url(https://i.imgur.com/zGiriAT.png);
  54. width: 16px;
  55. height: 16px;
  56. }
  57. #header { border: 0px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement