ShadowGlaceon

Todoroki Delta

Oct 22nd, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. .pm-window-todorokidelta .pm-log,.pm-window-todorokidelta.focused .pm-log {
  2. background-image: url("https://i.imgur.com/ANXP2Fo.png");
  3. background-size: cover;
  4. border: 1px solid #4663ff;
  5. transition: 1s;
  6. }
  7.  
  8. .pm-window-todorokidelta .pm-log .chat,.pm-window-todorokidelta .pm-log .chat small {
  9. color: #4663ff;
  10. text-shadow: 1px 0px 1px #0b00ab;
  11. transition: 1s;
  12. }
  13.  
  14. .pm-window-todorokidelta .pm-log .chat .username {
  15. text-shadow: 0 1px 1px #0b00ab;
  16. transition: 1s;
  17. }
  18.  
  19. .pm-window-todorokidelta .pm-notifying {
  20. background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(0,8,161,1) 100%);
  21. }
  22.  
  23. .pm-window-todorokidelta.focused h3,.pm-window-todorokidelta h3:hover,.pm-window-todorokidelta.focused h3:hover,.pm-window-todorokidelta h3 {
  24. background: linear-gradient(to left, rgba(73,155,234,1) 0%, rgba(0,8,161,1) 100%);
  25. color: #1952ff;
  26. text-shadow: 1px 1px 2px #000;
  27. border: 1px solid #1952ff;
  28. }
  29.  
  30. .pm-window-todorokidelta h3,.pm-window-todorokidelta .pm-window-minimized,.pm-window-todorokidelta .pm-log-add {
  31. text-shadow: 0 1px 2px #000;
  32. background: linear-gradient(to right, rgba(75,75,232,1) 0%, rgba(89,211,255,1) 100%);
  33. border: 1px solid #1952ff;
  34. }
  35.  
  36. .pm-window-todorokidelta h3 i {
  37. color: #1952ff;
  38. transition: 1s;
  39. }
  40.  
  41. .pm-window-todorokidelta h3 i:hover {
  42. color: #000297;
  43. transition: 1s;
  44. }
  45.  
  46. .pm-window-todorokidelta.focused .pm-log-add {
  47. border: 1px solid #000297;
  48. transition: 1s;
  49. }
  50.  
  51. .pm-window-todorokidelta .textbox {
  52. color: #000297;
  53. background: linear-gradient(to left, rgba(75,75,232,1) 0%, rgba(89,211,255,1) 100%);
  54. border-radius: 12px;
  55. text-shadow: 0 1px 2px #000297;
  56. }
  57.  
  58. .pm-window-todorokidelta .pm-log .chat:hover,.pm-window-todorokidelta .pm-log .chat small:hover {
  59. color: #000;
  60. text-shadow: 0 1px 2px #0021e0;
  61. background: linear-gradient(to right, rgba(73,155,234,0.6) 0%, rgba(32,124,229,0.6) 100%);
  62. border-radius: 12px;
  63. transition: 1s;
  64. }
  65.  
  66. .pm-window-todorokidelta h3:hover {
  67. color: #0021e0;
  68. text-shadow: 0 1px 2px #b1e3ff;
  69. }
Advertisement
Add Comment
Please, Sign In to add comment