Advertisement
Freack100

[Osu Theme tweaks] Disqus.com fix

Sep 25th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. p, span.realtime-replies {
  2.     color: rgb(220,220,220) !important;
  3.     text-shadow:
  4.         0px 0px 3px black
  5.     !important;
  6.    
  7. }
  8.  
  9. * {
  10.     font-family: "Impact";
  11.     font-weight: normal !important;
  12. }
  13.  
  14. a.time-ago {
  15.     color: rgb(220,220,220) !important;
  16. }
  17.  
  18. a.toggle {
  19.     color: rgb(220,220,220) !important;
  20. }
  21.  
  22. li.reply span {
  23.     color: rgb(220,220,220) !important;  
  24. }
  25.  
  26. a.vote-up span.count {
  27.     color: rgb(220,220,220) !important;  
  28. }
  29.  
  30. i.icon {
  31.     color: rgb(220,220,220) !important;  
  32. }
  33.  
  34. li.bullet {
  35.     display:none;  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement