Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .pm-window-alfastorm .pm-log,.pm-window-alfastorm.focused .pm-log {
- background-image: url("https://i.imgur.com/SXa0gUf.jpg");
- background-size: cover;
- border: 1px solid purple;
- transition: 1s;
- }
- .pm-window-alfastorm .pm-log .chat,.pm-window-alfastorm .pm-log .chat small {
- color: #E813FF;
- text-shadow: 1px 0px 1px #0059E1;
- transition: 1s;
- }
- .pm-window-alfastorm .pm-log .chat .username {
- text-shadow: 0 1px 1px #4B008C;
- transition: 1s;
- }
- .pm-window-alfastorm .pm-notifying {
- background: linear-gradient(to left, rgba(124,0,186,1) 0%, rgba(156,69,255,1) 49%, rgba(51,0,71,1) 100%);
- }
- .pm-window-alfastorm.focused h3,.pm-window-alfastorm h3:hover,.pm-window-alfastorm.focused h3:hover,.pm-window-alfastorm h3 {
- color: #4B008C;
- text-shadow: 1px 1px 1px #78008C;
- background: linear-gradient(to right, rgba(124,0,186,1) 0%, rgba(156,69,255,1) 49%, rgba(51,0,71,1) 100%);
- border: 1px solid purple;
- }
- .pm-window-alfastorm h3,.pm-window-alfastorm .pm-window-minimized,.pm-window-alfastorm .pm-log-add {
- text-shadow: 0 1px 2px #50008C;
- background: linear-gradient(to right, rgba(124,0,186,1) 0%, rgba(156,69,255,1) 49%, rgba(51,0,71,1) 100%);
- border: 1px solid purple;
- }
- .pm-window-alfastorm h3 i {
- color: #6600B2;
- transition: 1s;
- }
- .pm-window-alfastorm h3 i:hover {
- color: #C272FF;
- transition: 1s;
- }
- .pm-window-alfastorm.focused .pm-log-add {
- border: 1px solid purple;
- transition: 1s;
- }
- .pm-window-alfastorm .textbox {
- color: #C272FF;
- background: linear-gradient(to left, rgba(124,0,186,1) 0%, rgba(156,69,255,1) 49%, rgba(51,0,71,1) 100%);
- border-radius: 12px;
- text-shadow: 0 1px 2px #6700B5;
- }
- .pm-window-alfastorm .pm-log .chat:hover,.pm-window-alfastorm .pm-log .chat small:hover {
- color: #C87FFF;
- text-shadow: 0 1px 2px #1F31DE;
- 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%);
- border-radius: 12px;
- transition: 1s;
- }
- .pm-window-alfastorm h3:hover {
- color: #C87FFF;
- }
Advertisement
Add Comment
Please, Sign In to add comment