ShadowGlaceon

AlfaStorm

Oct 12th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. .pm-window-alfastorm .pm-log,.pm-window-alfastorm.focused .pm-log {
  2. background-image: url("https://i.imgur.com/SXa0gUf.jpg");
  3. background-size: cover;
  4. border: 1px solid purple;
  5. transition: 1s;
  6. }
  7.  
  8. .pm-window-alfastorm .pm-log .chat,.pm-window-alfastorm .pm-log .chat small {
  9. color: #E813FF;
  10. text-shadow: 1px 0px 1px #0059E1;
  11. transition: 1s;
  12. }
  13.  
  14. .pm-window-alfastorm .pm-log .chat .username {
  15. text-shadow: 0 1px 1px #4B008C;
  16. transition: 1s;
  17. }
  18.  
  19. .pm-window-alfastorm .pm-notifying {
  20. background: linear-gradient(to left, rgba(124,0,186,1) 0%, rgba(156,69,255,1) 49%, rgba(51,0,71,1) 100%);
  21. }
  22.  
  23. .pm-window-alfastorm.focused h3,.pm-window-alfastorm h3:hover,.pm-window-alfastorm.focused h3:hover,.pm-window-alfastorm h3 {
  24. color: #4B008C;
  25. text-shadow: 1px 1px 1px #78008C;
  26. background: linear-gradient(to right, rgba(124,0,186,1) 0%, rgba(156,69,255,1) 49%, rgba(51,0,71,1) 100%);
  27. border: 1px solid purple;
  28. }
  29.  
  30. .pm-window-alfastorm h3,.pm-window-alfastorm .pm-window-minimized,.pm-window-alfastorm .pm-log-add {
  31. text-shadow: 0 1px 2px #50008C;
  32. background: linear-gradient(to right, rgba(124,0,186,1) 0%, rgba(156,69,255,1) 49%, rgba(51,0,71,1) 100%);
  33. border: 1px solid purple;
  34. }
  35.  
  36. .pm-window-alfastorm h3 i {
  37. color: #6600B2;
  38. transition: 1s;
  39. }
  40.  
  41. .pm-window-alfastorm h3 i:hover {
  42. color: #C272FF;
  43. transition: 1s;
  44. }
  45.  
  46. .pm-window-alfastorm.focused .pm-log-add {
  47. border: 1px solid purple;
  48. transition: 1s;
  49. }
  50.  
  51. .pm-window-alfastorm .textbox {
  52. color: #C272FF;
  53. background: linear-gradient(to left, rgba(124,0,186,1) 0%, rgba(156,69,255,1) 49%, rgba(51,0,71,1) 100%);
  54. border-radius: 12px;
  55. text-shadow: 0 1px 2px #6700B5;
  56. }
  57.  
  58. .pm-window-alfastorm .pm-log .chat:hover,.pm-window-alfastorm .pm-log .chat small:hover {
  59. color: #C87FFF;
  60. text-shadow: 0 1px 2px #1F31DE;
  61. background: linear-gradient(to right, rgba(200,89,255,0.5) 0%, rgba(156,69,255,0.5) 49%, rgba(219,127,255,0.5) 100%);
  62. border-radius: 12px;
  63. transition: 1s;
  64. }
  65.  
  66. .pm-window-alfastorm h3:hover {
  67. color: #C87FFF;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment