Advertisement
ShadowGlaceon

Flufi

Oct 16th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. .pm-window-flufi .pm-log,.pm-window-flufi.focused .pm-log {
  2. background-image: url("https://i.imgur.com/gszPA1Z.png");
  3. background-size: cover;
  4. border: 1px solid #ff9420;
  5. transition: 1s;
  6. }
  7.  
  8. .pm-window-flufi .pm-log .chat,.pm-window-flufi .pm-log .chat small {
  9. color: #fbff16;
  10. text-shadow: 1px 0px 1px #a85400;
  11. transition: 1s;
  12. }
  13.  
  14. .pm-window-flufi .pm-log .chat .username {
  15. text-shadow: 0 1px 1px #ff7a16;
  16. transition: 1s;
  17. }
  18.  
  19. .pm-window-flufi .pm-notifying {
  20. background: linear-gradient(to left, rgba(255,228,51,1) 0%, rgba(255,116,10,1) 100%);
  21. }
  22.  
  23. .pm-window-flufi.focused h3,.pm-window-flufi h3:hover,.pm-window-flufi.focused h3:hover,.pm-window-flufi h3 { background-image:url("https://i.imgur.com/wZlpKgG.png");
  24. repeat:repeat-x;
  25. color: #ff7a16;
  26. text-shadow: 1px 1px 1px #8e3d00;
  27. border: 1px solid #8e3d00;
  28. }
  29.  
  30. .pm-window-flufi h3,.pm-window-flufi .pm-window-minimized,.pm-window-flufi .pm-log-add {
  31. text-shadow: 0 1px 2px #50008C;
  32. background: linear-gradient(to right, rgba(255,228,51,1) 0%, rgba(255,116,10,1) 100%);
  33. border: 1px solid orange;
  34. }
  35.  
  36. .pm-window-flufi h3 i {
  37. color: #f05300;
  38. transition: 1s;
  39. }
  40.  
  41. .pm-window-flufi h3 i:hover {
  42. color: yellow;
  43. transition: 1s;
  44. }
  45.  
  46. .pm-window-flufi.focused .pm-log-add {
  47. border: 1px solid orange;
  48. transition: 1s;
  49. }
  50.  
  51. .pm-window-flufi .textbox {
  52. color: orange;
  53. background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(255,233,92,1) 26%, rgba(255,116,10,1) 62%, rgba(255,219,41,1) 100%);
  54. border-radius: 12px;
  55. text-shadow: 0 1px 2px #950000;
  56. }
  57.  
  58. .pm-window-flufi .pm-log .chat:hover,.pm-window-flufi .pm-log .chat small:hover {
  59. color: #f05300;
  60. text-shadow: 0 1px 2px #983400;
  61. background: linear-gradient(to right, rgba(255,233,92,0.6) 0%, rgba(255,116,10,0.6) 100%);
  62. border-radius: 12px;
  63. transition: 1s;
  64. }
  65.  
  66. .pm-window-flufi h3:hover {
  67. color: #d54900;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement