ShadowGlaceon

Horrific17

Oct 12th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. .pm-window-horrific17 .pm-log,.pm-window-horrific17.focused .pm-log {
  2. background-image: url("https://i.imgur.com/CTPFzTc.png");
  3. background-size: cover;
  4. border: 1px solid pink;
  5. transition: 1s;
  6. }
  7.  
  8. .pm-window-horrific17 .pm-log .chat,.pm-window-horrific17 .pm-log .chat small {
  9. color: #E813FF;
  10. text-shadow: 1px 0px 1px #0059E1;
  11. transition: 1s;
  12. }
  13.  
  14. .pm-window-horrific17 .pm-log .chat .username {
  15. text-shadow: 0 1px 1px #0059E1;
  16. transition: 1s;
  17. }
  18.  
  19. .pm-window-horrific17 .pm-notifying {
  20. background: linear-gradient(to left, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%);
  21. }
  22.  
  23. .pm-window-horrific17.focused h3,.pm-window-horrific17 h3:hover,.pm-window-horrific17.focused h3:hover,.pm-window-horrific17 h3 {
  24. color: #FF5BE8;
  25. text-shadow: 1px 1px 1px #0059E1;
  26. background: linear-gradient(to right, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%);
  27. border: 1px solid pink;
  28. }
  29.  
  30. .pm-window-horrific17 h3,.pm-window-horrific17 .pm-window-minimized,.pm-window-horrific17 .pm-log-add {
  31. text-shadow: 0 1px 2px blue;
  32. background: linear-gradient(to right, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%);
  33. border: 1px solid pink;
  34. }
  35.  
  36. .pm-window-horrific17 h3 i {
  37. color: #FF5BE8;
  38. transition: 1s;
  39. }
  40.  
  41. .pm-window-horrific17 h3 i:hover {
  42. color: #5B5EFF;
  43. transition: 1s;
  44. }
  45.  
  46. .pm-window-horrific17.focused .pm-log-add {
  47. border: 1px solid pink;
  48. transition: 1s;
  49. }
  50.  
  51. .pm-window-horrific17 .textbox {
  52. color: #5B5EFF;
  53. background: linear-gradient(to right, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
  54. border-radius: 12px;
  55. text-shadow: 0 1px 2px #FF5BF5;
  56. }
  57.  
  58. .pm-window-horrific17 .pm-log .chat:hover,.pm-window-horrific17 .pm-log .chat small:hover {
  59. color: pink;
  60. text-shadow: 0 1px 2px #1F31DE;
  61. background: linear-gradient(to right, rgba(73,155,234,0.5) 0%, rgba(32,124,229,0.5) 100%);
  62. border-radius: 12px;
  63. transition: 1s;
  64. }
  65.  
  66. .pm-window-horrific17 h3:hover {
  67. color: #FF65E4;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment