Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*LIGHT MODE*/
- /* Header & Background */
- body {
- background: url(https://i.imgur.com/0mpmR6M.png) !important;
- background-size: cover;
- }
- .header {
- background-image: url(https://i.imgur.com/bXldRgx.png) !important;
- background-size: contain;
- background-repeat: no-repeat;
- }
- .tabbar a.button {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- color: #E0F6F3;
- font-weight: bold;
- box-shadow: none;
- border: #c19e67 solid 1px;
- border-bottom-right-radius: 0px;
- border-bottom-left-radius: 0px;
- border-top-left-radius: 12px;
- border-top-right-radius: 12px;
- text-shadow: 1px 1px 1px black;
- }
- .tabbar a.button:hover {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- color: #81F4E5;
- border: solid 1px #d1d1d1;
- }
- .tabbar a.button.cur {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- color: #E0F6F3;
- font-weight: bold;
- border: #c19e67 solid 1px;
- }
- .tabbar a.button.cur:hover {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- color: #81F4E5;
- font-weight: bold;
- border: solid 1px #d1d1d1;
- }
- .tabbar a.button.subtle-notifying {
- color: #00F2D1;
- }
- .tabbar a.button.notifying {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- font-weight: bold;
- font-style: italic;
- color: #00F2D1;
- border: #d1d1d1 solid 1px;
- }
- .tabbar a.button.notifying:hover {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- color: #E0F6F3;
- }
- .tabbar li:last-child a.button {
- border-top-right-radius: 12px;
- }
- .tabbar li:first-child a.button {
- border-top-left-radius: 10px;
- }
- .tabbar .closebutton {
- color: #E0F6F3;
- }
- .tabbar .closebutton:hover {
- color: #00F2D1;
- }
- .userbar button {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- color: #00F2D1;
- border: #d1d1d1 solid 1px;
- }
- .userbar button:hover {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- color: #00F2D1;
- border-color: #d1d1d1;
- }
- .maintabbarbottom {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- border: #e9d4b3 solid 1px;
- }
- /* Menugroup */
- .menugroup {
- background: linear-gradient(to bottom left, rgba(226,226,226,0.2) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,0.2) 100%);
- border: 2px groove #81F4E5;
- border-radius: 20px;
- }
- .menugroup label {
- color: #81F4E5 ;
- }
- .menugroup button {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- box-shadow: none;
- color: #00F2D1 ;
- border: 2px groove #00F2D1 ;
- border-radius: 14px;
- text-shadow: 1px 1px 2px black;
- }
- .menugroup button:hover {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- border: 2px groove #00F2D1 ;
- color: #00F2D1;
- border-radius: 14px;
- text-shadow: 1px 1px 2px black;
- }
- .menugroup .select:disabled {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- border: #00F2D1 groove 2px;
- }
- .teamselect:disabled strong {
- color: #00F2D1;
- text-shadow: 1px 1px 2px black;
- }
- /* Footer CSS */
- .mainmenufooter {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- box-shadow: none;
- border: #81F4E5 groove 2px ;
- border-radius: 14px;
- padding: 12px;
- text-shadow: none;
- color: #E0F6F3;
- }
- .mainmenufooter a {
- color: #81F4E5;
- text-shadow: 0px 0px 2px black;
- }
- .mainmenufooter a:hover {
- color: #E0F6F3
- ;
- }
- /* Userlist & Chat */
- .userlist {
- background: linear-gradient(to bottom left, rgba(181,181,181,0.7) 0%, rgba(143,143,143,0.7) 50%, rgba(107,107,107,0.7) 51%, rgba(181,181,181,0.7) 100%);
- color: #00F2D1;
- text-shadow: 1px 1px 2px black;
- }
- .userlist-count {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- text-align: center;
- }
- .userlist li {
- border-color: #000066;
- }
- .userlist li button:hover {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- text-shadow: 1px 1px 1px #81F4E5;
- }
- .ps-room {
- border-color: #d1d1d1;
- }
- .userlist li em.group {
- color: #81F4E5;
- }
- .chat.mine {
- background: none;
- }
- .infobox {
- border: solid 1px #d1d1d1;
- }
- .chat-log {
- background: linear-gradient(135deg, rgba(226,226,226,0.8) 0%, rgba(219,219,219,0.9) 50%, rgba(209,209,209,0.9) 51%, rgba(254,254,254,0.8) 100%);
- color: #000066;
- }
- .chat-log .chat small {
- color: #000066;
- }
- .chat-log-add .textbox {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- border: solid 1px #c19e67;
- border-radius: 14px;
- color: #000066;
- }
- .chat-log-add {
- background: linear-gradient(to bottom left, rgba(181,181,181,1) 0%, rgba(143,143,143,1) 50%, rgba(107,107,107,1) 51%, rgba(181,181,181,1) 100%);
- border: solid 1px #8f8f8f
- ;
- }
- .highlighted {
- background: linear-gradient(to right, rgba(224,246,243,0.1) 0%, rgba(129,244,229,1) 51%, rgba(224,246,243,0.1) 100%);
- color: black;
- border-top-left-radius: 120px;
- border-bottom-left-radius: 120px;
- }
- .message-pm {
- color: #000066;
- }
- /* PM Box */
- .pm-window h3 {
- background: linear-gradient(to bottom left, rgba(181,181,181,1) 0%, rgba(143,143,143,1) 50%, rgba(107,107,107,1) 51%, rgba(181,181,181,1) 100%);
- color: #00F2D1;
- border-color: #d1d1d1;
- text-shadow: 1px 1px 1px black;
- }
- .pm-window h3:hover {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- color: #E0F6F3;
- border-color: #d1d1d1;
- }
- .pm-window.focused h3 {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- color: #81F4E5;
- border-color: #b68d4c
- ;
- }
- .pm-window.focused h3:hover {
- background: linear-gradient(to bottom left, rgba(181,181,181,1) 0%, rgba(143,143,143,1) 50%, rgba(107,107,107,1) 51%, rgba(181,181,181,1) 100%);
- color: #000066;
- border-color: #6b6b6b;
- }
- .pm-window h3 small {
- color: #81F4E5;
- }
- .pm-log-add {
- background: linear-gradient(to bottom left, rgba(181,181,181,1) 0%, rgba(143,143,143,1) 50%, rgba(107,107,107,1) 51%, rgba(181,181,181,1) 100%);
- border-color: #6b6b6b
- ;
- }
- .pm-window.focused .pm-log-add {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- border-color: #b68d4c
- ;
- }
- .pm-window h3.pm-notifying {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- color: #81F4E5;
- border-color: #6b6b6b
- ;
- }
- .pm-window h3.pm-notifying:hover {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- color: #000066;
- border-color: #6b6b6b
- ;
- }
- .pm-window h3.pm-notifying small {
- color: #6b6b6b;
- }
- .pm-log-add .textbox {
- background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- border: solid 1px #7f6234;
- border-radius: 14px;
- color: #000066;
- }
- .pm-log {
- background: linear-gradient(to bottom left, rgba(226,226,226,0.6) 0%, rgba(189,189,189,0.9) 50%, rgba(209,209,209, 0.9) 51%, rgba(254,254,254,0.6) 100%);
- color: #000066;
- border: none;
- }
- .pm-window h3 .closebutton {
- color: #6b6b6b;
- }
- .pm-window h3 .minimizebutton {
- color: #6b6b6b;
- }
- .pm-window h3 .closebutton:hover {
- color: #E0F6F3;
- }
- .pm-window h3 .minimizebutton:hover {
- color: #E0F6F3;
- }
- .pm-window h3:hover .minimizebutton {
- color: #E0F6F3;
- }
- .pm-window h3 .closebutton:hover+.minimizebutton {
- color: #6b6b6b ;
- }
- /*.pm-log button {
- background: linear-gradient(-2deg, #0F1235, #4C5E84, #0F1235) ;
- color: #E6E6E6;
- border: #E6E6E6 solid 0.5px ;
- }
- .pm-log button:hover {
- background: linear-gradient(2deg, #0F1235, #4C5E84, #0F1235) ;
- }*/
- .challenge {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- color: #000066;
- border-color: #f3e2c7;
- }
- .challenge .select {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- box-shadow: none;
- color: #000066;
- text-align: center;
- border: 2px groove #00F2D1;
- border-radius: 14px
- ;
- }
- .challenge .select:hover {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- border: 2px groove #81F4E5;
- color: #000066;
- }
- .challenge .teamselect:disabled strong {
- color: #000066;
- text-shadow: none;
- }
- /*.challenge .select.teamselect.preselected {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- box-shadow: none;
- color: #000066;
- border-color: #710a0b;
- }
- .challenge .select.teamselect.preselected:hover {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- border-color: #000066;
- }*/
- .challenge .buttonbar button {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- box-shadow: none;
- color: #000066;
- border: #000066 solid 1px;
- border-radius: 14px;
- padding: 4px 8px;
- }
- .challenge .buttonbar button:hover {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- }
- /* Roomlist */
- .ps-room-light.scrollable {
- background: linear-gradient(to bottom left, rgba(181,181,181,0.7) 0%, rgba(143,143,143,0.7) 50%, rgba(107,107,107,0.7) 51%, rgba(181,181,181,0.7) 100%);
- color: #81F4E5;
- text-shadow: 2px 2px 2px #000;
- }
- .ps-room.ps-room-light.scrollable .button {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- box-shadow: none;
- color: #81F4E5 ;
- border: 2px groove #81F4E5;
- border-radius: 20px;
- text-shadow: 1px 1px 1px #000;
- }
- .ps-room.ps-room-light.scrollable .button:hover {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- border-color: #00F2D1;
- color: #00F2D1;
- }
- .roomlist a.ilink {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- color: #000066;
- border-color: #E0F6F3;
- border-radius: 20px;
- padding: 4px 14px;
- text-shadow: none;
- }
- .roomlist a.ilink:hover {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- color: #000066;
- border-color: #00F2D1;
- }
- /* Popup */
- .ps-popup {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- background-size: cover;
- box-shadow: 1px 1px 4px #000066;
- color: #000066;
- border-color: #000066;
- border-radius: 30px;
- }
- .popupmenu h3 {
- color: #81F4E5;
- }
- .avatarlist button {
- border-color: #00F2D1;
- }
- .avatarlist button:hover {
- box-shadow: none;
- border: none;
- background-color: #00F2D1;
- }
- .effect-volume em {
- color: #E6E6E6
- ;
- }
- .music-volume em {
- color: #E6E6E6
- ;
- }
- .notif-volume em {
- color: #E6E6E6
- ;
- }
- .ps-popup a {
- color: #fff
- ;
- }
- .ps-popup hr {
- border-color: #000066
- ;
- }
- .ps-popup select {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- color: #000066;
- text-shadow: none;
- border: #000066 solid 1px;
- border-radius: 24px;
- }
- .ps-popup select:hover {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border-color: #000066;
- }
- .ps-popup button {
- background-color: #E0F6F3 ;
- color: #000066;
- text-shadow: none;
- border: #000066 solid 1px;
- border-radius: 24px
- ;
- }
- .ps-popup button:hover {
- background-color: #81F4E5;
- border: 1px solid #000066;
- }
- .ps-popup .buttonbar button {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- color: #000066;
- text-shadow: none;
- border: #000066 solid 1px;
- border-radius: 24px;
- }
- .ps-popup .buttonbar button:hover {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- color: #000066;
- border: #000066 solid 1px;
- }
- /* Ladder CSS */
- .ladder th {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- color: #000066;
- border: #000066 solid 1px
- ;
- }
- .ladder td {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- color: #000066 ;
- border: #000066 solid 1px
- ;
- }
- .ladder td:hover {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- }
- /* Teambuilder CSS */
- .folderlist .foldersep:before {
- background: #bdbdbd;
- border-color: #000066;
- }
- .folderlistafter:before {
- background: #bdbdbd;
- border-color: #000066
- ;
- }
- .folderlistbefore:before {
- background: #bdbdbd;
- border-color: #000066
- ;
- }
- .folderpane h3 {
- background: #bdbdbd;
- color: #000066;
- text-shadow: none;
- border-color: #000066
- ;
- }
- .folder .selectFolder {
- background: #bdbdbd;
- color: #000066;
- text-shadow: none;
- border-color: #000066 ;
- }
- .folder .selectFolder:hover {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- }
- .folderpane i {
- color: #000066;
- }
- .teambuilderformatselect {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- color: #000066 ;
- border: #000066 solid 1px;
- border-radius: 24px
- ;
- }
- .teambuilderformatselect:hover {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- border: #000066 solid 1px ;
- }
- .teamlist .team {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- box-shadow: none;
- text-shadow: none;
- color: #000066;
- padding: 0px;
- border: #81F4E5 groove 2px;
- border-radius: 25px
- ;
- }
- .teamlist .team:hover {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
- border: #000066 groove 2px;
- color: #000066;
- }
- .teamlist button {
- color: #000066;
- }
- .teamlist button:hover {
- background: #E0F6F3;
- box-shadow: none;
- color: #000066;
- border: #000066 solid 1px;
- border-radius: 25px
- ;
- }
- /* .teambar button {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%)!important;
- box-shadow: none;
- color: #000066;
- font-size: 10px;
- border-bottom-left-radius:12px;
- border-bottom-right-radius:12px;
- border: #a20e10 solid 1px
- }
- .teambar button:hover {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%)!important;
- border: #710a0b solid 1px
- }*/
- .textbox.searchinput {
- background: #E0F6F3;
- border: #000066 solid 1px;
- color: #000066;
- border-radius: 12px;
- }
- .pad button {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- box-shadow: none;
- color: #000066;
- border: #000066 solid 1px;
- border-radius: 10px;
- }
- .pad button:hover {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- border: #000066 solid 1px
- ;
- }
- .setmenu button {
- color: #000066;
- }
- .setmenu button:hover {
- background: #710a0b;
- box-shadow: none;
- color: #bdbdbd;
- border: #710a0b solid 1px;
- border-radius: 24px
- ;
- }
- .teamchartbox {
- border: none;
- text-shadow: none;
- color: #000066;
- }
- .teamnameedit {
- background: #E0F6F3;
- box-shadow: none;
- color: #000066;
- border-color: #000066;
- border-radius: 12px;
- }
- .teamnameedit:focus {
- background: #E0F6F3;
- box-shadow: none;
- color: #000066;
- }
- .teamnameedit:hover {
- background: #E0F6F3;
- box-shadow: none;
- font-style: italic;
- border-color: #000066;
- }
- .setchart {
- background-color: #bdbdbd;
- border-color: #000066;
- padding: 6px;
- border-radius: 12px;
- box-shadow: none
- ;
- }
- .setchart label {
- color: #000066
- ;
- }
- .setchart input {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- border: solid 1px #000066;
- border-radius: 12px;
- color: #000066;
- text-align: center;
- }
- .setchart input:hover {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- border-color: #000066;
- color: #000066;
- }
- .setchart-nickname label {
- background: none;
- color: #000066;
- border: none;
- }
- .setchart-nickname input {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border: solid 1px #000066;
- border-radius: 12px;
- text-align: center;
- color: #000066;
- }
- .setchart-nickname input:focus {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border: solid 1px #000066;
- border-radius: 12px;
- }
- .setchart-nickname input:hover {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border: solid 1px #000066;
- border-radius: 12px;
- }
- .setdetails {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border: solid 1px #000066;
- color: #000066;
- border-radius: 12px
- ;
- }
- .setdetails:focus {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border: solid 1px #000066;
- color: #000066;
- border-radius: 12px
- ;
- }
- .setdetails:hover {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- color: #000066;
- border: solid 1px #000066
- border-radius: 12px
- ;
- }
- .setstats {
- background: linear-gradient(to bottom left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border: solid 1px #000066;
- border-radius: 12px;
- box-shadow: none;
- }
- .setstats:focus {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border: solid 1px #000066;
- border-radius: 12px
- ;
- }
- .setstats:hover {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border: solid 1px #000066;
- box-shadow: none;
- }
- .statform input.inputform {
- background: #c19e67;
- border: solid 1px #000066;
- border-radius: 12px;
- color: #000066;
- box-shadow: none;
- text-align: center;
- }
- .statform input.inputform:focus {
- background-color: #d1d1d1;
- border: solid 1px #000066;
- border-radius: 12px
- ;
- }
- .statform input.inputform:hover {
- background-color: #d1d1d1;
- border: solid 1px #000066;
- color: #000066;
- }
- .statform p.suggested button {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- box-shadow: none;
- color: #000066;
- border: #000066 solid 1px;
- border-radius: 10px;
- }
- .statform p.suggested button:hover {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- border-color: #000066;
- color: #000066;
- }
- .jslider .jslider-label {
- color: #000066;
- opacity: 1;
- }
- select {
- background: #c19e67;
- box-shadow: none;
- color: #000066;
- border: #000066 solid 1px;
- border-radius: 12px;
- }
- select:hover {
- background: #d1d1d1;
- }
- .teambuilder-results .result a.cur {
- background: none;
- border: none;
- }
- .result h3 {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- border-color: #000066;
- color: #000066;
- }
- .utilichart .sortrow {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- border: solid 1px #000066;
- }
- .utilichart .sortcol {
- background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
- color: #000066;
- border-color: #000066;
- }
- .utilichart .sortcol:hover {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%,
- rgba(107,107,107,1) 100%);
- }
- .utilichart .sortcol.numsortcol.cur {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- }
- .utilichart .sortcol.numsortcol.cur:hover {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- }
- .utilichart .sortcol.cur {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- }
- .utilichart .sortcol.cur:hover {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- }
- .resultheader h3 {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- border-color: #38226d;
- }
- .setchart-nickname {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border-radius: 8px;
- padding: 1px;
- border-color: #000066;
- }
- span.col.namecol {
- text-shadow: none;
- }
- span.col.itemdesccol {
- text-shadow: none;
- }
- div.teambuilder-results {
- color: #000066;
- text-shadow: none;
- }
- /* Battle CSS */
- .ps-room.ps-room-opaque {
- }
- .ps-room .battle-controls {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- padding: 12px 0px;
- }
- .battle-log {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- border-color: #000066
- ;
- }
- .battle-log-add {
- background: linear-gradient(to bottom left, rgba(181,181,181,1) 0%, rgba(143,143,143,1) 50%, rgba(107,107,107,1) 51%, rgba(181,181,181,1) 100%);
- border: solid 1px #8f8f8f
- ;
- }
- .battle-log h2 {
- background: linear-gradient(to bottom left, rgba(181,181,181,1) 0%, rgba(143,143,143,1) 50%, rgba(107,107,107,1) 51%, rgba(181,181,181,1) 100%);
- color: #00F2D1;
- border: groove 1px #5c37b2;
- text-align: center
- ;
- }
- .battle-log-add .textbox {
- background: linear-gradient(to bottom left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- border: solid 1px #c19e67;
- border-radius: 14px;
- color: #000066;
- }
- .battle {
- border-color: #080024
- ;
- }
- .leftbar {
- background: linear-gradient(to bottom left, rgba(181,181,181,1) 0%, rgba(143,143,143,1) 50%, rgba(107,107,107,1) 51%, rgba(181,181,181,1) 100%);
- background-size: cover;
- background-position: center;
- color: #000066;
- border-color: #000066;
- }
- .rightbar {
- background: linear-gradient(to bottom right, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- background-size: cover;
- background-position: center;
- color: #000066;
- border-color: #000066
- ;
- }
- .button {
- background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- box-shadow: none;
- color: #000066;
- text-shadow: none;
- border: solid 1px #000066 ;
- border-radius: 12px;
- }
- .button:hover {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- }
- .battle-controls button {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- box-shadow: none;
- color: #00F2D1;
- text-shadow: 1px 1px 1px black;
- border: solid 1px #000066 ;
- border-radius: 5px
- ;
- }
- .turn {
- background: #00F2D1;
- color: #000066;
- border-color: #000066
- ;
- }
- .switchmenu button.disabled {
- background: linear-gradient(to top left, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- color: #000066 ;
- text-shadow: 0px 0px 2px #00F2D1;
- font-weight: bold;
- border-color: #000066 ;
- }
- .battle-log .rated strong {
- background: #E0F6F3;
- box-shadow: none;
- color: #000066;
- text-shadow: none;
- border: #000066 solid 1px;
- border-radius: 10px
- ;
- }
- div.pm-buttonbar {
- display: none;
- }
- /* Tournament */
- .tournament-title {
- background: linear-gradient(to top right, rgba(226,226,226,1) 0%, rgba(189,189,189,1) 50%, rgba(182,141,76,1) 51%, rgba(243,226,199,1) 100%);
- color: #000066;
- text-shadow: none
- }
- .tournament-status {
- background: #b68d4c;
- color: #000066;
- border-color: #000066;
- }
- .tournament-toggle {
- background: #b68d4c;
- color: #000066;
- border-color: #000066
- }
- .tournament-tools {
- background: #b68d4c;
- }
- .tournament-tools .teamselect {
- background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
- box-shadow: none;
- color: #000066;
- border: solid 1px #000066;
- border-radius: 20px;
- }
- .tournament-tools .teamselect:disabled strong {
- color: #E6E6E6
- }
- .tournament-tools .teamselect:hover {
- background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- border-color:#000066;
- }
- .tournament-wrapper {
- border-color: #000066
- }
- .tournament-box {
- border-color: #000066
- }
- .tournament-bracket {
- background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
- color: #000066;
- }
- span.username {
- text-shadow: none;
- }
- /* Dark Theme */
- /* Header & Background */
- .dark body {
- background-image: url(https://i.imgur.com/iZfMa5d.png) !important;
- background-size: cover !important;
- }
- .header {
- background-image: url(https://i.imgur.com/boKvjm4.png) !important;
- }
- div.pm-buttonbar {
- display: none !important;
- }
- .dark .tabbar a.button {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- color: #d3cadb !important;
- box-shadow: none !important;
- border: #000 solid 1px !important;
- border-bottom-right-radius: 0px !important;
- border-bottom-left-radius: 0px !important;
- border-top-left-radius: 12px !important;
- border-top-right-radius: 12px !important;
- }
- .dark .tabbar a.button:hover {
- background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
- color: #de8aff !important;
- border: solid 1px #000 !important;
- }
- .dark .tabbar a.button.cur {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- color: #fff !important;
- font-weight: bold !important;
- border: #0b001f solid 1px !important;
- }
- .dark .tabbar a.button.cur:hover {
- background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
- color: #de8aff !important;
- font-weight: bold !important;
- border: solid 1px #0b001f !important;
- }
- .dark .tabbar a.button.subtle-notifying {
- color: #de8aff !important;
- }
- .dark .tabbar a.button.notifying {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(135,0,189,1) 50%, rgba(0,0,0,1) 100%) !important;
- font-weight: bold !important;
- color: #fff !important;
- border: #0b001f solid 1px !important;
- }
- .dark .tabbar a.button.notifying:hover {
- background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
- color: #fff !important;
- border-color: #000 !important;
- }
- .dark .tabbar li:last-child a.button {
- border-top-right-radius: 12px !important;
- }
- .dark .tabbar li:first-child a.button {
- border-top-left-radius: 10px !important;
- }
- .dark .tabbar .closebutton {
- color: #41298f !important;
- }
- .dark .tabbar .closebutton:hover {
- color: #d3cadb !important;
- }
- .dark .userbar button {
- background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
- color: #8700bd !important;
- border: #8700bd solid 1px !important;
- }
- .dark .userbar button:hover {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- }
- .dark .maintabbarbottom {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- border: #000 solid 1px !important;
- }
- /* Menugroup */
- .dark .menugroup {
- background: linear-gradient(to top, rgba(222,138,255,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(222,138,255,0.5) 100%) !important;
- border: 2px groove #de8aff !important;
- border-radius: 20px !important;
- }
- .dark .menugroup label {
- color: #de8aff !important;
- }
- .dark .menugroup button {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(135,0,189,1) 50%, rgba(0,0,0,1) 100%) !important;
- box-shadow: none !important;
- color: #a38cff !important;
- border: 2px groove #000 !important;
- border-radius: 14px !important;
- text-shadow:none !important;
- }
- .dark .menugroup button:hover {
- background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
- border: 2px groove #8700bd !important;
- color: #d3cadb !important;
- border-radius: 14px !important;
- text-shadow:none !important;
- }
- .dark .menugroup .select:disabled {
- background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
- border: #310f9e groove 2px !important;
- text-shadow:none !important;
- }
- .dark .menugroup .select:disabled:hover {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- border: #000 groove 2px !important;
- }
- .dark .teamselect:disabled strong {
- color: #a38cff !important;
- }
- /* Footer CSS */
- .dark .mainmenufooter {
- background: linear-gradient(to top, rgba(222,138,255,1) 0%, rgba(0,0,0,1) 50%, rgba(222,138,255,1) 100%) !important;
- box-shadow: none !important;
- padding: 6px !important;
- border: #8700bd groove 2px !important;
- border-radius: 14px !important;
- }
- .dark .mainmenufooter a {
- color: #de8aff !important;
- text-decoration: none !important;
- }
- .dark .mainmenufooter a:hover {
- color: #8700bd !important;
- }
- /* Userlist & Chat */
- .dark .userlist {
- background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(163,140,255,0.7) 50%, rgba(0,0,0,0.7) 100%) !important;
- }
- .dark .userlist-count {
- background: #a38cff !important;
- color: black !important;
- }
- .dark .userlist li {
- border-color: #b051ff !important;
- }
- .dark .userlist li button:hover {
- background: #a38cff !important;
- }
- .dark .ps-room {
- border-color: #a38cff !important;
- }
- .dark .userlist li em.group {
- color: #a38cff !important;
- }
- .dark .chat.mine {
- background: none !important;
- }
- .dark .infobox {
- border: solid 1px #a38cff !important;
- }
- .dark .chat-log {
- background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(163,140,255,0.8) 50%, rgba(0,0,0,0.7) 100%) !important;
- color: #d3cadb !important;
- text-shadow: none !important;
- }
- .dark .chat-log .chat small {
- color: #d3cadb !important;
- }
- .dark .chat-log-add .textbox {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- border: solid 1px #000 !important;
- border-radius: 14px !important;
- color: #fff !important;
- }
- .dark .chat-log-add {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- border: solid 1px #000 !important;
- }
- .dark .highlighted {
- background: linear-gradient(to left, rgba(0,0,0,0.1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,0.1) 100%) !important;
- color: #FFF !important;
- border-top-left-radius: 120px !important;
- border-bottom-left-radius: 120px !important;
- }
- .dark .message-pm {
- color: #d3cadb !important;
- }
- /* PM Box */
- .dark .pm-window h3 {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- color: #ff1fae !important;
- border-color: #000 !important;
- text-shadow: 1px 1px 1px #0b001f !important;
- }
- .dark .pm-window h3:hover {
- background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
- color: #ff1fae !important;
- border-color: #a38cff !important;
- }
- .dark .pm-window.focused h3 {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- color: #d3cadb !important;
- border-color: #000
- !important;
- }
- .dark .pm-window.focused h3:hover {
- background: linear-gradient(to top, rgba(222,138,255,1) 0%, rgba(0,0,0,1) 50%, rgba(222,138,255,1) 100%) !important;
- color: #d3cadb !important;
- border-color: #de8aff
- !important;
- }
- .dark .pm-window h3 small {
- color: #ff1fae !important;
- }
- .dark .pm-log-add {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- border-color: #0b001f
- !important;
- }
- .dark .pm-window.focused .pm-log-add {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- border-color: #000
- !important;
- }
- .dark .pm-window h3.pm-notifying {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(135,0,189,1) 50%, rgba(0,0,0,1) 100%) !important;
- color: #b051ff !important;
- border-color: #220061
- !important;
- }
- .dark .pm-window h3.pm-notifying:hover {
- background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
- color: #b051ff !important;
- border-color: #8700bd
- !important;
- }
- .dark .pm-window h3.pm-notifying small {
- color: #d3cadb !important;
- }
- .dark .pm-log-add .textbox {
- background: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(135,0,189,1) 50%, rgba(0,0,0,1) 100%) !important;
- border: solid 1px #0b001f !important;
- border-radius: 14px !important;
- color: #d3cadb !important;
- }
- .dark .pm-log {
- background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(163,140,255,0.7) 50%, rgba(0,0,0,0.7) 100%) !important;
- color: #d3cadb !important;
- text-shadow: 1px 1px 1px #0b001f !important;
- border: none !important;
- }
- .dark .pm-window h3 .closebutton {
- color: #ff1fae
- !important;
- }
- .dark .pm-window h3 .minimizebutton {
- color: #ff1fae
- !important;
- }
- .dark .pm-window h3 .closebutton:hover {
- color: #b051ff
- !important;
- }
- .dark .pm-window h3 .minimizebutton:hover {
- color: #b051ff
- !important;
- }
- .dark .pm-window h3:hover .minimizebutton {
- color: #b051ff
- !important;
- }
- .dark .pm-window h3 .closebutton:hover+.minimizebutton {
- color: #b051ff !important;
- }
- .dark .pm-log button {
- background: linear-gradient(-2deg, #0F1235, #4C5E84, #0F1235) !important;
- color: #E6E6E6 !important;
- border: #E6E6E6 solid 0.5px !important;
- }
- .dark .pm-log button:hover {
- background: linear-gradient(2deg, #0F1235, #4C5E84, #0F1235) !important;
- }
- .dark .challenge {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- color: #d3cadb !important;
- border-color: #000 !important;
- }
- .dark .challenge .select {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- box-shadow: none !important;
- color: white !important;
- text-shadow: none !important;
- text-align: center !important;
- border: 2px groove black !important;
- border-radius: 14px
- !important;
- }
- .dark .challenge .select:hover {
- background: linear-gradient(to top, rgba(222,138,255,1) 0%, rgba(0,0,0,1) 50%, rgba(222,138,255,1) 100%) !important;
- border: 2px solid #de8aff !important;
- color: white !important;
- box-shadow: none !important;
- }
- .dark .challenge .teamselect:disabled strong {
- color: #b051ff !important;
- }
- .dark .challenge .select.teamselect.preselected {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- box-shadow: none !important;
- color: #310f9e !important;
- border-color: #000
- !important;
- }
- .dark .challenge .select.teamselect.preselected:hover {
- background: linear-gradient(to top, rgba(222,138,255,1) 0%, rgba(0,0,0,1) 50%, rgba(222,138,255,1) 100%) !important;
- border-color: #de8aff !important;
- }
- .dark .challenge .buttonbar button {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- box-shadow: none !important;
- color: #000 !important;
- border: #000 solid 1px !important;
- border-radius: 14px !important;
- padding: 4px 8px !important;
- }
- .dark .challenge .buttonbar button:hover {
- background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
- color: white !important;
- }
- /* Roomlist */
- .dark .ps-room-light.scrollable {
- background: linear-gradient(to right, rgba(176,81,255,0.5) 0%, rgba(176,81,255,0.5) 0%, rgba(49,15,158,0.5) 50%, rgba(176,81,255,0.5) 100%) !important;
- color: #ff1fae !important;
- border-color: #0b001f !important;
- text-shadow: 2px 2px 2px #000 !important;
- }
- .dark .ps-room.ps-room-light.scrollable .button {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- box-shadow: none !important;
- color: #b051ff !important;
- border: 2px groove #000 !important;
- border-radius: 28px !important;
- text-shadow: 1px 1px 1px #000 !important;
- }
- .dark .ps-room.ps-room-light.scrollable .button:hover {
- background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
- }
- .dark .roomlist a.ilink {
- background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
- color: #d3cadb !important;
- border-color: #310f9e !important;
- border-radius: 20px !important;
- padding: 4px 14px !important;
- text-shadow: 1px 1px 1px #000 !important;
- }
- .dark .roomlist a.ilink:hover {
- background: linear-gradient(to top, rgba(49,15,158,1) 0%, rgba(34,0,97,1) 50%, rgba(49,15,158,1) 100%) !important;
- color: #E6E6E6 !important;
- border-color: #220061 !important;
- }
- /* Popup */
- .dark .ps-popup {
- background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
- background-size: cover !important;
- box-shadow: 1px 1px 4px #0b001f !important;
- color: #fff !important;
- border-color: #0b001f !important;
- border-radius: 30px !important;
- }
- .dark .popupmenu h3 {
- color: #fff !important;
- }
- .dark .avatarlist button {
- border-color: #fff
- !important;
- }
- .dark .avatarlist button:hover {
- background-color: #4C5E84 !important;
- box-shadow: none !important;
- border: none
- !important;
- }
- .dark .effect-volume em {
- color: #E6E6E6
- !important;
- }
- .dark .music-volume em {
- color: #E6E6E6
- !important;
- }
- .dark .notif-volume em {
- color: #E6E6E6
- !important;
- }
- .dark .ps-popup a {
- color: #E6E6E6
- !important;
- }
- .dark .ps-popup hr {
- border-color: #b051ff
- !important;
- }
- .dark .ps-popup select {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- color: white !important;
- text-shadow: none !important;
- border: #000 solid 1px !important;
- border-radius: 24px !important;
- }
- .dark .ps-popup select:hover {
- background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
- border-color: #a38cff !important;
- }
- .dark .ps-popup button {
- background-color: #a38cff !important;
- color: #000 !important;
- text-shadow: none !important;
- border: #000 solid 1px !important;
- border-radius: 24px !important;
- }
- .dark .ps-popup button:hover {
- background-color: #de8aff !important;
- border: #000 solid 1px !important;
- }
- .dark .ps-popup .buttonbar button {
- background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
- color: #000 !important;
- text-shadow: none !important;
- border: #000 solid 1px !important;
- border-radius: 24px !important;
- }
- .dark .ps-popup .buttonbar button:hover {
- background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
- color: #a38cff !important;
- border: #a38cff solid 1px !important;
- }
- /* Ladder CSS */
- .dark .ladder th {
- background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
- color: #ff1fae !important;
- border: #0b001f solid 1px
- !important;
- }
- .dark .ladder td {
- background: linear-gradient(to top, rgba(34,0,97,1) 0%, rgba(49,15,158,1) 50%, rgba(34,0,97,1) 100%) !important;
- color: #b051ff !important;
- border: #220061 solid 1px
- !important;
- }
- .dark .ladder td:hover {
- background: #220061
- !important;
- }
- /* Teambuilder CSS */
- .dark .folderlist .foldersep:before {
- background: #38226d !important;
- border-color: #38226d !important;
- }
- .dark .folderlistafter:before {
- background: #38226d !important;
- border-color: #38226d !important;
- }
- .dark .folderlistbefore:before {
- background: #38226d !important;
- border-color: #38226d !important;
- }
- .dark .folderpane h3 {
- background: #38226d !important;
- color: #b051ff !important;
- border-color: #38226d !important;
- }
- .dark .folder .selectFolder {
- background: #38226d !important;
- color: #b051ff !important;
- border-color: #38226d !important;
- }
- .dark .folder .selectFolder:hover {
- background: linear-gradient(to top, rgba(8,0,36,1) 0%, rgba(8,0,36,1) 1%, rgba(176,81,255,1) 50%, rgba(8,0,36,1) 100%) !important;
- border-radius: 14px !important;
- }
- .dark .folderpane i {
- color: #b051ff !important;
- }
- .dark .teambuilderformatselect {
- background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
- color: #ff1fae !important;
- border: #0b001f solid 1px !important;
- border-radius: 24px !important;
- }
- .dark .teambuilderformatselect:hover {
- background: linear-gradient(to top, rgba(65,41,143,1) 0%, rgba(11,0,31,1) 50%, rgba(65,41,143,1) 100%) !important;
- border: #41298f solid 1px !important;
- }
- .dark .teamlist .team {
- background: #5c37b2 !important;
- box-shadow: none !important;
- text-shadow: none !important;
- color: #ff1fae !important;
- padding: 0px !important;
- border: #38226d groove 2px !important;
- border-radius: 25px !important;
- }
- .dark .teamlist .team:hover {
- background: #38226d !important;
- border: #5c37b2 groove 2px !important;
- }
- .dark .teamlist button {
- color: #5c37b2 !important;
- }
- .dark .teamlist button:hover {
- background: #4C5E84 !important;
- box-shadow: none !important;
- color: #E6E6E6 !important;
- border: #E6E6E6 solid 1px !important;
- border-radius: 25px !important;
- }
- .dark .teamchartbox {
- border: none !important;
- }
- .dark .teambar button {
- background: #38226d !important;
- box-shadow: none !important;
- color: #ff1fae !important;
- font-size: 10px !important;
- border-bottom-left-radius: 12px !important;
- border-bottom-right-radius: 12px !important;
- border: #5c37b2 solid 1px !important;
- }
- .dark .teambar button:hover {
- background: #5c37b2 !important;
- border: #38226d solid 1px !important;
- }
- .dark .textbox.searchinput {
- background: #0b001f !important;
- border: #41298f solid 1px !important;
- color: #b051ff !important;
- border-radius: 12px !important;
- }
- .dark .pad button {
- background: #38226d !important;
- box-shadow: none !important;
- color: #ff1fae !important;
- border: #220061 solid 1px !important;
- border-radius: 10px !important;
- }
- .dark .pad button:hover {
- background: #220061 !important;
- border: #220061 solid 1px !important;
- }
- .dark .setmenu button {
- color: #fff !important;
- }
- .dark .setmenu button:hover {
- background: #220061 !important;
- box-shadow: none !important;
- color: #ff1fae !important;
- border: #220061 solid 1px !important;
- border-radius: 24px !important;
- }
- .dark .teamnameedit {
- background: #220061 !important;
- box-shadow: none !important;
- color: #b051ff !important;
- border-color: #5c37b2 !important;
- border-radius: 12px !important;
- }
- .dark .teamnameedit:focus {
- background: #0b001f !important;
- box-shadow: none !important;
- }
- .dark .teamnameedit:hover {
- background: #41298f !important;
- box-shadow: none !important;
- font-style: italic !important;
- border-color: #41298f !important;
- }
- .dark .setchart {
- background-color: #38226d !important;
- border-color: #310f9e !important;
- padding: 6px !important;
- border-radius: 12px !important;
- box-shadow: none !important;
- }
- .dark .setchart label {
- color: #ff1fae !important;
- }
- .dark .setchart input {
- background: linear-gradient(to left, rgba(8,0,36,1) 0%, rgba(176,81,255,1) 50%, rgba(8,0,36,1) 100%) !important;
- border: solid 1px #38226d !important;
- border-radius: 12px !important;
- text-align: center !important;
- }
- .dark .setchart input:hover {
- border: groove 1px #b051ff !important;
- }
- .dark .setchart-nickname label {
- background: #38226d !important;
- color: #ff1fae !important;
- border: solid 1px #38226d !important;
- border-radius: 12px !important;
- }
- .dark .setchart-nickname input {
- background: linear-gradient(to left, rgba(8,0,36,1) 0%, rgba(176,81,255,1) 50%, rgba(8,0,36,1) 100%) !important;
- border: solid 1px #38226d !important;
- border-radius: 12px !important;
- text-align: center !important;
- }
- .dark .setchart-nickname input:focus {
- background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
- background-size: cover !important;
- border: solid 1px #080024 !important;
- border-radius: 12px !important;
- }
- .dark .setchart-nickname input:hover {
- background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
- background-size: cover !important;
- border: solid 1px #080024 !important;
- border-radius: 12px !important;
- }
- .dark .setdetails {
- background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
- background-size: cover !important;
- border: solid 1px #080024 !important;
- border-radius: 12px !important;
- }
- .dark .setdetails:focus {
- background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
- border: solid 1px #310f9e !important;
- border-radius: 12px !important;
- }
- .dark .setdetails:hover {
- background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
- background-size: cover !important;
- border: solid 2px #310f9e !important;
- }
- .dark .setstats {
- background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
- background-size: cover !important;
- border: solid 1px #080024 !important;
- border-radius: 12px !important;
- }
- .dark .setstats:focus {
- border: solid 1px #310f9e !important;
- border-radius: 12px !important;
- }
- .dark .setstats:hover {
- background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
- background-size: cover !important;
- border: solid 2px #310f9e !important;
- }
- .dark .statform input.inputform {
- background: #310f9e !important;
- border: solid 1px #220061 !important;
- border-radius: 12px !important;
- text-align: center !important;
- }
- .dark .statform input.inputform:focus {
- background-color: #220061 !important;
- border: solid 1px #b051ff !important;
- border-radius: 12px !important;
- }
- .dark .statform input.inputform:hover {
- background-color: #220061 !important;
- border: solid 1px #b051ff !important;
- }
- .dark .statform p.suggested button {
- background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
- box-shadow: none !important;
- color: #fff !important;
- border: #0b001f solid 1px !important;
- border-radius: 10px !important;
- }
- .dark .statform p.suggested button:hover {
- background: linear-gradient(to top, rgba(65,41,143,1) 0%, rgba(11,0,31,1) 50%, rgba(65,41,143,1) 100%) !important;
- border-color: #41298f !important;
- }
- .dark .jslider .jslider-label {
- color: #E6E6E6 !important;
- opacity: 1 !important;
- }
- .dark select {
- background: #41298fv !important;
- box-shadow: none !important;
- color: #E6E6E6 !important;
- border: #0b001f solid 1px !important;
- border-radius: 12px !important;
- }
- .dark select:hover {
- background: #310f9e !important;
- }
- .dark .teambuilder-results .result a.cur {
- background: none !important;
- border: none !important;
- }
- .dark .result h3 {
- background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
- border-color: #5c37b2 !important;
- }
- .dark .utilichart .sortrow {
- background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
- border: solid 1px #38226d !important;
- }
- .dark .utilichart .sortcol {
- background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
- color: #E6E6E6 !important;
- border-color: #38226d !important;
- }
- .dark .utilichart .sortcol:hover {
- background: #310f9e !important;
- }
- .dark .utilichart .sortcol.numsortcol.cur {
- background: #220061 !important;
- }
- .dark .utilichart .sortcol.numsortcol.cur:hover {
- background: #220061 !important;
- }
- .dark .utilichart .sortcol.cur {
- background: #220061 !important;
- }
- .dark .utilichart .sortcol.cur:hover {
- background: #220061 !important;
- }
- .dark .resultheader h3 {
- background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
- border-color: #38226d !important;
- }
- .dark .setchart-nickname {
- background-color: #5c37b2 !important;
- border-radius: 8px !important;
- padding: 1px !important;
- border-color: #38226d !important;
- }
- /* Battle CSS */
- .dark .ps-room.ps-room-opaque {
- background: #220061
- !important;
- }
- .dark .ps-room .battle-controls {
- background: #220061
- !important;
- }
- .dark .battle-log {
- background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
- border-color: #0b001f
- !important;
- }
- .dark .battle-log-add {
- background: #0b001f !important;
- border-color: #0b001f
- !important;
- }
- .dark .battle-log h2 {
- background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
- color: #ff1fae !important;
- border: groove 1px #5c37b2 !important;
- text-align: center
- !important;
- }
- .dark .battle-log-add .textbox {
- background: linear-gradient(to top, rgba(49,15,158,1) 0%, rgba(34,0,97,1) 50%, rgba(49,15,158,1) 100%) !important;
- box-shadow: none !important;
- color: #ff1fae !important;
- border-color: #310f9e !important;
- border-radius: 12px
- !important;
- }
- .dark .battle {
- border-color: #080024
- !important;
- }
- .dark .leftbar {
- background-image: url(https://i.imgur.com/iFgNWy9.jpg) !important;
- background-size: cover !important;
- background-position: center !important;
- color: #ff1fae !important;
- border-color: #38226d !important;
- }
- .dark .rightbar {
- background-image: url(https://i.imgur.com/UUCTKSJ.jpg) !important;
- background-size: cover !important;
- background-position: center !important;
- color: #ff1fae !important;
- border-color: #38226d
- !important;
- }
- .dark .button {
- background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
- box-shadow: none !important;
- color: #ff1fae !important;
- text-shadow: none !important;
- border: solid 1px #0b001f !important;
- border-radius: 12px !important;
- }
- .dark .button:hover {
- background: linear-gradient(to top, rgba(65,41,143,1) 0%, rgba(11,0,31,1) 50%, rgba(65,41,143,1) 100%) !important;
- }
- .dark .battle-controls button {
- background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
- box-shadow: none !important;
- color: #ff1fae !important;
- text-shadow: 1px 1px 1px black !important;
- border: solid 1px #38226d !important;
- border-radius: 5px
- !important;
- }
- .dark .turn {
- background: #38226d !important;
- color: #ff1fae !important;
- border-color: #b051ff
- !important;
- }
- .dark .switchmenu button.disabled {
- background: linear-gradient(to top, rgba(8,0,36,1) 0%, rgba(176,81,255,1) 50%, rgba(8,0,36,1) 100%) !important;
- color: #080024 !important;
- text-shadow: 0px 0px 2px #ff1fae !important;
- font-weight: bold !important;
- border-color: #080024 !important;
- }
- .dark .battle-log .rated strong {
- background: #4C5E84 !important;
- box-shadow: none !important;
- color: #E6E6E6 !important;
- text-shadow: none !important;
- border: #E6E6E6 solid 1px !important;
- border-radius: 10px
- !important;
- }
- /* Tournament */
- .dark .tournament-title {
- background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
- color: #ff1fae !important;
- text-shadow: none
- !important;
- }
- .dark .tournament-status {
- background: #41298f !important;
- color: #E6E6E6 !important;
- border-color: #41298f
- !important;
- }
- .dark .tournament-toggle {
- background: #41298f !important;
- color: #E6E6E6 !important;
- border-color: #41298f
- !important;
- }
- .dark .tournament-tools {
- background: #310f9e !important;
- }
- .dark .tournament-tools .teamselect {
- background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
- box-shadow: none !important;
- color: #E6E6E6 !important;
- border: solid 1px #b051ff !important;
- border-radius: 20px !important;
- }
- .dark .tournament-tools .teamselect:disabled strong {
- color: #E6E6E6
- !important;
- }
- .dark .tournament-tools .teamselect:hover {
- background: linear-gradient(to top, rgba(8,0,36,1) 0%, rgba(176,81,255,1) 50%, rgba(8,0,36,1) 100%) !important;
- border-color: #38226d !important;
- }
- .dark .tournament-tools button {
- background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
- box-shadow: none !important;
- color: #E6E6E6 !important;
- border: solid 1px #41298f !important;
- border-radius: 15px
- !important;
- }
- .dark .tournament-tools button:hover {
- background: linear-gradient(to top, rgba(65,41,143,1) 0%, rgba(11,0,31,1) 50%, rgba(65,41,143,1) 100%) !important;
- }
- .dark .tournament-tools .disabled {
- background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
- box-shadow: none !important;
- color: #E6E6E6 !important;
- border: solid 1px #38226d !important;
- border-radius: 15px
- !important;
- }
- .dark .tournament-tools .disabled:hover {
- background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
- }
- .dark .tournament-wrapper {
- border-color: #38226d
- !important;
- }
- .dark .tournament-box {
- border-color: #38226d
- !important;
- }
- .dark .tournament-bracket {
- background: linear-gradient(to top, rgba(49,15,158,1) 0%, rgba(34,0,97,1) 50%, rgba(49,15,158,1) 100%) !important;
- color: #ff1fae !important;
- }
- div.teamwrapper {
- background-color: #38226d !important;
- }
- div.teampane {
- background-color: black !important;
- }
- .acceptbutton {
- background: #57DD38;
- border: none;
- border-radius: 5px;
- padding: 5px 8px;
- color: #FFF
- }
- .declinebutton {
- background: #F24C4C;
- border: none;
- border-radius: 5px;
- padding: 5px 8px;
- color: #FFF
- }
- .league-panel {
- background: #424242;
- padding: 5px;
- min-height: 30px
- }
- .badge {
- background-color: #ECD8F3;
- border: 1px solid #CD98DF;
- border-radius: 5px;
- padding: 1px
- }
- .league-chall-container {
- background: rgba(66, 66, 66, 0.5);
- border: 1px solid #222;
- border-radius: 5px;
- width: 100%
- }
- .tourcard-btn {
- background: #333;
- padding: 3px 12px;
- color: #088CC7;
- text-shadow: 0 -1px 0 #000;
- border: 1px solid #000
- }
- .tourcard-btn:hover {
- border-width: 2px;
- border-color: #088CC7;
- padding: 2px 11px;
- color: #1CA0E2
- }
- .nightclub {
- background: rgba(0, 0, 0, 0.85);
- margin: -3px;
- text-shadow: 0 0 2px #000;
- color: #FFF
- }
- .pollButton {
- background: #F8F8F8;
- color: #444;
- border: 1px solid #AAA;
- margin: 2px;
- padding-top: 2px;
- padding-bottom: 3px
- }
- .pollButton:hover {
- background: #F6F6F6;
- border-color: #337AB7;
- color: #276297
- }
- .rankladder-headers {
- background: #454E50;
- color: #FFF;
- text-shadow: 1px 1px #262B2C, -1px 1px #262B2C;
- border: 1px solid #222
- }
- .default-td {
- padding: 5px;
- border: 1px solid #222
- }
- .rankladder-tds {
- background: #FCFCFC
- }
- .rankladder-tds:hover {
- background: #EFEFEF
- }
- .first {
- background: #CFB53B;
- color: #645722;
- text-shadow: 0 0 2px #F6EAB9;
- padding: 8px
- }
- .first:hover {
- background: #D5BD5B
- }
- .second {
- background: silver;
- color: #5B5B5B;
- text-shadow: 0 0 2px #EEE;
- padding: 8px
- }
- .second:hover {
- background: #CACACA
- }
- .third {
- background: #CD7F32;
- color: #694725;
- text-shadow: 0 0 2px #E4BA91;
- padding: 8px
- }
- .third:hover {
- background: #CD9054
- }
- .card-th {
- background-color: #DCE9F9;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- border: 1px solid #CCC
- }
- .card-td {
- background: rgba(239, 240, 245, 0.6);
- border: 1px solid #CCC;
- border-radius: 5px;
- text-align: center
- }
- .card-div {
- padding: 5px;
- color: #333
- }
- .card-th:hover, .card-td:hover {
- color: #222
- }
- .card-button {
- margin: 0 3px;
- transition: .3s background
- }
- .card-td button, .card-button {
- background: rgba(0, 0, 0, 0.02);
- border: 1px solid rgba(0, 0, 0, 0.1);
- padding: 5px 15px;
- transition: .3s background
- }
- .card-td button:hover, .card-button:hover {
- background: rgba(0, 0, 0, 0.06)
- }
- .dark .card-button {
- margin: 0 3px;
- color: #C0C8FF;
- transition: .3s background
- }
- .dark .card-td button, .dark .card-button {
- background: rgba(219, 224, 255, 0.06);
- border: 1px solid rgba(219, 224, 255, 0.3);
- padding: 5px 15px;
- transition: .3s background
- }
- .dark .card-td button:hover, .dark .card-button:hover {
- background: rgba(219, 224, 255, 0.13)
- }
- .card-name {
- background-color: #DCE9F9;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- font-size: 25pt;
- font-weight: 700;
- padding: 12px 18px 10px;
- border: 1px solid #CCC;
- color: #444
- }
- .sentence-container {
- background: #EEE;
- padding: 4px;
- border-width: 1px 15px;
- border-style: solid;
- border-color: #CCC;
- color: #333;
- text-shadow: 1px 1px #FFF;
- font-weight: 700;
- text-align: center
- }
- .tasks-th, .tasks-td {
- border: 1px solid #803C6F;
- padding: 3px 8px
- }
- .tasks-th {
- background: #FFE0A7;
- color: #803C6F;
- text-shadow: none;
- font-style: italic
- }
- .tasks-td:hover {
- background: rgba(255, 255, 255, 0.3)
- }
- #selfassign-button {
- background: #A5E6E6;
- color: #074141;
- text-shadow: 1px 0 1px rgba(255, 255, 255, 0.8);
- border: 1px solid #6BC1C1;
- padding: 3px 7px
- }
- #selfassign-button:hover {
- background: #BDEBEB;
- border: 1px solid #50B2B2
- }
- #close-button {
- background: #A6E6AD;
- color: #07400F;
- text-shadow: 1px 0 1px rgba(255, 255, 255, 0.8);
- border: 1px solid #6BC37A;
- padding: 3px 7px
- }
- #close-button:hover {
- background: #BDECBE;
- border: 1px solid #51B351
- }
- #reopen-button {
- background: #A6A6E6;
- color: #070940;
- text-shadow: 1px 0 1px rgba(255, 255, 255, 0.8);
- border: 1px solid #6B6BC3;
- padding: 3px 7px
- }
- #reopen-button:hover {
- background: #BDBDEC;
- border: 1px solid #5A51B3
- }
- #delete-button {
- background: #E6A6A6;
- color: #400707;
- text-shadow: 1px 0 1px rgba(255, 255, 255, 0.8);
- border: 1px solid #C36B6B;
- padding: 3px 7px
- }
- #delete-button:hover {
- background: #ECBDBD;
- border: 1px solid #B35151
- }
- .poll summary:focus {
- outline-style: none
- }
- .pm-window-servernews .chatbox {
- display: none
- }
- .pm-window-advertisements .chatbox {
- display: none
- }
- .pm-window-devsuggestions .chatbox {
- display: none !important
- }
- .gangth {
- background: #494669;
- border: 1px solid #B0ADD5;
- padding: 5px 15px;
- text-align: center;
- font-size: 13pt;
- font-family: sans-serif;
- color: #fff
- }
- .gangtd {
- background: url("https://i.imgur.com/w6Fn1hR.png");
- border: 1px solid #B0ADD5;
- padding: 4px;
- text-align: center;
- font-size: 11pt;
- font-family: sans-serif;
- color: #000000
- }
- .gangbtn {
- background: #71C973;
- border: 1px solid #05DC0C;
- padding: 4px 20px 6px;
- color: #fff;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8)
- }
- .gangbtn:hover {
- background: #85CE87;
- padding: 5px 20px;
- box-shadow: none !important
- }
- .container:hover .overlay {
- opacity: 1
- }
- .menugroup.azureintro {
- max-width: 100%;
- padding: 0;
- border: 1px solid #9C4E4E;
- border-radius: 0;
- color: #000;
- text-shadow: none
- }
- .button.mainmenu2.azureintrobtn {
- border-left: none;
- border-top: none
- }
- .dark .menugroup.azureintro {
- max-width: 100%;
- padding: 0;
- border: 1px solid #9C4E4E;
- border-radius: 0;
- color: #fff;
- text-shadow: none
- }
- .dark .button.mainmenu2.azureintrobtn {
- border-left: none;
- border-top: none;
- color: #fff;
- text-shadow: #000 0px 0px 10px
- }
- .roomlist a {
- display: none
- }
- .roomlist a + div:before {
- content: "Official Leagues";
- color: #000;
- font-size: 1.5em;
- font-weight: bold;
- display: block;
- margin: .83em 0
- }
- .dark .roomlist a + div:before {
- color: #EEE;
- text-shadow: 0 1px 0 #000
- }
- /* Room Shade */
- #room-shade{background-image:url(https://i.imgur.com/cXIeXhd.jpg);background-size:cover}.dark #room-shade{background-image:url(https://i.imgur.com/za93WUq.jpg)}#room-shade .chat-log{background:url(https://pokepast.es/img/pokemon/430-0.png) 95% 0 no-repeat;color:#000;background-size:225px}.dark #room-shade .chat-log{color:#fff}#room-shade .chat-log-add{background:#fff;border-color:#ccc}#room-shade .userlist{background:rgba(255,255,255,.35);border-color:#ccc}#room-shade .userlist.userlist-maximized,#room-shade .userlist.userlist-minimized{background:#fff}.dark #room-shade .chat-log-add{background:#000;border-color:#ccc}.dark #room-shade .userlist{background:rgba(0,0,0,.35);border-color:#ccc}.dark #room-shade .userlist.userlist-maximized,.dark #room-shade .userlist.userlist-minimized{background:#000}#room-shade .userlist li{border-color:#ccc}.dark #room-shade .userlist li{color:#fff}#room-shade .chat-log .chat .username,#room-shade .chatbox label,#room-shade .userlist li button strong,#room-shade .userlist span{text-shadow:none}
- /* Room Echo */
- .dark [id=echo-userlist-users]{background:rgba(0,0,0,.65) url(https://i.imgur.com/bgwNfdj.png) left no-repeat}[id=echo-userlist-users]{background:rgba(255,255,255,.65) url(https://i.imgur.com/bgwNfdj.png) left no-repeat}#room-echo{background-size:75px;background-image:url(https://i.imgur.com/oSjCo8z.png)}#room-echo:before{content:"";position:absolute;width:100%;height:100%;background-color:rgba(255,255,255,.85)}.dark #room-echo:before{content:"";position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.85)}#room-echo .chat-log{background:url(https://www.serebii.net/swordshield/pokemon/849.png) 100% 0 no-repeat;color:#000;background-size:225px}.dark #room-echo .chat-log{background:url(https://www.serebii.net/swordshield/pokemon/849-l.png) 100% 0 no-repeat;color:#fff;background-size:225px}#room-echo .chat-log-add{background:#fff;border-color:#ccc}#room-echo .userlist{background:rgba(255,255,255,.35);border-color:#ccc}#room-echo .userlist.userlist-maximized,#room-echo .userlist.userlist-minimized{background:#fff}.dark #room-echo .chat-log-add{background:#000;border-color:#ccc}.dark #room-echo .userlist{background:rgba(0,0,0,.35);border-color:#ccc}#room-echo .userlist.userlist-minimized,.dark #room-echo .userlist.userlist-maximized{background:#000}#room-echo .userlist li{border-color:#ccc}#room-echo .chat-log .chat .username,#room-echo .chatbox label,#room-echo .userlist li button strong,#room-echo .userlist span{text-shadow:none}
- /* Digimon */
- div[id*=digimon] .innerbattle .backdrop{background-image:url(https://sig.grumpybumpers.com/host/DragoticPS.gif)!important;background-position:0 -20px}div[id*=digimonxpokemon] .innerbattle div>div:nth-child(1)>img:nth-child(4){top:90px!important}div[id*=digimonxpokemon] .innerbattle div>div:nth-child(1)>img:nth-child(5){top:93px!important}div[id*=digimonxpokemon] .innerbattle div>div:nth-child(1)>img:nth-child(6){top:96px!important}div[id*=digimonxpokemon] .innerbattle div>div:nth-child(4)>img:nth-child(4){top:240px!important}div[id*=digimonxpokemon] .innerbattle div>div:nth-child(4)>img:nth-child(5){top:243px!important}div[id*=digimonxpokemon] .innerbattle div>div:nth-child(4)>img:nth-child(6){top:246px!important}div[id*=digimon] .movemenu button{height:60px;width:48%;margin:.5%;overflow:hidden}div[id*=digimon] .movemenu button .pp{float:left}div[id*=digimon] .movemenu button[data-move=Protect] .pp{float:right}div[id*=digimon] .movemenu button .pp:before{color:#000;font-weight:700;font-size:.75em;content:" "}div[id*=digimon] button.disabled,div[id*=digimon] button[name=chooseSwitch]{width:15%;margin-right:1.5%}div[id*=digimon] .teamicons .picon[aria-label="Not revealed"],div[id*=digimon] button[name=chooseSwitch] .picon,div[id*=digimon] button[name=chooseTeamPreview] .picon{background:url(https://res.cloudinary.com/dragotic/image/upload/v1560757847/digivice_sheet.png)!important}div[id*=digimon] .innerbattle div>img[style*="left: 111px; top: 173px;"]{left:170px!important;top:210px!important}div[id*=digimon] .innerbattle div>img[style*="left: 223px; top: 188px;"]{left:278px!important;top:225px!important}.innerbattle div>div>img[src*="gen5/botamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/botamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/botamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/botamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Botamon],.innerbattle .picon[aria-label^=botamon],button[value^=Botamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 0!important}.innerbattle div>div>img[src*="gen5/dodomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/dodomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/dodomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/dodomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Dodomon],.innerbattle .picon[aria-label^=dodomon],button[value^=Dodomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px 0!important}.innerbattle div>div>img[src*="gen5/kuramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/kuramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/kuramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/kuramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Kuramon],.innerbattle .picon[aria-label^=kuramon],button[value^=Kuramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px 0!important}.innerbattle div>div>img[src*="gen5/poyomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/poyomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/poyomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/poyomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Poyomon],.innerbattle .picon[aria-label^=poyomon],button[value^=Poyomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px 0!important}.innerbattle div>div>img[src*="gen5/punimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/punimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/punimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/punimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Punimon],.innerbattle .picon[aria-label^=punimon],button[value^=Punimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px 0!important}.innerbattle div>div>img[src*="gen5/yuramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/yuramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/yuramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/yuramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Yuramon],.innerbattle .picon[aria-label^=yuramon],button[value^=Yuramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px 0!important}.innerbattle div>div>img[src*="gen5/bukamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/bukamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/bukamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/bukamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Bukamon],.innerbattle .picon[aria-label^=bukamon],button[value^=Bukamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px 0!important}.innerbattle div>div>img[src*="gen5/dorimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/dorimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/dorimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/dorimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Dorimon],.innerbattle .picon[aria-label^=dorimon],button[value^=Dorimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px 0!important}.innerbattle div>div>img[src*="gen5/koromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/koromon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/koromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/koromon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Koromon],.innerbattle .picon[aria-label^=koromon],button[value^=Koromon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px 0!important}.innerbattle div>div>img[src*="gen5/motimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/motimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/motimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/motimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Motimon],.innerbattle .picon[aria-label^=motimon],button[value^=Motimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px 0!important}.innerbattle div>div>img[src*="gen5/nyaromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/nyaromon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/nyaromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/nyaromon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Nyaromon],.innerbattle .picon[aria-label^=nyaromon],button[value^=Nyaromon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px 0!important}.innerbattle div>div>img[src*="gen5/tanemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/tanemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/tanemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/tanemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Tanemon],.innerbattle .picon[aria-label^=tanemon],button[value^=Tanemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px 0!important}.innerbattle div>div>img[src*="gen5/tokomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/tokomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/tokomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/tokomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Tokomon],.innerbattle .picon[aria-label^=tokomon],button[value^=Tokomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -30px!important}.innerbattle div>div>img[src*="gen5/tsumemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/tsumemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/tsumemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/tsumemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Tsumemon],.innerbattle .picon[aria-label^=tsumemon],button[value^=Tsumemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -30px!important}.innerbattle div>div>img[src*="gen5/tsunomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/tsunomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/tsunomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/tsunomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Tsunomon],.innerbattle .picon[aria-label^=tsunomon],button[value^=Tsunomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -30px!important}.innerbattle div>div>img[src*="gen5/agumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/agumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/agumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/agumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Agumon],.innerbattle .picon[aria-label^=agumon],button[value^=Agumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -30px!important}.innerbattle div>div>img[src*="gen5/aruraumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/aruraumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/aruraumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/aruraumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Aruraumon],.innerbattle .picon[aria-label^=aruraumon],button[value^=Aruraumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -30px!important}.innerbattle div>div>img[src*="gen5/betamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/betamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/betamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/betamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Betamon],.innerbattle .picon[aria-label^=betamon],button[value^=Betamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -30px!important}.innerbattle div>div>img[src*="gen5/biyomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/biyomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/biyomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/biyomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Biyomon],.innerbattle .picon[aria-label^=biyomon],button[value^=Biyomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -30px!important}.innerbattle div>div>img[src*="gen5/clearagumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/clearagumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/clearagumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/clearagumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=ClearAgumon],.innerbattle .picon[aria-label^=clearagumon],button[value^=ClearAgumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -30px!important}.innerbattle div>div>img[src*="gen5/demidevimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/demidevimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/demidevimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/demidevimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=DemiDevimon],.innerbattle .picon[aria-label^=demidevimon],button[value^=DemiDevimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -30px!important}.innerbattle div>div>img[src*="gen5/dokunemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/dokunemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/dokunemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/dokunemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Dokunemon],.innerbattle .picon[aria-label^=dokunemon],button[value^=Dokunemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -30px!important}.innerbattle div>div>img[src*="gen5/dorumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/dorumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/dorumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/dorumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Dorumon],.innerbattle .picon[aria-label^=dorumon],button[value^=Dorumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -30px!important}.innerbattle div>div>img[src*="gen5/elecmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/elecmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/elecmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/elecmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Elecmon],.innerbattle .picon[aria-label^=elecmon],button[value^=Elecmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -30px!important}.innerbattle div>div>img[src*="gen5/gabumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/gabumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/gabumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/gabumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Gabumon],.innerbattle .picon[aria-label^=gabumon],button[value^=Gabumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -60px!important}.innerbattle div>div>img[src*="gen5/goburimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/goburimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/goburimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/goburimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Goburimon],.innerbattle .picon[aria-label^=goburimon],button[value^=Goburimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -60px!important}.innerbattle div>div>img[src*="gen5/gomamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/gomamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/gomamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/gomamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Gomamon],.innerbattle .picon[aria-label^=gomamon],button[value^=Gomamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -60px!important}.innerbattle div>div>img[src*="gen5/gotsumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/gotsumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/gotsumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/gotsumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Gotsumon],.innerbattle .picon[aria-label^=gotsumon],button[value^=Gotsumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -60px!important}.innerbattle div>div>img[src*="gen5/kunemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/kunemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/kunemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/kunemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Kunemon],.innerbattle .picon[aria-label^=kunemon],button[value^=Kunemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -60px!important}.innerbattle div>div>img[src*="gen5/modokibetamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/modokibetamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/modokibetamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/modokibetamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=ModokiBetamon],.innerbattle .picon[aria-label^=modokibetamon],button[value^=ModokiBetamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -60px!important}.innerbattle div>div>img[src*="gen5/muchomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/muchomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/muchomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/muchomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Muchomon],.innerbattle .picon[aria-label^=muchomon],button[value^=Muchomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -60px!important}.innerbattle div>div>img[src*="gen5/otamamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/otamamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/otamamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/otamamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Otamamon],.innerbattle .picon[aria-label^=otamamon],button[value^=Otamamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -60px!important}.innerbattle div>div>img[src*="gen5/palmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/palmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/palmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/palmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Palmon],.innerbattle .picon[aria-label^=palmon],button[value^=Palmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -60px!important}.innerbattle div>div>img[src*="gen5/patamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/patamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/patamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/patamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Patamon],.innerbattle .picon[aria-label^=patamon],button[value^=Patamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -60px!important}.innerbattle div>div>img[src*="gen5/penguinmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/penguinmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/penguinmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/penguinmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Penguinmon],.innerbattle .picon[aria-label^=penguinmon],button[value^=Penguinmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -60px!important}.innerbattle div>div>img[src*="gen5/psychemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/psychemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/psychemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/psychemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Psychemon],.innerbattle .picon[aria-label^=psychemon],button[value^=Psychemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -60px!important}.innerbattle div>div>img[src*="gen5/salamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/salamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/salamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/salamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Salamon],.innerbattle .picon[aria-label^=salamon],button[value^=Salamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -90px!important}.innerbattle div>div>img[src*="gen5/shamanmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/shamanmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/shamanmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/shamanmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Shamanmon],.innerbattle .picon[aria-label^=shamanmon],button[value^=Shamanmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -90px!important}.innerbattle div>div>img[src*="gen5/snowagumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/snowagumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/snowagumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/snowagumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=SnowAgumon],.innerbattle .picon[aria-label^=snowagumon],button[value^=SnowAgumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -90px!important}.innerbattle div>div>img[src*="gen5/snowgoburimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/snowgoburimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/snowgoburimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/snowgoburimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=SnowGoburimon],.innerbattle .picon[aria-label^=snowgoburimon],button[value^=SnowGoburimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -90px!important}.innerbattle div>div>img[src*="gen5/tentomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/tentomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/tentomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/tentomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Tentomon],.innerbattle .picon[aria-label^=tentomon],button[value^=Tentomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -90px!important}.innerbattle div>div>img[src*="gen5/toyagumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/toyagumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/toyagumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/toyagumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=ToyAgumon],.innerbattle .picon[aria-label^=toyagumon],button[value^=ToyAgumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -90px!important}.innerbattle div>div>img[src*="gen5/tsukaimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/tsukaimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/tsukaimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/tsukaimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Tsukaimon],.innerbattle .picon[aria-label^=tsukaimon],button[value^=Tsukaimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -90px!important}.innerbattle div>div>img[src*="gen5/airdramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/airdramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/airdramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/airdramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Airdramon],.innerbattle .picon[aria-label^=airdramon],button[value^=Airdramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -90px!important}.innerbattle div>div>img[src*="gen5/akatorimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/akatorimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/akatorimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/akatorimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Akatorimon],.innerbattle .picon[aria-label^=akatorimon],button[value^=Akatorimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -90px!important}.innerbattle div>div>img[src*="gen5/angemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/angemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/angemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/angemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Angemon],.innerbattle .picon[aria-label^=angemon],button[value^=Angemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -90px!important}.innerbattle div>div>img[src*="gen5/bakemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/bakemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/bakemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/bakemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Bakemon],.innerbattle .picon[aria-label^=bakemon],button[value^=Bakemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -90px!important}.innerbattle div>div>img[src*="gen5/birdramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/birdramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/birdramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/birdramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Birdramon],.innerbattle .picon[aria-label^=birdramon],button[value^=Birdramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -90px!important}.innerbattle div>div>img[src*="gen5/blackgatomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/blackgatomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/blackgatomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/blackgatomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=BlackGatomon],.innerbattle .picon[aria-label^=blackgatomon],button[value^=BlackGatomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -120px!important}.innerbattle div>div>img[src*="gen5/centarumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/centarumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/centarumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/centarumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Centarumon],.innerbattle .picon[aria-label^=centarumon],button[value^=Centarumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -120px!important}.innerbattle div>div>img[src*="gen5/coelamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/coelamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/coelamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/coelamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Coelamon],.innerbattle .picon[aria-label^=coelamon],button[value^=Coelamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -120px!important}.innerbattle div>div>img[src*="gen5/darkrizamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/darkrizamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/darkrizamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/darkrizamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Darkrizamon],.innerbattle .picon[aria-label^=darkrizamon],button[value^=Darkrizamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -120px!important}.innerbattle div>div>img[src*="gen5/devimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/devimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/devimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/devimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Devimon],.innerbattle .picon[aria-label^=devimon],button[value^=Devimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -120px!important}.innerbattle div>div>img[src*="gen5/dolphmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/dolphmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/dolphmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/dolphmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Dolphmon],.innerbattle .picon[aria-label^=dolphmon],button[value^=Dolphmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -120px!important}.innerbattle div>div>img[src*="gen5/dorugamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/dorugamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/dorugamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/dorugamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Dorugamon],.innerbattle .picon[aria-label^=dorugamon],button[value^=Dorugamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -120px!important}.innerbattle div>div>img[src*="gen5/drimogemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/drimogemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/drimogemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/drimogemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Drimogemon],.innerbattle .picon[aria-label^=drimogemon],button[value^=Drimogemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -120px!important}.innerbattle div>div>img[src*="gen5/flarerizamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/flarerizamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/flarerizamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/flarerizamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Flarerizamon],.innerbattle .picon[aria-label^=flarerizamon],button[value^=Flarerizamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -120px!important}.innerbattle div>div>img[src*="gen5/frigimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/frigimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/frigimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/frigimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Frigimon],.innerbattle .picon[aria-label^=frigimon],button[value^=Frigimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -120px!important}.innerbattle div>div>img[src*="gen5/fugamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/fugamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/fugamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/fugamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Fugamon],.innerbattle .picon[aria-label^=fugamon],button[value^=Fugamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -120px!important}.innerbattle div>div>img[src*="gen5/garurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/garurumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/garurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/garurumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Garurumon],.innerbattle .picon[aria-label^=garurumon],button[value^=Garurumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -120px!important}.innerbattle div>div>img[src*="gen5/gatomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/gatomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/gatomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/gatomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Gatomon],.innerbattle .picon[aria-label^=gatomon],button[value^=Gatomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -150px!important}.innerbattle div>div>img[src*="gen5/gekomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/gekomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/gekomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/gekomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Gekomon],.innerbattle .picon[aria-label^=gekomon],button[value^=Gekomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -150px!important}.innerbattle div>div>img[src*="gen5/geremon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/geremon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/geremon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/geremon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Geremon],.innerbattle .picon[aria-label^=geremon],button[value^=Geremon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -150px!important}.innerbattle div>div>img[src*="gen5/greymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/greymon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/greymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/greymon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Greymon],.innerbattle .picon[aria-label^=greymon],button[value^=Greymon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -150px!important}.innerbattle div>div>img[src*="gen5/guardromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/guardromon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/guardromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/guardromon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Guardromon],.innerbattle .picon[aria-label^=guardromon],button[value^=Guardromon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -150px!important}.innerbattle div>div>img[src*="gen5/gururumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/gururumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/gururumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/gururumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Gururumon],.innerbattle .picon[aria-label^=gururumon],button[value^=Gururumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -150px!important}.innerbattle div>div>img[src*="gen5/hyogamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/hyogamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/hyogamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/hyogamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Hyogamon],.innerbattle .picon[aria-label^=hyogamon],button[value^=Hyogamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -150px!important}.innerbattle div>div>img[src*="gen5/icedevimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/icedevimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/icedevimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/icedevimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=IceDevimon],.innerbattle .picon[aria-label^=icedevimon],button[value^=IceDevimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -150px!important}.innerbattle div>div>img[src*="gen5/icemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/icemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/icemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/icemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Icemon],.innerbattle .picon[aria-label^=icemon],button[value^=Icemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -150px!important}.innerbattle div>div>img[src*="gen5/ikkakumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/ikkakumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/ikkakumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/ikkakumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Ikkakumon],.innerbattle .picon[aria-label^=ikkakumon],button[value^=Ikkakumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -150px!important}.innerbattle div>div>img[src*="gen5/junglemojyamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/junglemojyamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/junglemojyamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/junglemojyamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=JungleMojyamon],.innerbattle .picon[aria-label^=junglemojyamon],button[value^=JungleMojyamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -150px!important}.innerbattle div>div>img[src*="gen5/kabuterimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/kabuterimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/kabuterimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/kabuterimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Kabuterimon],.innerbattle .picon[aria-label^=kabuterimon],button[value^=Kabuterimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -150px!important}.innerbattle div>div>img[src*="gen5/kokatorimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/kokatorimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/kokatorimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/kokatorimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Kokatorimon],.innerbattle .picon[aria-label^=kokatorimon],button[value^=Kokatorimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -180px!important}.innerbattle div>div>img[src*="gen5/kuwagamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/kuwagamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/kuwagamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/kuwagamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Kuwagamon],.innerbattle .picon[aria-label^=kuwagamon],button[value^=Kuwagamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -180px!important}.innerbattle div>div>img[src*="gen5/leomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/leomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/leomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/leomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Leomon],.innerbattle .picon[aria-label^=leomon],button[value^=Leomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -180px!important}.innerbattle div>div>img[src*="gen5/meicoomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/meicoomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/meicoomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/meicoomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Meicoomon],.innerbattle .picon[aria-label^=meicoomon],button[value^=Meicoomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -180px!important}.innerbattle div>div>img[src*="gen5/meramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/meramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/meramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/meramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Meramon],.innerbattle .picon[aria-label^=meramon],button[value^=Meramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -180px!important}.innerbattle div>div>img[src*="gen5/mikemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/mikemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/mikemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/mikemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Mikemon],.innerbattle .picon[aria-label^=mikemon],button[value^=Mikemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -180px!important}.innerbattle div>div>img[src*="gen5/mojyamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/mojyamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/mojyamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/mojyamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Mojyamon],.innerbattle .picon[aria-label^=mojyamon],button[value^=Mojyamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -180px!important}.innerbattle div>div>img[src*="gen5/monochromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/monochromon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/monochromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/monochromon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Monochromon],.innerbattle .picon[aria-label^=monochromon],button[value^=Monochromon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -180px!important}.innerbattle div>div>img[src*="gen5/morishellmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/morishellmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/morishellmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/morishellmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MoriShellmon],.innerbattle .picon[aria-label^=morishellmon],button[value^=MoriShellmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -180px!important}.innerbattle div>div>img[src*="gen5/mudfrigimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/mudfrigimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/mudfrigimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/mudfrigimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MudFrigimon],.innerbattle .picon[aria-label^=mudfrigimon],button[value^=MudFrigimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -180px!important}.innerbattle div>div>img[src*="gen5/nanimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/nanimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/nanimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/nanimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Nanimon],.innerbattle .picon[aria-label^=nanimon],button[value^=Nanimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -180px!important}.innerbattle div>div>img[src*="gen5/ninjamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/ninjamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/ninjamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/ninjamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Ninjamon],.innerbattle .picon[aria-label^=ninjamon],button[value^=Ninjamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -180px!important}.innerbattle div>div>img[src*="gen5/nisedrimogemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/nisedrimogemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/nisedrimogemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/nisedrimogemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=NiseDrimogemon],.innerbattle .picon[aria-label^=nisedrimogemon],button[value^=NiseDrimogemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -210px!important}.innerbattle div>div>img[src*="gen5/numemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/numemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/numemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/numemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Numemon],.innerbattle .picon[aria-label^=numemon],button[value^=Numemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -210px!important}.innerbattle div>div>img[src*="gen5/ogremon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/ogremon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/ogremon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/ogremon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Ogremon],.innerbattle .picon[aria-label^=ogremon],button[value^=Ogremon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -210px!important}.innerbattle div>div>img[src*="gen5/piddomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/piddomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/piddomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/piddomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Piddomon],.innerbattle .picon[aria-label^=piddomon],button[value^=Piddomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -210px!important}.innerbattle div>div>img[src*="gen5/platinumsukamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/platinumsukamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/platinumsukamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/platinumsukamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=PlatinumSukamon],.innerbattle .picon[aria-label^=platinumsukamon],button[value^=PlatinumSukamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -210px!important}.innerbattle div>div>img[src*="gen5/redvegiemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/redvegiemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/redvegiemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/redvegiemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=RedVegiemon],.innerbattle .picon[aria-label^=redvegiemon],button[value^=RedVegiemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -210px!important}.innerbattle div>div>img[src*="gen5/rockmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/rockmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/rockmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/rockmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Rockmon],.innerbattle .picon[aria-label^=rockmon],button[value^=Rockmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -210px!important}.innerbattle div>div>img[src*="gen5/saberdramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/saberdramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/saberdramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/saberdramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Saberdramon],.innerbattle .picon[aria-label^=saberdramon],button[value^=Saberdramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -210px!important}.innerbattle div>div>img[src*="gen5/sandyanmamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/sandyanmamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/sandyanmamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/sandyanmamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=SandYanmamon],.innerbattle .picon[aria-label^=sandyanmamon],button[value^=SandYanmamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -210px!important}.innerbattle div>div>img[src*="gen5/seadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/seadramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/seadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/seadramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Seadramon],.innerbattle .picon[aria-label^=seadramon],button[value^=Seadramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -210px!important}.innerbattle div>div>img[src*="gen5/shellmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/shellmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/shellmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/shellmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Shellmon],.innerbattle .picon[aria-label^=shellmon],button[value^=Shellmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -210px!important}.innerbattle div>div>img[src*="gen5/shimaunimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/shimaunimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/shimaunimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/shimaunimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=ShimaUnimon],.innerbattle .picon[aria-label^=shimaunimon],button[value^=ShimaUnimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -210px!important}.innerbattle div>div>img[src*="gen5/soulmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/soulmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/soulmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/soulmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Soulmon],.innerbattle .picon[aria-label^=soulmon],button[value^=Soulmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -240px!important}.innerbattle div>div>img[src*="gen5/sukamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/sukamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/sukamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/sukamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Sukamon],.innerbattle .picon[aria-label^=sukamon],button[value^=Sukamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -240px!important}.innerbattle div>div>img[src*="gen5/tankmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/tankmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/tankmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/tankmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Tankmon],.innerbattle .picon[aria-label^=tankmon],button[value^=Tankmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -240px!important}.innerbattle div>div>img[src*="gen5/togemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/togemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/togemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/togemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Togemon],.innerbattle .picon[aria-label^=togemon],button[value^=Togemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -240px!important}.innerbattle div>div>img[src*="gen5/tyrannomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/tyrannomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/tyrannomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/tyrannomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Tyrannomon],.innerbattle .picon[aria-label^=tyrannomon],button[value^=Tyrannomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -240px!important}.innerbattle div>div>img[src*="gen5/unimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/unimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/unimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/unimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Unimon],.innerbattle .picon[aria-label^=unimon],button[value^=Unimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -240px!important}.innerbattle div>div>img[src*="gen5/vegiemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/vegiemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/vegiemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/vegiemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Vegiemon],.innerbattle .picon[aria-label^=vegiemon],button[value^=Vegiemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -240px!important}.innerbattle div>div>img[src*="gen5/weedmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/weedmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/weedmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/weedmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Weedmon],.innerbattle .picon[aria-label^=weedmon],button[value^=Weedmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -240px!important}.innerbattle div>div>img[src*="gen5/yanmamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/yanmamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/yanmamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/yanmamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Yanmamon],.innerbattle .picon[aria-label^=yanmamon],button[value^=Yanmamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -240px!important}.innerbattle div>div>img[src*="gen5/andromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/andromon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/andromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/andromon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Andromon],.innerbattle .picon[aria-label^=andromon],button[value^=Andromon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -240px!important}.innerbattle div>div>img[src*="gen5/angewomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/angewomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/angewomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/angewomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Angewomon],.innerbattle .picon[aria-label^=angewomon],button[value^=Angewomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -240px!important}.innerbattle div>div>img[src*="gen5/beastmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/beastmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/beastmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/beastmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Beastmon],.innerbattle .picon[aria-label^=beastmon],button[value^=Beastmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -240px!important}.innerbattle div>div>img[src*="gen5/blackweregarurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/blackweregarurumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/blackweregarurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/blackweregarurumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=BlackWereGarurumon],.innerbattle .picon[aria-label^=blackweregarurumon],button[value^=BlackWereGarurumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -270px!important}.innerbattle div>div>img[src*="gen5/bluemeramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/bluemeramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/bluemeramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/bluemeramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=BlueMeramon],.innerbattle .picon[aria-label^=bluemeramon],button[value^=BlueMeramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -270px!important}.innerbattle div>div>img[src*="gen5/digitamamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/digitamamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/digitamamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/digitamamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Digitamamon],.innerbattle .picon[aria-label^=digitamamon],button[value^=Digitamamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -270px!important}.innerbattle div>div>img[src*="gen5/dorugreymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/dorugreymon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/dorugreymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/dorugreymon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=DoruGreymon],.innerbattle .picon[aria-label^=dorugreymon],button[value^=DoruGreymon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -270px!important}.innerbattle div>div>img[src*="gen5/etemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/etemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/etemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/etemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Etemon],.innerbattle .picon[aria-label^=etemon],button[value^=Etemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -270px!important}.innerbattle div>div>img[src*="gen5/garudamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/garudamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/garudamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/garudamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Garudamon],.innerbattle .picon[aria-label^=garudamon],button[value^=Garudamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -270px!important}.innerbattle div>div>img[src*="gen5/gigadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/gigadramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/gigadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/gigadramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Gigadramon],.innerbattle .picon[aria-label^=gigadramon],button[value^=Gigadramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -270px!important}.innerbattle div>div>img[src*="gen5/giromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/giromon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/giromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/giromon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Giromon],.innerbattle .picon[aria-label^=giromon],button[value^=Giromon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -270px!important}.innerbattle div>div>img[src*="gen5/iceleomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/iceleomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/iceleomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/iceleomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=IceLeomon],.innerbattle .picon[aria-label^=iceleomon],button[value^=IceLeomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -270px!important}.innerbattle div>div>img[src*="gen5/ladydevimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/ladydevimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/ladydevimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/ladydevimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=LadyDevimon],.innerbattle .picon[aria-label^=ladydevimon],button[value^=LadyDevimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -270px!important}.innerbattle div>div>img[src*="gen5/lillymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/lillymon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/lillymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/lillymon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Lillymon],.innerbattle .picon[aria-label^=lillymon],button[value^=Lillymon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -270px!important}.innerbattle div>div>img[src*="gen5/magnaangemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/magnaangemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/magnaangemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/magnaangemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MagnaAngemon],.innerbattle .picon[aria-label^=magnaangemon],button[value^=MagnaAngemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -270px!important}.innerbattle div>div>img[src*="gen5/mamemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/mamemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/mamemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/mamemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Mamemon],.innerbattle .picon[aria-label^=mamemon],button[value^=Mamemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -300px!important}.innerbattle div>div>img[src*="gen5/megadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/megadramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/megadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/megadramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Megadramon],.innerbattle .picon[aria-label^=megadramon],button[value^=Megadramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -300px!important}.innerbattle div>div>img[src*="gen5/megakabuterimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/megakabuterimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/megakabuterimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/megakabuterimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MegaKabuterimon],.innerbattle .picon[aria-label^=megakabuterimon],button[value^=MegaKabuterimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -300px!important}.innerbattle div>div>img[src*="gen5/megaseadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/megaseadramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/megaseadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/megaseadramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MegaSeadramon],.innerbattle .picon[aria-label^=megaseadramon],button[value^=MegaSeadramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -300px!important}.innerbattle div>div>img[src*="gen5/meicrackmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/meicrackmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/meicrackmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/meicrackmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Meicrackmon],.innerbattle .picon[aria-label^=meicrackmon],button[value^=Meicrackmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -300px!important}.innerbattle div>div>img[src*="gen5/meicrackmonviciousmode"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/meicrackmonviciousmode.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/meicrackmonviciousmode"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/meicrackmonviciousmode.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^="Meicrackmon (MeicrackmonViciousMode)"],.innerbattle .picon[aria-label^="Meicrackmon (meicrackmonviciousmode)"],.innerbattle .picon[aria-label^=MeicrackmonViciousMode],.innerbattle .picon[aria-label^=meicrackmonviciousmode],button[value^=Meicrackmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -300px!important}.innerbattle div>div>img[src*="gen5/metalgreymonvaccine"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/metalgreymonvaccine.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/metalgreymonvaccine"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/metalgreymonvaccine.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^="MetalGreymon (MetalGreymonVaccine)"],.innerbattle .picon[aria-label^="MetalGreymon (metalgreymonvaccine)"],.innerbattle .picon[aria-label^=MetalGreymonVaccine],.innerbattle .picon[aria-label^=metalgreymonvaccine],button[value^=MetalGreymon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -300px!important}.innerbattle div>div>img[src*="gen5/metalgreymonvirus"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/metalgreymonvirus.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/metalgreymonvirus"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/metalgreymonvirus.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^="MetalGreymon (MetalGreymonVirus)"],.innerbattle .picon[aria-label^="MetalGreymon (metalgreymonvirus)"],.innerbattle .picon[aria-label^=MetalGreymonVirus],.innerbattle .picon[aria-label^=metalgreymonvirus],button[value^=MetalGreymon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -300px!important}.innerbattle div>div>img[src*="gen5/metalmamemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/metalmamemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/metalmamemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/metalmamemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MetalMamemon],.innerbattle .picon[aria-label^=metalmamemon],button[value^=MetalMamemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -300px!important}.innerbattle div>div>img[src*="gen5/meteormon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/meteormon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/meteormon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/meteormon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Meteormon],.innerbattle .picon[aria-label^=meteormon],button[value^=Meteormon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -300px!important}.innerbattle div>div>img[src*="gen5/monzaemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/monzaemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/monzaemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/monzaemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Monzaemon],.innerbattle .picon[aria-label^=monzaemon],button[value^=Monzaemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -300px!important}.innerbattle div>div>img[src*="gen5/myotismon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/myotismon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/myotismon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/myotismon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Myotismon],.innerbattle .picon[aria-label^=myotismon],button[value^=Myotismon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -300px!important}.innerbattle div>div>img[src*="gen5/piximon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/piximon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/piximon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/piximon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Piximon],.innerbattle .picon[aria-label^=piximon],button[value^=Piximon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -330px!important}.innerbattle div>div>img[src*="gen5/shogungekomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/shogungekomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/shogungekomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/shogungekomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=ShogunGekomon],.innerbattle .picon[aria-label^=shogungekomon],button[value^=ShogunGekomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -330px!important}.innerbattle div>div>img[src*="gen5/skullgreymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/skullgreymon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/skullgreymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/skullgreymon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=SkullGreymon],.innerbattle .picon[aria-label^=skullgreymon],button[value^=SkullGreymon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -330px!important}.innerbattle div>div>img[src*="gen5/tekkamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/tekkamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/tekkamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/tekkamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Tekkamon],.innerbattle .picon[aria-label^=tekkamon],button[value^=Tekkamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -330px!important}.innerbattle div>div>img[src*="gen5/vademon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/vademon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/vademon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/vademon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Vademon],.innerbattle .picon[aria-label^=vademon],button[value^=Vademon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -330px!important}.innerbattle div>div>img[src*="gen5/vermilimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/vermilimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/vermilimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/vermilimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Vermilimon],.innerbattle .picon[aria-label^=vermilimon],button[value^=Vermilimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -330px!important}.innerbattle div>div>img[src*="gen5/warumonzaemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/warumonzaemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/warumonzaemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/warumonzaemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=WaruMonzaemon],.innerbattle .picon[aria-label^=warumonzaemon],button[value^=WaruMonzaemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -330px!important}.innerbattle div>div>img[src*="gen5/waruseadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/waruseadramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/waruseadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/waruseadramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=WaruSeadramon],.innerbattle .picon[aria-label^=waruseadramon],button[value^=WaruSeadramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -330px!important}.innerbattle div>div>img[src*="gen5/weregarurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/weregarurumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/weregarurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/weregarurumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=WereGarurumon],.innerbattle .picon[aria-label^=weregarurumon],button[value^=WereGarurumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -330px!important}.innerbattle div>div>img[src*="gen5/whamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/whamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/whamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/whamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Whamon],.innerbattle .picon[aria-label^=whamon],button[value^=Whamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -330px!important}.innerbattle div>div>img[src*="gen5/zudomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/zudomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/zudomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/zudomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Zudomon],.innerbattle .picon[aria-label^=zudomon],button[value^=Zudomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -330px!important}.innerbattle div>div>img[src*="gen5/alphamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/alphamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/alphamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/alphamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Alphamon],.innerbattle .picon[aria-label^=alphamon],button[value^=Alphamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -330px!important}.innerbattle div>div>img[src*="gen5/blackmetalgarurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/blackmetalgarurumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/blackmetalgarurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/blackmetalgarurumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=BlackMetalGarurumon],.innerbattle .picon[aria-label^=blackmetalgarurumon],button[value^=BlackMetalGarurumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -360px!important}.innerbattle div>div>img[src*="gen5/blackwargreymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/blackwargreymon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/blackwargreymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/blackwargreymon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=BlackWarGreymon],.innerbattle .picon[aria-label^=blackwargreymon],button[value^=BlackWarGreymon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -360px!important}.innerbattle div>div>img[src*="gen5/boltmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/boltmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/boltmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/boltmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Boltmon],.innerbattle .picon[aria-label^=boltmon],button[value^=Boltmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -360px!important}.innerbattle div>div>img[src*="gen5/cherubimonevil"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/cherubimonevil.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/cherubimonevil"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/cherubimonevil.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^="Cherubimon (CherubimonEvil)"],.innerbattle .picon[aria-label^="Cherubimon (cherubimonevil)"],.innerbattle .picon[aria-label^=CherubimonEvil],.innerbattle .picon[aria-label^=cherubimonevil],button[value^=Cherubimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -360px!important}.innerbattle div>div>img[src*="gen5/cherubimongood"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/cherubimongood.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/cherubimongood"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/cherubimongood.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^="Cherubimon (CherubimonGood)"],.innerbattle .picon[aria-label^="Cherubimon (cherubimongood)"],.innerbattle .picon[aria-label^=CherubimonGood],.innerbattle .picon[aria-label^=cherubimongood],button[value^=Cherubimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -360px!important}.innerbattle div>div>img[src*="gen5/devitamamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/devitamamon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/devitamamon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/devitamamon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Devitamamon],.innerbattle .picon[aria-label^=devitamamon],button[value^=Devitamamon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -360px!important}.innerbattle div>div>img[src*="gen5/dorugoramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/dorugoramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/dorugoramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/dorugoramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Dorugoramon],.innerbattle .picon[aria-label^=dorugoramon],button[value^=Dorugoramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -360px!important}.innerbattle div>div>img[src*="gen5/ebemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/ebemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/ebemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/ebemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Ebemon],.innerbattle .picon[aria-label^=ebemon],button[value^=Ebemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -360px!important}.innerbattle div>div>img[src*="gen5/herculeskabuterimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/herculeskabuterimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/herculeskabuterimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/herculeskabuterimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=HerculesKabuterimon],.innerbattle .picon[aria-label^=herculeskabuterimon],button[value^=HerculesKabuterimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -360px!important}.innerbattle div>div>img[src*="gen5/hiandromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/hiandromon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/hiandromon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/hiandromon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=HiAndromon],.innerbattle .picon[aria-label^=hiandromon],button[value^=HiAndromon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -360px!important}.innerbattle div>div>img[src*="gen5/lilithmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/lilithmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/lilithmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/lilithmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Lilithmon],.innerbattle .picon[aria-label^=lilithmon],button[value^=Lilithmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -360px!important}.innerbattle div>div>img[src*="gen5/machinedramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/machinedramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/machinedramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/machinedramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Machinedramon],.innerbattle .picon[aria-label^=machinedramon],button[value^=Machinedramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -360px!important}.innerbattle div>div>img[src*="gen5/magnadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/magnadramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/magnadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/magnadramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Magnadramon],.innerbattle .picon[aria-label^=magnadramon],button[value^=Magnadramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -390px!important}.innerbattle div>div>img[src*="gen5/marineangemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/marineangemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/marineangemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/marineangemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MarineAngemon],.innerbattle .picon[aria-label^=marineangemon],button[value^=MarineAngemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -390px!important}.innerbattle div>div>img[src*="gen5/metaletemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/metaletemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/metaletemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/metaletemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MetalEtemon],.innerbattle .picon[aria-label^=metaletemon],button[value^=MetalEtemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -390px!important}.innerbattle div>div>img[src*="gen5/metalgarurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/metalgarurumon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/metalgarurumon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/metalgarurumon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MetalGarurumon],.innerbattle .picon[aria-label^=metalgarurumon],button[value^=MetalGarurumon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -390px!important}.innerbattle div>div>img[src*="gen5/metalseadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/metalseadramon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/metalseadramon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/metalseadramon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=MetalSeadramon],.innerbattle .picon[aria-label^=metalseadramon],button[value^=MetalSeadramon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -160px -390px!important}.innerbattle div>div>img[src*="gen5/ophanimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/ophanimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/ophanimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/ophanimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Ophanimon],.innerbattle .picon[aria-label^=ophanimon],button[value^=Ophanimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -200px -390px!important}.innerbattle div>div>img[src*="gen5/phoenixmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/phoenixmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/phoenixmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/phoenixmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Phoenixmon],.innerbattle .picon[aria-label^=phoenixmon],button[value^=Phoenixmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -240px -390px!important}.innerbattle div>div>img[src*="gen5/princemamemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/princemamemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/princemamemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/princemamemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=PrinceMamemon],.innerbattle .picon[aria-label^=princemamemon],button[value^=PrinceMamemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -280px -390px!important}.innerbattle div>div>img[src*="gen5/raguelmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/raguelmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/raguelmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/raguelmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Raguelmon],.innerbattle .picon[aria-label^=raguelmon],button[value^=Raguelmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -320px -390px!important}.innerbattle div>div>img[src*="gen5/rasielmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/rasielmon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/rasielmon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/rasielmon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Rasielmon],.innerbattle .picon[aria-label^=rasielmon],button[value^=Rasielmon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -360px -390px!important}.innerbattle div>div>img[src*="gen5/rosemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/rosemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/rosemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/rosemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Rosemon],.innerbattle .picon[aria-label^=rosemon],button[value^=Rosemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -400px -390px!important}.innerbattle div>div>img[src*="gen5/saberleomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/saberleomon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/saberleomon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/saberleomon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=SaberLeomon],.innerbattle .picon[aria-label^=saberleomon],button[value^=SaberLeomon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -440px -390px!important}.innerbattle div>div>img[src*="gen5/seraphimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/seraphimon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/seraphimon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/seraphimon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Seraphimon],.innerbattle .picon[aria-label^=seraphimon],button[value^=Seraphimon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll 0 -420px!important}.innerbattle div>div>img[src*="gen5/venommyotismon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/venommyotismon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/venommyotismon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/venommyotismon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=VenomMyotismon],.innerbattle .picon[aria-label^=venommyotismon],button[value^=VenomMyotismon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -40px -420px!important}.innerbattle div>div>img[src*="gen5/vikemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/vikemon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/vikemon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/vikemon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=Vikemon],.innerbattle .picon[aria-label^=vikemon],button[value^=Vikemon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -80px -420px!important}.innerbattle div>div>img[src*="gen5/wargreymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani/wargreymon.gif);width:56px!important;height:56px!important}.innerbattle div>div>img[src*="gen5-back/wargreymon"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonani-back/wargreymon.gif);width:56px!important;height:56px!important}.innerbattle .picon[aria-label^=WarGreymon],.innerbattle .picon[aria-label^=wargreymon],button[value^=WarGreymon] .picon{background:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/digimonicons-sheet.png) no-repeat scroll -120px -420px!important}.movemenu button[data-move="Acid Bubble"],.movemenu button[data-move="Acid Bubble"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Acid Bubble"] .type:after{font-weight:700;content:"[SPA] [BP: 60] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Acid Bubble"] .pp:before{content:"(25% chance to flinch the target.) "}.movemenu button[data-move="Pepper Breath"],.movemenu button[data-move="Pepper Breath"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Pepper Breath"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Pepper Breath"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Nemesis Ivy"],.movemenu button[data-move="Nemesis Ivy"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Nemesis Ivy"] .type:after{font-weight:700;content:"[PHY] [BP: 95] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Nemesis Ivy"] .pp:before{content:"(User recovers 50% of the damage dealt.) "}.movemenu button[data-move="Electric Shock"],.movemenu button[data-move="Electric Shock"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Electric Shock"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Electric Shock"] .pp:before{content:"(20% chance to paralyze the target.) "}.movemenu button[data-move="Spiral Twister"],.movemenu button[data-move="Spiral Twister"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Spiral Twister"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Spiral Twister"] .pp:before{content:"(Raises the user's Sp.Atk by 1.) "}.movemenu button[data-move="Precious Flame"],.movemenu button[data-move="Precious Flame"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Precious Flame"] .type:after{font-weight:700;content:"[PHY] [BP: 105] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Precious Flame"] .pp:before{content:"(Lowers the target's Sp.Def by 1.) "}.movemenu button[data-move="Demi Dart"],.movemenu button[data-move="Demi Dart"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Demi Dart"] .type:after{font-weight:700;content:"[PHY] [BP: 90] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Demi Dart"] .pp:before{content:"(User recovers 50% of the damage dealt to foes.) "}.movemenu button[data-move="Worm Venom"],.movemenu button[data-move="Worm Venom"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Worm Venom"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Worm Venom"] .pp:before{content:"(Poisons the target. Does not check accuracy.) "}.movemenu button[data-move="Metal Cannon"],.movemenu button[data-move="Metal Cannon"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Metal Cannon"] .type:after{font-weight:700;content:"[PHY] [BP: 115] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Metal Cannon"] .pp:before{content:"(50% chance to raise the user’s Def by 2.) "}.movemenu button[data-move="Super Thunder Strike"],.movemenu button[data-move="Super Thunder Strike"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Super Thunder Strike"] .type:after{font-weight:700;content:"[SPA] [BP: 55] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Super Thunder Strike"] .pp:before{content:"(Hits 2 times in one turn.) "}.movemenu button[data-move="Blue Blaster"],.movemenu button[data-move="Blue Blaster"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Blue Blaster"] .type:after{font-weight:700;content:"[PHY] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Blue Blaster"] .pp:before{content:"(Lowers the target’s Def by 1.) "}.movemenu button[data-move="Goblin Strike"],.movemenu button[data-move="Goblin Strike"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Goblin Strike"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Goblin Strike"] .pp:before{content:"(30% chance to flinch the target.) "}.movemenu button[data-move="Marching Fishes"],.movemenu button[data-move="Marching Fishes"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Marching Fishes"] .type:after{font-weight:700;content:"[PHY] [BP: 40] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Marching Fishes"] .pp:before{content:"(Hits adjacent foe(s) 2-3 times in one turn.) "}.movemenu button[data-move="Rock Fist"],.movemenu button[data-move="Rock Fist"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Rock Fist"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Rock Fist"] .pp:before{content:"(Raises the user’s Def by 1.) "}.movemenu button[data-move="Electric Thread"],.movemenu button[data-move="Electric Thread"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Electric Thread"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Electric Thread"] .pp:before{content:"(Paralyzes the target. Does not check accuracy.) "}.movemenu button[data-move="Aqua Tower"],.movemenu button[data-move="Aqua Tower"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Aqua Tower"] .type:after{font-weight:700;content:"[SPA] [BP: 95] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Aqua Tower"] .pp:before{content:"(75% chance to force the target to randomly switch.) "}.movemenu button[data-move="Tropical Beak"],.movemenu button[data-move="Tropical Beak"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Tropical Beak"] .type:after{font-weight:700;content:"[PHY] [BP: 40] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Tropical Beak"] .pp:before{content:"(Hits 1-3 times in one turn.) "}.movemenu button[data-move="Lullaby Bubble"],.movemenu button[data-move="Lullaby Bubble"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Lullaby Bubble"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Lullaby Bubble"] .pp:before{content:"(20% chance to put the target to sleep.) "}.movemenu button[data-move="Poison Ivy"],.movemenu button[data-move="Poison Ivy"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Poison Ivy"] .type:after{font-weight:700;content:"[PHY] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Poison Ivy"] .pp:before{content:"(50% chance to poison the target.) "}.movemenu button[data-move="Boom Bubble"],.movemenu button[data-move="Boom Bubble"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Boom Bubble"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Boom Bubble"] .pp:before{content:"(50% chance to raise the user’s Speed by 2.) "}.movemenu button[data-move="Eternal Slapping"],.movemenu button[data-move="Eternal Slapping"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Eternal Slapping"] .type:after{font-weight:700;content:"[PHY] [BP: 25] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Eternal Slapping"] .pp:before{content:"(Hits 2-5 times in one turn.) "}.movemenu button[data-move="Colored Sparkle"],.movemenu button[data-move="Colored Sparkle"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Colored Sparkle"] .type:after{font-weight:700;content:"[PHY] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Colored Sparkle"] .pp:before{content:"(Lowers the target’s Def by 1.) "}.movemenu button[data-move="Puppy Howl"],.movemenu button[data-move="Puppy Howl"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Puppy Howl"] .type:after{font-weight:700;content:"[SPA] [BP: 125] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Puppy Howl"] .pp:before{content:"(Ignores target’s stat changes. 50% paralyze chance.) "}.movemenu button[data-move="Dancing Bone"],.movemenu button[data-move="Dancing Bone"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Dancing Bone"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Dancing Bone"] .pp:before{content:"(30% chance to flinch the target.) "}.movemenu button[data-move="Little Blizzard"],.movemenu button[data-move="Little Blizzard"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Little Blizzard"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Little Blizzard"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Snowgob Bolt"],.movemenu button[data-move="Snowgob Bolt"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Snowgob Bolt"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Snowgob Bolt"] .pp:before{content:"(30% chance to flinch the target.) "}.movemenu button[data-move="Super Shocker"],.movemenu button[data-move="Super Shocker"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Super Shocker"] .type:after{font-weight:700;content:"[SPA] [BP: 110] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Super Shocker"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Plastic Blaze"],.movemenu button[data-move="Plastic Blaze"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Plastic Blaze"] .type:after{font-weight:700;content:"[PHY] [BP: 105] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Plastic Blaze"] .pp:before{content:"(Lowers the target's Sp.Def by 1.) "}.movemenu button[data-move="Evil Spell"],.movemenu button[data-move="Evil Spell"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Evil Spell"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Evil Spell"] .pp:before{content:"(50% chance to raise the user's Sp.Atk by 2.) "}.movemenu button[data-move="Spinning Needle"],.movemenu button[data-move="Spinning Needle"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Spinning Needle"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Spinning Needle"] .pp:before{content:"(50% chance to raise Speed by 2.) "}.movemenu button[data-move="Scar-Red Eye"],.movemenu button[data-move="Scar-Red Eye"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Scar-Red Eye"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: 85]"}div[id*=digimon] .movemenu button[data-move="Scar-Red Eye"] .pp:before{content:"(Causes the foe(s) to flinch.) "}.movemenu button[data-move="Hand Of fate"],.movemenu button[data-move="Hand Of fate"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Hand Of fate"] .type:after{font-weight:700;content:"[PHY] [BP: 105] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Hand Of fate"] .pp:before{content:"(50% chance to raise the user’s Atk and Sp.Atk by 2.) "}.movemenu button[data-move="Evil Charm"],.movemenu button[data-move="Evil Charm"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Evil Charm"] .type:after{font-weight:700;content:"[SPA] [BP: 0] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Evil Charm"] .pp:before{content:"(Does damage equal to 1/2 target’s current HP.) "}.movemenu button[data-move="Meteor Wing"],.movemenu button[data-move="Meteor Wing"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Meteor Wing"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Meteor Wing"] .pp:before{content:"(Raises the user's Speed by 1.) "}.movemenu button[data-move="Dark Paw"],.movemenu button[data-move="Dark Paw"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Dark Paw"] .type:after{font-weight:700;content:"[PHY] [BP: 0] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Dark Paw"] .pp:before{content:"(Priority +1, always does 150 HP of damage. 80% flinch chance.) "}.movemenu button[data-move="Solar Ray"],.movemenu button[data-move="Solar Ray"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Solar Ray"] .type:after{font-weight:700;content:"[SPA] [BP: 110] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Solar Ray"] .pp:before{content:"(This move does not check accuracy.) "}.movemenu button[data-move="Variable Darts"],.movemenu button[data-move="Variable Darts"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Variable Darts"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Variable Darts"] .pp:before{content:"(Lowers the target's Sp.Def by 1.) "}.movemenu button[data-move="Dread Fire"],.movemenu button[data-move="Dread Fire"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Dread Fire"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Dread Fire"] .pp:before{content:"(30% chance to confuse the target.) "}.movemenu button[data-move="Death Hand"],.movemenu button[data-move="Death Hand"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Death Hand"] .type:after{font-weight:700;content:"[SPA] [BP: 120] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Death Hand"] .pp:before{content:"(User recovers 50% of the damage dealt.) "}.movemenu button[data-move="Pulse Blast"],.movemenu button[data-move="Pulse Blast"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Pulse Blast"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Pulse Blast"] .pp:before{content:"(20% chance to put the target to sleep.) "}.movemenu button[data-move="Power Metal"],.movemenu button[data-move="Power Metal"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Power Metal"] .type:after{font-weight:700;content:"[PHY] [BP: 120] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Power Metal"] .pp:before{content:"(50% chance to raise the user's Atk by 2.) "}.movemenu button[data-move="Drill Spin"],.movemenu button[data-move="Drill Spin"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Drill Spin"] .type:after{font-weight:700;content:"[PHY] [BP: 90] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Drill Spin"] .pp:before{content:"(Ignores target’s stat changes.) "}.movemenu button[data-move="Blaze Buster"],.movemenu button[data-move="Blaze Buster"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Blaze Buster"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Blaze Buster"] .pp:before{content:"(Lowers the target's Sp.Def by 1.) "}.movemenu button[data-move="Sub Zero Ice Punch"],.movemenu button[data-move="Sub Zero Ice Punch"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Sub Zero Ice Punch"] .type:after{font-weight:700;content:"[PHY] [BP: 85] [Acc: 80]"}div[id*=digimon] .movemenu button[data-move="Sub Zero Ice Punch"] .pp:before{content:"(80% chance to flinch the target.) "}.movemenu button[data-move="Evil Hurricane"],.movemenu button[data-move="Evil Hurricane"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Evil Hurricane"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Evil Hurricane"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Howling Blaster"],.movemenu button[data-move="Howling Blaster"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Howling Blaster"] .type:after{font-weight:700;content:"[SPA] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Howling Blaster"] .pp:before{content:"(50% chance to raise the user’s Speed by 2.) "}.movemenu button[data-move="Lightning Paw"],.movemenu button[data-move="Lightning Paw"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Lightning Paw"] .type:after{font-weight:700;content:"[PHY] [BP: 0] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Lightning Paw"] .pp:before{content:"(Always does 150 HP damage. 80% chance to confuse.) "}.movemenu button[data-move="Symphony Crusher"],.movemenu button[data-move="Symphony Crusher"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Symphony Crusher"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Symphony Crusher"] .pp:before{content:"(30% chance to put the target to sleep.) "}.movemenu button[data-move="Hyper Smell"],.movemenu button[data-move="Hyper Smell"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Hyper Smell"] .type:after{font-weight:700;content:"[PHY] [BP: 75] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Hyper Smell"] .pp:before{content:"(30% chance to confuse or paralyze the target.) "}.movemenu button[data-move="Mega Flame"],.movemenu button[data-move="Mega Flame"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Mega Flame"] .type:after{font-weight:700;content:"[PHY] [BP: 115] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Mega Flame"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Guardian Barrage"],.movemenu button[data-move="Guardian Barrage"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Guardian Barrage"] .type:after{font-weight:700;content:"[PHY] [BP: 90] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Guardian Barrage"] .pp:before{content:"(This move does not check accuracy.) "}.movemenu button[data-move="Chaos Blaster"],.movemenu button[data-move="Chaos Blaster"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Chaos Blaster"] .type:after{font-weight:700;content:"[SPA] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Chaos Blaster"] .pp:before{content:"(50% chance to raise the user’s Speed by 2.) "}.movemenu button[data-move="Snow Punch"],.movemenu button[data-move="Snow Punch"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Snow Punch"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Snow Punch"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Frozen Claw"],.movemenu button[data-move="Frozen Claw"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Frozen Claw"] .type:after{font-weight:700;content:"[PHY] [BP: 120] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Frozen Claw"] .pp:before{content:"(Ignores target’s stat changes.) "}.movemenu button[data-move="Iceball Bomb"],.movemenu button[data-move="Iceball Bomb"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Iceball Bomb"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Iceball Bomb"] .pp:before{content:"(Raises the user’s Def by 1.) "}.movemenu button[data-move="Harpoon Torpedo"],.movemenu button[data-move="Harpoon Torpedo"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Harpoon Torpedo"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Harpoon Torpedo"] .pp:before{content:"(This move does not check accuracy.) "}.movemenu button[data-move="Jungle Bone"],.movemenu button[data-move="Jungle Bone"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Jungle Bone"] .type:after{font-weight:700;content:"[PHY] [BP: 40] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Jungle Bone"] .pp:before{content:"(Hits 2 times in one turn.) "}.movemenu button[data-move="Electro Shocker"],.movemenu button[data-move="Electro Shocker"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Electro Shocker"] .type:after{font-weight:700;content:"[SPA] [BP: 115] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Electro Shocker"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Frozen Fire Shot"],.movemenu button[data-move="Frozen Fire Shot"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Frozen Fire Shot"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: 85]"}div[id*=digimon] .movemenu button[data-move="Frozen Fire Shot"] .pp:before{content:"(Paralyzes the foe(s).) "}.movemenu button[data-move="Scissor Claw"],.movemenu button[data-move="Scissor Claw"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Scissor Claw"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Scissor Claw"] .pp:before{content:"(Ignores target’s stat changes.) "}.movemenu button[data-move="Fist of the Beast King"],.movemenu button[data-move="Fist of the Beast King"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Fist of the Beast King"] .type:after{font-weight:700;content:"[PHY] [BP: 120] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Fist of the Beast King"] .pp:before{content:"(Raises the user's Atk by 1.) "}.movemenu button[data-move="X Scratch"],.movemenu button[data-move="X Scratch"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="X Scratch"] .type:after{font-weight:700;content:"[PHY] [BP: 30] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="X Scratch"] .pp:before{content:"(Hits 2-5 times in one turn.) "}.movemenu button[data-move="Burning Fist"],.movemenu button[data-move="Burning Fist"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Burning Fist"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 80]"}div[id*=digimon] .movemenu button[data-move="Burning Fist"] .pp:before{content:"(50% chance to raise the user's Atk by 2.) "}.movemenu button[data-move="Cat Claw"],.movemenu button[data-move="Cat Claw"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Cat Claw"] .type:after{font-weight:700;content:"[PHY] [BP: 0] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Cat Claw"] .pp:before{content:"(Always does 150 HP damage. 80% chance to poison.) "}.movemenu button[data-move="Bone Boomerang"],.movemenu button[data-move="Bone Boomerang"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Bone Boomerang"] .type:after{font-weight:700;content:"[PHY] [BP: 45] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Bone Boomerang"] .pp:before{content:"(Hits 2 times in one turn.) "}.movemenu button[data-move="Volcanic Strike"],.movemenu button[data-move="Volcanic Strike"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Volcanic Strike"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Volcanic Strike"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Mind Fog"],.movemenu button[data-move="Mind Fog"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Mind Fog"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Mind Fog"] .pp:before{content:"(20% chance to put the foe(s) to sleep.) "}.movemenu button[data-move="Mud Ball"],.movemenu button[data-move="Mud Ball"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Mud Ball"] .type:after{font-weight:700;content:"[SPA] [BP: 85] [Acc: 85]"}div[id*=digimon] .movemenu button[data-move="Mud Ball"] .pp:before{content:"(80% chance to flinch the target.) "}.movemenu button[data-move="Poop Dunk"],.movemenu button[data-move="Poop Dunk"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Poop Dunk"] .type:after{font-weight:700;content:"[PHY] [BP: 75] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Poop Dunk"] .pp:before{content:"(Lowers the target's Def by 2.) "}.movemenu button[data-move="Dancing Leaves"],.movemenu button[data-move="Dancing Leaves"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Dancing Leaves"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Dancing Leaves"] .pp:before{content:"(50% chance to lower the target’s accuracy by 2.) "}.movemenu button[data-move="Fake Drill Spin"],.movemenu button[data-move="Fake Drill Spin"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Fake Drill Spin"] .type:after{font-weight:700;content:"[PHY] [BP: 90] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Fake Drill Spin"] .pp:before{content:"(Ignores target’s stat changes.) "}.movemenu button[data-move="Nume Sludge"],.movemenu button[data-move="Nume Sludge"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Nume Sludge"] .type:after{font-weight:700;content:"[PHY] [BP: 70] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Nume Sludge"] .pp:before{content:"(Lowers the target's Atk by 2.) "}.movemenu button[data-move="Pummel Whack"],.movemenu button[data-move="Pummel Whack"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Pummel Whack"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Pummel Whack"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Fire Feather"],.movemenu button[data-move="Fire Feather"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Fire Feather"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Fire Feather"] .pp:before{content:"(50% chance of raising the user's Atk and Sp.Atk by 2) "}.movemenu button[data-move="Rare Metal Poop"],.movemenu button[data-move="Rare Metal Poop"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Rare Metal Poop"] .type:after{font-weight:700;content:"[PHY] [BP: 80] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Rare Metal Poop"] .pp:before{content:"(Forces the target to switch to a random ally.) "}.movemenu button[data-move="Chili Pepper Pummel"],.movemenu button[data-move="Chili Pepper Pummel"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Chili Pepper Pummel"] .type:after{font-weight:700;content:"[SPA] [BP: 70] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Chili Pepper Pummel"] .pp:before{content:"(50% chance to lower the foe(s) accuracy by 2.) "}.movemenu button[data-move="Anti-Digi Beam"],.movemenu button[data-move="Anti-Digi Beam"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Anti-Digi Beam"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Anti-Digi Beam"] .pp:before{content:"(Dots the Target.) "}.movemenu button[data-move="Night Roar"],.movemenu button[data-move="Night Roar"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Night Roar"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Night Roar"] .pp:before{content:"(Raises the user’s Speed by 1.) "}.movemenu button[data-move="Stun Ray"],.movemenu button[data-move="Stun Ray"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Stun Ray"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Stun Ray"] .pp:before{content:"(30% chance to flinch the target.) "}.movemenu button[data-move="Ice Blast"],.movemenu button[data-move="Ice Blast"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Ice Blast"] .type:after{font-weight:700;content:"[SPA] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Ice Blast"] .pp:before{content:"(Lowers the target’s Speed by 1.) "}.movemenu button[data-move="Hydro Pressure"],.movemenu button[data-move="Hydro Pressure"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Hydro Pressure"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Hydro Pressure"] .pp:before{content:"(20% chance to force the foe(s) to randomly switch.) "}.movemenu button[data-move="Luster Shot"],.movemenu button[data-move="Luster Shot"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Luster Shot"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Luster Shot"] .pp:before{content:"(Priority +1, does not check accuracy.) "}.movemenu button[data-move="Necro Magic"],.movemenu button[data-move="Necro Magic"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Necro Magic"] .type:after{font-weight:700;content:"[SPA] [BP: 0] [Acc: 30]"}div[id*=digimon] .movemenu button[data-move="Necro Magic"] .pp:before{content:"(OHKOs the target. Fails if user is a lower level.) "}.movemenu button[data-move=Poop],.movemenu button[data-move=Poop]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move=Poop] .type:after{font-weight:700;content:"[PHY] [BP: 70] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move=Poop] .pp:before{content:"(Lowers the target’s Speed by 2.) "}.movemenu button[data-move="Hyper Cannon"],.movemenu button[data-move="Hyper Cannon"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Hyper Cannon"] .type:after{font-weight:700;content:"[PHY] [BP: 160] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Hyper Cannon"] .pp:before{content:"(User cannot move next turn.) "}.movemenu button[data-move="Needle Spray"],.movemenu button[data-move="Needle Spray"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Needle Spray"] .type:after{font-weight:700;content:"[PHY] [BP: 90] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Needle Spray"] .pp:before{content:"(30% chance to paralyze the foe(s).) "}.movemenu button[data-move="Blaze Blaster"],.movemenu button[data-move="Blaze Blaster"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Blaze Blaster"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Blaze Blaster"] .pp:before{content:"(High critical hit ratio.) "}.movemenu button[data-move="Aerial Attack"],.movemenu button[data-move="Aerial Attack"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Aerial Attack"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Aerial Attack"] .pp:before{content:"(Priority +1, high critical hit ratio.) "}.movemenu button[data-move="Sweet Breath"],.movemenu button[data-move="Sweet Breath"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Sweet Breath"] .type:after{font-weight:700;content:"[SPA] [BP: 70] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Sweet Breath"] .pp:before{content:"(Lowers the foe(s) evasion by 2.) "}.movemenu button[data-move="Deadly Weed"],.movemenu button[data-move="Deadly Weed"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Deadly Weed"] .type:after{font-weight:700;content:"[SPA] [BP: 70] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Deadly Weed"] .pp:before{content:"(50% chance to lower the target’s Speed and accuracy by 2.) "}.movemenu button[data-move="Thunder Ray"],.movemenu button[data-move="Thunder Ray"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Thunder Ray"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Thunder Ray"] .pp:before{content:"(30% chance to paralyze the target.) "}.movemenu button[data-move="Spiral Sword"],.movemenu button[data-move="Spiral Sword"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Spiral Sword"] .type:after{font-weight:700;content:"[SPA] [BP: 110] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Spiral Sword"] .pp:before{content:"(High critical hit ratio.) "}.movemenu button[data-move="Celestial Arrow"],.movemenu button[data-move="Celestial Arrow"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Celestial Arrow"] .type:after{font-weight:700;content:"[SPA] [BP: 110] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Celestial Arrow"] .pp:before{content:"(Ignores target’s stat changes. This move does not check accuracy.) "}.movemenu button[data-move="Vampire Wave"],.movemenu button[data-move="Vampire Wave"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Vampire Wave"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Vampire Wave"] .pp:before{content:"(User gains 50% HP dealt. 50% chance to confuse.) "}.movemenu button[data-move="Full Moon Kick"],.movemenu button[data-move="Full Moon Kick"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Full Moon Kick"] .type:after{font-weight:700;content:"[PHY] [BP: 115] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Full Moon Kick"] .pp:before{content:"(Raises the user’s Speed by 2.) "}.movemenu button[data-move="Cold Flame"],.movemenu button[data-move="Cold Flame"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Cold Flame"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Cold Flame"] .pp:before{content:"(Raises the user’s Atk by 2.) "}.movemenu button[data-move="Nightmare Syndrome"],.movemenu button[data-move="Nightmare Syndrome"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Nightmare Syndrome"] .type:after{font-weight:700;content:"[PHY] [BP: 0] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Nightmare Syndrome"] .pp:before{content:"(Halves target’s HP. 50% chance to sleep target.) "}.movemenu button[data-move="Metal Meteor"],.movemenu button[data-move="Metal Meteor"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Metal Meteor"] .type:after{font-weight:700;content:"[PHY] [BP: 130] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Metal Meteor"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Love Serenade"],.movemenu button[data-move="Love Serenade"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Love Serenade"] .type:after{font-weight:700;content:"[SPA] [BP: 105] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Love Serenade"] .pp:before{content:"(Ignores foe(s) stat changes. 30% paralyze chance.) "}.movemenu button[data-move="Shadow Wing"],.movemenu button[data-move="Shadow Wing"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Shadow Wing"] .type:after{font-weight:700;content:"[SPA] [BP: 105] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Shadow Wing"] .pp:before{content:"(Raises user’s Speed by 1.) "}.movemenu button[data-move="Energy Shot"],.movemenu button[data-move="Energy Shot"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Energy Shot"] .type:after{font-weight:700;content:"[SPA] [BP: 95] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Energy Shot"] .pp:before{content:"(Causes the foe(s) to be buggy.) "}.movemenu button[data-move="Deadly Bomb"],.movemenu button[data-move="Deadly Bomb"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Deadly Bomb"] .type:after{font-weight:700;content:"[PHY] [BP: 200] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Deadly Bomb"] .pp:before{content:"(Hits all adjacent foes. The user faints.) "}.movemenu button[data-move="Fist of Ice"],.movemenu button[data-move="Fist of Ice"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Fist of Ice"] .type:after{font-weight:700;content:"[PHY] [BP: 120] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Fist of Ice"] .pp:before{content:"(80% chance to flinch the target.) "}.movemenu button[data-move="Flower Cannon"],.movemenu button[data-move="Flower Cannon"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Flower Cannon"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Flower Cannon"] .pp:before{content:"(Priority +1) "}.movemenu button[data-move="Gate of Destiny"],.movemenu button[data-move="Gate of Destiny"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Gate of Destiny"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Gate of Destiny"] .pp:before{content:"(25% chance to OHKO. Fails if user is lower level.) "}.movemenu button[data-move="Darkness Wave"],.movemenu button[data-move="Darkness Wave"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Darkness Wave"] .type:after{font-weight:700;content:"[SPA] [BP: 60] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Darkness Wave"] .pp:before{content:"(Hits adjacent foe(s) 2 times in one turn.) "}.movemenu button[data-move="Smile Bomber"],.movemenu button[data-move="Smile Bomber"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Smile Bomber"] .type:after{font-weight:700;content:"[PHY] [BP: 95] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Smile Bomber"] .pp:before{content:"(Does not check accuracy.) "}.movemenu button[data-move="Genocide Attack"],.movemenu button[data-move="Genocide Attack"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Genocide Attack"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Genocide Attack"] .pp:before{content:"(High critical hit ratio.) "}.movemenu button[data-move="Horn Buster"],.movemenu button[data-move="Horn Buster"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Horn Buster"] .type:after{font-weight:700;content:"[PHY] [BP: 125] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Horn Buster"] .pp:before{content:"(Ignores target's stat changes.) "}.movemenu button[data-move="Lightning Javelin"],.movemenu button[data-move="Lightning Javelin"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Lightning Javelin"] .type:after{font-weight:700;content:"[SPA] [BP: 110] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Lightning Javelin"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Modestly Stun"],.movemenu button[data-move="Modestly Stun"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Modestly Stun"] .type:after{font-weight:700;content:"[PHY] [BP: 80] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Modestly Stun"] .pp:before{content:"(80% chance to paralyze the target.) "}.movemenu button[data-move="Berserk Thinking"],.movemenu button[data-move="Berserk Thinking"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Berserk Thinking"] .type:after{font-weight:700;content:"[PHY] [BP: 40] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Berserk Thinking"] .pp:before{content:"(Hits 2-4 times in one turn.) "}.movemenu button[data-move="Giga Destroyer"],.movemenu button[data-move="Giga Destroyer"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Giga Destroyer"] .type:after{font-weight:700;content:"[PHY] [BP: 125] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Giga Destroyer"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Revenge Flame"],.movemenu button[data-move="Revenge Flame"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Revenge Flame"] .type:after{font-weight:700;content:"[PHY] [BP: 70] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Revenge Flame"] .pp:before{content:"(Power doubles if user is damaged by the target.) "}.movemenu button[data-move="Energy Bomb"],.movemenu button[data-move="Energy Bomb"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Energy Bomb"] .type:after{font-weight:700;content:"[SPA] [BP: 95] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Energy Bomb"] .pp:before{content:"(Does not check accuracy.) "}.movemenu button[data-move="Galactic Flare"],.movemenu button[data-move="Galactic Flare"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Galactic Flare"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Galactic Flare"] .pp:before{content:"(50% chance to raise Defense by 2.) "}.movemenu button[data-move="Hearts Attack"],.movemenu button[data-move="Hearts Attack"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Hearts Attack"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Hearts Attack"] .pp:before{content:"(Ignores target’s stat changes. 50% confuse chance.) "}.movemenu button[data-move="Grisly Wing"],.movemenu button[data-move="Grisly Wing"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Grisly Wing"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Grisly Wing"] .pp:before{content:"(User recovers 50% of the damage dealt to foes.) "}.movemenu button[data-move="Pit Bomb"],.movemenu button[data-move="Pit Bomb"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Pit Bomb"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Pit Bomb"] .pp:before{content:"(Priority +1.) "}.movemenu button[data-move="Musical Fist"],.movemenu button[data-move="Musical Fist"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Musical Fist"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Musical Fist"] .pp:before{content:"(30% chance to lower foe(s) Atk, Sp.Atk, Sp.Def by 2. 10% chance of sleep.) "}.movemenu button[data-move="Oblivion Bird"],.movemenu button[data-move="Oblivion Bird"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Oblivion Bird"] .type:after{font-weight:700;content:"[PHY] [BP: 130] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Oblivion Bird"] .pp:before{content:"(Lowers the target’s Defense by 2.) "}.movemenu button[data-move="Frag Bomb"],.movemenu button[data-move="Frag Bomb"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Frag Bomb"] .type:after{font-weight:700;content:"[PHY] [BP: 200] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Frag Bomb"] .pp:before{content:"(Hits adjacent foes. The user faints.) "}.movemenu button[data-move="Unidentified Flying Kiss"],.movemenu button[data-move="Unidentified Flying Kiss"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Unidentified Flying Kiss"] .type:after{font-weight:700;content:"[PHY] [BP: 95] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Unidentified Flying Kiss"] .pp:before{content:"(50% chance to dot the target.) "}.movemenu button[data-move="Volcanic Strike S"],.movemenu button[data-move="Volcanic Strike S"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Volcanic Strike S"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Volcanic Strike S"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Heartbreak Attack"],.movemenu button[data-move="Heartbreak Attack"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Heartbreak Attack"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Heartbreak Attack"] .pp:before{content:"(Ignores target’s stat changes. 50% confuse chance.) "}.movemenu button[data-move="Evil Icicle"],.movemenu button[data-move="Evil Icicle"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Evil Icicle"] .type:after{font-weight:700;content:"[SPA] [BP: 110] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Evil Icicle"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Wolf Claw"],.movemenu button[data-move="Wolf Claw"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Wolf Claw"] .type:after{font-weight:700;content:"[PHY] [BP: 115] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Wolf Claw"] .pp:before{content:"(Raises the user’s Speed by 2.) "}.movemenu button[data-move="Tidal Wave"],.movemenu button[data-move="Tidal Wave"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Tidal Wave"] .type:after{font-weight:700;content:"[SPA] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Tidal Wave"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Vulcan's Hammer"],.movemenu button[data-move="Vulcan's Hammer"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Vulcan's Hammer"] .type:after{font-weight:700;content:"[PHY] [BP: 130] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Vulcan's Hammer"] .pp:before{content:"(Ignores the target’s stat stage changes.) "}.movemenu button[data-move="Blade of the Dragon King"],.movemenu button[data-move="Blade of the Dragon King"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Blade of the Dragon King"] .type:after{font-weight:700;content:"[PHY] [BP: 55] [Acc: 85]"}div[id*=digimon] .movemenu button[data-move="Blade of the Dragon King"] .pp:before{content:"(Hits 2-5 times in one turn.) "}.movemenu button[data-move="Garuru Tomahawk"],.movemenu button[data-move="Garuru Tomahawk"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Garuru Tomahawk"] .type:after{font-weight:700;content:"[PHY] [BP: 130] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Garuru Tomahawk"] .pp:before{content:"(Does not check accuracy.) "}.movemenu button[data-move="Black Tornado"],.movemenu button[data-move="Black Tornado"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Black Tornado"] .type:after{font-weight:700;content:"[PHY] [BP: 140] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Black Tornado"] .pp:before{content:"(Ignores the target’s stat stage changes.) "}.movemenu button[data-move="Tomahawk Stinger"],.movemenu button[data-move="Tomahawk Stinger"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Tomahawk Stinger"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Tomahawk Stinger"] .pp:before{content:"(30% chance to confuse the target.) "}.movemenu button[data-move="Lightning Spear"],.movemenu button[data-move="Lightning Spear"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Lightning Spear"] .type:after{font-weight:700;content:"[PHY] [BP: 130] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Lightning Spear"] .pp:before{content:"(Ignores target’s stat changes. High critical hit ratio.) "}.movemenu button[data-move="Heaven's Judgment"],.movemenu button[data-move="Heaven's Judgment"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Heaven's Judgment"] .type:after{font-weight:700;content:"[SPA] [BP: 110] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Heaven's Judgment"] .pp:before{content:"(High critical hit ratio.) "}.movemenu button[data-move="Black Death Cloud"],.movemenu button[data-move="Black Death Cloud"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Black Death Cloud"] .type:after{font-weight:700;content:"[SPA] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Black Death Cloud"] .pp:before{content:"(50% chance to put the target to sleep.) "}.movemenu button[data-move="Brave Metal"],.movemenu button[data-move="Brave Metal"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Brave Metal"] .type:after{font-weight:700;content:"[PHY] [BP: 135] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Brave Metal"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Brain Rupture"],.movemenu button[data-move="Brain Rupture"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Brain Rupture"] .type:after{font-weight:700;content:"[SPA] [BP: 110] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Brain Rupture"] .pp:before{content:"(50% chance to confuse the target.) "}.movemenu button[data-move="Giga Blaster"],.movemenu button[data-move="Giga Blaster"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Giga Blaster"] .type:after{font-weight:700;content:"[SPA] [BP: 130] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Giga Blaster"] .pp:before{content:"(Does not check accuracy) "}.movemenu button[data-move="Atomic Ray"],.movemenu button[data-move="Atomic Ray"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Atomic Ray"] .type:after{font-weight:700;content:"[PHY] [BP: 120] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Atomic Ray"] .pp:before{content:"(80% chance to flinch the target.) "}.movemenu button[data-move="Phantom Pain"],.movemenu button[data-move="Phantom Pain"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Phantom Pain"] .type:after{font-weight:700;content:"[SPA] [BP: 125] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Phantom Pain"] .pp:before{content:"(Ignores stat changes. User gains 50% HP dealt.) "}.movemenu button[data-move="Infinity Cannon"],.movemenu button[data-move="Infinity Cannon"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Infinity Cannon"] .type:after{font-weight:700;content:"[SPA] [BP: 125] [Acc: 75]"}div[id*=digimon] .movemenu button[data-move="Infinity Cannon"] .pp:before{content:"(Hits adjacent foe(s) 1-2 times in one turn.) "}.movemenu button[data-move="Fire Tornado"],.movemenu button[data-move="Fire Tornado"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Fire Tornado"] .type:after{font-weight:700;content:"[SPA] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Fire Tornado"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Ocean Love"],.movemenu button[data-move="Ocean Love"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Ocean Love"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Ocean Love"] .pp:before{content:"(Cures allies status. Heals allies by 50% max HP.) "}.movemenu button[data-move="Dark Recital"],.movemenu button[data-move="Dark Recital"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Dark Recital"] .type:after{font-weight:700;content:"[SPA] [BP: 115] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Dark Recital"] .pp:before{content:"(Flinches the target.) "}.movemenu button[data-move="Ice Wolf Claw"],.movemenu button[data-move="Ice Wolf Claw"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Ice Wolf Claw"] .type:after{font-weight:700;content:"[PHY] [BP: 60] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Ice Wolf Claw"] .pp:before{content:"(80% chance to flinch the foe(s). Hits 2 times.) "}.movemenu button[data-move="River of Power"],.movemenu button[data-move="River of Power"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="River of Power"] .type:after{font-weight:700;content:"[SPA] [BP: 110] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="River of Power"] .pp:before{content:"(Lowers the target's Sp.Def by 2.) "}.movemenu button[data-move="Eden's Javelin"],.movemenu button[data-move="Eden's Javelin"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Eden's Javelin"] .type:after{font-weight:700;content:"[SPA] [BP: 120] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Eden's Javelin"] .pp:before{content:"(Raises the user's Sp.Atk by 2.) "}.movemenu button[data-move="Starlight Explosion"],.movemenu button[data-move="Starlight Explosion"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Starlight Explosion"] .type:after{font-weight:700;content:"[SPA] [BP: 105] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Starlight Explosion"] .pp:before{content:"(Hits adjacent foes. Heals allies by 50% max HP.) "}.movemenu button[data-move="Smile Warhead"],.movemenu button[data-move="Smile Warhead"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Smile Warhead"] .type:after{font-weight:700;content:"[PHY] [BP: 110] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Smile Warhead"] .pp:before{content:"(Forces the target to switch to a random ally.) "}.movemenu button[data-move="Darkness Zone"],.movemenu button[data-move="Darkness Zone"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Darkness Zone"] .type:after{font-weight:700;content:"[PHY] [BP: 40] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Darkness Zone"] .pp:before{content:"(Hits foe(s) 3 times. Lowers foe(s) Defense by 1.) "}.movemenu button[data-move="Knowledge Stream"],.movemenu button[data-move="Knowledge Stream"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Knowledge Stream"] .type:after{font-weight:700;content:"[SPA] [BP: 120] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Knowledge Stream"] .pp:before{content:"(20% chance to paralyze or sleep or panic target.) "}.movemenu button[data-move="Thorn Whip"],.movemenu button[data-move="Thorn Whip"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Thorn Whip"] .type:after{font-weight:700;content:"[PHY] [BP: 115] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Thorn Whip"] .pp:before{content:"(Priority +1, User gains 50% HP dealt. 50% chance to paralyze.) "}.movemenu button[data-move="Howling Crusher"],.movemenu button[data-move="Howling Crusher"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Howling Crusher"] .type:after{font-weight:700;content:"[PHY] [BP: 60] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Howling Crusher"] .pp:before{content:"(Hits 2 times in one turn. High critical hit ratio.) "}.movemenu button[data-move="Strike of the Seven Stars"],.movemenu button[data-move="Strike of the Seven Stars"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Strike of the Seven Stars"] .type:after{font-weight:700;content:"[SPA] [BP: 20] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Strike of the Seven Stars"] .pp:before{content:"(Hits adjacent foe(s) 7 times in one turn.) "}.movemenu button[data-move="Venom Infusion"],.movemenu button[data-move="Venom Infusion"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Venom Infusion"] .type:after{font-weight:700;content:"[PHY] [BP: 130] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Venom Infusion"] .pp:before{content:"(User gains 50% HP dealt, poisons the target.) "}.movemenu button[data-move="Arctic Blizzard"],.movemenu button[data-move="Arctic Blizzard"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Arctic Blizzard"] .type:after{font-weight:700;content:"[PHY] [BP: 130] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Arctic Blizzard"] .pp:before{content:"(Flinches the target.) "}.movemenu button[data-move="Terra Force"],.movemenu button[data-move="Terra Force"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Terra Force"] .type:after{font-weight:700;content:"[PHY] [BP: 125] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Terra Force"] .pp:before{content:"(100% chance to raise Atk by 2.) "}.movemenu button[data-move="Burning Heart"],.movemenu button[data-move="Burning Heart"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Burning Heart"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Burning Heart"] .pp:before{content:"(Raises the user’s atk by 2.) "}.movemenu button[data-move="Heat Breath"],.movemenu button[data-move="Heat Breath"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Heat Breath"] .type:after{font-weight:700;content:"[SPA] [BP: 50] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Heat Breath"] .pp:before{content:"(Priority +1, 10% chance to brn the target.) "}.movemenu button[data-move="Fire Tower"],.movemenu button[data-move="Fire Tower"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Fire Tower"] .type:after{font-weight:700;content:"[PHY] [BP: 60] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Fire Tower"] .pp:before{content:"(Ignores target's stat changes, 10% brn chance.) "}.movemenu button[data-move=Firewall],.movemenu button[data-move=Firewall]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move=Firewall] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move=Firewall] .pp:before{content:"(Protect, 1/8 max hp contact damage unless fire/flame type.) "}.movemenu button[data-move=Meltdown],.movemenu button[data-move=Meltdown]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move=Meltdown] .type:after{font-weight:700;content:"[SPA] [BP: 75] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move=Meltdown] .pp:before{content:"(30% chance to brn the foe(s).) "}.movemenu button[data-move="Infinity Burn"],.movemenu button[data-move="Infinity Burn"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Infinity Burn"] .type:after{font-weight:700;content:"[PHY] [BP: 95] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Infinity Burn"] .pp:before{content:"(10% chance to brn the target, thaws.) "}.movemenu button[data-move="Prominence Beam"],.movemenu button[data-move="Prominence Beam"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/flame-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Prominence Beam"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Prominence Beam"] .pp:before{content:"(10% chance to brn the target.) "}.movemenu button[data-move="Hail Spear"],.movemenu button[data-move="Hail Spear"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Hail Spear"] .type:after{font-weight:700;content:"[PHY] [BP: 45] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Hail Spear"] .pp:before{content:"(Usually Goes first it has Priority +1.) "}.movemenu button[data-move="Water Blitz"],.movemenu button[data-move="Water Blitz"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Water Blitz"] .type:after{font-weight:700;content:"[SPA] [BP: 50] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Water Blitz"] .pp:before{content:"(Attack foe(s) and raises the users Spe by 2.) "}.movemenu button[data-move="Winter Blast"],.movemenu button[data-move="Winter Blast"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Winter Blast"] .type:after{font-weight:700;content:"[PHY] [BP: 65] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Winter Blast"] .pp:before{content:"(10% chance to frz the foe(s).) "}.movemenu button[data-move="Giga Freeze"],.movemenu button[data-move="Giga Freeze"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Giga Freeze"] .type:after{font-weight:700;content:"[SPA] [BP: 70] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Giga Freeze"] .pp:before{content:"(10% chance to frz the target.) "}.movemenu button[data-move="Ocean Wave"],.movemenu button[data-move="Ocean Wave"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Ocean Wave"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Ocean Wave"] .pp:before{content:"(30% chance to lower the foe(s) acc by 1.) "}.movemenu button[data-move="Ice Statue"],.movemenu button[data-move="Ice Statue"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Ice Statue"] .type:after{font-weight:700;content:"[PHY] [BP: 80] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Ice Statue"] .pp:before{content:"(30% chance to flinch the target.) "}.movemenu button[data-move="Aurora Freeze"],.movemenu button[data-move="Aurora Freeze"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/aqua-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Aurora Freeze"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Aurora Freeze"] .pp:before{content:"(Has a 30% chance to par the foe(s).) "}.movemenu button[data-move="Wing Shoes"],.movemenu button[data-move="Wing Shoes"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Wing Shoes"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Wing Shoes"] .pp:before{content:"(Raises user's and allies spe by 1.) "}.movemenu button[data-move="Static Electricity"],.movemenu button[data-move="Static Electricity"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Static Electricity"] .type:after{font-weight:700;content:"[PHY] [BP: 40] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Static Electricity"] .pp:before{content:"(Priority +1, high crit.) "}.movemenu button[data-move="Wind Cutter"],.movemenu button[data-move="Wind Cutter"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Wind Cutter"] .type:after{font-weight:700;content:"[SPA] [BP: 50] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Wind Cutter"] .pp:before{content:"(30% chance to par any target.) "}.movemenu button[data-move="Confused Storm"],.movemenu button[data-move="Confused Storm"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Confused Storm"] .type:after{font-weight:700;content:"[SPA] [BP: 65] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Confused Storm"] .pp:before{content:"(30% chance to confuse the foe(s).) "}.movemenu button[data-move="Electric Cloud"],.movemenu button[data-move="Electric Cloud"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Electric Cloud"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Electric Cloud"] .pp:before{content:"(20% chance to par the target.) "}.movemenu button[data-move="Megalo Spark"],.movemenu button[data-move="Megalo Spark"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Megalo Spark"] .type:after{font-weight:700;content:"[PHY] [BP: 85] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Megalo Spark"] .pp:before{content:"(10% chance to par the target.) "}.movemenu button[data-move="Thunder Justice"],.movemenu button[data-move="Thunder Justice"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/air-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Thunder Justice"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Thunder Justice"] .pp:before{content:"(Does not check acc, 10% chance to par.) "}.movemenu button[data-move="Earth Coat"],.movemenu button[data-move="Earth Coat"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Earth Coat"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Earth Coat"] .pp:before{content:"(Cures ally side status and raises Sp.Def by 1.) "}.movemenu button[data-move="Mass Morph"],.movemenu button[data-move="Mass Morph"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Mass Morph"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Mass Morph"] .pp:before{content:"(Raises the user’s Def by 2 and Atk by 1.) "}.movemenu button[data-move="Charm Perfume"],.movemenu button[data-move="Charm Perfume"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Charm Perfume"] .type:after{font-weight:700;content:"[SPA] [BP: 45] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Charm Perfume"] .pp:before{content:"(30% chance of psn, and 2x BP if foe(s) are psn.) "}.movemenu button[data-move="Root Bind"],.movemenu button[data-move="Root Bind"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Root Bind"] .type:after{font-weight:700;content:"[PHY] [BP: 65] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Root Bind"] .pp:before{content:"(25% chance to lower target’s Spe. Traps target.) "}.movemenu button[data-move=Bug],.movemenu button[data-move=Bug]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move=Bug] .type:after{font-weight:700;content:"[PHY] [BP: 70] [Acc: 85]"}div[id*=digimon] .movemenu button[data-move=Bug] .pp:before{content:"(Causes the target to be buggy.) "}.movemenu button[data-move="Rock Fall"],.movemenu button[data-move="Rock Fall"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Rock Fall"] .type:after{font-weight:700;content:"[PHY] [BP: 95] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Rock Fall"] .pp:before{content:"(No additional effect.) "}.movemenu button[data-move="Venom Disaster"],.movemenu button[data-move="Venom Disaster"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/nature-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Venom Disaster"] .type:after{font-weight:700;content:"[SPA] [BP: 95] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Venom Disaster"] .pp:before{content:"(20% chance to psn adjacent monsters.) "}.movemenu button[data-move="Dark Spirit"],.movemenu button[data-move="Dark Spirit"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Dark Spirit"] .type:after{font-weight:700;content:"[SPA] [BP: 55] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Dark Spirit"] .pp:before{content:"(25% chance to par the target.) "}.movemenu button[data-move=Blackout],.movemenu button[data-move=Blackout]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move=Blackout] .type:after{font-weight:700;content:"[PHY] [BP: 60] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move=Blackout] .pp:before{content:"(15% chance to confuse all adjacent monsters.) "}.movemenu button[data-move="Evil Fantasy"],.movemenu button[data-move="Evil Fantasy"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Evil Fantasy"] .type:after{font-weight:700;content:"[SPA] [BP: 70] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Evil Fantasy"] .pp:before{content:"(Usually goes first. Fails if target is not attacking.) "}.movemenu button[data-move="Chaos Cloud"],.movemenu button[data-move="Chaos Cloud"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Chaos Cloud"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Chaos Cloud"] .pp:before{content:"(20% chance to lower that target's sp.def by 1.) "}.movemenu button[data-move="Shadow Fall"],.movemenu button[data-move="Shadow Fall"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Shadow Fall"] .type:after{font-weight:700;content:"[PHY] [BP: 90] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Shadow Fall"] .pp:before{content:"(Breaks protection) "}.movemenu button[data-move="Hide and Seek"],.movemenu button[data-move="Hide and Seek"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Hide and Seek"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Hide and Seek"] .pp:before{content:"(10% chance to flinch the target.) "}.movemenu button[data-move="Evil Squall"],.movemenu button[data-move="Evil Squall"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/evil-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Evil Squall"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 85]"}div[id*=digimon] .movemenu button[data-move="Evil Squall"] .pp:before{content:"(30% chance to confuse any target.) "}.movemenu button[data-move="Saint Heal"],.movemenu button[data-move="Saint Heal"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Saint Heal"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Saint Heal"] .pp:before{content:"(Heals any target by 40% of its max HP.) "}.movemenu button[data-move="Holy Breath"],.movemenu button[data-move="Holy Breath"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Holy Breath"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Holy Breath"] .pp:before{content:"(Raises the user’s Sp.Def and Spe by 1.) "}.movemenu button[data-move="Holy Terrain"],.movemenu button[data-move="Holy Terrain"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Holy Terrain"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Holy Terrain"] .pp:before{content:"(5 turns. No Volatile, +1/16 hp. Holy moves don't miss.) "}.movemenu button[data-move="Holy Flash"],.movemenu button[data-move="Holy Flash"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Holy Flash"] .type:after{font-weight:700;content:"[SPA] [BP: 55] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Holy Flash"] .pp:before{content:"(Priority +1, 15% chance to raise users Sp.Atk by 1.) "}.movemenu button[data-move="Saint Ray"],.movemenu button[data-move="Saint Ray"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Saint Ray"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Saint Ray"] .pp:before{content:"(10% chance to lower the target's sp.def by 1.) "}.movemenu button[data-move="Holy Judgment"],.movemenu button[data-move="Holy Judgment"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Holy Judgment"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Holy Judgment"] .pp:before{content:"(10% chance to lower the target's atk by 1.) "}.movemenu button[data-move="Shining Nova"],.movemenu button[data-move="Shining Nova"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/holy-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Shining Nova"] .type:after{font-weight:700;content:"[SPA] [BP: 100] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Shining Nova"] .pp:before{content:"(30% chance to lower the target's sp.atk by 1.) "}.movemenu button[data-move="Muscle Charge"],.movemenu button[data-move="Muscle Charge"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Muscle Charge"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Muscle Charge"] .pp:before{content:"(Raises the user’s atk and spe by 1.) "}.movemenu button[data-move="War Cry"],.movemenu button[data-move="War Cry"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="War Cry"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="War Cry"] .pp:before{content:"(Lowers user’s def, sp.def by 2; raises atk, sp.atk by 2.) "}.movemenu button[data-move="Sonic Jab"],.movemenu button[data-move="Sonic Jab"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Sonic Jab"] .type:after{font-weight:700;content:"[PHY] [BP: 65] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Sonic Jab"] .pp:before{content:"(priority +1.) "}.movemenu button[data-move="Fighting Aura"],.movemenu button[data-move="Fighting Aura"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Fighting Aura"] .type:after{font-weight:700;content:"[SPA] [BP: 95] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Fighting Aura"] .pp:before{content:"(attacks foe(s), 10% chance to raise sp.atk by 1.) "}.movemenu button[data-move=Tremar],.movemenu button[data-move=Tremar]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move=Tremar] .type:after{font-weight:700;content:"[PHY] [BP: 0] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move=Tremar] .pp:before{content:"(Deals 50 HP of damage to the target.) "}.movemenu button[data-move="Buster Drive"],.movemenu button[data-move="Buster Drive"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Buster Drive"] .type:after{font-weight:700;content:"[PHY] [BP: 100] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Buster Drive"] .pp:before{content:"(Charges turn 1, hits turn 2. 75% chance of flinch.) "}.movemenu button[data-move="Megaton Punch"],.movemenu button[data-move="Megaton Punch"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Megaton Punch"] .type:after{font-weight:700;content:"[PHY] [BP: 90] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Megaton Punch"] .pp:before{content:"(15% chance to flinch the target.) "}.movemenu button[data-move="Mechanical Claw"],.movemenu button[data-move="Mechanical Claw"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Mechanical Claw"] .type:after{font-weight:700;content:"[PHY] [BP: 15] [Acc: 95]"}div[id*=digimon] .movemenu button[data-move="Mechanical Claw"] .pp:before{content:"(Hits 2-5 times in one turn.) "}.movemenu button[data-move=Upgrade],.movemenu button[data-move=Upgrade]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move=Upgrade] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move=Upgrade] .pp:before{content:"(Priority -1. Raises user’s atk, def, sp.atk and spe by 1.) "}.movemenu button[data-move="Reverse Program"],.movemenu button[data-move="Reverse Program"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Reverse Program"] .type:after{font-weight:700;content:"[STA] [BP: 0] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Reverse Program"] .pp:before{content:"(Causes adjacent monsters to be buggy.) "}.movemenu button[data-move="Anti-Attack Field"],.movemenu button[data-move="Anti-Attack Field"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Anti-Attack Field"] .type:after{font-weight:700;content:"[SPA] [BP: 70] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Anti-Attack Field"] .pp:before{content:"(Has a 30% chance to flinch the foe(s).) "}.movemenu button[data-move="Gigawatt Laser"],.movemenu button[data-move="Gigawatt Laser"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Gigawatt Laser"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Gigawatt Laser"] .pp:before{content:"(10% chance to par the target.) "}.movemenu button[data-move="Delete Program"],.movemenu button[data-move="Delete Program"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Delete Program"] .type:after{font-weight:700;content:"[PHY] [BP: 90] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Delete Program"] .pp:before{content:"(30% chance to bug the target.) "}.movemenu button[data-move="DG Dimension"],.movemenu button[data-move="DG Dimension"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="DG Dimension"] .type:after{font-weight:700;content:"[SPA] [BP: 90] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="DG Dimension"] .pp:before{content:"(30% chance to lower the foe(s) acc by 1.) "}.movemenu button[data-move="Cooties Kick"],.movemenu button[data-move="Cooties Kick"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Cooties Kick"] .type:after{font-weight:700;content:"[PHY] [BP: 10] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Cooties Kick"] .pp:before{content:"(20% chance to psn the target. Hits 2-5 times.) "}.movemenu button[data-move="Super Stinky Jet"],.movemenu button[data-move="Super Stinky Jet"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Super Stinky Jet"] .type:after{font-weight:700;content:"[SPA] [BP: 30] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Super Stinky Jet"] .pp:before{content:"(40% chance to psn the target.) "}.movemenu button[data-move="Guerrilla Poop"],.movemenu button[data-move="Guerrilla Poop"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Guerrilla Poop"] .type:after{font-weight:700;content:"[PHY] [BP: 95] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Guerrilla Poop"] .pp:before{content:"(Hits twice) "}.movemenu button[data-move="Poop Attack Field"],.movemenu button[data-move="Poop Attack Field"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Poop Attack Field"] .type:after{font-weight:700;content:"[SPA] [BP: 80] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Poop Attack Field"] .pp:before{content:"(10% chance of psn adjacent monsters.) "}.movemenu button[data-move="Poop Fling"],.movemenu button[data-move="Poop Fling"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Poop Fling"] .type:after{font-weight:700;content:"[PHY] [BP: 18] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Poop Fling"] .pp:before{content:"(5% chance to confuse the target. Hits 3-5 times.) "}.movemenu button[data-move="Poop Toss"],.movemenu button[data-move="Poop Toss"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Poop Toss"] .type:after{font-weight:700;content:"[PHY] [BP: 75] [Acc: 100]"}div[id*=digimon] .movemenu button[data-move="Poop Toss"] .pp:before{content:"(30% chance to lower the target’s spe by 2.) "}.movemenu button[data-move="Extreme Poop Death"],.movemenu button[data-move="Extreme Poop Death"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/filth-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Extreme Poop Death"] .type:after{font-weight:700;content:"[SPA] [BP: 85] [Acc: 90]"}div[id*=digimon] .movemenu button[data-move="Extreme Poop Death"] .pp:before{content:"(25% chance of psn foe(s).) "}.movemenu button[data-move="Panic Attack"],.movemenu button[data-move="Panic Attack"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/battle-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Panic Attack"] .type:after{font-weight:700;content:"[PHY] [BP: 40] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Panic Attack"] .pp:before{content:"(No additional effects.) "}.movemenu button[data-move="Dot Beam"],.movemenu button[data-move="Dot Beam"]:hover{background:#e3e3e3 url(https://play.pokemonshowdown.com/sprites/digimon/plugin-css/mech-panel.png) no-repeat;background-size:cover}.movemenu button[data-move="Dot Beam"] .type:after{font-weight:700;content:"[PHY] [BP: 40] [Acc: -]"}div[id*=digimon] .movemenu button[data-move="Dot Beam"] .pp:before{content:"(No additional effects.) "}div[id*=digimon] .movemenu button[data-move="Water Sport"] .pp:before{content:"(For 5 turns, Fire-type attacks have 1/3 power.) "}div[id*=digimon] .movemenu button[data-move="Mud Sport"] .pp:before{content:"(For 5 turns, Electric-type attacks have 1/3 power.) "}div[id*=digimon] .movemenu button[data-move="Electric Terrain"] .pp:before{content:"(5 turns. Grounded: +Electric power, can't sleep.) "}div[id*=digimon] .movemenu button[data-move=Rototiller] .pp:before{content:"(Raises Atk/Sp. Atk of grounded Grass types by 1.) "}div[id*=digimon] .movemenu button[data-move="Grassy Terrain"] .pp:before{content:"(5 turns. Grounded: +Grass power,+1/16 max HP.) "}div[id*=digimon] .movemenu button[data-move="Flower Shield"] .pp:before{content:"(Raises Defense by 1 of all active Grass types.) "}div[id*=digimon] .movemenu button[data-move="Rain Dance"] .pp:before{content:"(For 5 turns, heavy rain powers Water moves.) "}div[id*=digimon] .movemenu button[data-move="Sunny Day"] .pp:before{content:"(For 5 turns, intense sunlight powers Fire moves.) "}.tooltipinner img[src*="Flame.png"],div[id*=digimon] .innerbattle img[src*="Flame.png"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/types/flame.png);width:auto;height:auto}.tooltipinner img[src*="Aqua.png"],div[id*=digimon] .innerbattle img[src*="Aqua.png"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/types/aqua.png);width:auto;height:auto}.tooltipinner img[src*="Air.png"],div[id*=digimon] .innerbattle img[src*="Air.png"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/types/air.png);width:auto;height:auto}.tooltipinner img[src*="Nature.png"],div[id*=digimon] .innerbattle img[src*="Nature.png"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/types/nature.png);width:auto;height:auto}.tooltipinner img[src*="Holy.png"],div[id*=digimon] .innerbattle img[src*="Holy.png"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/types/holy.png);width:auto;height:auto}.tooltipinner img[src*="Evil.png"],div[id*=digimon] .innerbattle img[src*="Evil.png"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/types/evil.png);width:auto;height:auto}.tooltipinner img[src*="Battle.png"],div[id*=digimon] .innerbattle img[src*="Battle.png"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/types/battle.png);width:auto;height:auto}.tooltipinner img[src*="Mech.png"],div[id*=digimon] .innerbattle img[src*="Mech.png"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/types/mech.png);width:auto;height:auto}.tooltipinner img[src*="Filth.png"],div[id*=digimon] .innerbattle img[src*="Filth.png"]{content:url(https://play.pokemonshowdown.com/sprites/digimon/sprites/types/filth.png);width:auto;height:auto}
- /* Pm Boxes */
- .pm-window-paulcentury h3 {
- background: rgba(66, 59, 59, 0.8) url("https://pldh.net/media/pokecons_action/089.gif") no-repeat !important;
- background-position: 220px -6px !important;
- color: #FFF !important;
- text-shadow: none !important;
- border-color: #211D1B !important
- }
- .pm-window-paulcentury h3:hover, .pm-window-paulcentury .focused h3, .pm-window-paulcentury .focused h3:hover {
- background: rgba(0, 0, 0, 0.8) url("https://pldh.net/media/pokecons_action/089.gif") no-repeat !important;
- background-position: 220px -6px !important;
- color: #FFF !important;
- text-shadow: none !important;
- border-color: #211D1B !important
- }
- .pm-window-paulcentury h3 small, .pm-window-paulcentury h3:hover .minimizebutton, .pm-window-paulcentury h3 .minimizebutton, .pm-window-paulcentury h3 .closebutton, .pm-window-paulcentury h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-paulcentury h3.pm-notifying .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-paulcentury h3 .closebutton, .dark .pm-window-paulcentury h3 .minimizebutton, .dark .pm-window-paulcentury h3 .closebutton:hover + .minimizebutton.minimizebutton.minimizebutton {
- color: #5F4EC0 !important
- }
- .pm-window-paulcentury h3 .closebutton:hover, .pm-window-paulcentury h3 .minimizebutton:hover, .dark .pm-window-paulcentury h3 .closebutton:hover, .dark .pm-window-paulcentury h3 .minimizebutton:hover {
- color: #F7F547 !important
- }
- .pm-window-paulcentury .textbox, .pm-window-paulcentury .textbox:hover, .pm-window-paulcentury .textbox:focus, .dark .pm-window-paulcentury .pm-log, .dark .pm-window-paulcentury .textbox:focus {
- background: rgba(255, 255, 255, 0.9) url("https://i.imgur.com/lsGz5Sv.png") center no-repeat !important;
- border-color: #FFF !important;
- color: #000 !important
- }
- .pm-window-pa .pm-window-paulcentury .pm-log {
- background: rgba(255, 255, 255, 0.9) url("https://i.imgur.com/lsGz5Sv.png") center no-repeat !important;
- border-color: #211D1B !important;
- text-shadow: none !important
- }
- .pm-window-paulcentury .focused .pm-log {
- background: rgba(255, 255, 255, 0.95) url("https://i.imgur.com/lsGz5Sv.png") center no-repeat !important;
- border-color: #211D1B !important;
- text-shadow: none !important
- }
- .pm-window-paulcentury .pm-log .chat {
- background: rgba(255, 255, 255, 0.6)
- }
- .pm-window-paulcentury .pm-log .chat small {
- color: #000 !important
- }
- .pm-window-paulcentury .pm-log-add {
- background: rgba(0, 0, 0, 0.8) !important;
- border-color: #211D1B !important
- }
- .pm-window-paulcentury .focused .pm-log-add {
- background: rgba(0, 0, 0, 0.8) !important;
- border-color: #211D1B !important
- }
- .pm-window-paulcentury .pm-log-add .textbox, .pm-window-paulcentury .pm-log-add .textbox:focus {
- border-color: #211D1B !important;
- background: rgba(255, 255, 255, 0.95) !important;
- color: #000 !important
- }
- .pm-window-paulcentury h3.pm-notifying {
- border-color: #211D1B !important;
- background: rgba(255, 241, 173, 0.8) url("https://pldh.net/media/pokecons_action/089.gif") no-repeat !important;
- background-position: 220px -6px !important;
- color: #5F4EC0 !important;
- text-shadow: none !important;
- font-style: italic !important
- }
- .pm-window-paulcentury h3.pm-notifying:hover {
- border-color: #211D1B !important;
- background: #E50F39 url("https://pldh.net/media/pokecons_action/089.gif") no-repeat !important;
- background-position: 220px -6px !important;
- color: #5F4EC0 !important;
- text-shadow: none !important;
- font-style: italic !important
- }
- .pm-window-paulcentury .challenge {
- background: #5F4EC0
- }
- .pm-window-paulcentury .challenge .select {
- background: #F7F547 !important;
- border-color: #211D1B !important;
- color: #423B3B !important;
- text-shadow: none !important
- }
- .pm-window-paulcentury .challenge .buttonbar button {
- background: #F7F547 !important;
- border-color: #F7F547 !important;
- color: #7D7B7C !important;
- text-shadow: none !important
- }
- .pm-window-paulcentury .challenge .select:hover, .pm-window-paulcentury .challenge .buttonbar button:hover {
- background: #FF00BF !important;
- border-color: #F7F547 !important
- }
- .pm-window-paulcentury .challenge .select:disabled {
- background: #FFF !important;
- border-color: #F7F547 !important
- }
- .pm-window-paulcentury .challenge .teamselect:disabled strong {
- color: #F7F547 !important
- }
- .pm-window-niisama .pm-log {
- background: rgba(255, 255, 255, 0.9) url("https://i.imgur.com/ECIu7zc.png") right no-repeat !important
- }
- .pm-window-niisama .focused .pm-log {
- background: rgba(255, 255, 255, 0.95) url("https://i.imgur.com/ECIu7zc.png") right no-repeat !important
- }
- .pm-window-dbw h3 {
- background: rgba(0, 0, 0, 0.4) url("http://pokedream.com/pokedex/images/mini/172.gif") no-repeat !important;
- background-position: 225px -8px !important;
- color: #9CF !important;
- text-shadow: 0 0 2px #000 !important;
- border-color: #9CF !important
- }
- .pm-window-dbw h3:hover, .pm-window-dbw.focused h3, .pm-window-dbw.focused h3:hover {
- background: rgba(0, 0, 0, 0.7) url("http://pokedream.com/pokedex/images/mini/025.gif") no-repeat !important;
- background-position: 225px -8px !important;
- color: #9CF !important;
- text-shadow: 0 0 2px #000 !important;
- border-color: #9CF !important
- }
- .pm-window-dbw h3 small, .pm-window-dbw h3 .minimizebutton, .pm-window-dbw h3 .closebutton, .pm-window-dbw h3:hover .minimizebutton {
- color: #9CF !important
- }
- .pm-window-dbw h3 .closebutton:hover + .minimizebutton.minimizebutton {
- color: #9CF !important
- }
- .pm-window-dbw h3 .closebutton:hover {
- color: #F3C !important
- }
- .pm-window-dbw h3 .minimizebutton:hover {
- color: #F3C !important
- }
- .pm-window-dbw .pm-log, .pm-window-dbw.focused .pm-log {
- background: rgba(255, 240, 236, 0.95) url("https://i.imgur.com/w9AnPq0.png") right no-repeat !important;
- border-color: #9CF !important
- }
- .pm-window-dbw .pm-log .chat small {
- color: #9CF !important
- }
- .pm-window-dbw .pm-log-add, .pm-window-dbw.focused .pm-log-add {
- background: rgba(0, 0, 0, 0.6) !important;
- border-color: #9CF !important
- }
- .pm-window-dbw .pm-log-add .textbox {
- border-color: #9CF !important;
- background: rgba(255, 255, 255, 0.9) url("https://media.giphy.com/media/13USt1URETlUFG/giphy.gif") !important;
- color: #FFF !important
- }
- .pm-window-dbw h3.pm-notifying {
- border-color: #9CF !important;
- background: #000 url("http://pokedream.com/pokedex/images/mini/026.gif") no-repeat !important;
- background-position: 225px -8px !important;
- color: #53FF1A !important;
- text-shadow: 0 0 2px #FFF !important;
- font-style: italic !important
- }
- .pm-window-dbw h3.pm-notifying:hover {
- border-color: #9CF !important;
- background: #FFF url("http://pokedream.com/pokedex/images/mini/026.gif") no-repeat !important;
- background-position: 225px -8px !important;
- color: #F9C !important;
- text-shadow: 0 0 2px #000 !important;
- font-style: italic !important
- }
- .pm-window-dbw .challenge {
- background: url("http://findicons.com/files/icons/2597/the_clean_desk/40/heart.png") !important;
- color: #000 !important;
- border-color: #0F0 !important
- }
- .pm-window-dbw .challenge .select, .pm-window-dbw .challenge .buttonbar button {
- background: #F63 !important;
- border-color: #0F0 !important;
- color: #000 !important;
- text-shadow: 0 -1px 0 #BF5664 !important
- }
- .pm-window-dbw .challenge .select:hover, .pm-window-dbw .challenge .buttonbar button:hover {
- background: #F9D !important;
- border-color: #0F0 !important
- }
- .pm-window-dbw .challenge .select:disabled {
- background: rgba(255, 51, 0, 0.6) !important;
- border-color: #000 !important
- }
- .pm-window-dbw .challenge .teamselect:disabled strong {
- color: #F9D !important;
- text-shadow: none !important
- }
- .pm-window-tailz h3 {
- background: rgba(255, 77, 77, 0.8) url("https://i.imgur.com/470sNWx.gif") no-repeat !important;
- background-position: 225px -4px !important;
- color: #000 !important;
- text-shadow: 0 0 2px #f93 !important;
- border-color: #f93 !important
- }
- .pm-window-h3:hover, .pm-window-tailz.focused h3, .pm-window-tailz.focused h3:hover {
- background: rgba(255, 77, 77, 0.9) url("https://i.imgur.com/470sNWx.gif") no-repeat !important;
- background-position: 225px -4px !important;
- color: #000 !important;
- text-shadow: 0 0 2px #f93 !important;
- border-color: #f93 !important
- }
- .pm-window-tailz h3 small, .pm-window-tailz h3 .minimizebutton, .pm-window-tailz h3 .closebutton, .pm-window-tailz h3:hover .minimizebutton {
- color: #fff !important
- }
- .pm-window-tailz h3 .closebutton:hover + .minimizebutton.minimizebutton {
- color: #fff !important
- }
- .pm-window-tailz h3 .closebutton:hover {
- color: #9F3C49 !important
- }
- .pm-window-tailz h3 .minimizebutton:hover {
- color: #9F3C49 !important
- }
- .pm-window-tailz .pm-log, .pm-window-tailz.focused .pm-log {
- background: rgba(255, 175, 153, 0.95) url("https://i.imgur.com/vUezRQP.png") right no-repeat !important;
- border-color: #f93 !important
- }
- .pm-window-tailz .pm-log .chat small {
- color: #000 !important
- }
- .pm-window-tailz .pm-log-add, .pm-window-tailz.focused .pm-log-add {
- background: #ff4d4d !important;
- border-color: #f93 !important
- }
- .pm-window-tailz .pm-log-add .textbox {
- border-color: #f93 !important;
- background: rgba(255, 219, 77, 0.95) !important;
- color: #000 !important
- }
- .pm-window-tailz h3.pm-notifying {
- border-color: #ff4d4d !important;
- background: #f93 url("https://i.imgur.com/470sNWx.gif") no-repeat !important;
- background-position: 225px -4px !important;
- color: #000 !important;
- text-shadow: 0 0 2px #D48A77 !important;
- font-style: italic !important
- }
- .pm-window-tailz h3.pm-notifying:hover {
- border-color: #ff4d4d !important;
- background: #f93 url("https://i.imgur.com/470sNWx.gif") no-repeat !important;
- background-position: 225px -4px !important;
- color: #000 !important;
- text-shadow: 0 0 2px #D48A77 !important;
- font-style: italic !important
- }
- .pm-window-tailz .challenge {
- background: #FFBDAC !important;
- color: #52525A !important;
- border-color: #8D3F4A !important
- }
- .pm-window-tailz .challenge .select, .pm-window-tailz .challenge .buttonbar button {
- background: #f60 !important;
- border-color: red !important;
- color: #000 !important;
- text-shadow: 0 -1px 0 #BF5664 !important
- }
- .pm-window-tailz .challenge .select:hover, .pm-window-tailz .challenge .buttonbar button:hover {
- background: #ff944d !important;
- border-color: #b30000 !important
- }
- .pm-window-tailz .challenge .select:disabled {
- background: rgba(255, 148, 77, 0.6) !important;
- border-color: #b30000 !important
- }
- .pm-window-tailz .challenge .teamselect:disabled strong {
- color: #600 !important;
- text-shadow: none !important
- }
- .pm-window-aurastormlucario h3 {
- background: rgba(80, 200, 255, 0.8) url("http://www.serebii.net/pokedex-dp/icon/448.gif") no-repeat !important;
- background-position: 225px -8px !important;
- color: #222 !important;
- text-shadow: none !important;
- border-color: #444 !important
- }
- .pm-window-aurastormlucario h3:hover, .pm-window-aurastormlucario.focused h3, .pm-window-aurastormlucario.focused h3:hover {
- background: rgba(60, 180, 255, 0.9) url("http://www.serebii.net/pokedex-dp/icon/448.gif") no-repeat !important;
- background-position: 225px -8px !important;
- color: #E03C30 !important;
- text-shadow: none !important;
- border-color: #444 !important
- }
- .pm-window-aurastormlucario h3 small, .pm-window-aurastormlucario .pm-log .chat small, .pm-window-aurastormlucario h3 .closebutton, .pm-window-aurastormlucario h3 .minimizebutton, .pm-window-aurastormlucario h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-aurastormlucario h3 .closebutton, .dark .pm-window-aurastormlucario h3 .minimizebutton, .dark .pm-window-aurastormlucario h3 .closebutton:hover + .minimizebutton.minimizebutton.minimizebutton {
- color: #222 !important
- }
- .pm-window-aurastormlucario h3 .closebutton:hover, .pm-window-aurastormlucario h3 .minimizebutton:hover, .dark .pm-window-aurastormlucario h3 .closebutton:hover, .dark .pm-window-aurastormlucario h3 .minimizebutton:hover {
- color: #E03C30 !important
- }
- .pm-window-aurastormlucario .pm-log, .pm-window-aurastormlucario.focused .pm-log, .pm-window-aurastormlucario .textbox, .pm-window-aurastormlucario .textbox:hover, .pm-window-aurastormlucario .textbox:focus, .dark .pm-window-aurastormlucario .pm-log, .dark .pm-window-aurastormlucario .textbox:focus {
- background: rgba(251, 254, 255, 0.9) url("https://i.imgur.com/HBKTgBN.png?1") no-repeat right center !important;
- border-color: #444 !important;
- box-shadow: none !important;
- color: #222 !important
- }
- .pm-window-aurastormlucario .pm-log-add {
- background: rgba(80, 200, 255, 0.8) !important;
- border-color: #444 !important
- }
- .pm-window-aurastormlucario.focused .pm-log-add {
- background: rgba(60, 180, 255, 0.9) !important;
- border-color: #444 !important
- }
- .pm-window-aurastormlucario .pm-log-add .textbox {
- background: rgba(255, 255, 255, 0.98) !important;
- border-color: #444 !important;
- color: #222 !important
- }
- .pm-window-aurastormlucario .pm-log-add .textbox:focus {
- background: #FBFEFF !important;
- border-color: #444 !important;
- color: #222 !important
- }
- .pm-window-aurastormlucario h3.pm-notifying {
- border-color: #444 !important;
- background: rgba(224, 60, 48, 0.8) url("http://www.serebii.net/pokedex-dp/icon/448.gif") no-repeat !important;
- background-position: 225px -8px !important;
- color: #222 !important;
- text-shadow: none !important;
- font-style: italic !important
- }
- .pm-window-aurastormlucario h3.pm-notifying:hover {
- border-color: #444 !important;
- background: rgba(204, 40, 28, 0.9) url("http://www.serebii.net/pokedex-dp/icon/448.gif") no-repeat !important;
- background-position: 225px -8px !important;
- color: #3CB4FF !important;
- text-shadow: none !important;
- font-style: italic !important
- }
- .pm-window-aurastormlucario h3.pm-notifying .closebutton, .pm-window-aurastormlucario h3.pm-notifying .minimizebutton, .pm-window-aurastormlucario h3.pm-notifying .closebutton:hover + .minimizebutton.minimizebutton {
- color: #222 !important
- }
- .pm-window-aurastormlucario h3.pm-notifying .closebutton:hover, .pm-window-aurastormlucario h3.pm-notifying .minimizebutton:hover {
- color: #3CB4FF !important
- }
- .pm-window-aurastormlucario .challenge {
- background: rgba(220, 220, 188, 0.9) !important;
- color: #222 !important;
- border-color: #444 !important
- }
- .pm-window-aurastormlucario .challenge .select, .pm-window-aurastormlucario .challenge .buttonbar button {
- background: rgba(250, 250, 218, 0.95) !important;
- color: #222 !important;
- text-shadow: none !important;
- border: 1px solid #444 !important
- }
- .pm-window-aurastormlucario .challenge .teamselect:disabled, .pm-window-aurastormlucario .challenge .teamselect:disabled:hover {
- background: rgba(200, 200, 168, 0.85) !important;
- color: #222 !important;
- border-color: #444 !important
- }
- .pm-window-aurastormlucario .challenge .select:hover, .pm-window-aurastormlucario .challenge .buttonbar button:hover {
- border-color: #46BEFF !important
- }
- .pm-window-aurastormlucario .select:after, .pm-window-aurastormlucario .select:disabled:after {
- color: #777 !important
- }
- .pm-window-aegisiumz .pm-minimized, .dark .pm-window-aegisiumz .pm-minimized {
- background: #222 url("https://orig00.deviantart.net/d496/f/2018/235/0/1/90kuqsq_by_azureimagedump-dckxw9i.png") no-repeat !important;
- background-position: 218px -3px !important;
- border: 1px solid #000 !important
- }
- .pm-window-aegisiumz h3, .dark .pm-window-aegisiumz h3, .pm-window-aegisiumz.focused h3, .dark .pm-window-aegisiumz.focused h3, .pm-window-aegisiumz.focused h3:hover, .dark .pm-window-aegisiumz.focused h3:hover {
- background: #222 url("https://orig00.deviantart.net/ccd8/f/2018/235/4/c/g05ncxk_by_azureimagedump-dckxwa4.png") no-repeat !important;
- background-position: 220px -5px !important;
- color: #0FD !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #000 !important
- }
- .pm-window-aegisiumz h3:hover, .dark .pm-window-aegisiumz h3:hover, .pm-window-aegisiumz.focused h3:hover, .dark .pm-window-aegisiumz.focused h3:hover {
- color: #B8FFF5 !important
- }
- .pm-window-aegisiumz h3.pm-notifying, .dark .pm-window-aegisiumz h3.pm-notifying {
- background: #B8FFF5 url("https://orig00.deviantart.net/ccd8/f/2018/235/4/c/g05ncxk_by_azureimagedump-dckxwa4.png") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: #000 !important
- }
- .pm-window-aegisiumz h3.pm-notifying:hover, .dark .pm-window-aegisiumz h3.pm-notifying:hover {
- background: #7DEFE0 url("https://orig00.deviantart.net/ccd8/f/2018/235/4/c/g05ncxk_by_azureimagedump-dckxwa4.png") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: #000 !important
- }
- .pm-window-aegisiumz h3 small, .dark .pm-window-aegisiumz h3 small {
- color: #BBB !important
- }
- .pm-window-aegisiumz h3 .closebutton, .dark .pm-window-aegisiumz h3 .closebutton, .pm-window-aegisiumz h3 .minimizebutton, .dark .pm-window-aegisiumz h3 .minimizebutton, .pm-window-aegisiumz h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-aegisiumz h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-aegisiumz h3 .closebutton:hover .minimizebutton, .dark .pm-window-aegisiumz h3 .closebutton:hover .minimizebutton {
- color: #999 !important
- }
- .pm-window-aegisiumz h3 .closebutton:hover, .dark .pm-window-aegisiumz h3 .closebutton:hover, .pm-window-aegisiumz h3 .minimizebutton:hover, .dark .pm-window-aegisiumz h3 .minimizebutton:hover {
- color: #0FD !important
- }
- .pm-window-aegisiumz .pm-log, .dark .pm-window-aegisiumz .pm-log, .pm-window-aegisiumz.focused .pm-log, .dark .pm-window-aegisiumz.focused .pm-log {
- background: url("https://orig00.deviantart.net/ca69/f/2018/235/7/9/adtjccw_by_azureimagedump-dckxw9q.png") center no-repeat #111 !important;
- color: #CCC !important;
- border-color: #000 !important
- }
- .pm-window-aegisiumz .pm-log a, .dark .pm-window-aegisiumz .pm-log a, .pm-window-aegisiumz .pm-log a:hover, .dark .pm-window-aegisiumz .pm-log a:hover, .pm-window-aegisiumz .pm-log a:focus, .dark .pm-window-aegisiumz .pm-log a:focus {
- color: #a3cedf !important
- }
- .pm-window-aegisiumz .pm-log a:visited, .dark .pm-window-aegisiumz .pm-log a:visited {
- color: #baa8d2 !important
- }
- .pm-window-aegisiumz .pm-log .message-error, .dark .pm-window-aegisiumz .pm-log .message-error {
- color: #DF6464 !important
- }
- .pm-window-aegisiumz .pm-log .chat small, .dark .pm-window-aegisiumz .pm-log .chat small {
- color: #94875E !important
- }
- .pm-window-aegisiumz .pm-log-add, .dark .pm-window-aegisiumz .pm-log-add, .pm-window-aegisiumz.focused .pm-log-add, .dark .pm-window-aegisiumz.focused .pm-log-add {
- background: #222 !important;
- border-color: #000 !important
- }
- .pm-window-aegisiumz .pm-log-add .textbox, .dark .pm-window-aegisiumz .pm-log-add .textbox {
- background: #333 !important;
- border-color: #000 !important;
- color: #CCC !important
- }
- .pm-window-aegisiumz .pm-log-add .textbox:hover, .dark .pm-window-aegisiumz .pm-log-add .textbox:hover {
- background: #222 !important;
- border-color: #000 !important;
- color: #fff !important
- }
- .pm-window-aegisiumz .pm-log-add .textbox:focus, .dark .pm-window-aegisiumz .pm-log-add .textbox:focus {
- background: #222 !important;
- border-color: #000 !important;
- color: #fff !important
- }
- .pm-window-aegisiumz .challenge, .dark .pm-window-aegisiumz .challenge {
- background: url("https://orig00.deviantart.net/1b0b/f/2018/235/a/9/0emoqen_by_azureimagedump-dckxw98.png") bottom center no-repeat #222 !important;
- border-color: #5d080d !important;
- border-top-color: #000 !important;
- color: #fff !important;
- text-shadow: 1px 1px #5d080d !important
- }
- .pm-window-aegisiumz .challenge .select, .dark .pm-window-aegisiumz .challenge .select, .pm-window-aegisiumz .challenge .buttonbar button, .dark .pm-window-aegisiumz .challenge .buttonbar button {
- background: #222 !important;
- border-color: #000 !important;
- color: #fea6a6 !important;
- text-shadow: 0 -1px #000 !important
- }
- .pm-window-aegisiumz .challenge .select:hover, .dark .pm-window-aegisiumz .challenge .select:hover, .pm-window-aegisiumz .challenge .buttonbar button:hover, .dark .pm-window-aegisiumz .challenge .buttonbar button:hover {
- border-color: #9C131C !important
- }
- .pm-window-aegisiumz .challenge label, .dark .pm-window-aegisiumz .challenge label {
- color: #FFD5D8
- }
- .pm-window-aegisiumz .challenge .teamselect:disabled, .dark .pm-window-aegisiumz .challenge .teamselect:disabled, .pm-window-aegisiumz .challenge .teamselect:disabled:hover, .dark .pm-window-aegisiumz .challenge .teamselect:disabled:hover {
- background: rgba(20, 20, 20, 0.75) !important;
- color: #222 !important;
- border-color: #000 !important
- }
- .pm-window-volco h3 {
- background: rgba(255, 105, 94, 0.6) url("https://3.bp.blogspot.com/--mfgmu2_vXM/V6NFInSVxqI/AAAAAAAANQc/QzyLFc-4wkEn6XkFMl3dUcCwDOpvosNjgCLcB/s1600/Volcanion.png") no-repeat !important;
- background-position: 225px -8px !important;
- color: red !important;
- text-shadow: 0 0 2px #124A66 !important;
- border-color: #124A66 !important
- }
- .pm-window-volco h3:hover, .pm-window-volco.focused h3, .pm-window-volco.focused h3:hover {
- background: rgba(36, 110, 148, 0.9) url("https://3.bp.blogspot.com/--mfgmu2_vXM/V6NFInSVxqI/AAAAAAAANQc/QzyLFc-4wkEn6XkFMl3dUcCwDOpvosNjgCLcB/s1600/Volcanion.png") no-repeat !important;
- background-position: 225px -8px !important;
- color: red !important;
- text-shadow: 0 0 2px #0C374D !important;
- border-color: #0C374D !important
- }
- .pm-window-volco h3 small, .pm-window-volco h3 .minimizebutton, .pm-window-volco h3 .closebutton, .pm-window-volco h3:hover .minimizebutton, .pm-window-volco h3.pm-notifying small, .pm-window-volco h3.pm-notifying .minimizebutton, .pm-window-volco h3.pm-notifying .closebutton, .pm-window-volco h3.pm-notifying:hover .minimizebutton, .pm-window-volco h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-volco h3.pm-notifying .closebutton:hover + .minimizebutton.minimizebutton.minimizebutton {
- color: rgba(61, 105, 182, 0.6) !important
- }
- .pm-window-volco h3 .closebutton:hover, .pm-window-volco h3.pm-notifying .closebutton:hover {
- color: rgba(36, 110, 148, 0.9) !important
- }
- .pm-window-volco h3 .minimizebutton:hover, .pm-window-volco h3.pm-notifying .minimizebutton:hover {
- color: rgba(61, 105, 182, 0.6) !important
- }
- .pm-window-volco .pm-log {
- background: rgba(36, 110, 148, 0.9) url("https://i.imgur.com/RJUtgU7.png?1") right no-repeat !important;
- border-color: #124A66 !important
- }
- .pm-window-volco.focused .pm-log {
- background: rgba(36, 110, 148, 0.9) url("https://i.imgur.com/RJUtgU7.png?1") right no-repeat !important;
- border-color: #0C374D !important
- }
- .pm-window-volco .pm-log-add {
- background: rgba(36, 110, 148, 0.9) !important;
- border-color: #124A66 !important
- }
- .pm-window-volco.focused .pm-log-add {
- background: rgba(36, 110, 148, 0.9) !important;
- border-color: #0C374D !important
- }
- .pm-window-volco .pm-log-add .textbox {
- border-color: #124A66 !important;
- background: rgba(227, 239, 247, 0.9) !important;
- color: #000 !important
- }
- .pm-window-volco .pm-log .chat {
- background: rgba(255, 255, 255, 0.5)
- }
- .pm-window-volco .pm-log .chat small {
- color: #000 !important
- }
- .pm-window-volco h3.pm-notifying {
- background: rgba(36, 110, 148, 0.9) url("https://3.bp.blogspot.com/--mfgmu2_vXM/V6NFInSVxqI/AAAAAAAANQc/QzyLFc-4wkEn6XkFMl3dUcCwDOpvosNjgCLcB/s1600/Volcanion.png") no-repeat !important;
- background-position: 225px -8px !important;
- color: #E9F6FF !important;
- text-shadow: none !important;
- font-style: italic !important;
- border-color: #E9F6FF !important
- }
- .pm-window-volco h3.pm-notifying:hover {
- background: rgba(36, 110, 148, 0.9) url("https://3.bp.blogspot.com/--mfgmu2_vXM/V6NFInSVxqI/AAAAAAAANQc/QzyLFc-4wkEn6XkFMl3dUcCwDOpvosNjgCLcB/s1600/Volcanion.png") no-repeat !important;
- background-position: 225px -8px !important;
- color: #E9F6FF !important;
- text-shadow: none !important;
- font-style: italic !important;
- border-color: #E9F6FF !important
- }
- .pm-window-joshykun .pm-minimized, .dark .pm-window-joshykun .pm-minimized, .pm-window-joshykun h3, .dark .pm-window-joshykun h3, .pm-window-joshykun.focused h3, .dark .pm-window-joshykun.focused h3, .pm-window-joshykun.focused h3:hover, .dark .pm-window-joshykun.focused h3:hover {
- background: #FEC6FC url("https://pldh.net/media/pokemon/gen3/rusa_action/151.gif") no-repeat !important;
- background-position: 200px -10px !important;
- color: #EC3B52 !important;
- border-color: #000 !important
- }
- .pm-window-joshykun h3:hover, .dark .pm-window-joshykun h3:hover, .pm-window-joshykun.focused h3:hover, .dark .pm-window-joshykun.focused h3:hover {
- color: #D76ADA !important
- }
- .pm-window-joshykun h3.pm-notifying, .dark .pm-window-joshykun h3.pm-notifying {
- background: #3861DB url("https://pldh.net/media/pokemon/gen3/rusa_action/151.gif") no-repeat !important;
- background-position: 200px -10px !important;
- border-color: #000 !important
- }
- .pm-window-joshykun h3.pm-notifying:hover, .dark .pm-window-joshykun h3.pm-notifying:hover {
- background: #3861DB url("https://pldh.net/media/pokemon/gen3/rusa_action/151.gif") no-repeat !important;
- background-position: 200px -10px !important;
- border-color: #000 !important
- }
- .pm-window-joshykun h3 small, .dark .pm-window-joshykun h3 small {
- color: #000 !important
- }
- .pm-window-joshykun h3 .closebutton:hover, .dark .pm-window-joshykun h3 .closebutton:hover, .pm-window-joshykun h3 .minimizebutton:hover, .dark .pm-window-joshykun h3 .minimizebutton:hover {
- color: #EC3B52 !important
- }
- .pm-window-joshykun .pm-log, .dark .pm-window-joshykun .pm-log, .pm-window-joshykun.focused .pm-log, .dark .pm-window-joshykun.focused .pm-log {
- background: rgba(255, 255, 255, 0.95) url("https://i.imgur.com/by6EQ1K.png") no-repeat right top !important;
- border-color: #000 !important
- }
- .pm-window-joshykun .pm-log-add, .dark .pm-window-joshykun .pm-log-add, .pm-window-joshykun.focused .pm-log-add, .dark .pm-window-joshykun.focused .pm-log-add {
- background: #FEC6FC !important;
- border-color: #000 !important
- }
- .pm-window-magiswag h3 {
- background: rgba(25, 25, 25, 1) url("https://i.imgur.com/m0cnbBh.png") no-repeat !important;
- background-position: 220px -6px !important;
- color: #FDEE77 !important;
- font-style: italic !important;
- font-family: "Times New Roman", Times, serif !important;
- font-size: 14pt !important;
- text-shadow: none !important;
- border-color: #FCCBE7 !important;
- padding: 2px 5px !important
- }
- .pm-window-magiswag h3:hover, .pm-window-magiswag.focused h3, .pm-window-magiswag.focused h3:hover {
- background: rgba(25, 25, 25, 1) url("https://i.imgur.com/a8UXTGw.gif") no-repeat !important;
- background-position: 220px -6px !important;
- color: #FDEE77 !important;
- font-style: italic !important;
- font-family: "Times New Roman", Times, serif !important;
- font-size: 14pt !important;
- text-shadow: none !important;
- border-color: #FCCBE7 !important;
- padding: 2px 5px !important
- }
- .pm-window-magiswag h3.pm-minimized {
- background: rgba(25, 25, 25, 1) url("https://i.imgur.com/m0cnbBh.png") no-repeat !important;
- background-position: 220px -6px !important;
- color: #FDEE77 !important;
- font-style: italic !important;
- font-family: "Times New Roman", Times, serif !important;
- font-size: 14pt !important;
- text-shadow: none !important;
- border-color: #FCCBE7 !important;
- padding: 2px 5px !important
- }
- .pm-window-magiswag h3.pm-notifying, .pm-window-magiswag h3.pm-notifying:hover {
- background: rgba(25, 25, 25, 1) url("https://i.imgur.com/a8UXTGw.gif") no-repeat !important;
- background-position: 220px -6px !important;
- color: #FCCBE7 !important;
- font-style: italic !important;
- font-family: "Times New Roman", Times, serif !important;
- font-size: 14pt !important;
- text-shadow: none !important;
- border-color: #FCCBE7 !important;
- padding: 2px 5px !important
- }
- .pm-window-magiswag h3 small, .pm-window-magiswag h3:hover .minimizebutton, .pm-window-magiswag h3 .minimizebutton, .pm-window-magiswag h3 .closebutton, .pm-window-magiswag h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-magiswag h3.pm-notifying .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-magiswag h3 .closebutton, .dark .pm-window-magiswag h3 .minimizebutton, .dark .pm-window-magiswag h3 .closebutton:hover + .minimizebutton.minimizebutton.minimizebutton {
- color: #FDEE77 !important
- }
- .pm-window-magiswag h3 .closebutton:hover, .pm-window-magiswag h3 .minimizebutton:hover, .dark .pm-window-magiswag h3 .closebutton:hover, .dark .pm-window-magiswag h3 .minimizebutton:hover {
- color: #FEF784 !important
- }
- .pm-window-magiswag .pm-log {
- background: url("https://i.imgur.com/vd7PD2R.png") no-repeat center !important;
- background-size: 300px 300px !important;
- border-color: #FCCBE7 !important;
- color: #FFF !important;
- text-shadow: none !important
- }
- .pm-window-magiswag.focused .pm-log {
- background: url("https://i.imgur.com/vd7PD2R.png") no-repeat center !important;
- background-size: 300px 300px !important;
- border-color: #FCCBE7 !important;
- color: #FFF !important;
- text-shadow: none !important
- }
- .pm-window-magiswag .pm-log .chat {
- background: rgba(25, 25, 25, 0.3) !important
- }
- .pm-window-magiswag .pm-log .chat small {
- color: #FDEE77 !important
- }
- .pm-window-magiswag .pm-log-add {
- background: rgba(0, 0, 0, 0.8) !important;
- border-color: #FDEE77 !important
- }
- .pm-window-magiswag.focused .pm-log-add {
- background: rgba(0, 0, 0, 1) !important;
- border-color: #FDEE77 !important
- }
- .pm-window-magiswag .pm-log-add .textbox, .pm-window-magiswag .pm-log-add .textbox:focus {
- border-color: #FCCBE7 !important;
- background: rgba(255, 255, 255, 0.98) !important;
- color: #000 !important
- }
- .pm-window-magiswag .challenge {
- background: url("https://i.imgur.com/6xgz84e.png") !important;
- background-size: 290px 195px !important;
- color: #FFF !important;
- border-color: #FDEE77 !important
- }
- .pm-window-magiswag .challenge .select {
- background: rgba(252, 203, 231, 0.75) !important;
- border-color: #FDEE77 !important;
- color: #000 !important
- }
- .pm-window-magiswag .challenge .buttonbar button {
- background: rgba(253, 238, 119, 1) !important;
- border-color: #FCCBE7 !important;
- border-radius: 3px;
- color: #000 !important
- }
- .pm-window-magiswag .challenge .buttonbar button:hover {
- background: rgba(254, 247, 132, 1) !important;
- border-color: #FCCBE7 !important;
- border-radius: 3px !important
- }
- @keyframes neonglowtext {
- 0% {
- text-shadow: 0 0 3px #FFF, 0 0 6px #FFF, 0 0 9px #FFF, 0 0 12px #07F, 0 0 21px #07F, 0 0 24px #07F, 0 0 30px #07F
- }
- 100% {
- text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #07F, 0 0 7px #07F, 0 0 8px #07F, 0 0 10px #07F
- }
- }
- @keyframes slidinggradient {
- 0% {
- background-position: 0 150%
- }
- 100% {
- background-position: 0 -50%
- }
- }
- @keyframes pmappearanimation {
- 0% {
- transform: scaleX(.5) scaleY(0);
- opacity: 0
- }
- 100% {
- transform: scaleX(1) scaleY(1);
- opacity: 1
- }
- }
- @keyframes notificationflash {
- 0% {
- background: #1E5480
- }
- 100% {
- background: #A5F2FC
- }
- }
- @keyframes notificationflash2 {
- 0% {
- border-color: #1E5480
- }
- 100% {
- border-color: #A5F2FC
- }
- }
- @keyframes notificationflash3 {
- 0% {
- border-color: #1E5480;
- color: #1E5480
- }
- 100% {
- border-color: #A5F2FC;
- color: #A5F2FC
- }
- }
- @keyframes notificationflashduplicate {
- 0% {
- background: #1E5480
- }
- 100% {
- background: #A5F2FC
- }
- }
- @keyframes notificationflash2duplicate {
- 0% {
- border-color: #1E5480
- }
- 100% {
- border-color: #A5F2FC
- }
- }
- @keyframes notificationflash3duplicate {
- 0% {
- border-color: #1E5480;
- color: #1E5480
- }
- 100% {
- border-color: #A5F2FC;
- color: #A5F2FC
- }
- }
- .pm-window-titaniahime {
- transform: translateZ(0) !important;
- border-radius: 8px !important;
- box-shadow: 0 0 3px #60E0FB, 0 0 5px #1E5480 !important;
- transform-origin: 50% 0 !important;
- animation: pmappearanimation .45s ease-in
- }
- .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(3), .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(3) ~ .pm-log-add {
- animation: notificationflash 1.25s ease-in-out 0s infinite alternate
- }
- .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(3) ~ .pm-log {
- animation: notificationflash2 1.25s ease-in-out 0s infinite alternate
- }
- .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(3) ~ .challenge {
- animation: notificationflash3 1.25s ease-in-out 0s infinite alternate
- }
- .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(4), .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(4) ~ .pm-log-add {
- animation: notificationflashduplicate 1.25s ease-in-out 0s infinite alternate
- }
- .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(4) ~ .pm-log {
- animation: notificationflash2duplicate 1.25s ease-in-out 0s infinite alternate
- }
- .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(4) ~ .challenge {
- animation: notificationflash3duplicate 1.25s ease-in-out 0s infinite alternate
- }
- .pm-window-titaniahime h3.pm-minimized ~ .pm-log, .pm-window-titaniahime h3.pm-minimized ~ .pm-log-add {
- display: block !important
- }
- .pm-window-titaniahime h3, .pm-window-titaniahime h3:first-child:nth-last-child(4) {
- transition: transform .6s linear, border-radius .6s linear !important;
- transform: rotateY(0deg) !important;
- background: #1E5480 !important;
- color: #07151E !important;
- border: none !important;
- border-radius: 7px 7px 0 0 !important;
- text-shadow: 0 0 2px #A5F2FC !important
- }
- .pm-window-titaniahime h3.pm-minimized {
- transform: rotateY(360deg) !important;
- border-radius: 7px !important
- }
- .pm-window-titaniahime h3 small {
- color: #07151E !important;
- text-shadow: 0 0 2px #A5F2FC !important
- }
- .pm-window-titaniahime h3 .minimizebutton {
- position: relative !important;
- left: -6px !important;
- font-size: 0 !important
- }
- .pm-window-titaniahime h3 .closebutton {
- position: relative !important;
- left: -1px !important;
- font-size: 0 !important
- }
- .pm-window-titaniahime h3 .minimizebutton:before, .pm-window-titaniahime h3 .closebutton:before {
- content: "";
- display: inline-block;
- width: 17px;
- height: 17px
- }
- .pm-window-titaniahime h3 .minimizebutton:after, .pm-window-titaniahime h3 .closebutton:after {
- transition: opacity .48s;
- content: "";
- display: inline-block;
- margin-left: -17px;
- width: 17px;
- height: 17px;
- opacity: 0
- }
- .pm-window-titaniahime h3 .minimizebutton:before {
- background: url("https://i.imgur.com/nJ5elnV.png") no-repeat center;
- background-size: cover
- }
- .pm-window-titaniahime h3 .minimizebutton:after {
- background: url("https://i.imgur.com/rF7v0vr.png") no-repeat center;
- background-size: cover
- }
- .pm-window-titaniahime h3 .closebutton:before {
- background: url("https://i.imgur.com/rPGHhkn.png") no-repeat center;
- background-size: cover
- }
- .pm-window-titaniahime h3 .closebutton:after {
- background: url("https://i.imgur.com/BhwjCVs.png") no-repeat center;
- background-size: cover
- }
- .pm-window-titaniahime h3:hover .minimizebutton:after, .pm-window-titaniahime h3 .closebutton:hover:after, .pm-window-titaniahime h3.pm-minimized .minimizebutton:after, .pm-window-titaniahime h3.pm-minimized .closebutton:hover + .minimizebutton:after {
- opacity: 1
- }
- .pm-window-titaniahime h3 .closebutton:hover + .minimizebutton:after, .pm-window-titaniahime h3.pm-minimized:hover .minimizebutton:after {
- opacity: 0
- }
- .pm-window-titaniahime .pm-log {
- transition: transform .6s linear 0s, opacity .6s linear 0s, max-height .6s linear 0s, min-height .6s linear 0s, border-width 0s linear 0s !important;
- transform: rotateY(0deg) !important;
- background: rgba(7, 21, 30, 0.8) !important;
- color: #EEE !important;
- border: 3px solid #1E5480 !important;
- box-shadow: inset 0 0 3px #A5F2FC, inset 0 0 9px #1E5480 !important;
- opacity: 1 !important;
- min-height: 50px !important;
- max-height: 300px !important
- }
- .pm-window-titaniahime h3.pm-minimized ~ .pm-log {
- transition: transform .6s linear 0s, opacity .6s linear 0s, max-height .6s linear 0s, min-height .6s linear 0s, border-width 0s linear .6s !important;
- transform: rotateY(360deg) !important;
- opacity: 0 !important;
- min-height: 0 !important;
- max-height: 0 !important;
- border-width: 0 !important
- }
- .pm-window-titaniahime .pm-log .chat {
- background: none !important;
- text-shadow: none !important
- }
- .pm-window-titaniahime .pm-log .chat small {
- color: rgba(0, 255, 234, .8) !important
- }
- .pm-window-titaniahime .pm-log .chat em a {
- transition: color .15s !important;
- color: #6699FF !important
- }
- .pm-window-titaniahime .pm-log .chat em a:hover {
- transition: color .25s !important;
- color: #2255FF !important
- }
- .pm-window-titaniahime .pm-log .message-error {
- color: #FF0000 !important
- }
- .pm-window-titaniahime .pm-log-add {
- transition: transform .6s 0s, opacity .6s 0s, max-height .6s .12s !important;
- transform: rotateY(0deg) !important;
- background: #1E5480 !important;
- border: none !important;
- border-radius: 0 0 7px 7px !important;
- opacity: 1 !important;
- min-height: 0 !important;
- max-height: 8px !important
- }
- .pm-window-titaniahime:hover .pm-log-add, .pm-window-titaniahime.focused .pm-log-add, .pm-window-titaniahime.focused:hover .pm-log-add {
- transition: transform .6s 0s, opacity .6s 0s, max-height .6s 0s !important;
- transform: rotateY(0deg) !important;
- opacity: 1 !important;
- max-height: 80px !important
- }
- .pm-window-titaniahime h3.pm-minimized ~ .pm-log-add, .pm-window-titaniahime:hover h3.pm-minimized ~ .pm-log-add, .pm-window-titaniahime.focused h3.pm-minimized ~ .pm-log-add, .pm-window-titaniahime.focused:hover h3.pm-minimized ~ .pm-log-add {
- transition: transform .6s 0s, opacity .6s 0s, max-height .6s 0s !important;
- transform: rotateY(360deg) !important;
- opacity: 0 !important;
- max-height: 0 !important
- }
- .pm-window-titaniahime .pm-log-add .textbox {
- transition: box-shadow .4s 0s, opacity .4s 0s, width .4s 0s !important;
- background: #07151E !important;
- color: #EEE !important;
- margin: 0 auto !important;
- border: none !important;
- max-height: 62px !important;
- box-shadow: inset 0 0 3px #A5F2FC, inset 0 0 9px #1E5480 !important;
- opacity: 0 !important;
- width: 0% !important
- }
- .pm-window-titaniahime:hover .pm-log-add .textbox, .pm-window-titaniahime.focused .pm-log-add .textbox, .pm-window-titaniahime.focused:hover .pm-log-add .textbox {
- transition: box-shadow .4s 0s, opacity .4s .18s, width .4s .18s !important;
- box-shadow: inset 0 0 3px #A5F2FC, inset 0 0 9px #1E5480 !important;
- opacity: 1 !important;
- width: 100% !important
- }
- .pm-window-titaniahime .pm-log-add .textbox:hover, .pm-window-titaniahime .pm-log-add .textbox:focus, .pm-window-titaniahime:hover .pm-log-add .textbox:hover, .pm-window-titaniahime:hover .pm-log-add .textbox:focus, .pm-window-titaniahime.focused .pm-log-add .textbox:hover, .pm-window-titaniahime.focused .pm-log-add .textbox:focus, .pm-window-titaniahime.focused:hover .pm-log-add .textbox:hover, .pm-window-titaniahime.focused:hover .pm-log-add .textbox:focus {
- transition: box-shadow .4s 0s, opacity .4s 0s, width .4s 0s !important;
- box-shadow: inset 0 0 5px #A5F2FC, inset 0 0 12px #1E5480 !important;
- opacity: 1 !important;
- width: 100% !important
- }
- .pm-window-titaniahime .pm-log-add .chatbox.nolabel {
- color: #07151E !important;
- text-shadow: 0 0 2px #A5F2FC !important
- }
- .pm-window-titaniahime .challenge {
- transition: border-radius .6s linear !important;
- background: rgba(7, 21, 30, 0.8) url("https://i.imgur.com/BxJVSFQ.gif") no-repeat center !important;
- background-size: cover !important;
- color: #1E5480 !important;
- border: 3px solid #1E5480 !important;
- border-radius: 0 !important;
- box-shadow: inset 0 0 3px #A5F2FC, inset 0 0 9px #1E5480 !important
- }
- .pm-window-titaniahime h3.pm-minimized ~ .challenge {
- border-radius: 0 0 3px 3px !important
- }
- .pm-window-titaniahime .challenge .battleform {
- width: 100% !important;
- display: flex !important;
- flex-wrap: wrap !important;
- justify-content: space-around !important;
- align-items: center !important;
- align-content: space-around !important
- }
- .pm-window-titaniahime .challenge .battleform p {
- flex: 0 0 230px !important
- }
- .pm-window-titaniahime .challenge .battleform p:first-child {
- text-align: center !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #07151E !important;
- text-shadow: 0 0 1px #1E5480, 0 0 3px #A5F2FC, 0 0 7px #1E5480 !important
- }
- .pm-window-titaniahime .challenge .battleform p:first-child:nth-last-child(4) + p {
- order: 1 !important
- }
- .pm-window-titaniahime .challenge .battleform p:first-child:nth-last-child(4) + p + p {
- order: 2 !important
- }
- .pm-window-titaniahime .challenge .battleform p:last-child {
- order: 4 !important
- }
- .pm-window-titaniahime .challenge .battleform button.select.formatselect, .pm-window-titaniahime .challenge .battleform button.select.teamselect {
- background: rgba(7, 21, 30, 0.7) !important
- }
- .pm-window-titaniahime .challenge .battleform .label, .pm-window-titaniahime .challenge .battleform button.select.formatselect {
- text-align: center !important
- }
- .pm-window-titaniahime .challenge .battleform .label {
- font-weight: 900 !important;
- color: #07151E !important;
- text-shadow: 0 0 1px #1E5480, 0 0 3px #A5F2FC, 0 0 7px #1E5480 !important
- }
- .pm-window-titaniahime .challenge .battleform button.select.teamselect strong {
- color: #EEE !important;
- margin: auto !important
- }
- .pm-window-titaniahime .challenge .battleform button.select.teamselect small {
- display: flex !important;
- justify-content: space-around !important
- }
- .pm-window-titaniahime .challenge .battleform button.select.teamselect small .picon {
- flex: 0 0 40px !important
- }
- .pm-window-titaniahime .challenge button.select {
- position: relative !important;
- overflow: hidden !important;
- border-color: #1E5480 !important;
- box-shadow: 0 0 3px #60E0FB, 0 0 5px #1E5480 !important;
- color: #EEE !important;
- background: none !important
- }
- .pm-window-titaniahime .challenge button.disabled, .pm-window-titaniahime .challenge button:disabled {
- border: none !important;
- box-shadow: none !important
- }
- .pm-window-titaniahime .challenge button.select:after {
- transition: left .6s cubic-bezier(0.19, 1, 0.22, 1);
- content: "";
- background: #FFF;
- opacity: .25;
- position: absolute;
- height: 155px;
- width: 50px;
- left: -75px;
- top: -50px;
- transform: rotate(35deg)
- }
- .pm-window-titaniahime .challenge button.select:hover:after {
- left: 120%
- }
- .pm-window-titaniahime .challenge button.disabled:hover:after, .pm-window-titaniahime .challenge button:disabled:hover:after {
- left: -75px
- }
- .pm-window-titaniahime .challenge .battleform .buttonbar {
- display: flex !important
- }
- .pm-window-titaniahime .challenge .battleform .buttonbar button {
- flex: 1 0 5px !important;
- transition: all .35s ease-in-out !important;
- text-align: center !important;
- width: auto !important;
- margin: 0 auto !important;
- padding: 5px !important;
- background: #1E5480 linear-gradient(#1E5480, #390079, #A5F2FC, #1E5480) !important;
- background-repeat: no-repeat !important;
- background-size: 100% 300% !important;
- background-position: 0 150% !important;
- border: none !important;
- color: #07151E !important;
- text-shadow: 0 0 2px #A5F2FC !important;
- box-shadow: 0 0 3px #A5F2FC, 0 0 9px #1E5480 !important;
- letter-spacing: 0 !important;
- font-size: 14px !important;
- font-weight: 500 !important;
- overflow: hidden !important
- }
- .pm-window-titaniahime .challenge .battleform .buttonbar button strong {
- font-weight: 500 !important
- }
- .pm-window-titaniahime .challenge .battleform .buttonbar button:hover {
- transition: all .3s ease-in-out !important;
- color: #EEE !important;
- text-shadow: 1px 0 0 #3F9ABE !important;
- letter-spacing: 3px !important;
- font-weight: 900 !important;
- animation: slidinggradient .85s linear infinite
- }
- .pm-window-titaniahime .challenge .battleform .buttonbar button:hover strong {
- font-weight: 900 !important
- }
- .pm-window-titaniahime .pm-log .chatmessage-titaniahime em b {
- color: #FFF !important;
- animation: neonglowtext 1s ease-in-out infinite alternate
- }
- .pm-window-titaniahime .pm-log .chatmessage-titaniahime span.message-announce {
- background: #1D267D url("https://i.imgur.com/V6NVnDk.gif") no-repeat center !important;
- background-size: 100% 150% !important;
- color: #FFF !important;
- text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000 !important
- }
- .pm-window-alliancemaliega h3, .pm-window-alliancemaliega h3.pm-notifying {
- background: #913972 url("https://i.imgur.com/slec6eP.gif") repeat-y !important;
- background-position: center !important;
- cursor: url("http://serebii.net/pokedex-sm/icon/633.png"), auto;
- color: #002B49 !important;
- border-color: #77EDCC !important;
- text-shadow: none !important
- }
- .pm-window-alliancemaliega:hover h3, .pm-window-alliancemaliega:hover h3.pm-notifying {
- background: #913972 url("https://i.imgur.com/jQFyj6o.gif") repeat-y !important;
- background-position: center !important;
- cursor: url("http://serebii.net/pokedex-sm/icon/634.png"), auto;
- color: #913972 !important;
- border-color: #913972 !important
- }
- .pm-window-alliancemaliega.focused h3, .pm-window-alliancemaliega.focused:hover h3 {
- background: #913972 url("https://i.imgur.com/GrFAQw1.gif") repeat-y !important;
- background-position: center !important;
- cursor: url("http://serebii.net/pokedex-sm/icon/635.png"), auto;
- color: #913972 !important;
- border-color: #913972 !important
- }
- .pm-window-alliancemaliega:hover h3:hover {
- color: #FFF !important
- }
- .pm-window-alliancemaliega.focused:hover h3:hover {
- color: #913972 !important
- }
- .pm-window-alliancemaliega h3 small {
- color: #FFF !important
- }
- .pm-window-alliancemaliega:hover h3:hover small {
- color: #913972 !important
- }
- .pm-window-alliancemaliega.focused:hover h3:hover small {
- color: #913972 !important
- }
- .pm-window-alliancemaliega:hover h3 small {
- color: #FFF !important
- }
- .pm-window-alliancemaliega.focused h3 small, .pm-window-alliancemaliega.focused:hover h3 small {
- color: #913972 !important
- }
- .pm-window-alliancemaliega h3 .minimizebutton, .pm-window-alliancemaliega h3 .closebutton {
- color: #FFF !important
- }
- .pm-window-alliancemaliega:hover h3 .minimizebutton, .pm-window-alliancemaliega:hover h3 .closebutton, .pm-window-alliancemaliega:hover h3 .closebutton:hover + .minimizebutton.minimizebutton {
- color: #913972 !important
- }
- .pm-window-alliancemaliega.focused h3 .minimizebutton, .pm-window-alliancemaliega.focused h3 .closebutton, .pm-window-alliancemaliega.focused:hover h3 .minimizebutton, .pm-window-alliancemaliega.focused:hover h3 .closebutton, .pm-window-alliancemaliega.focused:hover h3 .closebutton:hover + .minimizebutton.minimizebutton {
- color: #FFF !important
- }
- .pm-window-alliancemaliega h3 .closebutton:hover, .pm-window-alliancemaliega h3 .minimizebutton:hover, .pm-window-alliancemaliega h3:hover .minimizebutton {
- color: #913972 !important
- }
- .pm-window-alliancemaliega.focused h3 .closebutton:hover, .pm-window-alliancemaliega.focused h3 .minimizebutton:hover, .pm-window-alliancemaliega.focused h3:hover .minimizebutton {
- color: #913972 !important
- }
- .pm-window-alliancemaliega .pm-log {
- background: url("https://i.imgur.com/yu2o5HT.jpg") no-repeat center !important;
- border-color: #913972 !important
- }
- .pm-window-alliancemaliega:hover .pm-log {
- background: url("https://i.imgur.com/8NNMfj9.png") no-repeat center !important;
- border-color: #913972 !important
- }
- .pm-window-alliancemaliega.focused .pm-log, .pm-window-alliancemaliega.focused:hover .pm-log {
- background: url("https://i.imgur.com/iOnnYrC.png") no-repeat center !important;
- border-color: #913972 !important
- }
- .pm-window-alliancemaliega .pm-log .chat, .pm-window-alliancemaliega:hover .pm-log .chat, .pm-window-alliancemaliega.focused .pm-log .chat, .pm-window-alliancemaliega.focused:hover .pm-log .chat {
- color: #FFF !important
- }
- .pm-window-alliancemaliega .pm-log .chat small, .pm-window-alliancemaliega:hover .pm-log .chat small, .pm-window-alliancemaliega.focused .pm-log .chat small, .pm-window-alliancemaliega.focused:hover .pm-log .chat small {
- color: #FFF !important
- }
- .pm-window-alliancemaliega:hover .pm-log .chat:hover, .pm-window-alliancemaliega.focused:hover .pm-log .chat:hover {
- text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000, 0 0 14px #000, 0 0 16px #000 !important
- }
- .pm-window-alliancemaliega:hover .pm-log .chat strong:hover {
- color: #AE00FF !important
- }
- .pm-window-alliancemaliega.focused .pm-log .chat strong:hover {
- color: #FF2954 !important
- }
- .pm-window-alliancemaliega .pm-log-add {
- background: url("https://i.imgur.com/slec6eP.gif") repeat-y !important;
- background-position: center !important;
- border-color: #913972 !important;
- min-height: 21px !important;
- max-height: 21px !important;
- height: auto !important;
- overflow: hidden !important
- }
- .pm-window-alliancemaliega:hover .pm-log-add {
- background: url("https://i.imgur.com/jQFyj6o.gif") repeat-y !important;
- background-position: center !important;
- border-color: #2A003D !important;
- max-height: 80px !important
- }
- .pm-window-alliancemaliega.focused .pm-log-add, .pm-window-alliancemaliega.focused:hover .pm-log-add {
- background: url("https://i.imgur.com/GrFAQw1.gif") repeat-y !important;
- background-position: center !important;
- border-color: #3D000C !important;
- max-height: 80px !important
- }
- .pm-window-alliancemaliega .pm-log-add .textbox {
- border-color: #913972 !important;
- opacity: 0 !important;
- width: 0 !important;
- margin: 0 auto !important;
- background: url("https://i.giphy.com/media/i9Z5XwMfnMiaY/giphy.webp") center !important;
- color: #90e8fc !important;
- max-height: 62px !important;
- box-shadow: none !important
- }
- .pm-window-alliancemaliega:hover .pm-log-add .textbox {
- border-color: azure !important;
- opacity: .33 !important;
- width: 100% !important;
- box-shadow: inset 0 0 8px #AE00FF !important
- }
- .pm-window-alliancemaliega.focused .pm-log-add .textbox, .pm-window-alliancemaliega.focused:hover .pm-log-add .textbox {
- border-color: #913972 !important;
- opacity: 1 !important;
- width: 100% !important;
- box-shadow: inset 0 0 8px #F03 !important
- }
- .pm-window-alliancemaliega .challenge, .dark .pm-window-alliancemaliega .challenge {
- background: url("https://i.imgur.com/hSXqbNj.gif") bottom center no-repeat !important;
- cursor: url("http://serebii.net/pokedex-sm/icon/633.png"), auto;
- border-color: #000 !important;
- border-top-color: black !important;
- color: white !important;
- text-shadow: 1px 1px #000 !important
- }
- .pm-window-alliancemaliega .challenge .select, .dark .pm-window-alliancemaliega .challenge .select, .pm-window-alliancemaliega .challenge .buttonbar button, .dark .pm-window-alliancemaliega .challenge .buttonbar button {
- background: url("https://i.imgur.com/fOSjbuN.gif") bottom center !important;
- cursor: url("http://serebii.net/pokedex-sm/icon/634.png"), auto;
- border-color: black !important;
- color: #913972 !important;
- text-shadow: 0px -1px black !important
- }
- .pm-window-alliancemaliega .challenge .select:hover, .dark .pm-window-alliancemaliega .challenge .select:hover, .pm-window-alliancemaliega .challenge .buttonbar button:hover, .dark .pm-window-alliancemaliega .challenge .buttonbar button:hover {
- border-color: #000 !important
- }
- .pm-window-alliancemaliega .challenge label, .dark .pm-window-alliancemaliega .challenge label {
- color: #913972
- }
- .pm-window-alliancemaliega .challenge .teamselect:disabled, .dark .pm-window-alliancemaliega .challenge .teamselect:disabled, .pm-window-alliancemaliega .challenge .teamselect:disabled:hover, .dark .pm-window-alliancemaliega .challenge .teamselect:disabled:hover {
- background: url("https://i.imgur.com/kYGpulQ.gif") bottom center !important;
- cursor: url("http://serebii.net/pokedex-sm/icon/635.png"), auto;
- color: #913922 !important;
- border-color: #000 !important
- }
- .pm-window-alphaninja .pm-log, .pm-window-alphaninja.focused .pm-log {
- background-color: #76a35d;
- background-image: url("http://66.media.tumblr.com/c0930b778622cb36ce0c199d05edf4f9/tumblr_inline_nt0e5yQgYE1svka38_500.png");
- background-repeat: no-repeat;
- background-position: right
- }
- .pm-window-alphaninja .pm-log .chat, .pm-window-alphaninja .pm-log .chat small {
- color: #fff
- }
- .pm-window-alphaninja .pm-log .chat .username {
- text-shadow: 0 1px 1px #000
- }
- .pm-window-alphaninja .pm-notifying {
- border: 1px solid #181915 !important;
- background-color: #4C4D4C !important;
- background-image: url("https://orig00.deviantart.net/2e81/f/2018/325/1/e/pharpbw_by_azureimagedump-dcsj3eo.png") !important;
- background-position: 0 -4px !important
- }
- .pm-window-alphaninja.focused h3, .pm-window-alphaninja h3:hover, .pm-window-alphaninja.focused h3:hover, .pm-window-alphaninja h3 {
- color: #E433C9;
- text-shadow: 0 1px 2px #000;
- border: 1px solid #080BB7;
- background-color: #080BB7;
- background-image: url("http://images.akamai.steamusercontent.com/ugc/704037974368568265/918BC6D28FC3F0EA872E32938BF3047D80E2107D/");
- background-position: 0 -4px
- }
- .pm-window-alphaninja h3, .pm-window-alphaninja .pm-window-minimized, .pm-window-alphaninja .pm-log-add {
- text-shadow: 0 1px 2px #000;
- background-color: #0000FD;
- border: 1px solid #080BB7
- }
- .pm-window-alphaninja h3 i {
- color: #F71266
- }
- .pm-window-alphaninja h3 i:hover {
- color: #A10543
- }
- .pm-window-alphaninja.focused .pm-log-add {
- background-color: #080BB7;
- border: 1px solid #080BB7
- }
- .pm-window-alphaninja .textbox {
- color: #3A562B;
- background-color: #fff
- }
- .pm-window-allianceizuku h3 {
- background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
- background-position: 227px -6px !important;
- color: #ccffff !important;
- text-shadow: 0 0 2px black !important;
- border-color: #001a1a !important
- }
- .pm-window-allianceizuku h3:hover {
- background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokexycons/136.png") no-repeat top !important;
- background-position: 225px -5px !important;
- color: #fff0e6 !important;
- text-shadow: 0 0 2px black !important;
- border-color: #001a1a !important
- }
- .pm-window-allianceizuku.focused h3 {
- background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokexycons/136.png") no-repeat !important;
- background-position: 225px -5px !important;
- color: #fff0e6 !important;
- text-shadow: 0 0 2px black !important;
- border-color: #001a1a !important
- }
- .pm-window-allianceizuku.focused h3:hover {
- background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
- background-position: 227px -6px !important;
- color: #ccffff !important;
- text-shadow: 0 0 2px black !important;
- border-color: #001a1a !important
- }
- .pm-window-allianceizuku h3 small {
- color: #22A8E0 !important
- }
- .pm-window-allianceizuku h3 .minimizebutton, .dark .pm-window-allianceizuku h3 .minimizebutton, .pm-window-allianceizuku h3 .closebutton, .pm-window-allianceizuku h3:hover .minimizebutton {
- color: black !important
- }
- .pm-window-allianceizuku h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-allianceizuku h3 .closebutton:hover + .minimizebutton.minimizebutton {
- color: black !important
- }
- .pm-window-allianceizuku h3 .closebutton:hover {
- color: #ff6666 !important
- }
- .pm-window-allianceizuku h3 .minimizebutton:hover, .dark .pm-window-allianceizuku h3 .minimizebutton:hover {
- color: #0099ff !important
- }
- .pm-window-allianceizuku .pm-log {
- background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/133.png") no-repeat right !important;
- background-position: 210px+5px !important;
- background-size: cover;
- border-color: #2C2D2F !important;
- color: #fff
- }
- .pm-window-allianceizuku .pm-log:hover {
- background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/136.png") no-repeat right !important;
- background-position: 210px+2px !important;
- background-size: cover;
- border-color: #2C2D2F !important;
- color: #fff
- }
- .pm-window-allianceizuku.focused .pm-log {
- background: rgba(51, 51, 51, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/136.png") no-repeat right !important;
- background-position: 210px+2px !important;
- border-color: #2C2D2F !important;
- background-color: #000;
- color: #fff
- }
- .pm-window-allianceizuku.focused .pm-log:hover {
- background: rgba(51, 51, 51, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/133.png") no-repeat right !important;
- background-position: 210px+5px !important;
- border-color: #2C2D2F !important;
- background-color: #000;
- color: #fff
- }
- .pm-window-allianceizuku .pm-log .chat small {
- color: #1898D0 !important
- }
- .pm-window-allianceizuku .pm-log-add {
- background: rgba(0, 139, 139, 0.75) !important;
- color: black;
- border-color: #001a33 !important
- }
- .pm-window-allianceizuku .pm-log-add:hover {
- background: rgba(255, 117, 26, 0.75) !important;
- color: black;
- border-color: #332200 !important
- }
- .pm-window-allianceizuku.focused .pm-log-add {
- background: rgba(255, 117, 26, 0.75) !important;
- color: black;
- border-color: #332200 !important
- }
- .pm-window-allianceizuku.focused .pm-log-add:hover {
- background: rgba(0, 139, 139, 0.75) !important;
- color: black;
- border-color: #332200 !important
- }
- .pm-window-allianceizuku .pm-log-add .textbox {
- border-color: #555 !important;
- background: rgba(0, 139, 139, 0.75) !important;
- color: black !important
- }
- .pm-window-allianceizuku .pm-log-add .textbox:hover {
- border-color: #555 !important;
- background: rgba(255, 117, 26, 0.75) !important;
- color: black !important
- }
- .pm-window-allianceizuku .pm-log-add .textbox:focus {
- border-color: #99ccff !important
- }
- .pm-window-allianceizuku h3.pm-notifying {
- border-color: #000033 !important;
- background: rgba(242, 242, 242, 0.75) url("https://pldh.net/media/pokecons_action/133.gif") no-repeat !important;
- text-shadow: 0 0 2px #2C2D2F !important;
- background-position: 227px -10px !important;
- color: #e6e6ff !important
- }
- .pm-window-allianceizuku h3.pm-notifying:hover {
- border-color: #331400 !important;
- background: rgba(217, 217, 217, 0.75) url("https://pldh.net/media/pokecons_action/133.gif") no-repeat !important;
- text-shadow: 0 0 2px #2C2D2F !important;
- background-position: 227px -10px !important;
- color: #e6e6ff !important
- }
- .pm-window-allianceizuku .challenge {
- background: rgba(0, 139, 139, 0.75) !important;
- color: black !important;
- border-color: #003333 !important
- }
- .pm-window-allianceizuku .challenge .select, .pm-window-allianceizuku .challenge .buttonbar button {
- background: rgb(242, 242, 242) !important;
- color: black !important;
- border-color: black !important
- }
- .pm-window-allianceizuku .challenge .select:hover, .pm-window-allianceizuku .challenge .buttonbar button:hover {
- background: rgb(217, 217, 217) !important;
- border-color: #003333 !important
- }
- .pm-window-allianceizuku .challenge .select:disabled {
- background: rgb(217, 217, 217) !important
- }
- .pm-window-allianceizuku .challenge .teamselect:disabled strong {
- color: #000033 !important
- }
- .pm-window-crimsontorrent .pm-minimized, .dark .pm-window-crimsontorrent .pm-minimized {
- background: #145834 url("https://i.imgur.com/JVTfkew.gif") no-repeat !important;
- background-position: 218px -3px !important;
- border: 1px solid #000 !important
- }
- .pm-window-crimsontorrent h3, .dark .pm-window-crimsontorrent h3, .pm-window-crimsontorrent.focused h3, .dark .pm-window-crimsontorrent.focused h3, .pm-window-crimsontorrent.focused h3:hover, .dark .pm-window-crimsontorrent.focused h3:hover {
- background: #145834 url("https://i.imgur.com/JVTfkew.gif") no-repeat !important;
- background-position: 220px -5px !important;
- color: #FFF !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #000 !important
- }
- .pm-window-crimsontorrent h3:hover, .dark .pm-window-crimsontorrent h3:hover, .pm-window-crimsontorrent.focused h3:hover, .dark .pm-window-crimsontorrent.focused h3:hover {
- color: #FFF !important
- }
- .pm-window-crimsontorrent h3.pm-notifying, .dark .pm-window-crimsontorrent h3.pm-notifying {
- background: #F952A8 url("https://i.imgur.com/JVTfkew.gif") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: #000 !important
- }
- .pm-window-crimsontorrent h3.pm-notifying:hover, .dark .pm-window-crimsontorrent h3.pm-notifying:hover {
- background: #F952A8 url("https://i.imgur.com/JVTfkew.gif") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: #000 !important
- }
- .pm-window-crimsontorrent h3 small, .dark .pm-window-crimsontorrent h3 small {
- color: #FFF !important
- }
- .pm-window-crimsontorrent h3 .closebutton, .dark .pm-window-crimsontorrent h3 .closebutton, .pm-window-crimsontorrent h3 .minimizebutton, .dark .pm-window-crimsontorrent h3 .minimizebutton, .pm-window-crimsontorrent h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-crimsontorrent h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-crimsontorrent h3 .closebutton:hover .minimizebutton, .dark .pm-window-crimsontorrent h3 .closebutton:hover .minimizebutton {
- color: #FFF !important
- }
- .pm-window-crimsontorrent h3 .closebutton:hover, .dark .pm-window-crimsontorrent h3 .closebutton:hover, .pm-window-crimsontorrent h3 .minimizebutton:hover, .dark .pm-window-crimsontorrent h3 .minimizebutton:hover {
- color: #FFF !important
- }
- .pm-window-crimsontorrent.pm-log, .dark .pm-window-crimsontorrent.pm-log, .pm-window-crimsontorrent.focused .pm-log, .dark .pm-window-crimsontorrent.focused .pm-log {
- background: url("https://i.imgur.com/17j42Ye.png") center no-repeat #111 !important;
- color: #FFF !important;
- border-color: #000 !important
- }
- .pm-window-crimsontorrent .pm-log a, .dark .pm-window-crimsontorrent .pm-log a, .pm-window-crimsontorrent .pm-log a:hover, .dark .pm-window-crimsontorrent .pm-log a:hover, .pm-window-crimsontorrent .pm-log a:focus, .dark .pm-window-crimsontorrent .pm-log a:focus {
- color: #a3cedf !important
- }
- .pm-window-crimsontorrent .pm-log a:visited, .dark .pm-window-crimsontorrent .pm-log a:visited {
- color: #E6B059 !important
- }
- .pm-window-crimsontorrent .pm-log .message-error, .dark .pm-window-crimsontorrent .pm-log .message-error {
- color: #eb1f1f !important
- }
- .pm-window-crimsontorrent .pm-log .chat small, .dark .pm-window-crimsontorrent .pm-log .chat small {
- color: #E6B059 !important
- }
- .pm-window-crimsontorrent .pm-log-add, .dark .pm-window-crimsontorrent .pm-log-add, .pm-window-crimsontorrent.focused .pm-log-add, .dark .pm-window-crimsontorrent.focused .pm-log-add {
- background: #145834 !important;
- border-color: #000 !important
- }
- .pm-window-crimsontorrent .pm-log-add .textbox, .dark .pm-window-crimsontorrent .pm-log-add .textbox {
- background: #333 !important;
- border-color: #000 !important;
- color: #CCC !important
- }
- .pm-window-crimsontorrent .pm-log-add .textbox:hover, .dark .pm-window-crimsontorrent .pm-log-add .textbox:hover {
- background: #145834 !important;
- border-color: #000 !important;
- color: #fff !important
- }
- .pm-window-crimsontorrent .pm-log-add .textbox:focus, .dark .pm-window-crimsontorrent .pm-log-add .textbox:focus {
- background: #145834 !important;
- border-color: #000 !important;
- color: #fff !important
- }
- .pm-window-crimsontorrent .challenge, .dark .pm-window-crimsontorrent .challenge {
- background: url("https://i.imgur.com/elRvp4k.jpg") bottom center no-repeat #222 !important;
- border-color: #E6B059 !important;
- border-top-color: #000 !important;
- color: #fff !important;
- text-shadow: 1px 1px #5d080d !important
- }
- .pm-window-crimsontorrent .challenge .select, .dark .pm-window-crimsontorrent .challenge .select, .pm-window-crimsontorrent .challenge .buttonbar button, .dark .pm-window-crimsontorrent .challenge .buttonbar button {
- background: #222 !important;
- border-color: #fff !important;
- color: #E6B059 !important;
- text-shadow: 0 -1px #000 !important
- }
- .pm-window-crimsontorrent .challenge .select:hover, .dark .pm-window-crimsontorrent .challenge .select:hover, .pm-window-crimsontorrent .challenge .buttonbar button:hover, .dark .pm-window-crimsontorrent .challenge .buttonbar button:hover {
- border-color: #E6B059 !important
- }
- .pm-window-crimsontorrent .challenge label, .dark .pm-window-crimsontorrent .challenge label {
- color: #E6B059
- }
- .pm-window-crimsontorrent .challenge .teamselect:disabled, .dark .pm-window-crimsontorrent .challenge .teamselect:disabled, .pm-window-crimsontorrent .challenge .teamselect:disabled:hover, .dark .pm-window-crimsontorrent .challenge .teamselect:disabled:hover {
- background: rgba(20, 20, 20, 0.75) !important;
- color: #222 !important;
- border-color: #000 !important
- }
- .pm-window-aphrodrew .pm-log, .pm-window-aphrodrew.focused .pm-log {
- background-color: #000;
- color: #fff;
- background-repeat: no-repeat;
- background-size: 300px 300px
- }
- .pm-window-aphrodrew .pm-log .chat {
- color: #fff
- }
- .pm-window-aphrodrew .pm-notifying {
- border: 1px solid #00509b !important;
- background-color: #a5d3ff !important
- }
- .pm-window-aphrodrew .username {
- text-shadow: 0 1px 1px #777
- }
- .pm-window-aphrodrew.focused h3, .pm-window-minimized h3, .pm-window-aphrodrew h3:hover, .pm-window-aphrodrew.focused h3:hover, .pm-window-aphrodrew h3 {
- color: #fff;
- border: 1px solid #111;
- background-color: #000;
- background-image: url("https://pldh.net/media/pokecons_action/477.gif");
- background-repeat: no-repeat;
- background-position: 220px -9px
- }
- .pm-window-aphrodrew h3 i {
- color: #fff;
- text-shadow: 0 0 3px #fff
- }
- .pm-window-aphrodrew.focused .pm-log-add {
- background-color: #000
- }
- .pm-window-aphrodrew .pm-log-add {
- background-color: #000
- }
- .pm-window-aphrodrew.focused .textbox, .pm-window-aphrodrew .textbox {
- background-color: #000;
- color: #fff
- }
- .pm-window-aphroblaze .pm-minimized, .dark .pm-window-aphroblaze .pm-minimized {
- background: #cc4938 url("https://pldh.net/media/pokexycons/250.png") no-repeat !important;
- background-position: 220px -5px !important;
- border: 1px solid #f3e329 !important
- }
- .pm-window-aphroblaze h3, .dark .pm-window-aphroblaze h3, .pm-window-aphroblaze .focused h3, .dark .pm-window-aphroblaze.focused h3, .pm-window-aphroblaze.focused h3:hover, .dark .pm-window-aphroblaze.focused h3:hover {
- background: #cc4938 url("https://pldh.net/media/pokexycons/250.png") no-repeat !important;
- background-position: 220px -5px !important;
- color: #f3e329 !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #f3e329 !important
- }
- .pm-window-aphroblaze h3:hover, .dark .pm-window-aphroblaze h3:hover, .pm-window-aphroblaze.focused h3:hover, .dark .pm-window-aphroblaze.focused h3:hover {
- color: #f3e329 !important
- }
- .pm-window-aphroblaze .pm-notifying, .dark .pm-window-aphroblaze h3.pm-notifying {
- background: #f3e329 url("https://pldh.net/media/pokecons_action/250.gif") no-repeat !important;
- background-position: 220px -8px !important;
- color: #2f57e8 !important;
- border-color: #cc4938 !important
- }
- .pm-window-aphroblaze h3.pm-notifying:hover, .dark .pm-window-aphroblaze h3.pm-notifying:hover {
- background: #f3e329 url("https://pldh.net/media/pokecons_action/250.gif") no-repeat !important;
- background-position: 220px -8px !important;
- color: #2f57e8 !important;
- border-color: #cc4938 !important
- }
- .pm-window-aphroblaze h3 small, .dark .pm-window-aphroblaze h3 small {
- color: #f3e329 !important
- }
- .pm-window-aphroblaze h3 .closebutton, .dark .pm-window-aphroblaze h3 .closebutton, .pm-window-aphroblaze h3 .minimizebutton, .dark .pm-window-aphroblaze h3 .minimizebutton, .pm-window-aphroblaze h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-aphroblaze h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-aphroblaze h3 .closebutton:hover .minimizebutton, .dark .pm-window-aphroblaze h3 .closebutton:hover .minimizebutton {
- color: #E39929 !important
- }
- .pm-window-aphroblaze h3 .closebutton:hover, .dark .pm-window-aphroblaze h3 .closebutton:hover, .pm-window-aphroblaze h3 .minimizebutton:hover, .dark .pm-window-aphroblaze h3 .minimizebutton:hover {
- color: #f3e329 !important
- }
- .pm-window-aphroblaze .pm-log, .dark .pm-window-aphroblaze .pm-log, .pm-window-aphroblaze.focused .pm-log, .dark .pm-window-aphroblaze.focused .pm-log {
- background: url("https://images4.alphacoders.com/823/thumb-1920-823720.png") top;
- background-size: 300px 300px;
- color: #f3e329 !important;
- border-color: #f3e329 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-aphroblaze .pm-log a, .dark .pm-window-aphroblaze .pm-log a, .pm-window-aphroblaze .pm-log a:hover, .dark .pm-window-aphroblaze .pm-log a:hover, .pm-window-aphroblaze .pm-log a:focus, .dark .pm-window-aphroblaze .pm-log a:focus {
- color: #f3e329 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-aphroblaze .pm-log a:visited, .dark .pm-window-aphroblaze .pm-log a:visited {
- color: #f3e329 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-aphroblaze .pm-log .message-error, .dark .pm-window-aphroblaze .pm-log .message-error {
- color: #2f57e8 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-aphroblaze .pm-log .chat small, .dark .pm-window-aphroblaze .pm-log .chat small {
- color: #E39929 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-aphroblaze .pm-log-add, .dark .pm-window-aphroblaze .pm-log-add, .pm-window-aphroblaze.focused .pm-log-add, .dark .pm-window-aphroblaze.focused .pm-log-add {
- background: #cc4938 !important;
- border-color: #f3e329 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-aphroblaze .pm-log-add .textbox, .dark .pm-window-aphroblaze .pm-log-add .textbox {
- background: #000000 !important;
- border-color: #f3e329 !important;
- color: #f3e329 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-aphroblaze .pm-log-add .textbox:hover, .dark .pm-window-aphroblaze .pm-log-add .textbox:hover {
- background: #000000 !important;
- border-color: #f3e329 !important;
- color: #f3e329 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-aphroblaze .pm-log-add .textbox:focus, .dark .pm-window-aphroblaze .pm-log-add .textbox:focus {
- background: #000000 !important;
- border-color: #f3e329 !important;
- color: #f3e329 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-aphroblaze .challenge, .dark .pm-window-aphroblaze .challenge {
- background: #cc4938 !important;
- border-color: #f3e329 !important;
- border-top-color: #f3e329 !important;
- color: #91F148 !important;
- text-shadow: 1px 1px #cc4938 !important
- }
- .pm-window-aphroblaze .challenge .select, .dark .pm-window-aphroblaze .challenge .select, .pm-window-aphroblaze .challenge .buttonbar button, .dark .pm-window-aphroblaze .challenge .buttonbar button {
- background: #cc4938 !important;
- border-color: #f3e329 !important;
- color: #91F148 !important;
- text-shadow: 0px -1px black !important
- }
- .pm-window-aphroblaze .challenge .select:hover, .dark .pm-window-aphroblaze .challenge .select:hover, .pm-window-aphroblaze .challenge .buttonbar button:hover, .dark .pm-window-aphroblaze .challenge .buttonbar button:hover {
- border-color: #E39929 !important
- }
- .pm-window-aphroblaze .challenge label, .dark .pm-window-aphroblaze .challenge label {
- color: #91F148
- }
- .pm-window-aphroblaze .challenge .teamselect:disabled, .dark .pm-window-aphroblaze .challenge .teamselect:disabled, .pm-window-aphroblaze .challenge .teamselect:disabled:hover, .dark .pm-window-aphroblaze .challenge .teamselect:disabled:hover {
- background: #cc4938 !important;
- color: #91F148 !important;
- border-color: #f3e329 !important
- }
- .pm-window-allianceaiko h3 {
- background: rgba(153, 204, 255, 0.75) url("https://pldh.net/media/pokecons_action/381.gif") no-repeat top !important;
- background-position: 225px -9px !important;
- color: #e6f2ff !important;
- text-shadow: 0 0 2px black !important;
- border-color: #001a33 !important
- }
- .pm-window-allianceaiko h3:hover {
- background: rgba(255, 80, 80, 0.75) url("https://pldh.net/media/pokecons_action/380.gif") no-repeat top !important;
- background-position: 225px -9px !important;
- color: #ffe6e6 !important;
- text-shadow: 0 0 2px black !important;
- border-color: #330000 !important
- }
- .pm-window-allianceaiko.focused h3 {
- background: rgba(255, 80, 80, 0.75) url("https://pldh.net/media/pokecons_action/380.gif") no-repeat !important;
- background-position: 225px -9px !important;
- color: #FFF !important;
- text-shadow: 0 0 2px #2C2D2F !important;
- border-color: #330000 !important
- }
- .pm-window-allianceaiko.focused h3:hover {
- background: rgba(153, 204, 255, 0.75) url("https://pldh.net/media/pokecons_action/381.gif") no-repeat top !important;
- background-position: 225px -9px !important;
- color: #DDD !important;
- text-shadow: 0 0 2px #2C2D2F !important;
- border-color: #001a33 !important
- }
- .pm-window-allianceaiko h3 small {
- color: #22A8E0 !important
- }
- .pm-window-allianceaiko h3 .minimizebutton, .dark .pm-window-allianceaiko h3 .minimizebutton, .pm-window-allianceaiko h3 .closebutton, .pm-window-allianceaiko h3:hover .minimizebutton {
- color: black !important
- }
- .pm-window-allianceaiko h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-allianceaiko h3 .closebutton:hover + .minimizebutton.minimizebutton {
- color: black !important
- }
- .pm-window-allianceaiko h3 .closebutton:hover {
- color: #ff6666 !important
- }
- .pm-window-allianceaiko h3 .minimizebutton:hover, .dark .pm-window-arcoxia h3 .minimizebutton:hover {
- color: #0099ff !important
- }
- .pm-window-allianceaiko .pm-log {
- background: rgba(153, 204, 255, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite/381.png") no-repeat right !important;
- background-size: cover;
- border-color: #2C2D2F !important;
- color: #fff
- }
- .pm-window-allianceaiko .pm-log:hover {
- background: rgba(255, 80, 80, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite/380.png") no-repeat right !important;
- background-size: cover;
- border-color: #2C2D2F !important;
- color: #fff
- }
- .pm-window-allianceaiko.focused .pm-log {
- background: rgba(51, 51, 51, 0.75) url("") no-repeat right !important;
- border-color: #2C2D2F !important;
- background-color: #000;
- color: #fff
- }
- .pm-window-allianceaiko .pm-log .chat small {
- color: #1898D0 !important
- }
- .pm-window-allianceaiko .pm-log-add {
- background: rgba(153, 204, 255, 0.75) !important;
- border-color: #001a33 !important
- }
- .pm-window-allianceaiko.focused .pm-log-add {
- background: rgba(255, 102, 102, 0.75) !important;
- border-color: #332200 !important
- }
- .pm-window-allianceaiko .pm-log-add .textbox {
- border-color: #555 !important;
- background: rgba(255, 255, 255, 0.95) !important;
- color: #000 !important
- }
- .pm-window-allianceaiko .pm-log-add .textbox:focus {
- border-color: #99ccff !important
- }
- .pm-window-allianceaiko h3.pm-notifying {
- border-color: #000033 !important;
- background: rgba(204, 204, 255, 0.75) url("https://pldh.net/media/pokexycons/381-mega.png") no-repeat !important;
- text-shadow: 0 0 2px #2C2D2F !important;
- background-position: 220px -9px !important;
- color: #e6e6ff !important
- }
- .pm-window-allianceaiko h3.pm-notifying:hover {
- border-color: #331400 !important;
- background: rgba(153, 153, 255, 0.75) url("https://pldh.net/media/pokexycons/381-mega.png") no-repeat !important;
- text-shadow: 0 0 2px #2C2D2F !important;
- background-position: 220px -9px !important;
- color: #e6e6ff !important
- }
- .pm-window-allianceaiko .challenge {
- background: rgba(255, 80, 80, 0.75) !important;
- color: #330000 !important;
- border-color: #332200 !important
- }
- .pm-window-allianceaiko .challenge .select, .pm-window-allianceaiko .challenge .buttonbar button {
- background: rgba(153, 204, 255, 0.9) !important;
- border-color: #001a33 !important;
- color: #000d1a !important
- }
- .pm-window-allianceaiko .challenge .select:hover, .pm-window-allianceaiko .challenge .buttonbar button:hover {
- background: rgba(153, 204, 255, 0.75) !important;
- border-color: #2B4A68 !important
- }
- .pm-window-allianceaiko .challenge .select:disabled {
- background: rgba(153, 204, 255, 0.75) !important;
- border-color: #2B4A68 !important
- }
- .pm-window-allianceaiko .challenge .teamselect:disabled strong {
- color: #000033 !important
- }
- .pm-window-alliancetrich .pm-log, .dark .pm-window-alliancetrich .pm-log, .pm-window-alliancetrich.focused .pm-log, .dark .pm-window-alliancetrich.focused .pm-log {
- background: url("https://i.imgur.com/E0Kw251.png") #111 !important;
- background-size: cover !important;
- background-position: 290px 1500px !important;
- color: white !important;
- height: 900px !important;
- border-color: black !important
- }
- .pm-window-alliancetrich .pm-minimized, .dark .pm-window-alliancetrich .pm-minimized, .pm-window-alliancetrich h3, .dark .pm-window-alliancetrich h3, .pm-window-alliancetrich.focused h3, .dark .pm-window-alliancetrich.focused h3, .pm-window-alliancetrich.focused h3:hover, .dark .pm-window-alliancetrich.focused h3:hover {
- background: rgba(64, 64, 64, 1) url("https://vignette3.wikia.nocookie.net/es.pokemon/images/2/21/Solgaleo_icon.png/revision/latest?cb=20170209010940") right no-repeat !important;
- background-position: 225px !important;
- border-color: black !important;
- color: white !important
- }
- .pm-window-alliancetrich .pm-log-add, .dark .pm-window-alliancetrich .pm-log-add, .pm-window-alliancetrich.focused .pm-log-add, .dark .pm-window-alliancetrich.focused .pm-log-add {
- background: rgba(64, 64, 64, 1) !important;
- border-color: black !important
- }
- .pm-window-alliancetrich .pm-log-add .textbox, .dark .pm-window-alliancetrich .pm-log-add .textbox {
- border-color: black;
- background: rgba(64, 64, 64, 1);
- color: white
- }
- .pm-window-syndmate .pm-minimized, .dark .pm-window-syndmate .pm-minimized {
- background: #E0FFFF url("https://pli.io/2mV0Cb.md.png") no-repeat !important;
- background-position: 220px -5px !important;
- border: 1px solid #FFF !important
- }
- .pm-window-syndmate h3, .dark .pm-window-syndmate h3, .pm-window-syndmate .focused h3, .dark .pm-window-syndmate .focused h3, .pm-window-syndmate.focused h3:hover, .dark .pm-window-syndmate.focused h3:hover {
- background: #E0FFFF url("https://pli.io/2mVbDM.jpg") no-repeat !important;
- color: #00b3b3 !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #000000 !important
- }
- .pm-window-syndmate h3:hover, .dark .pm-window-syndmate h3:hover, .pm-window-syndmate.focused h3:hover, .dark .pm-window-syndmate.focused h3:hover {
- color: #00b3b3 !important
- }
- .pm-window-syndmate.pm-notifying, .dark .pm-window-syndmate h3.pm-notifying {
- background: #E0FFFF url("https://www.serebii.net/pokedex-xy/icon/471.png") no-repeat !important;
- border-color: #000 !important
- }
- .pm-window-syndmate h3.pm-notifying:hover, .dark .pm-window-syndmate h3.pm-notifying:hover {
- background: #E0FFFF url("https://www.serebii.net/pokedex-xy/icon/471.png") no-repeat !important;
- border-color: #000 !important
- }
- .pm-window-syndmate h3 small, .dark .pm-window-syndmate h3 small {
- color: #00b3b3 !important
- }
- .pm-window-syndmate h3 .closebutton, .dark .pm-window-syndmate h3 .closebutton, .pm-window-syndmate h3 .minimizebutton, .dark .pm-window-syndmate h3 .minimizebutton, .pm-window-syndmate h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-syndmate h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-syndmate h3 .closebutton:hover .minimizebutton, .dark .pm-window-syndmate h3 .closebutton:hover .minimizebutton {
- color: #000 !important
- }
- .pm-window-syndmate h3 .closebutton:hover, .dark .pm-window-syndmate h3 .closebutton:hover, .pm-window-syndmate h3 .minimizebutton:hover, .dark .pm-window-syndmate h3 .minimizebutton:hover {
- color: #000 !important
- }
- .pm-window-syndmate .pm-log, .dark .pm-window-syndmate .pm-log, .pm-window-syndmate.focused .pm-log, .dark .pm-window-syndmate.focused .pm-log {
- background: url("https://pli.io/2mV0Cb.md.png") center no-repeat !important;
- color: #00b3b3 !important;
- border-color: #000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndmate .pm-log a, .dark .pm-window-syndmate .pm-log a, .pm-window-syndmate .pm-log a:hover, .dark .pm-window-syndmate .pm-log a:hover, .pm-window-syndmate .pm-log a:focus, .dark .pm-window-syndmate .pm-log a:focus {
- color: #00b3b3 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndmate .pm-log a:visited, .dark .pm-window-syndmate .pm-log a:visited {
- color: #00b3b3 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndmate .pm-log .message-error, .dark .pm-window-syndmate .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndmate .pm-log .chat small, .dark .pm-window-syndmate .pm-log .chat small {
- color: #00b3b3 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndmate .pm-log-add, .dark .pm-window-syndmate .pm-log-add, .pm-window-syndmate.focused .pm-log-add, .dark .pm-window-syndmate.focused .pm-log-add {
- background: #00b3b3 !important;
- border-color: #000000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndmate .pm-log-add .textbox, .dark .pm-window-syndmate .pm-log-add .textbox {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #00b3b3 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndmate .pm-log-add .textbox:hover, .dark .pm-window-syndmate .pm-log-add .textbox:hover {
- background: #00b3b3 !important;
- border-color: #FFFFFF !important;
- color: #00b3b3 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndmate .pm-log-add .textbox:focus, .dark .pm-window-syndmate .pm-log-add .textbox:focus {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #00b3b3 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndmate .challenge, .dark .pm-window-syndmate .challenge {
- background: #00b3b3 !important;
- border-color: #000000 !important;
- border-top-color: #FFFFFF !important;
- color: #000000 !important;
- text-shadow: 1px 1px #FFF !important
- }
- .pm-window-syndmate .challenge .select, .dark .pm-window-syndmate .challenge .select, .pm-window-syndmate .challenge .buttonbar button, .dark .pm-window-syndmate .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #00b3b3 !important;
- text-shadow: 0px -1px #FFF !important
- }
- .pm-window-syndmate .challenge .select:hover, .dark .pm-window-syndmate .challenge .select:hover, .pm-window-syndmate .challenge .buttonbar button:hover, .dark .pm-window-syndmate .challenge .buttonbar button:hover {
- border-color: #000000 !important
- }
- .pm-window-syndmate .challenge label, .dark .pm-window-syndmate .challenge label {
- color: #00b3b3
- }
- .pm-window-syndmate .challenge .teamselect:disabled, .dark .pm-window-syndmate .challenge .teamselect:disabled, .pm-window-syndmate .challenge .teamselect:disabled:hover, .dark .pm-window-syndmate .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #00b3b3 !important
- }
- .pm-window-shivay .pm-log {
- background: #000 url("https://pli.io/clznb.jpg") no-repeat center !important;
- border-color: #000 !important;
- color: #FFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important
- }
- .pm-window-shivay .pm-log .chat small, .pm-window-shivay.focused .pm-log .chat small, .pm-window-shivay h3 small {
- color: #FFF !important
- }
- .pm-window-shivay h3 {
- color: #FA5353 !important;
- background: #000 url("https://pldh.net/media/pokexycons/006-mega-x.png") no-repeat !important;
- background-position: 215px -3px !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #D03131, 0 0 7px #D03131, 0 0 8px #D03131 !important;
- border: #000 !important
- }
- .pm-window-shivay h3.pm-notifying, .pm-window-shivay h3.pm-notifying:hover {
- background: #FD9331 url("https://pldh.net/media/pokexycons/006-mega-x.png") no-repeat !important;
- background-position: 215px -3px !important;
- border: #000 !important;
- color: #ED2424 !important
- }
- .pm-window-shivay .pm-log-add, .pm-window-shivay.focused .pm-log-add {
- background: #000 !important;
- border-color: #000 !important
- }
- .pm-window-shivay .pm-log .message-error {
- color: #ED6567 !important
- }
- .pm-window-heartlessnobody .pm-log, .pm-window-heartlessnobody.focused .pm-log {
- background: rgba(225, 255, 255, 0.9) url("http://img05.deviantart.net/733a/i/2011/003/9/8/kingdomhearts_style_background_by_lady_allyria2010-d36bc3t.jpg") no-repeat !important;
- background-size: 100% 100% !important;
- color: #E12222
- }
- .pm-window-heartlessnobody .pm-minimized, .pm-window-heartlessnobody h3, .pm-window-heartlessnobody.focused h3 {
- background: #AB2121 !important;
- color: #265DF5 !important;
- border-color: #000 !important
- }
- .pm-window-heartlessnobody h3:hover, .pm-window-heartlessnobody.focused h3:hover {
- background: #BA2323 !important
- }
- .pm-window-heartlessnobody .pm-log-add, .pm-window-heartlessnobody.focused .pm-log-add {
- background: #AB2121 !important;
- border-color: #000 !important
- }
- .pm-window-heartlessnobody h3.pm-notifying, .pm-window-heartlessnobody h3.pm-notifying:hover {
- background: #000 !important
- }
- .pm-window-miyu h3 {
- background: rgba(150, 111, 214, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
- background-position: 227px -6px !important;
- color: #b19cd9 !important;
- text-shadow: 0 0 2px #1a082b !important;
- border-color: #1a082b !important
- }
- .pm-window-miyu h3:hover {
- background: rgba(177, 156, 217, 0.75) url("https://i.imgur.com/ynpsihg.png") no-repeat top !important;
- background-position: 230px -4px !important;
- color: #b19cd9 !important;
- text-shadow: 0 0 2px #1a082b !important;
- border-color: #1a082b !important
- }
- .pm-window-miyu.focused h3 {
- background: rgba(177, 156, 217, 0.75) url("https://i.imgur.com/ynpsihg.png") no-repeat top !important;
- background-position: 230px -4px !important;
- color: #b19cd9 !important;
- text-shadow: 0 0 2px #1a082b !important;
- border-color: #1a082b !important
- }
- .pm-window-miyu.focused h3:hover {
- background: rgba(150, 111, 214, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
- background-position: 227px -6px !important;
- color: #b19cd9 !important;
- text-shadow: 0 0 2px #1a082b !important;
- border-color: #1a082b !important
- }
- .pm-window-miyu h3 small {
- color: #22A8E0 !important
- }
- .pm-window-miyu h3 .minimizebutton, .dark .pm-window-miyu h3 .minimizebutton, .pm-window-miyu h3 .closebutton {
- color: #8228d7 !important
- }
- .pm-window-miyu h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-miyu h3 .closebutton:hover + .minimizebutton.minimizebutton {
- color: #8228d7 !important
- }
- .pm-window-miyu h3 .closebutton:hover {
- color: #8f3ddb !important
- }
- .pm-window-miyu h3 .minimizebutton:hover, .dark .pm-window-miyu h3 .minimizebutton:hover {
- color: #8f3ddb !important
- }
- .pm-window-miyu .pm-log {
- background: rgba(150, 111, 214, 0.75) url("http://play.pokemonshowdown.com/sprites/bw/mimikyu.png") no-repeat right !important;
- background-position: 210px+5px !important;
- background-size: cover;
- border-color: #2C2D2F !important;
- color: #fff
- }
- .pm-window-miyu .pm-log:hover {
- background: rgba(177, 156, 217, 0.75) url("http://play.pokemonshowdown.com/sprites/bw/mimikyu-busted.png") no-repeat right !important;
- background-position: 213px+15px !important;
- background-size: cover;
- border-color: #2C2D2F !important;
- color: #fff
- }
- .pm-window-miyu.focused .pm-log {
- background: rgba(65, 20, 108, 0.75) url("http://play.pokemonshowdown.com/sprites/bw-shiny/mimikyu-busted.png") no-repeat right !important;
- background-position: 213px+15px !important;
- border-color: #2C2D2F !important;
- background-color: #000;
- color: #fff
- }
- .pm-window-miyu.focused .pm-log:hover {
- background: rgba(91, 28, 151, 0.75) url("http://play.pokemonshowdown.com/sprites/bw-shiny/mimikyu.png") no-repeat right !important;
- background-position: 210px+5px !important;
- border-color: #2C2D2F !important;
- background-color: #000;
- color: #fff
- }
- .pm-window-miyu h3.pm-notifying {
- background: rgba(214, 196, 238, 0.75) url("https://i.imgur.com/txhix4q.png") no-repeat top !important;
- text-shadow: 0 0 2px #180a29 !important;
- background-position: 226px -6px !important;
- color: #f2ebfa !important;
- border-color: #180b28 !important
- }
- .pm-window-miyu h3.pm-notifying:hover {
- background: rgba(201, 175, 233, 0.75) url("https://i.imgur.com/q6ularQ.png") no-repeat top !important;
- text-shadow: 0 0 2px #180a29 !important;
- background-position: 226px -6px !important;
- color: #f2ebfa !important;
- border-color: #180b28 !important
- }
- .pm-window-miyu .challenge {
- background: rgba(60, 25, 103, 0.75) url("https://i.pinimg.com/originals/c0/43/a5/c043a5b7066c3e63f39c0901b878a14e.jpg") no-repeat center !important;
- color: #f1eafa !important;
- border-color: #003333 !important
- }
- .pm-window-miyu .challenge .select, .pm-window-miyu .challenge .buttonbar button {
- background: rgba(186, 152, 231, 0.75) !important;
- color: black !important;
- border-color: black !important
- }
- .pm-window-miyu .challenge .select:hover, .pm-window-miyu .challenge .buttonbar button:hover {
- background: rgba(172, 131, 226, 0.75) !important;
- border-color: #003333 !important
- }
- .pm-window-miyu .challenge .select:disabled {
- background: rgba(60, 25, 103, 0.75) !important
- }
- .pm-window-miyu .challenge .teamselect:disabled hover {
- background: white !important
- }
- .pm-window-miyu .challenge .teamselect:disabled strong {
- background: rgba(58, 24, 103, 0.75) !important;
- color: white !important
- }
- .pm-window-miyu .pm-log .chat small {
- color: #1898D0 !important
- }
- .pm-window-miyu .pm-log-add {
- background: rgba(150, 111, 214, 0.75) !important;
- color: black;
- border-color: #001a33 !important
- }
- .pm-window-miyu.focused .pm-log-add {
- background: rgba(177, 156, 217, 0.75) !important;
- color: black;
- border-color: #332200 !important
- }
- .pm-window-miyu.focused .pm-log-add:hover {
- background: rgba(150, 111, 214, 0.75) !important;
- color: black;
- border-color: #332200 !important
- }
- .pm-window-liscenlessrider .pm-minimized, .dark .pm-window-liscenlessrider .pm-minimized {
- background: #00cc00 url("https://media-cerulean.cursecdn.com/attachments/8/258/icon-carnivine.png") no-repeat !important;
- background-position: 218px -3px !important;
- border: 1px solid black !important
- }
- .pm-window-liscenlessrider h3, .dark .pm-window-liscenlessrider h3, .pm-window-liscenlessrider .focused h3, .dark .pm-window-liscenlessrider.focused h3, .pm-window-liscenlessrider.focused h3:hover, .dark .pm-window-liscenlessrider.focused h3:hover {
- background: #006600 url("https://media-cerulean.cursecdn.com/attachments/8/258/icon-carnivine.png") no-repeat !important;
- background-position: 220px -5px !important;
- color: #0e0e0e !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: green !important
- }
- .pm-window-liscenlessrider h3:hover, .dark .pm-window-liscenlessrider h3:hover, .pm-window-liscenlessrider.focused h3:hover, .dark .pm-window-liscenlessrider.focused h3:hover {
- color: #B8FFF5 !important
- }
- .pm-window-liscenlessrider h3.pm-notifying, .dark .pm-window-liscenlessrider h3.pm-notifying {
- background: #e60000 url("https://media-cerulean.cursecdn.com/attachments/8/258/icon-carnivine.png") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: green !important
- }
- .pm-window-liscenlessrider h3.pm-notifying:hover, .dark .pm-window-liscenlessrider h3.pm-notifying:hover {
- background: #e60000 url("https://media-cerulean.cursecdn.com/attachments/8/258/icon-carnivine.png") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: green !important
- }
- .pm-window-liscenlessrider h3 small, .dark .pm-window-liscenlessrider h3 small {
- color: #BBB !important
- }
- .pm-window-liscenlessrider h3 .closebutton, .dark .pm-window-liscenlessrider h3 .closebutton, .pm-window-liscenlessrider h3 .minimizebutton, .dark .pm-window-liscenlessrider h3 .minimizebutton, .pm-window-liscenlessrider h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-liscenlessrider h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-liscenlessrider h3 .closebutton:hover .minimizebutton, .dark .pm-window-liscenlessrider h3 .closebutton:hover .minimizebutton {
- color: #008000 !important
- }
- .pm-window-liscenlessrider h3 .closebutton:hover, .dark .pm-window-liscenlessrider h3 .closebutton:hover, .pm-window-liscenlessrider h3 .minimizebutton:hover, .dark .pm-window-liscenlessrider h3 .minimizebutton:hover {
- color: #008000 !important
- }
- .pm-window-liscenlessrider .pm-log, .dark .pm-window-liscenlessrider .pm-log, .pm-window-liscenlessrider.focused .pm-log, .dark .pm-window-liscenlessrider.focused .pm-log {
- background: url("https://i.imgur.com/5iyOYPu.png") center no-repeat #008000 !important;
- color: #006600 !important;
- border-color: green !important
- }
- .pm-window-liscenlessrider .pm-log a, .dark .pm-window-liscenlessrider .pm-log a, .pm-window-liscenlessrider .pm-log a:hover, .dark .pm-window-liscenlessrider .pm-log a:hover, .pm-window-liscenlessrider .pm-log a:focus, .dark .pm-window-liscenlessrider .pm-log a:focus {
- color: #a3cedf !important
- }
- .pm-window-liscenlessrider .pm-log a:visited, .dark .pm-window-liscenlessrider .pm-log a:visited {
- color: #baa8d2 !important
- }
- .pm-window-liscenlessrider .pm-log .message-error, .dark .pm-window-liscenlessrider .pm-log .message-error {
- color: #DF6464 !important
- }
- .pm-window-liscenlessrider .pm-log .chat small, .dark .pm-window-liscenlessrider .pm-log .chat small {
- color: #94875E !important
- }
- .pm-window-liscenlessrider .pm-log-add, .dark .pm-window-liscenlessrider .pm-log-add, .pm-window-liscenlessrider.focused .pm-log-add, .dark .pm-window-liscenlessrider.focused .pm-log-add {
- background: #f2f2f2 !important;
- border-color: green !important
- }
- .pm-window-liscenlessrider .pm-log-add .textbox, .dark .pm-window-liscenlessrider .pm-log-add .textbox {
- background: green !important;
- border-color: green !important;
- color: black !important
- }
- .pm-window-liscenlessrider .pm-log-add .textbox:hover, .dark .pm-window-liscenlessrider .pm-log-add .textbox:hover {
- background: #f2f2f2 !important;
- border-color: green !important;
- color: black !important
- }
- .pm-window-liscenlessrider .pm-log-add .textbox:focus, .dark .pm-window-liscenlessrider .pm-log-add .textbox:focus {
- background: #f2f2f2 !important;
- border-color: green !important;
- color: black !important
- }
- .pm-window-lighthaze .pm-minimized, .dark .pm-window-lighthaze .pm-minimized {
- background: #004f1d url("https://www.serebii.net/pokedex-bw/icon/646-b.png") no-repeat !important;
- background-position: 220px -5px !important;
- border: 1px solid #70AD1F !important
- }
- .pm-window-lighthaze h3, .dark .pm-window-lighthaze h3, .pm-window-lighthaze .focused h3, .dark .pm-window-lighthaze.focused h3, .pm-window-lighthaze.focused h3:hover, .dark .pm-window-lighthaze.focused h3:hover {
- background: #004f1d url("https://www.serebii.net/pokedex-bw/icon/646-b.png") no-repeat !important;
- background-position: 220px -5px !important;
- color: #70AD1F !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #70AD1F !important
- }
- .pm-window-lighthaze h3:hover, .dark .pm-window-lighthaze h3:hover, .pm-window-lighthaze.focused h3:hover, .dark .pm-window-lighthaze.focused h3:hover {
- color: #70AD1F !important
- }
- .pm-window-lighthaze .pm-notifying, .dark .pm-window-lighthaze h3.pm-notifying {
- background: #d58dff url("https://www.serebii.net/pokedex-bw/icon/646-b.png") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: #ff94f9 !important
- }
- .pm-window-lighthaze h3.pm-notifying:hover, .dark .pm-window-lighthaze h3.pm-notifying:hover {
- background: #d58dff url("https://www.serebii.net/pokedex-bw/icon/646-b.png") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: #ff94f9 !important
- }
- .pm-window-lighthaze h3 small, .dark .pm-window-lighthaze h3 small {
- color: #d58dff !important
- }
- .pm-window-lighthaze h3 .closebutton, .dark .pm-window-lighthaze h3 .closebutton, .pm-window-lighthaze h3 .minimizebutton, .dark .pm-window-lighthaze h3 .minimizebutton, .pm-window-lighthaze h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-lighthaze h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-lighthaze h3 .closebutton:hover .minimizebutton, .dark .pm-window-lighthaze h3 .closebutton:hover .minimizebutton {
- color: #008000 !important
- }
- .pm-window-lighthaze h3 .closebutton:hover, .dark .pm-window-lighthaze h3 .closebutton:hover, .pm-window-lighthaze h3 .minimizebutton:hover, .dark .pm-window-lighthaze h3 .minimizebutton:hover {
- color: #70AD1F !important
- }
- .pm-window-lighthaze .pm-log, .dark .pm-window-lighthaze .pm-log, .pm-window-lighthaze.focused .pm-log, .dark .pm-window-lighthaze.focused .pm-log {
- background: url("https://static.zerochan.net/Altair.%28Re%3ACreators%29.full.2096520.jpg") center no-repeat #474747 !important;
- color: #27d700 !important;
- border-color: #70ad1f !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lighthaze .pm-log a, .dark .pm-window-lighthaze .pm-log a, .pm-window-lighthaze .pm-log a:hover, .dark .pm-window-lighthaze .pm-log a:hover, .pm-window-lighthaze .pm-log a:focus, .dark .pm-window-lighthaze .pm-log a:focus {
- color: #27d700 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lighthaze .pm-log a:visited, .dark .pm-window-lighthaze .pm-log a:visited {
- color: #27d700 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lighthaze .pm-log .message-error, .dark .pm-window-lighthaze .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lighthaze .pm-log .chat small, .dark .pm-window-lighthaze .pm-log .chat small {
- color: #94875E !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lighthaze .pm-log-add, .dark .pm-window-lighthaze .pm-log-add, .pm-window-lighthaze.focused .pm-log-add, .dark .pm-window-lighthaze.focused .pm-log-add {
- background: #004f1d !important;
- border-color: #70AD1F !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lighthaze .pm-log-add .textbox, .dark .pm-window-lighthaze .pm-log-add .textbox {
- background: #191919 !important;
- border-color: #70AD1F !important;
- color: #27d700 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lighthaze .pm-log-add .textbox:hover, .dark .pm-window-lighthaze .pm-log-add .textbox:hover {
- background: #191919 !important;
- border-color: #70AD1F !important;
- color: #27d700 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lighthaze .pm-log-add .textbox:focus, .dark .pm-window-lighthaze .pm-log-add .textbox:focus {
- background: #191919 !important;
- border-color: #70AD1F !important;
- color: #27d700 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lighthaze .challenge, .dark .pm-window-lighthaze .challenge {
- background: #004f1d !important;
- border-color: #70AD1F !important;
- border-top-color: #70AD1F !important;
- color: #27d700 !important;
- text-shadow: 1px 1px #5d080d !important
- }
- .pm-window-lighthaze .challenge .select, .dark .pm-window-lighthaze .challenge .select, .pm-window-lighthaze .challenge .buttonbar button, .dark .pm-window-lighthaze .challenge .buttonbar button {
- background: #004f1d !important;
- border-color: #70AD1F !important;
- color: #27d700 !important;
- text-shadow: 0px -1px black !important
- }
- .pm-window-lighthaze .challenge .select:hover, .dark .pm-window-lighthaze .challenge .select:hover, .pm-window-lighthaze .challenge .buttonbar button:hover, .dark .pm-window-lighthaze .challenge .buttonbar button:hover {
- border-color: #70AD1F !important
- }
- .pm-window-lighthaze .challenge label, .dark .pm-window-lighthaze .challenge label {
- color: #27d700
- }
- .pm-window-lighthaze .challenge .teamselect:disabled, .dark .pm-window-lighthaze .challenge .teamselect:disabled, .pm-window-lighthaze .challenge .teamselect:disabled:hover, .dark .pm-window-lighthaze .challenge .teamselect:disabled:hover {
- background: #004f1d !important;
- color: #27d700 !important;
- border-color: #70AD1F !important
- }
- .pm-window-inqasuka .pm-minimized, .dark .pm-window-inqasuka .pm-minimized {
- background: #000 url("https://cdn.bulbagarden.net/upload/6/64/Mars_OD.png") no-repeat !important;
- background-position: 218px -3px !important;
- border: 1px solid black !important
- }
- .pm-window-inqasuka h3, .dark .pm-window-inqasuka h3, .pm-window-inqasuka .focused h3, .dark .pm-window-inqasuka.focused h3, .pm-window-inqasuka.focused h3:hover, .dark .pm-window-inqasuka.focused h3:hover {
- background: #000 url("https://cdn.bulbagarden.net/upload/6/64/Mars_OD.png") no-repeat !important;
- background-position: 220px -5px !important;
- color: #00ffff !important;
- text-shadow: 1px 1px 0 #b2b200, 1px -1px 0 #b2b200, -1px 1px 0 #b2b200, -1px -1px 0 #b2b200 !important;
- border-color: green !important
- }
- .pm-window-inqasuka h3:hover, .dark .pm-window-inqasuka h3:hover, .pm-window-inqasuka.focused h3:hover, .dark .pm-window-inqasuka.focused h3:hover {
- color: #00ffff !important
- }
- .pm-window-inqasuka.pm-notifying, .dark .pm-window-inqasuka h3.pm-notifying {
- background: #D3D3D3 url("https://cdn.bulbagarden.net/upload/6/64/Mars_OD.png") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: gray !important
- }
- .pm-window-inqasuka h3.pm-notifying:hover, .dark .pm-window-inqasuka h3.pm-notifying:hover {
- background: #D3D3D3 url("https://cdn.bulbagarden.net/upload/6/64/Mars_OD.png") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: gray !important
- }
- .pm-window-inqasuka h3 small, .dark .pm-window-inqasuka h3 small {
- color: #BBB !important
- }
- .pm-window-inqasuka h3 .closebutton, .dark .pm-window-inqasuka h3 .closebutton, .pm-window-inqasuka h3 .minimizebutton, .dark .pm-window-inqasuka h3 .minimizebutton, .pm-window-inqasuka h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-inqasuka h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-inqasuka h3 .closebutton:hover .minimizebutton, .dark .pm-window-inqasuka h3 .closebutton:hover .minimizebutton {
- color: #00ffff !important
- }
- .pm-window-inqasuka h3 .closebutton:hover, .dark .pm-window-inqasuka h3 .closebutton:hover, .pm-window-inqasuka h3 .minimizebutton:hover, .dark .pm-window-inqasuka h3 .minimizebutton:hover {
- color: #b2b200 !important
- }
- .pm-window-inqasuka .pm-log, .dark .pm-window-inqasuka .pm-log, .pm-window-inqasuka.focused .pm-log, .dark .pm-window-inqasuka.focused .pm-log {
- background: url("https://static.zerochan.net/Mars.%28Pok%C3%A9mon%29.full.2159165.jpg") center no-repeat #D3D3D3 !important;
- color: #000 !important;
- border-color: gray !important
- }
- .pm-window-inqasuka .pm-log a, .dark .pm-window-inqasuka .pm-log a, .pm-window-inqasuka .pm-log a:hover, .dark .pm-window-inqasuka .pm-log a:hover, .pm-window-inqasuka .pm-log a:focus, .dark .pm-window-inqasuka .pm-log a:focus {
- color: #00ffff !important
- }
- .pm-window-inqasuka .pm-log a:visited, .dark .pm-window-inqasuka .pm-log a:visited {
- color: #000 !important
- }
- .pm-window-inqasuka .pm-log .message-error, .dark .pm-window-inqasuka .pm-log .message-error {
- color: #DF6464 !important
- }
- .pm-window-inqasuka .pm-log .chat small, .dark .pm-window-inqasuka .pm-log .chat small {
- color: #00ffff !important
- }
- .pm-window-inqasuka .pm-log-add, .dark .pm-window-inqasuka .pm-log-add, .pm-window-inqasuka.focused .pm-log-add, .dark .pm-window-inqasuka.focused .pm-log-add {
- background: #000 !important;
- border-color: gray !important
- }
- .pm-window-inqasuka .pm-log-add .textbox, .dark .pm-window-inqasuka .pm-log-add .textbox {
- background: #00ffff !important;
- border-color: gray !important;
- color: #000 !important
- }
- .pm-window-inqasuka .pm-log-add .textbox:hover, .dark .pm-window-inqasuka .pm-log-add .textbox:hover {
- background: #00ffff !important;
- border-color: gray !important;
- color: #000 !important
- }
- .pm-window-inqasuka .pm-log-add .textbox:focus, .dark .pm-window-inqasuka .pm-log-add .textbox:focus {
- background: #00ffff !important;
- border-color: gray !important;
- color: #000 !important
- }
- .pm-window-sgsxd .pm-minimized, .dark .pm-window-sgsxd .pm-minimized {
- background: #FFFFFF url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/intermediary/f/e8355221-35e6-49b9-9bda-3a1226286b71/dcvwts4-116ddd47-11bf-41d8-a409-f63b1b7d36f8.png/v1/fill/w_1131,h_707,q_70,strp/6rqngvu_by_azureimagedump_dcvwts4-pre.jpg") no-repeat !important;
- border: 1px solid #000 !important
- }
- .pm-window-sgsxd h3, .dark .pm-window-sgsxd h3, .pm-window-sgsxd .focused h3, .dark .pm-window-sgsxd .focused h3, .pm-window-sgsxd.focused h3:hover, .dark .pm-window-sgsxd.focused h3:hover {
- background: #FFFFFF url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/intermediary/f/e8355221-35e6-49b9-9bda-3a1226286b71/dcvwtvq-bee04131-f641-456f-8b58-f56444969551.png") no-repeat !important;
- color: #000 !important;
- text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff !important;
- border-color: #000000 !important
- }
- .pm-window-sgsxd h3:hover, .dark .pm-window-sgsxd h3:hover, .pm-window-sgsxd.focused h3:hover, .dark .pm-window-sgsxd.focused h3:hover {
- color: #000 !important
- }
- .pm-window-sgsxd.pm-notifying, .dark .pm-window-sgsxd h3.pm-notifying {
- border-color: #000 !important
- }
- .pm-window-sgsxd h3.pm-notifying:hover, .dark .pm-window-sgsxd h3.pm-notifying:hover {
- border-color: #FFF !important
- }
- .pm-window-sgsxd h3 small, .dark .pm-window-sgsxd h3 small {
- color: #000 !important
- }
- .pm-window-sgsxd h3 .closebutton, .dark .pm-window-sgsxd h3 .closebutton, .pm-window-sgsxd h3 .minimizebutton, .dark .pm-window-sgsxd h3 .minimizebutton, .pm-window-sgsxd h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-sgsxd h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-sgsxd h3 .closebutton:hover .minimizebutton, .dark .pm-window-sgsxd h3 .closebutton:hover .minimizebutton {
- color: #000 !important
- }
- .pm-window-sgsxd h3 .closebutton:hover, .dark .pm-window-sgsxd h3 .closebutton:hover, .pm-window-sgsxd h3 .minimizebutton:hover, .dark .pm-window-sgsxd h3 .minimizebutton:hover {
- color: #000 !important
- }
- .pm-window-sgsxd .pm-log, .dark .pm-window-sgsxd .pm-log, .pm-window-sgsxd.focused .pm-log, .dark .pm-window-sgsxd.focused .pm-log {
- background: url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/intermediary/f/e8355221-35e6-49b9-9bda-3a1226286b71/dcvwts4-116ddd47-11bf-41d8-a409-f63b1b7d36f8.png/v1/fill/w_1131,h_707,q_70,strp/6rqngvu_by_azureimagedump_dcvwts4-pre.jpg") center no-repeat !important;
- color: #000 !important;
- border-color: #000 !important;
- text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 7px #fff, 0 0 8px #fff !important
- }
- .pm-window-sgsxd .pm-log a, .dark .pm-window-sgsxd .pm-log a, .pm-window-sgsxd .pm-log a:hover, .dark .pm-window-sgsxd .pm-log a:hover, .pm-window-sgsxd .pm-log a:focus, .dark .pm-window-sgsxd .pm-log a:focus {
- color: #000 !important;
- text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 7px #fff, 0 0 8px #fff !important
- }
- .pm-window-sgsxd .pm-log a:visited, .dark .pm-window-sgsxd .pm-log a:visited {
- color: #000 !important;
- text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 7px #fff, 0 0 8px #fff !important
- }
- .pm-window-sgsxd .pm-log .message-error, .dark .pm-window-sgsxd .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-sgsxd .pm-log .chat small, .dark .pm-window-sgsxd .pm-log .chat small {
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-sgsxd .pm-log-add, .dark .pm-window-sgsxd .pm-log-add, .pm-window-sgsxd.focused .pm-log-add, .dark .pm-window-sgsxd.focused .pm-log-add {
- border-color: #000000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-sgsxd .pm-log-add .textbox, .dark .pm-window-sgsxd .pm-log-add .textbox {
- border-color: #000000 !important;
- color: #000000 !important;
- text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 7px #fff, 0 0 8px #fff !important
- }
- .pm-window-sgsxd .pm-log-add .textbox:hover, .dark .pm-window-sgsxd .pm-log-add .textbox:hover {
- border-color: #000000 !important;
- color: #000000 !important;
- text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 7px #fff, 0 0 8px #fff !important
- }
- .pm-window-sgsxd .pm-log-add .textbox:focus, .dark .pm-window-sgsxd .pm-log-add .textbox:focus {
- border-color: #000000 !important;
- color: #000000 !important;
- text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 7px #fff, 0 0 8px #fff !important
- }
- .pm-window-sgsxd .challenge, .dark .pm-window-sgsxd .challenge {
- background: #FF69B4 !important;
- border-color: #000000 !important;
- border-top-color: #000000 !important;
- color: #000000 !important;
- text-shadow: 0px -1px #FFF !important
- }
- .pm-window-sgsxd .challenge .select, .dark .pm-window-sgsxd .challenge .select, .pm-window-sgsxd .challenge .buttonbar button, .dark .pm-window-sgsxd .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- border-radius: 14px !important;
- color: #FFFFFF !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-sgsxd .challenge .select:hover, .dark .pm-window-sgsxd .challenge .select:hover, .pm-window-sgsxd .challenge .buttonbar button:hover, .dark .pm-window-sgsxd .challenge .buttonbar button:hover {
- border-color: #000000 !important
- }
- .pm-window-sgsxd .challenge label, .dark .pm-window-sgsxd .challenge label {
- color: #000
- }
- .pm-window-sgsxd .challenge .teamselect:disabled, .dark .pm-window-sgsxd .challenge .teamselect:disabled, .pm-window-sgsxd .challenge .teamselect:disabled:hover, .dark .pm-window-sgsxd .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #FFFFFF !important
- }
- .pm-window-izukum h3 {
- background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
- background-position: 227px -6px !important;
- color: #ccffff !important;
- text-shadow: 0 0 2px black !important;
- border-color: #001a1a !important
- }
- .pm-window-izukum h3:hover {
- background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokexycons/136.png") no-repeat top !important;
- background-position: 225px -5px !important;
- color: #fff0e6 !important;
- text-shadow: 0 0 2px black !important;
- border-color: #001a1a !important
- }
- .pm-window-izukum.focused h3 {
- background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokexycons/136.png") no-repeat !important;
- background-position: 225px -5px !important;
- color: #fff0e6 !important;
- text-shadow: 0 0 2px black !important;
- border-color: #001a1a !important
- }
- .pm-window-izukum.focused h3:hover {
- background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
- background-position: 227px -6px !important;
- color: #ccffff !important;
- text-shadow: 0 0 2px black !important;
- border-color: #001a1a !important
- }
- .pm-window-izukum h3 small {
- color: #22A8E0 !important
- }
- .pm-window-izukum h3 .minimizebutton, .dark .pm-window-izukum h3 .minimizebutton, .pm-window-izukum h3 .closebutton, .pm-window-izukum h3:hover .minimizebutton {
- color: black !important
- }
- .pm-window-izukum h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-izukum h3 .closebutton:hover + .minimizebutton.minimizebutton {
- color: black !important
- }
- .pm-window-izukum h3 .closebutton:hover {
- color: #ff6666 !important
- }
- .pm-window-izukum h3 .minimizebutton:hover, .dark .pm-window-allianceizuku h3 .minimizebutton:hover {
- color: #0099ff !important
- }
- .pm-window-izukum .pm-log {
- background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/133.png") no-repeat right !important;
- background-position: 210px+5px !important;
- background-size: cover;
- border-color: #2C2D2F !important;
- color: #fff
- }
- .pm-window-izukum .pm-log:hover {
- background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/136.png") no-repeat right !important;
- background-position: 210px+2px !important;
- background-size: cover;
- border-color: #2C2D2F !important;
- color: #fff
- }
- .pm-window-izukum.focused .pm-log {
- background: rgba(51, 51, 51, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/136.png") no-repeat right !important;
- background-position: 210px+2px !important;
- border-color: #2C2D2F !important;
- background-color: #000;
- color: #fff
- }
- .pm-window-izukum.focused .pm-log:hover {
- background: rgba(51, 51, 51, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/133.png") no-repeat right !important;
- background-position: 210px+5px !important;
- border-color: #2C2D2F !important;
- background-color: #000;
- color: #fff
- }
- .pm-window-izukum .pm-log .chat small {
- color: #1898D0 !important
- }
- .pm-window-izukum .pm-log-add {
- background: rgba(0, 139, 139, 0.75) !important;
- color: black;
- border-color: #001a33 !important
- }
- .pm-window-izukum .pm-log-add:hover {
- background: rgba(255, 117, 26, 0.75) !important;
- color: black;
- border-color: #332200 !important
- }
- .pm-window-izukum.focused .pm-log-add {
- background: rgba(255, 117, 26, 0.75) !important;
- color: black;
- border-color: #332200 !important
- }
- .pm-window-izukum.focused .pm-log-add:hover {
- background: rgba(0, 139, 139, 0.75) !important;
- color: black;
- border-color: #332200 !important
- }
- .pm-window-izukum .pm-log-add .textbox {
- border-color: #555 !important;
- background: rgba(0, 139, 139, 0.75) !important;
- color: black !important
- }
- .pm-window-izukum .pm-log-add .textbox:hover {
- border-color: #555 !important;
- background: rgba(255, 117, 26, 0.75) !important;
- color: black !important
- }
- .pm-window-izukum .pm-log-add .textbox:focus {
- border-color: #99ccff !important
- }
- .pm-window-izukum h3.pm-notifying {
- border-color: #000033 !important;
- background: rgba(242, 242, 242, 0.75) url("https://pldh.net/media/pokecons_action/133.gif") no-repeat !important;
- text-shadow: 0 0 2px #2C2D2F !important;
- background-position: 227px -10px !important;
- color: #e6e6ff !important
- }
- .pm-window-izukum h3.pm-notifying:hover {
- border-color: #331400 !important;
- background: rgba(217, 217, 217, 0.75) url("https://pldh.net/media/pokecons_action/133.gif") no-repeat !important;
- text-shadow: 0 0 2px #2C2D2F !important;
- background-position: 227px -10px !important;
- color: #e6e6ff !important
- }
- .pm-window-izukum .challenge {
- background: rgba(0, 139, 139, 0.75) !important;
- color: black !important;
- border-color: #003333 !important
- }
- .pm-window-izukum .challenge .select, .pm-window-izukum .challenge .buttonbar button {
- background: rgb(242, 242, 242) !important;
- color: black !important;
- border-color: black !important
- }
- .pm-window-izukum .challenge .select:hover, .pm-window-izukum .challenge .buttonbar button:hover {
- background: rgb(217, 217, 217) !important;
- border-color: #003333 !important
- }
- .pm-window-izukum .challenge .select:disabled {
- background: rgb(217, 217, 217) !important
- }
- .pm-window-izukum .challenge .teamselect:disabled strong {
- color: #000033 !important
- }
- .pm-window-syndjirachi .pm-minimized, .dark .pm-window-syndjirachi .pm-minimized {
- background: #FF1493 url("https://orig00.deviantart.net/7817/f/2018/243/8/e/twkj7zs_by_azureimagedump-dclmno8.jpg") no-repeat !important;
- border: 1px solid #000 !important
- }
- .pm-window-syndjirachi h3, .dark .pm-window-syndjirachi h3, .pm-window-syndjirachi .focused h3, .dark .pm-window-syndjirachi .focused h3, .pm-window-syndjirachi.focused h3:hover, .dark .pm-window-syndjirachi.focused h3:hover {
- background: #FF69B4 url("https://orig00.deviantart.net/7817/f/2018/243/8/e/twkj7zs_by_azureimagedump-dclmno8.jpg") no-repeat !important;
- color: #000 !important;
- text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF !important;
- border-color: #000000 !important
- }
- .pm-window-syndjirachi h3:hover, .dark .pm-window-syndjirachi h3:hover, .pm-window-syndjirachi.focused h3:hover, .dark .pm-window-syndjirachi.focused h3:hover {
- background: #FFFFE0 url("https://www.serebii.net/pokedex-xy/icon/385.png") no-repeat !important;
- background-position: 100px 5px;
- border-color: #000 !important
- }
- .pm-window-syndjirachi h3, .pm-window-syndjirachi h3:hover, .pm-window-syndjirachi h3:hover, .pm-window-syndjirachi h3.pm-minimized, .pm-window-syndjirachi .pm-window-minimized, .pm-window-syndjirachi .pm-log-add {
- background: #FFFFE0 url("https://www.serebii.net/pokedex-xy/icon/385.png") no-repeat !important;
- background-position: 100px 5px;
- border-color: #000 !important
- }
- .pm-window-syndjirachi h3 small, .dark .pm-window-syndjirachi h3 small {
- color: #000 !important
- }
- .pm-window-syndjirachi h3 .closebutton, .dark .pm-window-syndjirachi h3 .closebutton, .pm-window-syndjirachi h3 .minimizebutton, .dark .pm-window-syndjirachi h3 .minimizebutton, .pm-window-syndjirachi h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-syndjirachi h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-syndjirachi h3 .closebutton:hover .minimizebutton, .dark .pm-window-syndjirachi h3 .closebutton:hover .minimizebutton {
- color: #000 !important
- }
- .pm-window-syndjirachi h3 .closebutton:hover, .dark .pm-window-syndjirachi h3 .closebutton:hover, .pm-window-syndjirachi h3 .minimizebutton:hover, .dark .pm-window-syndjirachi h3 .minimizebutton:hover {
- color: #000 !important
- }
- .pm-window-syndjirachi .pm-log, .dark .pm-window-syndjirachi .pm-log, .pm-window-syndjirachi.focused .pm-log, .dark .pm-window-syndjirachi.focused .pm-log {
- background: url("https://orig00.deviantart.net/7817/f/2018/243/8/e/twkj7zs_by_azureimagedump-dclmno8.jpg") center no-repeat !important;
- color: #000 !important;
- border-color: #000 !important;
- text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF, 0 0 7px #FFF, 0 0 8px #FFF !important
- }
- .pm-window-syndjirachi .pm-log a, .dark .pm-window-syndjirachi .pm-log a, .pm-window-syndjirachi .pm-log a:hover, .dark .pm-window-syndjirachi .pm-log a:hover, .pm-window-syndjirachi .pm-log a:focus, .dark .pm-window-syndjirachi .pm-log a:focus {
- color: #000 !important;
- text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF, 0 0 7px #FFF, 0 0 8px #FFF !important
- }
- .pm-window-syndjirachi .pm-log a:visited, .dark .pm-window-syndjirachi .pm-log a:visited {
- color: #000 !important;
- text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF, 0 0 7px #FFF, 0 0 8px #FFF !important
- }
- .pm-window-syndjirachi .pm-log .message-error, .dark .pm-window-syndjirachi .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndjirachi .pm-log .chat small, .dark .pm-window-syndjirachi .pm-log .chat small {
- color: #FFFF00 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndjirachi .pm-log-add, .dark .pm-window-syndjirachi .pm-log-add, .pm-window-syndjirachi.focused .pm-log-add, .dark .pm-window-syndjirachi.focused .pm-log-add {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndjirachi .pm-log-add .textbox, .dark .pm-window-syndjirachi .pm-log-add .textbox {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFF00 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndjirachi .pm-log-add .textbox:hover, .dark .pm-window-syndjirachi .pm-log-add .textbox:hover {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFF00 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndjirachi .pm-log-add .textbox:focus, .dark .pm-window-syndjirachi .pm-log-add .textbox:focus {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFF00 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndjirachi .challenge, .dark .pm-window-syndjirachi .challenge {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- border-top-color: #FFFF00 !important;
- color: #FFFF00 !important;
- text-shadow: 1px 1px #000 !important
- }
- .pm-window-syndjirachi .challenge .select, .dark .pm-window-syndjirachi .challenge .select, .pm-window-syndjirachi .challenge .buttonbar button, .dark .pm-window-syndjirachi .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #000000 !important;
- color: #FFFF00 !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-syndjirachi .challenge .select:hover, .dark .pm-window-syndjirachi .challenge .select:hover, .pm-window-syndjirachi .challenge .buttonbar button:hover, .dark .pm-window-syndjirachi .challenge .buttonbar button:hover {
- border-color: #000000 !important
- }
- .pm-window-syndjirachi .challenge label, .dark .pm-window-syndjirachi .challenge label {
- color: #000
- }
- .pm-window-syndjirachi .challenge .teamselect:disabled, .dark .pm-window-syndjirachi .challenge .teamselect:disabled, .pm-window-syndjirachi .challenge .teamselect:disabled:hover, .dark .pm-window-syndjirachi .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #FFFF00 !important
- }
- .pm-window-phoenixgx .pm-log, .pm-window-phoenixgx.focused .pm-log {
- background: url("https://orig00.deviantart.net/3158/f/2018/244/e/f/untitled_by_azureimagedump-dclqzlc.png") center no-repeat !important;
- color: #fff
- }
- .pm-window-phoenixgx .pm-log .chat {
- color: #fff;
- text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75) !important
- }
- .pm-window-phoenixgx .pm-notifying {
- border: 1px solid #00509b !important;
- background-color: #a5d3ff !important
- }
- .pm-window-phoenixgx .username {
- text-shadow: 0 1px 1px #777
- }
- .pm-window-phoenixgx.focused h3 {
- color: #ff0000;
- border: 1px solid #111;
- background-color: #383838;
- background-image: url("https://pldh.net/media/pokecons_action/392.gif");
- background-repeat: no-repeat;
- background-position: 220px -9px
- }
- .pm-window-phoenixgx.focused h3:hover {
- color: #00509b;
- border: 1px solid #111;
- background-color: #383838;
- background-image: url("https://pldh.net/media/pokexycons/006-mega-x.png");
- background-repeat: no-repeat;
- background-position: 215px -6px
- }
- .pm-window-phoenixgx h3 {
- color: #00509b;
- border: 1px solid #111;
- background-color: #383838;
- background-image: url("https://pldh.net/media/pokexycons/006-mega-x.png");
- background-repeat: no-repeat;
- background-position: 215px -6px
- }
- .pm-window-phoenixgx h3:hover {
- color: #ff0000;
- border: 1px solid #111;
- background-color: #383838;
- background-image: url("https://pldh.net/media/pokecons_action/392.gif");
- background-repeat: no-repeat;
- background-position: 220px -9px
- }
- .pm-window-minimized h3 {
- border: 1px solid #111;
- background-color: #000;
- background-image: url("https://pldh.net/media/pokexycons/006-mega-x.png");
- background-repeat: no-repeat;
- background-position: 215px -6px
- }
- .pm-window-phoenixgx h3 i {
- color: #1f2e2e;
- text-shadow: 0 0 3px #fff
- }
- .pm-window-phoenixgx.focused .pm-log-add {
- background-color: #1d6cb0
- }
- .pm-window-phoenixgx .pm-log-add {
- background-color: #1d6cb0
- }
- .pm-window-phoenixgx.focused .textbox {
- background-color: #383838;
- color: #fff
- }
- .pm-window-phoenixgx .textbox {
- background-color: #383838;
- color: #fff
- }
- .pm-window.pm-window-phoenixgx .challenge {
- background: url("http://getwallpapers.com/wallpaper/full/6/e/9/52099.jpg") no-repeat;
- border: 1px solid #814a4f;
- color: #1d6cb0;
- background-size: 300px
- }
- .pm-window.pm-window-phoenixgx .challenge .select, .challenge .buttonbar button {
- background: #1a1a1a;
- color: #ff0000
- }
- .pm-window.pm-window-phoenixgx .challenge .select:hover, .challenge .buttonbar button:hover {
- background: #1a1a1a
- }
- .pm-window.pm-window-phoenixgx .challenge .buttonbar button {
- border: 1px solid #000;
- padding: 3px 8px
- }
- .pm-window.pm-window-phoenixgx .challenge .select.teamselect.preselected, .challenge .select.teamselect.preselected:hover {
- background: #1a1a1a !important
- }
- .pm-window-johnnykerk .pm-minimized, .dark .pm-window-johnnykerk .pm-minimized {
- background: #552583 url("https://i.imgur.com/kRfJKzC.png") no-repeat !important;
- background-position: 220px -5px !important;
- border: 1px solid #FDB927 !important
- }
- .pm-window-johnnykerk h3, .dark .pm-window-johnnykerk h3, .pm-window-johnnykerk .focused h3, .dark .pm-window-johnnykerk.focused h3, .pm-window-johnnykerk.focused h3:hover, .dark .pm-window-johnnykerk.focused h3:hover {
- background: #552583 url("https://i.imgur.com/kRfJKzC.png") no-repeat !important;
- background-position: 220px -5px !important;
- color: #FDB927 !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #FDB927 !important
- }
- .pm-window-johnnykerk h3:hover, .dark .pm-window-johnnykerk h3:hover, .pm-window-johnnykerk.focused h3:hover, .dark .pm-window-johnnykerk.focused h3:hover {
- color: #FDB927 !important
- }
- .pm-window-johnnykerk .pm-notifying, .dark .pm-window-johnnykerk h3.pm-notifying {
- background: #FDB927 url("https://i.imgur.com/YVJzvfg.gif") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: #552583 !important
- }
- .pm-window-johnnykerk h3.pm-notifying:hover, .dark .pm-window-johnnykerk h3.pm-notifying:hover {
- background: #FDB927 url("https://i.imgur.com/YVJzvfg.gif") no-repeat !important;
- background-position: 220px -5px !important;
- border-color: #552583 !important
- }
- .pm-window-johnnykerk h3 small, .dark .pm-window-johnnykerk h3 small {
- color: #FDB927 !important
- }
- .pm-window-johnnykerk h3 .closebutton, .dark .pm-window-johnnykerk h3 .closebutton, .pm-window-johnnykerk h3 .minimizebutton, .dark .pm-window-johnnykerk h3 .minimizebutton, .pm-window-johnnykerk h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-johnnykerk h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-johnnykerk h3 .closebutton:hover .minimizebutton, .dark .pm-window-johnnykerk h3 .closebutton:hover .minimizebutton {
- color: #BA881D !important
- }
- .pm-window-johnnykerk h3 .closebutton:hover, .dark .pm-window-johnnykerk h3 .closebutton:hover, .pm-window-johnnykerk h3 .minimizebutton:hover, .dark .pm-window-johnnykerk h3 .minimizebutton:hover {
- color: #FDB927 !important
- }
- .pm-window-johnnykerk .pm-log, .dark .pm-window-johnnykerk .pm-log, .pm-window-johnnykerk.focused .pm-log, .dark .pm-window-johnnykerk.focused .pm-log {
- background: url("https://i.imgur.com/pcuQknk.png") center bottom no-repeat #000000 !important;
- color: #FDB927 !important;
- border-color: #FDB927 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-johnnykerk .pm-log a, .dark .pm-window-johnnykerk .pm-log a, .pm-window-johnnykerk .pm-log a:hover, .dark .pm-window-johnnykerk .pm-log a:hover, .pm-window-johnnykerk .pm-log a:focus, .dark .pm-window-johnnykerk .pm-log a:focus {
- color: #FDB927 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-johnnykerk .pm-log a:visited, .dark .pm-window-johnnykerk .pm-log a:visited {
- color: #FDB927 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-johnnykerk .pm-log .message-error, .dark .pm-window-johnnykerk .pm-log .message-error {
- color: #0449d4 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-johnnykerk .pm-log .chat small, .dark .pm-window-johnnykerk .pm-log .chat small {
- color: #94875E !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-johnnykerk .pm-log-add, .dark .pm-window-johnnykerk .pm-log-add, .pm-window-johnnykerk.focused .pm-log-add, .dark .pm-window-johnnykerk.focused .pm-log-add {
- background: #552583 !important;
- border-color: #FDB927 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-johnnykerk .pm-log-add .textbox, .dark .pm-window-johnnykerk .pm-log-add .textbox {
- background: #000000 !important;
- border-color: #FDB927 !important;
- color: #FDB927 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-johnnykerk .pm-log-add .textbox:hover, .dark .pm-window-johnnykerk .pm-log-add .textbox:hover {
- background: #000000 !important;
- border-color: #FDB927 !important;
- color: #FDB927 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-johnnykerk .pm-log-add .textbox:focus, .dark .pm-window-johnnykerk .pm-log-add .textbox:focus {
- background: #000000 !important;
- border-color: #FDB927 !important;
- color: #FDB927 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-johnnykerk .challenge, .dark .pm-window-johnnykerk .challenge {
- background: #552583 !important;
- border-color: #FDB927 !important;
- border-top-color: #FDB927 !important;
- color: #FDB927 !important;
- text-shadow: 1px 1px #552583 !important
- }
- .pm-window-johnnykerk .challenge .select, .dark .pm-window-johnnykerk .challenge .select, .pm-window-johnnykerk .challenge .buttonbar button, .dark .pm-window-johnnykerk .challenge .buttonbar button {
- background: #552583 !important;
- border-color: #FDB927 !important;
- color: #FDB927 !important;
- text-shadow: 0px -1px black !important
- }
- .pm-window-johnnykerk .challenge .select:hover, .dark .pm-window-johnnykerk .challenge .select:hover, .pm-window-johnnykerk .challenge .buttonbar button:hover, .dark .pm-window-johnnykerk .challenge .buttonbar button:hover {
- border-color: #FDB927 !important
- }
- .pm-window-johnnykerk .challenge label, .dark .pm-window-johnnykerk .challenge label {
- color: #FDB927
- }
- .pm-window-johnnykerk .challenge .teamselect:disabled, .dark .pm-window-johnnykerk .challenge .teamselect:disabled, .pm-window-johnnykerk .challenge .teamselect:disabled:hover, .dark .pm-window-johnnykerk .challenge .teamselect:disabled:hover {
- background: #552583 !important;
- color: #FDB927 !important;
- border-color: #FDB927 !important
- }
- .pm-window-vivilex .pm-minimized, .dark .pm-window-vivilex .pm-minimized {
- background: #193666 url("https://media.giphy.com/media/BZhu0J9I92INsBvG6n/giphy.gif") no-repeat left bottom !important;
- border: 1px solid #193666 !important
- }
- .pm-window-vivilex h3, .dark .pm-window-vivilex h3, .pm-window-vivilex .focused h3, .dark .pm-window-vivilex .focused h3, .pm-window-vivilex.focused h3:hover, .dark .pm-window-vivilex .focused h3:hover {
- background: #193666 url("https://media.giphy.com/media/BZhu0J9I92INsBvG6n/giphy.gif") no-repeat left bottom !important;
- color: #4b4ed2 !important;
- text-shadow: 0 1px 0 #212376 !important;
- border-color: #05152d !important
- }
- .pm-window-vivilex h3:hover, .dark .pm-window-vivilex h3:hover, .pm-window-vivilex.focused h3:hover, .dark .pm-window-vivilex.focused h3:hover {
- color: #4b4ed2 !important
- }
- .pm-window-vivilex.pm-notifying, .dark .pm-window-vivilex h3.pm-notifying {
- background: #193666 url("http://media.tumblr.com/tumblr_m5bu8uScmX1rqco7x.gif") no-repeat left bottom !important;
- border-color: #05152d !important
- }
- .pm-window-vivilex h3.pm-notifying:hover, .dark .pm-window-vivilex h3.pm-notifying:hover {
- background: #193666 url("http://media.tumblr.com/tumblr_m5bu8uScmX1rqco7x.gif") no-repeat left bottom !important;
- border-color: #05152d !important
- }
- .pm-window-vivilex h3 small, .dark .pm-window-vivilex h3 small {
- color: #000 !important
- }
- .pm-window-vivilex h3 .closebutton, .dark .pm-window-vivilex h3 .closebutton, .pm-window-vivilex h3 .minimizebutton, .dark .pm-window-vivilex h3 .minimizebutton, .pm-window-vivilex h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-vivilex h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-vivilex h3 .closebutton:hover .minimizebutton, .dark .pm-window-vivilex h3 .closebutton:hover .minimizebutton {
- color: #000 !important
- }
- .pm-window-vivilex h3 .closebutton:hover, .dark .pm-window-vivilex h3 .closebutton:hover, .pm-window-vivilex h3 .minimizebutton:hover, .dark .pm-window-vivilex h3 .minimizebutton:hover {
- color: #000 !important
- }
- .pm-window-vivilex .pm-log, .dark .pm-window-vivilex .pm-log, .pm-window-vivilex.focused .pm-log, .dark .pm-window-vivilex.focused .pm-log {
- background: url("https://vignette.wikia.nocookie.net/fategrandorder/images/6/6f/Cuchulainn4.png/revision/latest/scale-to-width-down/350?cb=20170207175807") center -50px no-repeat !important;
- color: #b6bbff !important;
- border-color: #000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-vivilex .pm-log a, .dark .pm-window-vivilex .pm-log a, .pm-window-vivilex .pm-log a:hover, .dark .pm-window-vivilex .pm-log a:hover, .pm-window-vivilex .pm-log a:focus, .dark .pm-window-vivilex .pm-log a:focus {
- color: #000 !important;
- text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF, 0 0 7px #FFF, 0 0 8px #FFF !important
- }
- .pm-window-vivilex .pm-log a:visited, .dark .pm-window-vivilex .pm-log a:visited {
- color: #000 !important;
- text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF, 0 0 7px #FFF, 0 0 8px #FFF !important
- }
- .pm-window-vivilex .pm-log .message-error, .dark .pm-window-vivilex .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-vivilex .pm-log .chat small, .dark .pm-window-vivilex .pm-log .chat small {
- color: #63e5e0 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-vivilex .pm-log-add, .dark .pm-window-vivilex .pm-log-add, .pm-window-vivilex.focused .pm-log-add, .dark .pm-window-vivilex.focused .pm-log-add {
- background: #112150 !important;
- border-color: #00063a !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-vivilex .pm-log-add .textbox, .dark .pm-window-vivilex .pm-log-add .textbox {
- background: #193666 !important;
- border-color: #000000 !important;
- color: #6fa8ff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-vivilex .pm-log-add .textbox:hover, .dark .pm-window-vivilex .pm-log-add .textbox:hover {
- background: #193666 !important;
- border-color: #000000 !important;
- color: #6fa8ff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-vivilex .pm-log-add .textbox:focus, .dark .pm-window-vivilex .pm-log-add .textbox:focus {
- background: #193666 !important;
- border-color: #000000 !important;
- color: #6fa8ff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-vivilex .challenge, .dark .pm-window-vivilex .challenge {
- background: #193666 !important;
- border-color: #000000 !important;
- border-top-color: #000000 !important;
- color: #6bacc5 !important;
- text-shadow: 0px 0px #000 !important
- }
- .pm-window-vivilex .challenge .select, .dark .pm-window-vivilex .challenge .select, .pm-window-vivilex .challenge .buttonbar button, .dark .pm-window-vivilex .challenge .buttonbar button {
- background: #6bacc5 !important;
- border-color: #4d90aa !important;
- color: #ffffff !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-vivilex .challenge .select:hover, .dark .pm-window-vivilex .challenge .select:hover, .pm-window-vivilex .challenge .buttonbar button:hover, .dark .pm-window-vivilex .challenge .buttonbar button:hover {
- background: #3668b5 !important;
- border-color: #224984 !important
- }
- .pm-window-vivilex .challenge label, .dark .pm-window-vivilex .challenge label {
- color: #000
- }
- .pm-window-vivilex .challenge .teamselect:disabled, .dark .pm-window-vivilex .challenge .teamselect:disabled, .pm-window-vivilex .challenge .teamselect:disabled:hover, .dark .pm-window-vivilex .challenge .teamselect:disabled:hover {
- background: #6bacc5 !important;
- color: #ffffff !important;
- border-color: #4d90aa !important
- }
- .pm-window-lunterik .pm-minimized, .dark .pm-window-lunterik .pm-minimized {
- color: #FA5353 !important;
- background: #000 url("https://www.serebii.net/pokedex-xy/icon/717.png") no-repeat !important;
- background-position: 215px -3px !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #D03131, 0 0 7px #D03131, 0 0 8px #D03131 !important;
- border: 1px solid #FFF !important
- }
- .pm-window-lunterik h3, .dark .pm-window-lunterik h3, .pm-window-lunterik .focused h3, .dark .pm-window-lunterik .focused h3, .pm-window-lunterik.focused h3:hover, .dark .pm-window-lunterik.focused h3:hover {
- color: #FA5353 !important;
- background: #000 url("https://www.serebii.net/pokedex-xy/icon/717.png") no-repeat !important;
- background-position: 215px -3px !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #D03131, 0 0 7px #D03131, 0 0 8px #D03131 !important;
- border: 1px solid #FFF !important
- }
- .pm-window-lunterik h3:hover, .dark .pm-window-lunterik h3:hover, .pm-window-lunterik.focused h3:hover, .dark .pm-window-lunterik.focused h3:hover {
- color: #000 !important
- }
- .pm-window-lunterik.pm-notifying, .dark .pm-window-lunterik h3.pm-notifying {
- color: #FA5353 !important;
- background: #000 url("https://www.serebii.net/pokedex-xy/icon/717.png") no-repeat !important;
- background-position: 215px -3px !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #D03131, 0 0 7px #D03131, 0 0 8px #D03131 !important;
- border: 1px solid #FFF !important
- }
- .pm-window-lunterik h3.pm-notifying:hover, .dark .pm-window-lunterik h3.pm-notifying:hover {
- color: #FA5353 !important;
- background: #000 url("https://www.serebii.net/pokedex-xy/icon/717.png") no-repeat !important;
- background-position: 215px -3px !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #D03131, 0 0 7px #D03131, 0 0 8px #D03131 !important;
- border: 1px solid #FFF !important
- }
- .pm-window-lunterik h3 small, .dark .pm-window-lunterik h3 small {
- color: #fff !important
- }
- .pm-window-lunterik h3 .closebutton, .dark .pm-window-lunterik h3 .closebutton, .pm-window-lunterik h3 .minimizebutton, .dark .pm-window-lunterik h3 .minimizebutton, .pm-window-lunterik h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-lunterik h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-lunterik h3 .closebutton:hover .minimizebutton, .dark .pm-window-lunterik h3 .closebutton:hover .minimizebutton {
- color: #fff !important
- }
- .pm-window-lunterik h3 .closebutton:hover, .dark .pm-window-lunterik h3 .closebutton:hover, .pm-window-lunterik h3 .minimizebutton:hover, .dark .pm-window-lunterik h3 .minimizebutton:hover {
- color: #fff !important
- }
- .pm-window-lunterik .pm-log, .dark .pm-window-lunterik .pm-log, .pm-window-lunterik.focused .pm-log, .dark .pm-window-lunterik.focused .pm-log {
- background: url("https://i.imgur.com/C5YxBaI.jpg") center no-repeat !important;
- color: #fff !important;
- border-color: #000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lunterik .pm-log a, .dark .pm-window-lunterik .pm-log a, .pm-window-lunterik .pm-log a:hover, .dark .pm-window-lunterik .pm-log a:hover, .pm-window-lunterik .pm-log a:focus, .dark .pm-window-lunterik .pm-log a:focus {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lunterik .pm-log a:visited, .dark .pm-window-lunterik .pm-log a:visited {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lunterik .pm-log .message-error, .dark .pm-window-lunterik .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lunterik .pm-log .chat small, .dark .pm-window-lunterik .pm-log .chat small {
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lunterik .pm-log-add, .dark .pm-window-lunterik .pm-log-add, .pm-window-lunterik.focused .pm-log-add, .dark .pm-window-lunterik.focused .pm-log-add {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lunterik .pm-log-add .textbox, .dark .pm-window-lunterik .pm-log-add .textbox {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lunterik .pm-log-add .textbox:hover, .dark .pm-window-lunterik .pm-log-add .textbox:hover {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lunterik .pm-log-add .textbox:focus, .dark .pm-window-lunterik .pm-log-add .textbox:focus {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-lunterik .challenge, .dark .pm-window-lunterik .challenge {
- background: url("https://i.imgur.com/7v0dpMq.jpg") center !important;
- border-color: #000000 !important;
- border-top-color: #000000 !important;
- color: #FFFFFF !important;
- text-shadow: 1px 1px #000 !important
- }
- .pm-window-lunterik .challenge .select, .dark .pm-window-lunterik .challenge .select, .pm-window-lunterik .challenge .buttonbar button, .dark .pm-window-lunterik .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #000000 !important;
- color: #FFFFFF !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-lunterik .challenge .select:hover, .dark .pm-window-lunterik .challenge .select:hover, .pm-window-lunterik .challenge .buttonbar button:hover, .dark .pm-window-lunterik .challenge .buttonbar button:hover {
- border-color: #000000 !important
- }
- .pm-window-lunterik .challenge label, .dark .pm-window-lunterik .challenge label {
- color: #FFF
- }
- .pm-window-lunterik .challenge .teamselect:disabled, .dark .pm-window-lunterik .challenge .teamselect:disabled, .pm-window-lunterik .challenge .teamselect:disabled:hover, .dark .pm-window-lunterik .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #FFFFFF !important
- }
- .pm-window-htaras .pm-minimized, .dark .pm-window-htaras .pm-minimized {
- background: #33ccff url("https://pldh.net/media/pokexycons/025.png") no-repeat !important;
- background-position: 220px -5px !important;
- border: 1px solid #fef43b !important
- }
- .pm-window-htaras h3, .dark .pm-window-htaras h3, .pm-window-htaras .focused h3, .dark .pm-window-htaras.focused h3, .pm-window-htaras.focused h3:hover, .dark .pm-window-htaras.focused h3:hover {
- background: #33ccff url("https://pldh.net/media/pokexycons/025.png") no-repeat !important;
- background-position: 220px -5px !important;
- color: #fef43b !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #fef43b !important
- }
- .pm-window-htaras h3:hover, .dark .pm-window-htaras h3:hover, .pm-window-htaras.focused h3:hover, .dark .pm-window-htaras.focused h3:hover {
- color: #fef43b !important
- }
- .pm-window-htaras .pm-notifying, .dark .pm-window-htaras h3.pm-notifying {
- background: #fef43b url("https://pldh.net/media/pokecons_action/025.gif") no-repeat !important;
- background-position: 220px -8px !important;
- color: #eed009 !important;
- border-color: #33ccff !important
- }
- .pm-window-htaras h3.pm-notifying:hover, .dark .pm-window-htaras h3.pm-notifying:hover {
- background: #fef43b url("https://pldh.net/media/pokecons_action/025.gif") no-repeat !important;
- background-position: 220px -8px !important;
- color: #2f57e8 !important;
- border-color: #33ccff !important
- }
- .pm-window-htaras h3 small, .dark .pm-window-htaras h3 small {
- color: #fef43b !important
- }
- .pm-window-htaras h3 .closebutton, .dark .pm-window-htaras h3 .closebutton, .pm-window-htaras h3 .minimizebutton, .dark .pm-window-htaras h3 .minimizebutton, .pm-window-htaras h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-htaras h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-htaras h3 .closebutton:hover .minimizebutton, .dark .pm-window-htaras h3 .closebutton:hover .minimizebutton {
- color: #fe7762 !important
- }
- .pm-window-htaras h3 .closebutton:hover, .dark .pm-window-htaras h3 .closebutton:hover, .pm-window-htaras h3 .minimizebutton:hover, .dark .pm-window-htaras h3 .minimizebutton:hover {
- color: #fef43b !important
- }
- .pm-window-htaras .pm-log, .dark .pm-window-htaras .pm-log, .pm-window-htaras.focused .pm-log, .dark .pm-window-htaras.focused .pm-log {
- background: url("https://giffiles.alphacoders.com/398/3987.gif") top;
- background-size: 300px 300px;
- color: #fef43b !important;
- border-color: #fef43b !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-htaras .pm-log a, .dark .pm-window-htaras .pm-log a, .pm-window-htaras .pm-log a:hover, .dark .pm-window-htaras .pm-log a:hover, .pm-window-htaras .pm-log a:focus, .dark .pm-window-htaras .pm-log a:focus {
- color: #fef43b !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-htaras .pm-log a:visited, .dark .pm-window-htaras .pm-log a:visited {
- color: #fef43b !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-htaras .pm-log .message-error, .dark .pm-window-htaras .pm-log .message-error {
- color: #e82f2f !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-htaras .pm-log .chat small, .dark .pm-window-htaras .pm-log .chat small {
- color: #E39929 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-htaras .pm-log-add, .dark .pm-window-htaras .pm-log-add, .pm-window-htaras.focused .pm-log-add, .dark .pm-window-htaras.focused .pm-log-add {
- background: #33ccff !important;
- border-color: #fef43b !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-htaras .pm-log-add .textbox, .dark .pm-window-htaras .pm-log-add .textbox {
- background: #000000 !important;
- border-color: #fef43b !important;
- color: #fef43b !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-htaras .pm-log-add .textbox:hover, .dark .pm-window-htaras .pm-log-add .textbox:hover {
- background: #000000 !important;
- border-color: #fef43b !important;
- color: #fef43b !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-htaras .pm-log-add .textbox:focus, .dark .pm-window-htaras .pm-log-add .textbox:focus {
- background: #000000 !important;
- border-color: #fef43b !important;
- color: #fef43b !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-htaras .challenge, .dark .pm-window-htaras .challenge {
- background: #626262 !important;
- border-color: #fef43b !important;
- border-top-color: #fef43b !important;
- color: #33ccff !important;
- text-shadow: 1px 1px #626262 !important
- }
- .pm-window-htaras .challenge .select, .dark .pm-window-htaras .challenge .select, .pm-window-htaras .challenge .buttonbar button, .dark .pm-window-htaras .challenge .buttonbar button {
- background: #626262 !important;
- border-color: #f3e329 !important;
- color: #33ccff !important;
- text-shadow: 0px -1px black !important
- }
- .pm-window-htaras .challenge .select:hover, .dark .pm-window-htaras .challenge .select:hover, .pm-window-htaras .challenge .buttonbar button:hover, .dark .pm-window-htaras .challenge .buttonbar button:hover {
- border-color: #E39929 !important
- }
- .pm-window-htaras .challenge label, .dark .pm-window-htaras .challenge label {
- color: #33ccff
- }
- .pm-window-htaras .challenge .teamselect:disabled, .dark .pm-window-htaras .challenge .teamselect:disabled, .pm-window-htaras .challenge .teamselect:disabled:hover, .dark .pm-window-htaras .challenge .teamselect:disabled:hover {
- background: #626262 !important;
- color: #33ccff !important;
- border-color: #f3e329 !important
- }
- .pm-window-memomiguel h3 {
- color: #004182;
- border: 1px solid #111;
- background: #fff600 url("https://pldh.net/media/pokexycons/025.png") no-repeat 215px -6px
- }
- .pm-window-memomiguel h3:hover {
- color: #004182;
- border: 1px solid #111;
- background: #fff83f url("https://pldh.net/media/pokecons_action/025.gif") no-repeat 218px -10px
- }
- .pm-window-memomiguel.focused h3 {
- color: #004182;
- border: 1px solid #111;
- background: #ede510 url("https://pldh.net/media/pokexycons/025.png") no-repeat 215px -6px
- }
- .pm-window-memomiguel.focused h3:hover {
- color: #004182;
- border: 1px solid #111;
- background: #ede510 url("https://pldh.net/media/pokecons_action/025.gif") no-repeat 218px -10px
- }
- .pm-window-memomiguel .pm-notifying {
- border: 1px solid #00509b !important;
- background-color: #ff3200 !important
- }
- .pm-window-memomiguel .pm-log-add {
- background-color: #fff600
- }
- .pm-window-memomiguel.focused .pm-log-add {
- background-color: #fff600
- }
- .pm-window-memomiguel .textbox {
- background-color: #fcfcfc;
- color: #000
- }
- .pm-window-memomiguel.focused .textbox {
- background-color: #fcfcfc;
- color: #000
- }
- .pm-window-memomiguel .pm-log, .pm-window-memomiguel.focused .pm-log {
- background: url("https://orig00.deviantart.net/cb4d/f/2018/329/6/7/pfqp90y_by_azureimagedump-dcsv8f3.png") center no-repeat !important;
- color: #000;
- text-shadow: 1px 1px 4px #fff
- }
- .pm-window-syndempy .pm-minimized, .dark .pm-window-syndempy .pm-minimized {
- background: #3a5f0b url("https://www.serebii.net/pokedex-xy/icon/648.png") no-repeat !important;
- background-position: 215px -3px !important;
- border-color: #000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important;
- border: #000 !important
- }
- .pm-window-syndempy h3, .dark .pm-window-syndempy h3, .pm-window-syndempy .focused h3, .dark .pm-window-syndempy .focused h3, .pm-window-syndempy.focused h3:hover, .dark .pm-window-syndempy.focused h3:hover {
- background: #3a5f0b url("https://www.serebii.net/pokedex-xy/icon/648.png") no-repeat !important;
- color: #CCCCFF !important;
- background-position: 215px -3px !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important;
- border-color: #000000 !important
- }
- .pm-window-syndempy h3:hover, .dark .pm-window-syndempy h3:hover, .pm-window-syndempy.focused h3:hover, .dark .pm-window-syndempy.focused h3:hover {
- color: #CCCCFF !important
- }
- .pm-window-syndempy.pm-notifying, .dark .pm-window-syndempy h3.pm-notifying {
- background: #3a5f0b url("https://www.serebii.net/pokedex-xy/icon/648.png") no-repeat !important;
- background-position: 215px -3px !important;
- border-color: #000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important;
- border: #000 !important
- }
- .pm-window-syndempy h3.pm-notifying:hover, .dark .pm-window-syndempy h3.pm-notifying:hover {
- background: #3a5f0b url("https://www.serebii.net/pokedex-sm/icon/648-p.png") no-repeat !important;
- background-position: 215px -3px !important;
- border-color: #000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important;
- border: #000 !important
- }
- .pm-window-syndempy h3 small, .dark .pm-window-syndempy h3 small {
- color: #CCCCFF !important
- }
- .pm-window-syndempy h3 .closebutton, .dark .pm-window-syndempy h3 .closebutton, .pm-window-syndempy h3 .minimizebutton, .dark .pm-window-syndempy h3 .minimizebutton, .pm-window-syndempy h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-syndempy h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-syndempy h3 .closebutton:hover .minimizebutton, .dark .pm-window-syndempy h3 .closebutton:hover .minimizebutton {
- color: #fff !important
- }
- .pm-window-syndempy h3 .closebutton:hover, .dark .pm-window-syndempy h3 .closebutton:hover, .pm-window-syndempy h3 .minimizebutton:hover, .dark .pm-window-syndempy h3 .minimizebutton:hover {
- color: #fff !important
- }
- .pm-window-syndempy .pm-log, .dark .pm-window-syndempy .pm-log, .pm-window-syndempy.focused .pm-log, .dark .pm-window-syndempy.focused .pm-log {
- background: url("https://pli.io/2MTqSQ.jpg") center no-repeat !important;
- color: #fff !important;
- border-color: #000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #AE00FF, 0 0 7px #AE00FF, 0 0 8px #AE00FF !important
- }
- .pm-window-syndempy .pm-log a, .dark .pm-window-syndempy .pm-log a, .pm-window-syndempy .pm-log a:hover, .dark .pm-window-syndempy .pm-log a:hover, .pm-window-syndempy .pm-log a:focus, .dark .pm-window-syndempy .pm-log a:focus {
- color: #CCCCFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important
- }
- .pm-window-syndempy .pm-log a:visited, .dark .pm-window-syndempy .pm-log a:visited {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important
- }
- .pm-window-syndempy .pm-log .message-error, .dark .pm-window-syndempy .pm-log .message-error {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important
- }
- .pm-window-syndempy .pm-log .chat small, .dark .pm-window-syndempy .pm-log .chat small {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndempy .pm-log-add, .dark .pm-window-syndempy .pm-log-add, .pm-window-syndempy.focused .pm-log-add, .dark .pm-window-syndempy.focused .pm-log-add {
- background: #000000 !important;
- border-color: #000000 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important
- }
- .pm-window-syndempy .pm-log-add .textbox, .dark .pm-window-syndempy .pm-log-add .textbox {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #3EB74F !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important
- }
- .pm-window-syndempy .pm-log-add .textbox:hover, .dark .pm-window-syndempy .pm-log-add .textbox:hover {
- background: #CCCCFF !important;
- border-color: #FFFFFF !important;
- color: #CCCCFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndempy .pm-log-add .textbox:focus, .dark .pm-window-syndempy .pm-log-add .textbox:focus {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #3EB74F !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important
- }
- .pm-window-syndempy .challenge, .dark .pm-window-syndempy .challenge {
- background: #3a5f0b !important;
- border-color: #000000 !important;
- border-top-color: #FFFFFF !important;
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important
- }
- .pm-window-syndempy .challenge .select, .dark .pm-window-syndempy .challenge .select, .pm-window-syndempy .challenge .buttonbar button, .dark .pm-window-syndempy .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #FF0000, 0 0 7px #FF0000, 0 0 8px #FF0000 !important
- }
- .pm-window-syndempy .challenge .select:hover, .dark .pm-window-syndempy .challenge .select:hover, .pm-window-syndempy .challenge .buttonbar button:hover, .dark .pm-window-syndempy .challenge .buttonbar button:hover {
- border-color: #000000 !important
- }
- .pm-window-syndempy .challenge label, .dark .pm-window-syndempy .challenge label {
- color: #fff
- }
- .pm-window-syndempy .challenge .teamselect:disabled, .dark .pm-window-syndempy .challenge .teamselect:disabled, .pm-window-syndempy .challenge .teamselect:disabled:hover, .dark .pm-window-syndempy .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #fff !important
- }
- .pm-window-ntilikina .pm-minimized, .dark .pm-window-ntilikina .pm-minimized {
- background: rgb(131, 140, 134) url("https://www.serebii.net/pokedex-sm/icon/475.png") no-repeat !important;
- background-position: 215px -3px !important;
- border: 2px double #FFF !important
- }
- .pm-window-ntilikina h3, .dark .pm-window-ntilikina h3, .pm-window-ntilikina .focused h3, .dark .pm-window-ntilikina .focused h3, .pm-window-ntilikina.focused h3:hover, .dark .pm-window-ntilikina.focused h3:hover {
- background: rgb(131, 140, 134) url("https://www.serebii.net/pokedex-sm/icon/475.png") no-repeat !important;
- background-position: 215px -3px !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #FFFFFF !important
- }
- .pm-window-ntilikina h3:hover, .dark .pm-window-ntilikina h3:hover, .pm-window-ntilikina.focused h3:hover, .dark .pm-window-ntilikina.focused h3:hover {
- color: #FFF !important
- }
- .pm-window-ntilikina.pm-notifying, .dark .pm-window-ntilikina h3.pm-notifying {
- background: rgb(131, 140, 134) url("https://www.serebii.net/pokedex-sm/icon/475.png") no-repeat !important;
- background-position: 215px -3px !important;
- border-color: #000 !important
- }
- .pm-window-ntilikina h3.pm-notifying:hover, .dark .pm-window-ntilikina h3.pm-notifying:hover {
- background: rgb(131, 140, 134) url("https://www.serebii.net/pokedex-sm/icon/475.png") no-repeat !important;
- background-position: 215px -3px !important;
- border-color: #000 !important
- }
- .pm-window-ntilikina h3 small, .dark .pm-window-ntilikina h3 small {
- color: #FFF !important
- }
- .pm-window-ntilikina h3 .closebutton, .dark .pm-window-ntilikina h3 .closebutton, .pm-window-ntilikina h3 .minimizebutton, .dark .pm-window-ntilikina h3 .minimizebutton, .pm-window-ntilikina h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-ntilikina h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-ntilikina h3 .closebutton:hover .minimizebutton, .dark .pm-window-ntilikina h3 .closebutton:hover .minimizebutton {
- color: #FFF !important
- }
- .pm-window-ntilikina h3 .closebutton:hover, .dark .pm-window-ntilikina h3 .closebutton:hover, .pm-window-ntilikina h3 .minimizebutton:hover, .dark .pm-window-ntilikina h3 .minimizebutton:hover {
- color: #FFF !important
- }
- .pm-window-ntilikina .pm-log, .dark .pm-window-ntilikina .pm-log, .pm-window-ntilikina.focused .pm-log, .dark .pm-window-ntilikina.focused .pm-log {
- background: url("https://pli.io/2pHqRU.jpg") center no-repeat !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #07151E !important;
- text-shadow: 0 0 1px #1E5480, 0 0 3px #A5F2FC, 0 0 7px #1E5480 !important
- }
- .pm-window-ntilikina .pm-log a, .dark .pm-window-ntilikina .pm-log a, .pm-window-ntilikina .pm-log a:hover, .dark .pm-window-ntilikina .pm-log a:hover, .pm-window-ntilikina .pm-log a:focus, .dark .pm-window-ntilikina .pm-log a:focus {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ntilikina .pm-log a:visited, .dark .pm-window-ntilikina .pm-log a:visited {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ntilikina .pm-log .message-error, .dark .pm-window-ntilikina .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ntilikina .pm-log .chat small, .dark .pm-window-ntilikina .pm-log .chat small {
- color: #cbcccc !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ntilikina .pm-log-add, .dark .pm-window-ntilikina .pm-log-add, .pm-window-ntilikina.focused .pm-log-add, .dark .pm-window-ntilikina.focused .pm-log-add {
- background: rgb(131, 140, 134) !important;
- border-color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ntilikina .pm-log-add .textbox, .dark .pm-window-ntilikina .pm-log-add .textbox {
- background: rgb(131, 140, 134) !important;
- border-color: #FFFFFF !important;
- color: #cbcccc !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ntilikina .pm-log-add .textbox:hover, .dark .pm-window-ntilikina .pm-log-add .textbox:hover {
- background: rgb(131, 140, 134) !important;
- border-color: #FFFFFF !important;
- color: #cbcccc !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ntilikina .pm-log-add .textbox:focus, .dark .pm-window-ntilikina .pm-log-add .textbox:focus {
- background: rgb(131, 140, 134) !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ntilikina .challenge, .dark .pm-window-ntilikina .challenge {
- background: #cbcccc !important;
- border-color: #FFFFFF !important;
- border-top-color: #000000 !important;
- color: #FFFFFF !important;
- text-shadow: 1px 1px #000 !important
- }
- .pm-window-ntilikina .challenge .select, .dark .pm-window-ntilikina .challenge .select, .pm-window-ntilikina .challenge .buttonbar button, .dark .pm-window-ntilikina .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- border-radius: 17px !important;
- color: #FFFFFF !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-ntilikina .challenge .select:hover, .dark .pm-window-doxoperoaa .challenge .select:hover, .pm-window-ntilikina .challenge .buttonbar button:hover, .dark .pm-window-ntilikina .challenge .buttonbar button:hover {
- border-color: #FFFFFF !important
- }
- .pm-window-ntilikina .challenge label, .dark .pm-window-ntilikina .challenge label {
- color: #FFF
- }
- .pm-window-ntilikina .challenge .teamselect:disabled, .dark .pm-window-ntilikina .challenge .teamselect:disabled, .pm-window-ntilikina .challenge .teamselect:disabled:hover, .dark .pm-window-ntilikina .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #FFFFFF !important
- }
- .pm-window-syndyoshimitsu .pm-log, .pm-window-syndyoshimitsu.focused .pm-log {
- background: url("https://orig00.deviantart.net/52a6/f/2018/325/e/0/8hs0fuj_by_azureimagedump-dcsj34x.png");
- color: #fff;
- background-repeat: repeat;
- background-size: 400px 300px;
- background-position: -110px 0px
- }
- .pm-window-syndyoshimitsu .pm-log .chat {
- color: #000
- }
- .pm-window-syndyoshimitsu .pm-notifying {
- border: 1px solid #00509b !important;
- background-color: #0066ff !important
- }
- .pm-window-syndyoshimitsu .username {
- text-shadow: 0 1px 1px #777
- }
- .pm-window-syndyoshimitsu.focused h3, .pm-window-minimized h3, .pm-window-syndyoshimitsu h3:hover, .pm-window-syndyoshimitsu.focused h3:hover, .pm-window-syndyoshimitsu h3 {
- color: #ff00ff;
- border: 1px solid #111;
- background-color: #ffccff;
- background-image: url("https://pldh.net/media/pokecons_action/209.gif");
- background-repeat: no-repeat;
- background-position: 220px -11px
- }
- .pm-window-syndyoshimitsu h3 i {
- color: #ff99ff;
- text-shadow: 0 0 3px #000
- }
- .pm-window-syndyoshimitsu.focused .pm-log-add {
- background-color: #ff99ff
- }
- .pm-window-syndyoshimitsu .pm-log-add {
- background-color: #ff99ff
- }
- .pm-window-syndyoshimitsu.focused .textbox, .pm-window-syndyoshimitsu .textbox {
- background-color: #fff;
- color: #000
- }
- .pm-window-syndninjadier .pm-minimized, .dark .pm-window-syndninjadier .pm-minimized {
- background: rgba(0, 0, 128, 0.5) url("https://vgy.me/1ROEWW.gif") no-repeat !important;
- border: 2px double #FFF !important
- }
- .pm-window-syndninjadier h3, .dark .pm-window-syndninjadier h3, .pm-window-syndninjadier .focused h3, .dark .pm-window-syndninjadier .focused h3, .pm-window-syndninjadier.focused h3:hover, .dark .pm-window-syndninjadier.focused h3:hover {
- background: rgba(0, 0, 128, 0.5) !important;
- color: #FFF !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #FFFFFF !important
- }
- .pm-window-syndninjadier h3:hover, .dark .pm-window-syndninjadier h3:hover, .pm-window-syndninjadier.focused h3:hover, .dark .pm-window-syndninjadier.focused h3:hover {
- color: #FFF !important
- }
- .pm-window-syndninjadier.pm-notifying, .dark .pm-window-syndninjadier h3.pm-notifying {
- border-color: #000 !important
- }
- .pm-window-syndninjadier h3.pm-notifying:hover, .dark .pm-window-syndninjadier h3.pm-notifying:hover {
- border-color: #000 !important
- }
- .pm-window-syndninjadier h3 small, .dark .pm-window-syndninjadier h3 small {
- color: #FFF !important
- }
- .pm-window-syndninjadier h3 .closebutton, .dark .pm-window-syndninjadier h3 .closebutton, .pm-window-syndninjadier h3 .minimizebutton, .dark .pm-window-syndninjadier h3 .minimizebutton, .pm-window-syndninjadier h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-syndninjadier h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-syndninjadier h3 .closebutton:hover .minimizebutton, .dark .pm-window-syndninjadier h3 .closebutton:hover .minimizebutton {
- color: #FFF !important
- }
- .pm-window-syndninjadier h3 .closebutton:hover, .dark .pm-window-syndninjadier h3 .closebutton:hover, .pm-window-syndninjadier h3 .minimizebutton:hover, .dark .pm-window-syndninjadier h3 .minimizebutton:hover {
- color: #FFF !important
- }
- .pm-window-syndninjadier .pm-log, .dark .pm-window-syndninjadier .pm-log, .pm-window-syndninjadier.focused .pm-log, .dark .pm-window-syndninjadier.focused .pm-log {
- background: url("https://vgy.me/1ROEWW.gif") center no-repeat !important;
- color: #fff !important;
- border-color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndninjadier .pm-log a, .dark .pm-window-syndninjadier .pm-log a, .pm-window-syndninjadier .pm-log a:hover, .dark .pm-window-syndninjadier .pm-log a:hover, .pm-window-syndninjadier .pm-log a:focus, .dark .pm-window-syndninjadier .pm-log a:focus {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndninjadier .pm-log a:visited, .dark .pm-window-syndninjadier .pm-log a:visited {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndninjadier .pm-log .message-error, .dark .pm-window-syndninjadier .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndninjadier .pm-log .chat small, .dark .pm-window-syndninjadier .pm-log .chat small {
- color: #2AB255 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndninjadier .pm-log-add, .dark .pm-window-syndninjadier .pm-log-add, .pm-window-syndninjadier.focused .pm-log-add, .dark .pm-window-syndninjadier.focused .pm-log-add {
- border-color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndninjadier .pm-log-add .textbox, .dark .pm-window-syndninjadier .pm-log-add .textbox {
- border-color: #FFFFFF !important;
- color: #2AB255 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndninjadier .pm-log-add .textbox:hover, .dark .pm-window-syndninjadier .pm-log-add .textbox:hover {
- background: rgb(66, 147, 92) !important;
- border-color: #FFFFFF !important;
- color: #2AB255 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndninjadier .pm-log-add .textbox:focus, .dark .pm-window-syndninjadier .pm-log-add .textbox:focus {
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-syndninjadier .challenge, .dark .pm-window-syndninjadier .challenge {
- background: #2AB255 !important;
- border-color: #FFFFFF !important;
- border-top-color: #000000 !important;
- color: #FFFFFF !important;
- text-shadow: 1px 1px #000 !important
- }
- .pm-window-syndninjadier .challenge .select, .dark .pm-window-syndninjadier .challenge .select, .pm-window-syndninjadier .challenge .buttonbar button, .dark .pm-window-syndninjadier .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- border-radius: 17px !important;
- color: #FFFFFF !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-syndninjadier .challenge .select:hover, .dark .pm-window-doxoperoaa .challenge .select:hover, .pm-window-syndninjadier .challenge .buttonbar button:hover, .dark .pm-window-syndninjadier .challenge .buttonbar button:hover {
- border-color: #FFFFFF !important
- }
- .pm-window-syndninjadier .challenge label, .dark .pm-window-syndninjadier .challenge label {
- color: #FFF
- }
- .pm-window-syndninjadier .challenge .teamselect:disabled, .dark .pm-window-syndninjadier .challenge .teamselect:disabled, .pm-window-syndninjadier .challenge .teamselect:disabled:hover, .dark .pm-window-syndninjadier .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #FFFFFF !important
- }
- .pm-window-saraiayarza .pm-minimized, .dark .pm-window-saraiayarza .pm-minimized {
- background: #85929E url("https://www.serebii.net/pokedex-xy/icon/353.png") no-repeat !important;
- background-position: 215px -3px !important;
- border: 1px solid #FFF !important
- }
- .pm-window-saraiayarza h3, .dark .pm-window-saraiayarza h3, .pm-window-saraiayarza .focused h3, .dark .pm-window-saraiayarza .focused h3, .pm-window-saraiayarza.focused h3:hover, .dark .pm-window-saraiayarza.focused h3:hover {
- background: #85929E url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
- color: #FFF !important;
- background-position: 215px -3px !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #FFFFFF !important
- }
- .pm-window-saraiayarza h3:hover, .dark .pm-window-saraiayarza h3:hover, .pm-window-saraiayarza.focused h3:hover, .dark .pm-window-saraiayarza.focused h3:hover {
- color: #000 !important
- }
- .pm-window-saraiayarza.pm-notifying, .dark .pm-window-saraiayarza h3.pm-notifying {
- background: #95A5A6 url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
- background-position: 215px -3px !important;
- border-color: #000 !important
- }
- .pm-window-saraiayarza h3.pm-notifying:hover, .dark .pm-window-saraiayarza h3.pm-notifying:hover {
- background: #95A5A6 url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
- border-color: #FFF !important;
- background-position: 215px -3px !important
- }
- .pm-window-saraiayarza h3 small, .dark .pm-window-saraiayarza h3 small {
- color: #000 !important
- }
- .pm-window-saraiayarza h3 .closebutton, .dark .pm-window-saraiayarza h3 .closebutton, .pm-window-saraiayarza h3 .minimizebutton, .dark .pm-window-saraiayarza h3 .minimizebutton, .pm-window-saraiayarza h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-saraiayarza h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-saraiayarza h3 .closebutton:hover .minimizebutton, .dark .pm-window-saraiayarza h3 .closebutton:hover .minimizebutton {
- color: #FFF !important
- }
- .pm-window-saraiayarza h3 .closebutton:hover, .dark .pm-window-saraiayarza h3 .closebutton:hover, .pm-window-saraiayarza h3 .minimizebutton:hover, .dark .pm-window-saraiayarza h3 .minimizebutton:hover {
- color: #FFF !important
- }
- .pm-window-saraiayarza .pm-log, .dark .pm-window-saraiayarza .pm-log, .pm-window-saraiayarza.focused .pm-log, .dark .pm-window-saraiayarza.focused .pm-log {
- background: url("https://orig00.deviantart.net/7829/f/2018/326/4/2/vijpdtv_by_azureimagedump-dcso62j.png") center no-repeat !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #07151E !important;
- text-shadow: 0 0 1px #195656, 0 0 3px #349494, 0 0 7px #1E5480 !important;
- border-color: #000 !important
- }
- .pm-window-saraiayarza .pm-log a, .dark .pm-window-saraiayarza .pm-log a, .pm-window-saraiayarza .pm-log a:hover, .dark .pm-window-saraiayarza .pm-log a:hover, .pm-window-saraiayarza .pm-log a:focus, .dark .pm-window-saraiayarza .pm-log a:focus {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-saraiayarza .pm-log a:visited, .dark .pm-window-saraiayarza .pm-log a:visited {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-saraiayarza .pm-log .message-error, .dark .pm-window-saraiayarza .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-saraiayarza .pm-log .chat small, .dark .pm-window-saraiayarza .pm-log .chat small {
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-saraiayarza .pm-log-add, .dark .pm-window-saraiayarza .pm-log-add, .pm-window-saraiayarza.focused .pm-log-add, .dark .pm-window-saraiayarza.focused .pm-log-add {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-saraiayarza .pm-log-add .textbox, .dark .pm-window-saraiayarza .pm-log-add .textbox {
- background: #85929E !important;
- border-color: #063930 !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-saraiayarza .pm-log-add .textbox:hover, .dark .pm-window-saraiayarza .pm-log-add .textbox:hover {
- background: #95A5A6 !important;
- border-color: #063930 !important;
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-saraiayarza .pm-log-add .textbox:focus, .dark .pm-window-saraiayarza .pm-log-add .textbox:focus {
- background: #85929E !important;
- border-color: #063930 !important;
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-saraiayarza .challenge, .dark .pm-window-saraiayarza .challenge {
- background: url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/intermediary/f/e8355221-35e6-49b9-9bda-3a1226286b71/dcso61d-23734d7e-fdbd-49ed-ab71-2d265bbc6796.jpg") center no-repeat !important;
- border-color: #FFFFFF !important;
- border-top-color: #000000 !important;
- color: #FFFFFF !important;
- text-shadow: 1px 1px #000 !important
- }
- .pm-window-saraiayarza .challenge .select, .dark .pm-window-saraiayarza .challenge .select, .pm-window-saraiayarza .challenge .buttonbar button, .dark .pm-window-saraiayarza .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-saraiayarza .challenge .select:hover, .dark .pm-window-saraiayarza .challenge .select:hover, .pm-window-saraiayarza .challenge .buttonbar button:hover, .dark .pm-window-saraiayarza .challenge .buttonbar button:hover {
- border-color: #000000 !important
- }
- .pm-window-saraiayarza .challenge label, .dark .pm-window-saraiayarza .challenge label {
- color: #000
- }
- .pm-window-saraiayarza .challenge .teamselect:disabled, .dark .pm-window-saraiayarza .challenge .teamselect:disabled, .pm-window-saraiayarza .challenge .teamselect:disabled:hover, .dark .pm-window-saraiayarza .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #FFFFFF !important
- }
- .pm-window-ferno .pm-minimized, .dark .pm-window-ferno .pm-minimized {
- background: #85929E url("https://www.serebii.net/pokedex-xy/icon/353.png") no-repeat !important;
- background-position: 215px -3px !important;
- border: 1px solid #FFF !important
- }
- .pm-window-ferno h3, .dark .pm-window-ferno h3, .pm-window-ferno .focused h3, .dark .pm-window-ferno .focused h3, .pm-window-ferno.focused h3:hover, .dark .pm-window-ferno.focused h3:hover {
- background: #85929E url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
- color: #FFF !important;
- background-position: 215px -3px !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #FFFFFF !important
- }
- .pm-window-ferno h3:hover, .dark .pm-window-ferno h3:hover, .pm-window-ferno.focused h3:hover, .dark .pm-window-ferno.focused h3:hover {
- color: #000 !important
- }
- .pm-window-ferno.pm-notifying, .dark .pm-window-ferno h3.pm-notifying {
- background: #95A5A6 url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
- background-position: 215px -3px !important;
- border-color: #000 !important
- }
- .pm-window-ferno h3.pm-notifying:hover, .dark .pm-window-ferno h3.pm-notifying:hover {
- background: #95A5A6 url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
- border-color: #FFF !important;
- background-position: 215px -3px !important
- }
- .pm-window-ferno h3 small, .dark .pm-window-ferno h3 small {
- color: #000 !important
- }
- .pm-window-ferno h3 .closebutton, .dark .pm-window-ferno h3 .closebutton, .pm-window-ferno h3 .minimizebutton, .dark .pm-window-ferno h3 .minimizebutton, .pm-window-ferno h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-ferno h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-ferno h3 .closebutton:hover .minimizebutton, .dark .pm-window-ferno h3 .closebutton:hover .minimizebutton {
- color: #FFF !important
- }
- .pm-window-ferno h3 .closebutton:hover, .dark .pm-window-ferno h3 .closebutton:hover, .pm-window-ferno h3 .minimizebutton:hover, .dark .pm-window-ferno h3 .minimizebutton:hover {
- color: #FFF !important
- }
- .pm-window-ferno .pm-log, .dark .pm-window-ferno .pm-log, .pm-window-ferno.focused .pm-log, .dark .pm-window-ferno.focused .pm-log {
- background: url("https://orig00.deviantart.net/7829/f/2018/326/4/2/vijpdtv_by_azureimagedump-dcso62j.png") center no-repeat !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #07151E !important;
- text-shadow: 0 0 1px #195656, 0 0 3px #349494, 0 0 7px #1E5480 !important;
- border-color: #000 !important
- }
- .pm-window-ferno .pm-log a, .dark .pm-window-ferno .pm-log a, .pm-window-ferno .pm-log a:hover, .dark .pm-window-ferno .pm-log a:hover, .pm-window-ferno .pm-log a:focus, .dark .pm-window-ferno .pm-log a:focus {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ferno .pm-log a:visited, .dark .pm-window-ferno .pm-log a:visited {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ferno .pm-log .message-error, .dark .pm-window-ferno .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ferno .pm-log .chat small, .dark .pm-window-ferno .pm-log .chat small {
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ferno .pm-log-add, .dark .pm-window-ferno .pm-log-add, .pm-window-ferno.focused .pm-log-add, .dark .pm-window-ferno.focused .pm-log-add {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ferno .pm-log-add .textbox, .dark .pm-window-ferno .pm-log-add .textbox {
- background: #85929E !important;
- border-color: #063930 !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ferno .pm-log-add .textbox:hover, .dark .pm-window-ferno .pm-log-add .textbox:hover {
- background: #95A5A6 !important;
- border-color: #063930 !important;
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ferno .pm-log-add .textbox:focus, .dark .pm-window-ferno .pm-log-add .textbox:focus {
- background: #85929E !important;
- border-color: #063930 !important;
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-ferno .challenge, .dark .pm-window-ferno .challenge {
- background: url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/intermediary/f/e8355221-35e6-49b9-9bda-3a1226286b71/dcso61d-23734d7e-fdbd-49ed-ab71-2d265bbc6796.jpg") center no-repeat !important;
- border-color: #FFFFFF !important;
- border-top-color: #000000 !important;
- color: #FFFFFF !important;
- text-shadow: 1px 1px #000 !important
- }
- .pm-window-ferno .challenge .select, .dark .pm-window-ferno .challenge .select, .pm-window-ferno .challenge .buttonbar button, .dark .pm-window-ferno .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-ferno .challenge .select:hover, .dark .pm-window-ferno .challenge .select:hover, .pm-window-ferno .challenge .buttonbar button:hover, .dark .pm-window-ferno .challenge .buttonbar button:hover {
- border-color: #000000 !important
- }
- .pm-window-ferno .challenge label, .dark .pm-window-ferno .challenge label {
- color: #000
- }
- .pm-window-ferno .challenge .teamselect:disabled, .dark .pm-window-ferno .challenge .teamselect:disabled, .pm-window-ferno .challenge .teamselect:disabled:hover, .dark .pm-window-ferno .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #FFFFFF !important
- }
- .pm-window-triggerhappy948 .pm-minimized, .dark .pm-window-triggerhappy948 .pm-minimized {
- background: #58D68D url("https://www.serebii.net/pokedex-sm/icon/494.png") no-repeat !important;
- background-position: 215px -3px !important;
- border: 1px solid #FFF !important
- }
- .pm-window-triggerhappy948 h3, .dark .pm-window-triggerhappy948 h3, .pm-window-triggerhappy948 .focused h3, .dark .pm-window-triggerhappy948 .focused h3, .pm-window-triggerhappy948.focused h3:hover, .dark .pm-window-triggerhappy948.focused h3:hover {
- background: #58D68D url("https://www.serebii.net/pokedex-sm/icon/494.png") no-repeat !important;
- color: #FFF !important;
- background-position: 215px -3px !important;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
- border-color: #FFFFFF !important
- }
- .pm-window-triggerhappy948 h3:hover, .dark .pm-window-triggerhappy948 h3:hover, .pm-window-triggerhappy948.focused h3:hover, .dark .pm-window-triggerhappy948.focused h3:hover {
- color: #000 !important
- }
- .pm-window-triggerhappy948.pm-notifying, .dark .pm-window-triggerhappy948 h3.pm-notifying {
- background: #1E8449 url("https://www.serebii.net/pokedex-sm/icon/494.png") no-repeat !important;
- background-position: 215px -3px !important;
- border-color: #000 !important
- }
- .pm-window-triggerhappy948 h3.pm-notifying:hover, .dark .pm-window-triggerhappy948 h3.pm-notifying:hover {
- background: #1E8449 url("https://www.serebii.net/pokedex-sm/icon/494.png") no-repeat !important;
- border-color: #FFF !important;
- background-position: 215px -3px !important
- }
- .pm-window-triggerhappy948 h3 small, .dark .pm-window-triggerhappy948 h3 small {
- color: #000 !important
- }
- .pm-window-triggerhappy948 h3 .closebutton, .dark .pm-window-triggerhappy948 h3 .closebutton, .pm-window-triggerhappy948 h3 .minimizebutton, .dark .pm-window-triggerhappy948 h3 .minimizebutton, .pm-window-triggerhappy948 h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-triggerhappy948 h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-triggerhappy948 h3 .closebutton:hover .minimizebutton, .dark .pm-window-triggerhappy948 h3 .closebutton:hover .minimizebutton {
- color: #FFF !important
- }
- .pm-window-triggerhappy948 h3 .closebutton:hover, .dark .pm-window-triggerhappy948 h3 .closebutton:hover, .pm-window-triggerhappy948 h3 .minimizebutton:hover, .dark .pm-window-triggerhappy948 h3 .minimizebutton:hover {
- color: #FFF !important
- }
- .pm-window-triggerhappy948 .pm-log, .dark .pm-window-triggerhappy948 .pm-log, .pm-window-triggerhappy948.focused .pm-log, .dark .pm-window-triggerhappy948.focused .pm-log {
- background: url("https://orig00.deviantart.net/3347/f/2018/328/0/c/1cx2jec_by_azureimagedump-dcsri60.png") center no-repeat !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #07151E !important;
- text-shadow: 0 0 1px #1E5480, 0 0 3px #A5F2FC, 0 0 7px #1E5480 !important;
- border-color: #000 !important
- }
- .pm-window-triggerhappy948 .pm-log a, .dark .pm-window-triggerhappy948 .pm-log a, .pm-window-triggerhappy948 .pm-log a:hover, .dark .pm-window-triggerhappy948 .pm-log a:hover, .pm-window-triggerhappy948 .pm-log a:focus, .dark .pm-window-triggerhappy948 .pm-log a:focus {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-triggerhappy948 .pm-log a:visited, .dark .pm-window-triggerhappy948 .pm-log a:visited {
- color: #fff !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-triggerhappy948 .pm-log .message-error, .dark .pm-window-triggerhappy948 .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-triggerhappy948 .pm-log .chat small, .dark .pm-window-triggerhappy948 .pm-log .chat small {
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-triggerhappy948 .pm-log-add, .dark .pm-window-triggerhappy948 .pm-log-add, .pm-window-triggerhappy948.focused .pm-log-add, .dark .pm-window-triggerhappy948.focused .pm-log-add {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-triggerhappy948 .pm-log-add .textbox, .dark .pm-window-triggerhappy948 .pm-log-add .textbox {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-triggerhappy948 .pm-log-add .textbox:hover, .dark .pm-window-triggerhappy948 .pm-log-add .textbox:hover {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-triggerhappy948 .pm-log-add .textbox:focus, .dark .pm-window-triggerhappy948 .pm-log-add .textbox:focus {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 7px #000, 0 0 8px #000 !important
- }
- .pm-window-triggerhappy948 .challenge, .dark .pm-window-triggerhappy948 .challenge {
- background: url("https://orig00.deviantart.net/dc55/f/2018/328/d/4/grbi7zl_by_azureimagedump-dcsri6g.png") center no-repeat !important;
- border-color: #FFFFFF !important;
- border-top-color: #000000 !important;
- color: #FFFFFF !important;
- text-shadow: 1px 1px #000 !important
- }
- .pm-window-triggerhappy948 .challenge .select, .dark .pm-window-triggerhappy948 .challenge .select, .pm-window-triggerhappy948 .challenge .buttonbar button, .dark .pm-window-triggerhappy948 .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- color: #FFFFFF !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-triggerhappy948 .challenge .select:hover, .dark .pm-window-triggerhappy948 .challenge .select:hover, .pm-window-triggerhappy948 .challenge .buttonbar button:hover, .dark .pm-window-triggerhappy948 .challenge .buttonbar button:hover {
- border-color: #000000 !important
- }
- .pm-window-triggerhappy948 .challenge label, .dark .pm-window-triggerhappy948 .challenge label {
- color: #000
- }
- .pm-window-triggerhappy948 .challenge .teamselect:disabled, .dark .pm-window-triggerhappy948 .challenge .teamselect:disabled, .pm-window-triggerhappy948 .challenge .teamselect:disabled:hover, .dark .pm-window-triggerhappy948 .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #FFFFFF !important
- }
- .pm-window-noxiousmrmaraiste .pm-minimized, .dark .pm-window-noxiousmrmaraiste .pm-minimized {
- background: #000 url("https://www.serebii.net/pokedex-xy/icon/282.png") no-repeat !important;
- background-position: 215px -3px !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #000 !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
- border-color: #000 !important
- }
- .pm-window-noxiousmrmaraiste h3, .dark .pm-window-noxiousmrmaraiste h3, .pm-window-noxiousmrmaraiste .focused h3, .dark .pm-window-noxiousmrmaraiste .focused h3, .pm-window-noxiousmrmaraiste.focused h3:hover, .dark .pm-window-noxiousmrmaraiste.focused h3:hover {
- background: #000 url("https://www.serebii.net/pokedex-xy/icon/282.png") no-repeat !important;
- background-position: 215px -3px !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #000 !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
- border-color: #000 !important
- }
- .pm-window-noxiousmrmaraiste h3:hover, .dark .pm-window-noxiousmrmaraiste h3:hover, .pm-window-noxiousmrmaraiste.focused h3:hover, .dark .pm-window-noxiousmrmaraiste.focused h3:hover {
- color: #000 !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste.pm-notifying, .dark .pm-window-noxiousmrmaraiste h3.pm-notifying {
- background: #000 url("https://www.serebii.net/pokedex-xy/icon/282.png") no-repeat !important;
- background-position: 215px -3px !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #000 !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
- border-color: #000 !important
- }
- .pm-window-noxiousmrmaraiste h3.pm-notifying:hover, .dark .pm-window-noxiousmrmaraiste h3.pm-notifying:hover {
- background: #000 url("https://www.serebii.net/pokedex-xy/icon/282.png") no-repeat !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #000 !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
- border-color: #000 !important;
- background-position: 215px -3px !important
- }
- .pm-window-noxiousmrmaraiste h3 small, .dark .pm-window-noxiousmrmaraiste h3 small {
- color: #000 !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste h3 .closebutton, .dark .pm-window-noxiousmrmaraiste h3 .closebutton, .pm-window-noxiousmrmaraiste h3 .minimizebutton, .dark .pm-window-noxiousmrmaraiste h3 .minimizebutton, .pm-window-noxiousmrmaraiste h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-noxiousmrmaraiste h3 .closebutton:hover + .minimizebutton.minimizebutton, .pm-window-noxiousmrmaraiste h3 .closebutton:hover .minimizebutton, .dark .pm-window-noxiousmrmaraiste h3 .closebutton:hover .minimizebutton {
- color: #FFF !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste h3 .closebutton:hover, .dark .pm-window-noxiousmrmaraiste h3 .closebutton:hover, .pm-window-noxiousmrmaraiste h3 .minimizebutton:hover, .dark .pm-window-noxiousmrmaraiste h3 .minimizebutton:hover {
- color: #FFF !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .pm-log, .dark .pm-window-noxiousmrmaraiste .pm-log, .pm-window-noxiousmrmaraiste.focused .pm-log, .dark .pm-window-noxiousmrmaraiste.focused .pm-log {
- background: url("https://i.imgur.com/Nv0HAqQ.jpg") center no-repeat !important;
- order: 3 !important;
- font-weight: 900 !important;
- color: #000 !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
- border-color: #000 !important
- }
- .pm-window-noxiousmrmaraiste .pm-log a, .dark .pm-window-noxiousmrmaraiste .pm-log a, .pm-window-noxiousmrmaraiste .pm-log a:hover, .dark .pm-window-noxiousmrmaraiste .pm-log a:hover, .pm-window-noxiousmrmaraiste .pm-log a:focus, .dark .pm-window-noxiousmrmaraiste .pm-log a:focus {
- color: #fff !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .pm-log a:visited, .dark .pm-window-noxiousmrmaraiste .pm-log a:visited {
- color: #fff !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .pm-log .message-error, .dark .pm-window-noxiousmrmaraiste .pm-log .message-error {
- color: #DF6464 !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .pm-log .chat small, .dark .pm-window-noxiousmrmaraiste .pm-log .chat small {
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .pm-log-add, .dark .pm-window-noxiousmrmaraiste .pm-log-add, .pm-window-noxiousmrmaraiste.focused .pm-log-add, .dark .pm-window-noxiousmrmaraiste.focused .pm-log-add {
- background: #000000 !important;
- border-color: #FFFFFF !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .pm-log-add .textbox, .dark .pm-window-noxiousmrmaraiste .pm-log-add .textbox {
- background: #40E0D0 !important;
- border-color: #85929E !important;
- color: #FFFFFF !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .pm-log-add .textbox:hover, .dark .pm-window-noxiousmrmaraiste .pm-log-add .textbox:hover {
- background: #40E0D0 !important;
- border-color: #85929E !important;
- color: #fff !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .pm-log-add .textbox:focus, .dark .pm-window-noxiousmrmaraiste .pm-log-add .textbox:focus {
- background: #40E0D0 !important;
- border-color: #85929E !important;
- color: #fff !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .challenge, .dark .pm-window-noxiousmrmaraiste .challenge {
- background: url("https://i.imgur.com/q6DoBwM.png") center no-repeat !important;
- border-color: #FFFFFF !important;
- border-top-color: #000000 !important;
- color: #40E0D0 !important;
- text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
- }
- .pm-window-noxiousmrmaraiste .challenge .select, .dark .pm-window-noxiousmrmaraiste .challenge .select, .pm-window-noxiousmrmaraiste .challenge .buttonbar button, .dark .pm-window-noxiousmrmaraiste .challenge .buttonbar button {
- background: #000000 !important;
- border-color: #40E0D0 !important;
- color: #40E0D0 !important;
- text-shadow: 0px -1px #000 !important
- }
- .pm-window-noxiousmrmaraiste .challenge .select:hover, .dark .pm-window-noxiousmrmaraiste .challenge .select:hover, .pm-window-noxiousmrmaraiste .challenge .buttonbar button:hover, .dark .pm-window-noxiousmrmaraiste .challenge .buttonbar button:hover {
- border-color: #000000 !important
- }
- .pm-window-noxiousmrmaraiste .challenge label, .dark .pm-window-noxiousmrmaraiste .challenge label {
- color: #000
- }
- .pm-window-noxiousmrmaraiste .challenge .teamselect:disabled, .dark .pm-window-noxiousmrmaraiste .challenge .teamselect:disabled, .pm-window-noxiousmrmaraiste .challenge .teamselect:disabled:hover, .dark .pm-window-noxiousmrmaraiste .challenge .teamselect:disabled:hover {
- background: #000000 !important;
- color: #FFFFFF !important;
- border-color: #FFFFFF !important
- }
- /* More plugin like pets */
- .pets-infobox {
- border-radius: 3px;
- background: rgba(255, 248, 220, 0.2);
- border: 1px dashed blue;
- color: #000000;
- padding: 3px;
- margin-bottom: 5px
- }
- .dark .pets-infobox {
- border-radius: 3px;
- background: rgba(255, 248, 220, 0.2);
- border: 1px dashed #76bee3;
- color: lightblue;
- padding: 3px;
- margin-bottom: 5px
- }
- .dark .static-button {
- color: #000E68
- }
- .as-text {
- border: none;
- background: none
- }
- .ps-popup .card-button {
- transition: box-shadow 0.3s, filter 0.3s, background-color 0.2s;
- box-shadow: none
- }
- .ps-popup .card-button:hover {
- box-shadow: 0 0 10px gray
- }
- .dark .ps-popup .card-button:hover {
- box-shadow: 0 0 10px white
- }
- .ps-popup .card-button[style*="background-color"] {
- transition: filter 0.3s, box-shadow 0.3s;
- filter: brightness(100%)
- }
- .ps-popup .card-button[style*="background-color"]:hover {
- filter: brightness(85%)
- }
- .dark .ps-popup .card-button[style*="background-color"] {
- transition: filter 0.3s, box-shadow 0.3s;
- filter: brightness(85%)
- }
- .dark .ps-popup .card-button[style*="background-color"]:hover {
- filter: brightness(100%)
- }
- .ps-popup .card-button:active {
- box-shadow: 0 0 50px gray
- }
- .dark .ps-popup .card-button:active {
- box-shadow: 0 0 50px white
- }
- .ps-popup .card-button[style*="background-color: blue"], .ps-popup .card-button[style*="background-color: indigo"], .ps-popup .card-button[style*="background-color: brown"], .ps-popup .card-button[style*="background-color: blueviolet"], .ps-popup .card-button[style*="background-color: green"], .ps-popup .card-button[style*="background-color: red"] {
- color: white
- }
- .ps-room.ps-room-light.scrollable[id*="view-"] {
- background: #def0f1
- }
- .dark .ps-room.ps-room-light.scrollable[id*="view-"] {
- background: #1F2442;
- color: #B9C1F5
- }
- .ps-room.ps-room-light.scrollable .ps-popup {
- border: none;
- background: none;
- box-shadow: none;
- display: block;
- position: relative;
- padding: 5px 15px
- }
- /* Pets CSS Begin */
- .pets-infobox {
- border-radius: 3px;
- background:rgba(255, 248, 220, 0.2);
- border: 1px dashed blue;
- color: #000000;
- padding: 3px;
- margin-bottom: 5px
- }
- .dark .pets-infobox {
- border-radius: 3px;
- background:rgba(255, 248, 220, 0.2);
- border: 1px dashed #76bee3;
- color: lightblue;
- padding: 3px;
- margin-bottom: 5px
- }
- .dark .static-button {
- color: #000E68
- }
- .as-text {
- border: none;
- background: none
- }
- .ps-popup .card-button {
- transition: box-shadow 0.3s, filter 0.3s, background-color 0.2s;
- box-shadow: none;
- }
- .ps-popup .card-button:hover {
- box-shadow: 0 0 10px gray;
- }
- .dark .ps-popup .card-button:hover {
- box-shadow: 0 0 10px white;
- }
- .ps-popup .card-button[style*='background-color'] {
- transition: filter 0.3s, box-shadow 0.3s;
- filter: brightness(100%);
- }
- .ps-popup .card-button[style*='background-color']:hover {
- filter: brightness(85%);
- }
- .dark .ps-popup .card-button[style*='background-color'] {
- transition: filter 0.3s, box-shadow 0.3s;
- filter: brightness(85%);
- }
- .dark .ps-popup .card-button[style*='background-color']:hover {
- filter: brightness(100%);
- }
- .ps-popup .card-button:active {
- box-shadow: 0 0 50px gray;
- }
- .dark .ps-popup .card-button:active {
- box-shadow: 0 0 50px white;
- }
- .ps-popup .card-button[style*="background-color: blue"],
- .ps-popup .card-button[style*="background-color: indigo"],
- .ps-popup .card-button[style*="background-color: brown"],
- .ps-popup .card-button[style*="background-color: blueviolet"],
- .ps-popup .card-button[style*="background-color: green"],
- .ps-popup .card-button[style*="background-color: red"] {
- color: white;
- }
- .ps-room.ps-room-light.scrollable[id*="view-"] {
- background:#def0f1;
- }
- .dark .ps-room.ps-room-light.scrollable[id*="view-"] {
- background:#1F2442;
- color:#B9C1F5;
- }
- .ps-room.ps-room-light.scrollable .ps-popup {
- border: none;
- background: none;
- box-shadow: none;
- display: block;
- position: relative;
- padding: 5px 15px;
- }
- /* Pets CSS End*/
- /* Plugin CSS START */
- .acceptbutton {
- background: #57DD38;
- border: none;
- border-radius: 5px;
- padding: 5px 8px;
- color: #FFF;
- }
- .declinebutton {
- background: #F24C4C;
- border: none;
- border-radius: 5px;
- padding: 5px 8px;
- color: #FFF;
- }
- .league-panel {
- background: #424242;
- padding: 5px;
- min-height: 30px;
- }
- .badge {
- background-color: #ECD8F3;
- border: 1px solid #CD98DF;
- border-radius: 5px;
- padding: 1px;
- }
- .league-chall-container {
- background: rgba(66, 66, 66, 0.5);
- border: 1px solid #222;
- border-radius: 5px;
- width: 100%;
- }
- .tourcard-btn {
- background:#333;
- padding:3px 12px;
- color:#088CC7;
- text-shadow:0 -1px 0 #000;
- border:1px solid #000
- }
- .tourcard-btn:hover {
- border-width:2px;
- border-color:#088CC7;
- padding:2px 11px;
- color:#1CA0E2
- }
- .nightclub {
- background:rgba(0,0,0,0.85);
- margin:-3px;
- text-shadow:0 0 2px #000;
- color:#FFF
- }
- .pollButton {
- background:#F8F8F8;
- color:#444;
- border:1px solid #AAA;
- margin:2px;
- padding-top:2px;
- padding-bottom:3px
- }
- .pollButton:hover {
- background:#F6F6F6;
- border-color:#337AB7;
- color:#276297
- }
- .rankladder-headers {
- background:#454E50;
- color:#FFF;
- text-shadow:1px 1px #262B2C,-1px 1px #262B2C;
- border:1px solid #222
- }
- .default-td {
- padding:5px;
- border:1px solid #222
- }
- .rankladder-tds {
- background:#FCFCFC
- }
- .rankladder-tds:hover {
- background:#EFEFEF
- }
- .first {
- background:#CFB53B;
- color:#645722;
- text-shadow:0 0 2px #F6EAB9;
- padding:8px
- }
- .first:hover {
- background:#D5BD5B
- }
- .second {
- background:silver;
- color:#5B5B5B;
- text-shadow:0 0 2px #EEE;
- padding:8px
- }
- .second:hover {
- background:#CACACA
- }
- .third {
- background:#CD7F32;
- color:#694725;
- text-shadow:0 0 2px #E4BA91;
- padding:8px
- }
- .third:hover {
- background:#CD9054
- }
- .card-th {
- background-color:#DCE9F9;
- text-shadow:0 1px 0 rgba(255,255,255,0.5);
- border:1px solid #CCC
- }
- .card-td {
- background:rgba(239,240,245,0.6);
- border:1px solid #CCC;
- border-radius:5px;
- text-align:center
- }
- .card-div {
- padding:5px;
- color:#333
- }
- .card-th:hover,.card-td:hover {
- color:#222
- }
- .card-button {
- margin:0 3px;
- transition: .3s background
- }
- .card-td button,.card-button {
- background:rgba(0,0,0,0.02);
- border:1px solid rgba(0,0,0,0.1);
- padding:5px 15px;
- transition: .3s background
- }
- .card-td button:hover,.card-button:hover {
- background:rgba(0,0,0,0.06)
- }
- .dark .card-button {
- margin:0 3px;
- color: #C0C8FF;
- transition: .3s background
- }
- .dark .card-td button,.dark .card-button {
- background:rgba(219,224,255,0.06);
- border:1px solid rgba(219,224,255,0.3);
- padding:5px 15px;
- transition: .3s background
- }
- .dark .card-td button:hover,.dark .card-button:hover {
- background:rgba(219,224,255,0.13)
- }
- .card-name {
- background-color:#DCE9F9;
- text-shadow:0 1px 0 rgba(255,255,255,0.5);
- font-size:25pt;
- font-weight:700;
- padding:12px 18px 10px;
- border:1px solid #CCC;
- color:#444
- }
- .sentence-container {
- background:#EEE;
- padding:4px;
- border-width:1px 15px;
- border-style:solid;
- border-color:#CCC;
- color:#333;
- text-shadow:1px 1px #FFF;
- font-weight:700;
- text-align:center
- }
- .tasks-th,.tasks-td {
- border:1px solid #803C6F;
- padding:3px 8px
- }
- .tasks-th {
- background:#FFE0A7;
- color:#803C6F;
- text-shadow:none;
- font-style:italic
- }
- .tasks-td:hover {
- background:rgba(255,255,255,0.3)
- }
- #selfassign-button {
- background:#A5E6E6;
- color:#074141;
- text-shadow:1px 0 1px rgba(255,255,255,0.8);
- border:1px solid #6BC1C1;
- padding:3px 7px
- }
- #selfassign-button:hover {
- background:#BDEBEB;
- border:1px solid #50B2B2
- }
- #close-button {
- background:#A6E6AD;
- color:#07400F;
- text-shadow:1px 0 1px rgba(255,255,255,0.8);
- border:1px solid #6BC37A;
- padding:3px 7px
- }
- #close-button:hover {
- background:#BDECBE;
- border:1px solid #51B351
- }
- #reopen-button {
- background:#A6A6E6;
- color:#070940;
- text-shadow:1px 0 1px rgba(255,255,255,0.8);
- border:1px solid #6B6BC3;
- padding:3px 7px
- }
- #reopen-button:hover {
- background:#BDBDEC;
- border:1px solid #5A51B3
- }
- #delete-button {
- background:#E6A6A6;
- color:#400707;
- text-shadow:1px 0 1px rgba(255,255,255,0.8);
- border:1px solid #C36B6B;
- padding:3px 7px
- }
- #delete-button:hover {
- background:#ECBDBD;
- border:1px solid #B35151
- }
- .poll summary::-webkit-details-marker {
- color:#1D9FF0;
- font-size:110%;
- margin-right:2px
- }
- .poll summary:focus {
- outline-style:none
- }
- .pm-window-servernews .chatbox {
- display:none
- }
- .pm-window-advertisements .chatbox {
- display:none
- }
- .pm-window-devsuggestions .chatbox {
- display:none!important
- }
- .gangth {
- background:#494669;
- border:1px solid #B0ADD5;
- padding:5px 15px;
- text-align:center;
- font-size:13pt;
- font-family:sans-serif;
- color:#fff
- }
- .gangtd {
- background:url(https://i.imgur.com/w6Fn1hR.png);
- border:1px solid #B0ADD5;
- padding:4px;
- text-align:center;
- font-size:11pt;
- font-family:sans-serif;
- color: #000000;
- }
- .gangbtn {
- background:#71C973;
- border:1px solid #05DC0C;
- padding:4px 20px 6px;
- color:#fff;
- text-shadow:0 1px 1px rgba(0,0,0,0.8)
- }
- .gangbtn:hover {
- background:#85CE87;
- padding:5px 20px;
- box-shadow:none!important
- }
- .container:hover .overlay {
- opacity:1
- }
- .menugroup.azureintro {
- max-width: 100%;
- padding: 0;
- border: 1px solid #9C4E4E;
- border-radius: 0;
- color: #000;
- text-shadow: none;
- }
- .button.mainmenu2.azureintrobtn {
- border-left: none;
- border-top: none;
- }
- .dark .menugroup.azureintro {
- max-width: 100%;
- padding: 0;
- border: 1px solid #9C4E4E;
- border-radius: 0;
- color: #fff;
- text-shadow: none;
- }
- .dark .button.mainmenu2.azureintrobtn {
- border-left: none;
- border-top: none;
- color: #fff;
- text-shadow: #000 0px 0px 10px;
- }
- /* Plugin CSS END */
- /* Rename PSPL category */
- .roomlist a {
- display: none;
- }
- .roomlist a + div:before {
- content: 'Official Leagues';
- color: #000;
- font-size: 1.5em;
- font-weight: bold;
- display: block;
- margin: .83em 0;
- }
- .dark .roomlist a + div:before {
- color: #EEE;
- text-shadow: 0 1px 0#000;
- }
- /* END Rename PSPL category */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement