Advertisement
Guest User

Stylish Script

a guest
Dec 4th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. /*
  2. Title can be set to: IMDB Reveal Original Titles Dark Theme
  3.  
  4. Applies to:
  5. URLs starting with > https://www.imdb.com/name/
  6. URLs starting with > https://www.imdb.com/title/
  7.  
  8. */
  9.  
  10. .loader{
  11. background: #bfbfbf;
  12. }
  13.  
  14. .countwrapper{
  15. color: #cccccc;
  16. }
  17.  
  18. /*
  19. --------------------------------------------------
  20. Remove everything below here to revert the buttons
  21. */
  22.  
  23. .copybutton, .linkasbutton-secondary{
  24. border-color: #000000;
  25. background-color: #585858;
  26. background: #585858;
  27. color: #cccccc !important;
  28. }
  29.  
  30. .copybutton:hover, .linkasbutton-secondary:hover{
  31. background: #464646;
  32. background-color: #464646;
  33. border-color: #000000;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement