Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .pm-window-todorokidelta .pm-log,.pm-window-todorokidelta.focused .pm-log {
- background-image: url("https://i.imgur.com/ANXP2Fo.png");
- background-size: cover;
- border: 1px solid #4663ff;
- transition: 1s;
- }
- .pm-window-todorokidelta .pm-log .chat,.pm-window-todorokidelta .pm-log .chat small {
- color: #4663ff;
- text-shadow: 1px 0px 1px #0b00ab;
- transition: 1s;
- }
- .pm-window-todorokidelta .pm-log .chat .username {
- text-shadow: 0 1px 1px #0b00ab;
- transition: 1s;
- }
- .pm-window-todorokidelta .pm-notifying {
- background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(0,8,161,1) 100%);
- }
- .pm-window-todorokidelta.focused h3,.pm-window-todorokidelta h3:hover,.pm-window-todorokidelta.focused h3:hover,.pm-window-todorokidelta h3 {
- background: linear-gradient(to left, rgba(73,155,234,1) 0%, rgba(0,8,161,1) 100%);
- color: #1952ff;
- text-shadow: 1px 1px 2px #000;
- border: 1px solid #1952ff;
- }
- .pm-window-todorokidelta h3,.pm-window-todorokidelta .pm-window-minimized,.pm-window-todorokidelta .pm-log-add {
- text-shadow: 0 1px 2px #000;
- background: linear-gradient(to right, rgba(75,75,232,1) 0%, rgba(89,211,255,1) 100%);
- border: 1px solid #1952ff;
- }
- .pm-window-todorokidelta h3 i {
- color: #1952ff;
- transition: 1s;
- }
- .pm-window-todorokidelta h3 i:hover {
- color: #000297;
- transition: 1s;
- }
- .pm-window-todorokidelta.focused .pm-log-add {
- border: 1px solid #000297;
- transition: 1s;
- }
- .pm-window-todorokidelta .textbox {
- color: #000297;
- background: linear-gradient(to left, rgba(75,75,232,1) 0%, rgba(89,211,255,1) 100%);
- border-radius: 12px;
- text-shadow: 0 1px 2px #000297;
- }
- .pm-window-todorokidelta .pm-log .chat:hover,.pm-window-todorokidelta .pm-log .chat small:hover {
- color: #000;
- text-shadow: 0 1px 2px #0021e0;
- background: linear-gradient(to right, rgba(73,155,234,0.6) 0%, rgba(32,124,229,0.6) 100%);
- border-radius: 12px;
- transition: 1s;
- }
- .pm-window-todorokidelta h3:hover {
- color: #0021e0;
- text-shadow: 0 1px 2px #b1e3ff;
- }
Advertisement
Add Comment
Please, Sign In to add comment