Advertisement
sparkychild

Untitled

Mar 1st, 2020
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 498.62 KB | None | 0 0
  1. /*LIGHT MODE*/
  2.  
  3. /* Header & Background */
  4.  
  5. body {
  6. background: url(https://i.imgur.com/0mpmR6M.png) !important;
  7. background-size: cover;
  8. }
  9.  
  10. .header {
  11. background-image: url(https://i.imgur.com/bXldRgx.png) !important;
  12. background-size: contain;
  13. background-repeat: no-repeat;
  14. }
  15.  
  16. .tabbar a.button {
  17. 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%);
  18. color: #E0F6F3;
  19. font-weight: bold;
  20. box-shadow: none;
  21. border: #c19e67 solid 1px;
  22. border-bottom-right-radius: 0px;
  23. border-bottom-left-radius: 0px;
  24. border-top-left-radius: 12px;
  25. border-top-right-radius: 12px;
  26. text-shadow: 1px 1px 1px black;
  27. }
  28.  
  29. .tabbar a.button:hover {
  30. 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%);
  31. color: #81F4E5;
  32. border: solid 1px #d1d1d1;
  33. }
  34.  
  35. .tabbar a.button.cur {
  36. 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%);
  37. color: #E0F6F3;
  38. font-weight: bold;
  39. border: #c19e67 solid 1px;
  40. }
  41.  
  42. .tabbar a.button.cur:hover {
  43. 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%);
  44. color: #81F4E5;
  45. font-weight: bold;
  46. border: solid 1px #d1d1d1;
  47. }
  48.  
  49. .tabbar a.button.subtle-notifying {
  50. color: #00F2D1;
  51. }
  52.  
  53. .tabbar a.button.notifying {
  54. 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%);
  55. font-weight: bold;
  56. font-style: italic;
  57. color: #00F2D1;
  58. border: #d1d1d1 solid 1px;
  59. }
  60.  
  61. .tabbar a.button.notifying:hover {
  62. 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%);
  63. color: #E0F6F3;
  64. }
  65.  
  66. .tabbar li:last-child a.button {
  67. border-top-right-radius: 12px;
  68. }
  69.  
  70. .tabbar li:first-child a.button {
  71. border-top-left-radius: 10px;
  72. }
  73.  
  74. .tabbar .closebutton {
  75. color: #E0F6F3;
  76. }
  77.  
  78. .tabbar .closebutton:hover {
  79. color: #00F2D1;
  80. }
  81.  
  82. .userbar button {
  83. 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%);
  84. color: #00F2D1;
  85. border: #d1d1d1 solid 1px;
  86. }
  87.  
  88. .userbar button:hover {
  89. 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%);
  90. color: #00F2D1;
  91. border-color: #d1d1d1;
  92. }
  93.  
  94. .maintabbarbottom {
  95. 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%);
  96. border: #e9d4b3 solid 1px;
  97. }
  98.  
  99. /* Menugroup */
  100.  
  101. .menugroup {
  102. 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%);
  103. border: 2px groove #81F4E5;
  104. border-radius: 20px;
  105. }
  106.  
  107. .menugroup label {
  108. color: #81F4E5 ;
  109. }
  110.  
  111. .menugroup button {
  112. 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%);
  113. box-shadow: none;
  114. color: #00F2D1 ;
  115. border: 2px groove #00F2D1 ;
  116. border-radius: 14px;
  117. text-shadow: 1px 1px 2px black;
  118. }
  119.  
  120. .menugroup button:hover {
  121. 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%);
  122. border: 2px groove #00F2D1 ;
  123. color: #00F2D1;
  124. border-radius: 14px;
  125. text-shadow: 1px 1px 2px black;
  126. }
  127.  
  128. .menugroup .select:disabled {
  129. 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%);
  130. border: #00F2D1 groove 2px;
  131. }
  132.  
  133. .teamselect:disabled strong {
  134. color: #00F2D1;
  135. text-shadow: 1px 1px 2px black;
  136. }
  137.  
  138. /* Footer CSS */
  139.  
  140. .mainmenufooter {
  141. 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%);
  142. box-shadow: none;
  143. border: #81F4E5 groove 2px ;
  144. border-radius: 14px;
  145. padding: 12px;
  146. text-shadow: none;
  147. color: #E0F6F3;
  148. }
  149.  
  150. .mainmenufooter a {
  151. color: #81F4E5;
  152. text-shadow: 0px 0px 2px black;
  153. }
  154.  
  155. .mainmenufooter a:hover {
  156. color: #E0F6F3
  157. ;
  158. }
  159.  
  160. /* Userlist & Chat */
  161.  
  162. .userlist {
  163. 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%);
  164. color: #00F2D1;
  165. text-shadow: 1px 1px 2px black;
  166. }
  167.  
  168. .userlist-count {
  169. 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%);
  170. text-align: center;
  171. }
  172.  
  173. .userlist li {
  174. border-color: #000066;
  175. }
  176.  
  177. .userlist li button:hover {
  178. 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%);
  179. text-shadow: 1px 1px 1px #81F4E5;
  180. }
  181.  
  182. .ps-room {
  183. border-color: #d1d1d1;
  184. }
  185.  
  186. .userlist li em.group {
  187. color: #81F4E5;
  188. }
  189.  
  190. .chat.mine {
  191. background: none;
  192. }
  193.  
  194. .infobox {
  195. border: solid 1px #d1d1d1;
  196. }
  197.  
  198. .chat-log {
  199. 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%);
  200. color: #000066;
  201. }
  202.  
  203. .chat-log .chat small {
  204. color: #000066;
  205. }
  206.  
  207. .chat-log-add .textbox {
  208. 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%);
  209. border: solid 1px #c19e67;
  210. border-radius: 14px;
  211. color: #000066;
  212. }
  213.  
  214. .chat-log-add {
  215. 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%);
  216. border: solid 1px #8f8f8f
  217. ;
  218. }
  219.  
  220. .highlighted {
  221. 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%);
  222. color: black;
  223. border-top-left-radius: 120px;
  224. border-bottom-left-radius: 120px;
  225. }
  226.  
  227. .message-pm {
  228. color: #000066;
  229. }
  230.  
  231. /* PM Box */
  232.  
  233. .pm-window h3 {
  234. 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%);
  235. color: #00F2D1;
  236. border-color: #d1d1d1;
  237. text-shadow: 1px 1px 1px black;
  238. }
  239.  
  240. .pm-window h3:hover {
  241. 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%);
  242. color: #E0F6F3;
  243. border-color: #d1d1d1;
  244. }
  245.  
  246. .pm-window.focused h3 {
  247. 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%);
  248. color: #81F4E5;
  249. border-color: #b68d4c
  250. ;
  251. }
  252.  
  253. .pm-window.focused h3:hover {
  254. 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%);
  255. color: #000066;
  256. border-color: #6b6b6b;
  257. }
  258.  
  259. .pm-window h3 small {
  260. color: #81F4E5;
  261. }
  262.  
  263. .pm-log-add {
  264. 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%);
  265. border-color: #6b6b6b
  266. ;
  267. }
  268.  
  269. .pm-window.focused .pm-log-add {
  270. 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%);
  271. border-color: #b68d4c
  272. ;
  273. }
  274.  
  275. .pm-window h3.pm-notifying {
  276. 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%);
  277. color: #81F4E5;
  278. border-color: #6b6b6b
  279. ;
  280. }
  281.  
  282. .pm-window h3.pm-notifying:hover {
  283. 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%);
  284. color: #000066;
  285. border-color: #6b6b6b
  286. ;
  287. }
  288.  
  289. .pm-window h3.pm-notifying small {
  290. color: #6b6b6b;
  291. }
  292.  
  293. .pm-log-add .textbox {
  294. 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%);
  295. border: solid 1px #7f6234;
  296. border-radius: 14px;
  297. color: #000066;
  298. }
  299.  
  300. .pm-log {
  301. 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%);
  302. color: #000066;
  303. border: none;
  304. }
  305.  
  306. .pm-window h3 .closebutton {
  307. color: #6b6b6b;
  308. }
  309.  
  310. .pm-window h3 .minimizebutton {
  311. color: #6b6b6b;
  312. }
  313.  
  314. .pm-window h3 .closebutton:hover {
  315. color: #E0F6F3;
  316. }
  317.  
  318. .pm-window h3 .minimizebutton:hover {
  319. color: #E0F6F3;
  320. }
  321.  
  322. .pm-window h3:hover .minimizebutton {
  323. color: #E0F6F3;
  324. }
  325.  
  326. .pm-window h3 .closebutton:hover+.minimizebutton {
  327. color: #6b6b6b ;
  328. }
  329.  
  330. /*.pm-log button {
  331. background: linear-gradient(-2deg, #0F1235, #4C5E84, #0F1235) ;
  332. color: #E6E6E6;
  333. border: #E6E6E6 solid 0.5px ;
  334. }
  335.  
  336. .pm-log button:hover {
  337. background: linear-gradient(2deg, #0F1235, #4C5E84, #0F1235) ;
  338. }*/
  339.  
  340. .challenge {
  341. 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%);
  342. color: #000066;
  343. border-color: #f3e2c7;
  344. }
  345.  
  346. .challenge .select {
  347. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  348. box-shadow: none;
  349. color: #000066;
  350. text-align: center;
  351. border: 2px groove #00F2D1;
  352. border-radius: 14px
  353. ;
  354. }
  355.  
  356. .challenge .select:hover {
  357. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  358. border: 2px groove #81F4E5;
  359. color: #000066;
  360. }
  361.  
  362. .challenge .teamselect:disabled strong {
  363. color: #000066;
  364. text-shadow: none;
  365. }
  366.  
  367. /*.challenge .select.teamselect.preselected {
  368. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  369. box-shadow: none;
  370. color: #000066;
  371. border-color: #710a0b;
  372. }
  373.  
  374. .challenge .select.teamselect.preselected:hover {
  375. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  376. border-color: #000066;
  377. }*/
  378.  
  379. .challenge .buttonbar button {
  380. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  381. box-shadow: none;
  382. color: #000066;
  383. border: #000066 solid 1px;
  384. border-radius: 14px;
  385. padding: 4px 8px;
  386. }
  387.  
  388. .challenge .buttonbar button:hover {
  389. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  390. }
  391.  
  392. /* Roomlist */
  393.  
  394. .ps-room-light.scrollable {
  395. 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%);
  396. color: #81F4E5;
  397. text-shadow: 2px 2px 2px #000;
  398. }
  399.  
  400. .ps-room.ps-room-light.scrollable .button {
  401. 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%);
  402. box-shadow: none;
  403. color: #81F4E5 ;
  404. border: 2px groove #81F4E5;
  405. border-radius: 20px;
  406. text-shadow: 1px 1px 1px #000;
  407. }
  408.  
  409. .ps-room.ps-room-light.scrollable .button:hover {
  410. 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%);
  411. border-color: #00F2D1;
  412. color: #00F2D1;
  413. }
  414.  
  415. .roomlist a.ilink {
  416. 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%);
  417. color: #000066;
  418. border-color: #E0F6F3;
  419. border-radius: 20px;
  420. padding: 4px 14px;
  421. text-shadow: none;
  422. }
  423.  
  424. .roomlist a.ilink:hover {
  425. 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%);
  426. color: #000066;
  427. border-color: #00F2D1;
  428. }
  429.  
  430. /* Popup */
  431.  
  432. .ps-popup {
  433. 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%);
  434. background-size: cover;
  435. box-shadow: 1px 1px 4px #000066;
  436. color: #000066;
  437. border-color: #000066;
  438. border-radius: 30px;
  439. }
  440.  
  441. .popupmenu h3 {
  442. color: #81F4E5;
  443. }
  444.  
  445. .avatarlist button {
  446. border-color: #00F2D1;
  447. }
  448.  
  449. .avatarlist button:hover {
  450. box-shadow: none;
  451. border: none;
  452. background-color: #00F2D1;
  453. }
  454.  
  455. .effect-volume em {
  456. color: #E6E6E6
  457. ;
  458. }
  459.  
  460. .music-volume em {
  461. color: #E6E6E6
  462. ;
  463. }
  464.  
  465. .notif-volume em {
  466. color: #E6E6E6
  467. ;
  468. }
  469.  
  470. .ps-popup a {
  471. color: #fff
  472. ;
  473. }
  474.  
  475. .ps-popup hr {
  476. border-color: #000066
  477. ;
  478. }
  479.  
  480. .ps-popup select {
  481. 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%);
  482. color: #000066;
  483. text-shadow: none;
  484. border: #000066 solid 1px;
  485. border-radius: 24px;
  486. }
  487.  
  488. .ps-popup select:hover {
  489. 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%);
  490. border-color: #000066;
  491. }
  492.  
  493. .ps-popup button {
  494. background-color: #E0F6F3 ;
  495. color: #000066;
  496. text-shadow: none;
  497. border: #000066 solid 1px;
  498. border-radius: 24px
  499. ;
  500. }
  501.  
  502. .ps-popup button:hover {
  503. background-color: #81F4E5;
  504. border: 1px solid #000066;
  505. }
  506.  
  507. .ps-popup .buttonbar button {
  508. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  509. color: #000066;
  510. text-shadow: none;
  511. border: #000066 solid 1px;
  512. border-radius: 24px;
  513. }
  514.  
  515. .ps-popup .buttonbar button:hover {
  516. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  517. color: #000066;
  518. border: #000066 solid 1px;
  519. }
  520.  
  521. /* Ladder CSS */
  522.  
  523. .ladder th {
  524. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  525. color: #000066;
  526. border: #000066 solid 1px
  527. ;
  528. }
  529.  
  530. .ladder td {
  531. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  532. color: #000066 ;
  533. border: #000066 solid 1px
  534. ;
  535. }
  536.  
  537. .ladder td:hover {
  538. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  539. }
  540.  
  541. /* Teambuilder CSS */
  542.  
  543. .folderlist .foldersep:before {
  544. background: #bdbdbd;
  545. border-color: #000066;
  546. }
  547.  
  548. .folderlistafter:before {
  549. background: #bdbdbd;
  550. border-color: #000066
  551. ;
  552. }
  553.  
  554. .folderlistbefore:before {
  555. background: #bdbdbd;
  556. border-color: #000066
  557. ;
  558. }
  559.  
  560. .folderpane h3 {
  561. background: #bdbdbd;
  562. color: #000066;
  563. text-shadow: none;
  564. border-color: #000066
  565. ;
  566. }
  567.  
  568. .folder .selectFolder {
  569. background: #bdbdbd;
  570. color: #000066;
  571. text-shadow: none;
  572. border-color: #000066 ;
  573. }
  574.  
  575. .folder .selectFolder:hover {
  576. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  577. }
  578.  
  579. .folderpane i {
  580. color: #000066;
  581. }
  582.  
  583. .teambuilderformatselect {
  584. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  585. color: #000066 ;
  586. border: #000066 solid 1px;
  587. border-radius: 24px
  588. ;
  589. }
  590.  
  591. .teambuilderformatselect:hover {
  592. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  593. border: #000066 solid 1px ;
  594. }
  595.  
  596. .teamlist .team {
  597. 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%);
  598. box-shadow: none;
  599. text-shadow: none;
  600. color: #000066;
  601. padding: 0px;
  602. border: #81F4E5 groove 2px;
  603. border-radius: 25px
  604. ;
  605. }
  606.  
  607. .teamlist .team:hover {
  608. 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%);
  609. border: #000066 groove 2px;
  610. color: #000066;
  611. }
  612.  
  613. .teamlist button {
  614. color: #000066;
  615. }
  616.  
  617. .teamlist button:hover {
  618. background: #E0F6F3;
  619. box-shadow: none;
  620. color: #000066;
  621. border: #000066 solid 1px;
  622. border-radius: 25px
  623. ;
  624. }
  625.  
  626. /* .teambar button {
  627. 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;
  628. box-shadow: none;
  629. color: #000066;
  630. font-size: 10px;
  631. border-bottom-left-radius:12px;
  632. border-bottom-right-radius:12px;
  633. border: #a20e10 solid 1px
  634. }
  635.  
  636. .teambar button:hover {
  637. 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;
  638. border: #710a0b solid 1px
  639. }*/
  640.  
  641. .textbox.searchinput {
  642. background: #E0F6F3;
  643. border: #000066 solid 1px;
  644. color: #000066;
  645. border-radius: 12px;
  646. }
  647.  
  648. .pad button {
  649. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  650. box-shadow: none;
  651. color: #000066;
  652. border: #000066 solid 1px;
  653. border-radius: 10px;
  654. }
  655.  
  656. .pad button:hover {
  657. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  658. border: #000066 solid 1px
  659. ;
  660. }
  661.  
  662. .setmenu button {
  663. color: #000066;
  664. }
  665.  
  666. .setmenu button:hover {
  667. background: #710a0b;
  668. box-shadow: none;
  669. color: #bdbdbd;
  670. border: #710a0b solid 1px;
  671. border-radius: 24px
  672. ;
  673. }
  674.  
  675. .teamchartbox {
  676. border: none;
  677. text-shadow: none;
  678. color: #000066;
  679. }
  680.  
  681. .teamnameedit {
  682. background: #E0F6F3;
  683. box-shadow: none;
  684. color: #000066;
  685. border-color: #000066;
  686. border-radius: 12px;
  687. }
  688.  
  689. .teamnameedit:focus {
  690. background: #E0F6F3;
  691. box-shadow: none;
  692. color: #000066;
  693. }
  694.  
  695. .teamnameedit:hover {
  696. background: #E0F6F3;
  697. box-shadow: none;
  698. font-style: italic;
  699. border-color: #000066;
  700. }
  701.  
  702. .setchart {
  703. background-color: #bdbdbd;
  704. border-color: #000066;
  705. padding: 6px;
  706. border-radius: 12px;
  707. box-shadow: none
  708. ;
  709. }
  710.  
  711. .setchart label {
  712. color: #000066
  713. ;
  714. }
  715.  
  716. .setchart input {
  717. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  718. border: solid 1px #000066;
  719. border-radius: 12px;
  720. color: #000066;
  721. text-align: center;
  722. }
  723.  
  724. .setchart input:hover {
  725. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  726. border-color: #000066;
  727. color: #000066;
  728. }
  729.  
  730. .setchart-nickname label {
  731. background: none;
  732. color: #000066;
  733. border: none;
  734. }
  735.  
  736. .setchart-nickname input {
  737. 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%);
  738. border: solid 1px #000066;
  739. border-radius: 12px;
  740. text-align: center;
  741. color: #000066;
  742. }
  743.  
  744. .setchart-nickname input:focus {
  745. 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%);
  746. border: solid 1px #000066;
  747. border-radius: 12px;
  748. }
  749.  
  750. .setchart-nickname input:hover {
  751. 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%);
  752. border: solid 1px #000066;
  753. border-radius: 12px;
  754. }
  755.  
  756. .setdetails {
  757. 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%);
  758. border: solid 1px #000066;
  759. color: #000066;
  760. border-radius: 12px
  761. ;
  762. }
  763.  
  764. .setdetails:focus {
  765. 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%);
  766. border: solid 1px #000066;
  767. color: #000066;
  768. border-radius: 12px
  769. ;
  770. }
  771.  
  772. .setdetails:hover {
  773. 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%);
  774. color: #000066;
  775. border: solid 1px #000066
  776. border-radius: 12px
  777. ;
  778. }
  779.  
  780. .setstats {
  781. 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%);
  782. border: solid 1px #000066;
  783. border-radius: 12px;
  784. box-shadow: none;
  785. }
  786.  
  787. .setstats:focus {
  788. 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%);
  789. border: solid 1px #000066;
  790. border-radius: 12px
  791. ;
  792. }
  793.  
  794. .setstats:hover {
  795. 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%);
  796. border: solid 1px #000066;
  797. box-shadow: none;
  798. }
  799.  
  800. .statform input.inputform {
  801. background: #c19e67;
  802. border: solid 1px #000066;
  803. border-radius: 12px;
  804. color: #000066;
  805. box-shadow: none;
  806. text-align: center;
  807. }
  808.  
  809. .statform input.inputform:focus {
  810. background-color: #d1d1d1;
  811. border: solid 1px #000066;
  812. border-radius: 12px
  813. ;
  814. }
  815.  
  816. .statform input.inputform:hover {
  817. background-color: #d1d1d1;
  818. border: solid 1px #000066;
  819. color: #000066;
  820. }
  821.  
  822. .statform p.suggested button {
  823. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  824. box-shadow: none;
  825. color: #000066;
  826. border: #000066 solid 1px;
  827. border-radius: 10px;
  828. }
  829.  
  830. .statform p.suggested button:hover {
  831. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  832. border-color: #000066;
  833. color: #000066;
  834. }
  835.  
  836. .jslider .jslider-label {
  837. color: #000066;
  838. opacity: 1;
  839. }
  840.  
  841. select {
  842. background: #c19e67;
  843. box-shadow: none;
  844. color: #000066;
  845. border: #000066 solid 1px;
  846. border-radius: 12px;
  847. }
  848.  
  849. select:hover {
  850. background: #d1d1d1;
  851. }
  852.  
  853. .teambuilder-results .result a.cur {
  854. background: none;
  855. border: none;
  856. }
  857.  
  858. .result h3 {
  859. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  860. border-color: #000066;
  861. color: #000066;
  862. }
  863.  
  864. .utilichart .sortrow {
  865. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  866. border: solid 1px #000066;
  867. }
  868.  
  869. .utilichart .sortcol {
  870. background: linear-gradient(to bottom, rgba(182,141,76,1) 0%, rgba(243,226,199,1) 50%, rgba(182,141,76,1) 100%);
  871. color: #000066;
  872. border-color: #000066;
  873. }
  874.  
  875. .utilichart .sortcol:hover {
  876. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%,
  877. rgba(107,107,107,1) 100%);
  878. }
  879.  
  880. .utilichart .sortcol.numsortcol.cur {
  881. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  882. }
  883.  
  884. .utilichart .sortcol.numsortcol.cur:hover {
  885. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  886. }
  887.  
  888. .utilichart .sortcol.cur {
  889. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  890. }
  891.  
  892. .utilichart .sortcol.cur:hover {
  893. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  894. }
  895.  
  896. .resultheader h3 {
  897. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  898. border-color: #38226d;
  899. }
  900.  
  901. .setchart-nickname {
  902. 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%);
  903. border-radius: 8px;
  904. padding: 1px;
  905. border-color: #000066;
  906. }
  907.  
  908. span.col.namecol {
  909. text-shadow: none;
  910. }
  911.  
  912. span.col.itemdesccol {
  913. text-shadow: none;
  914. }
  915.  
  916. div.teambuilder-results {
  917. color: #000066;
  918. text-shadow: none;
  919. }
  920.  
  921. /* Battle CSS */
  922.  
  923. .ps-room.ps-room-opaque {
  924. }
  925.  
  926. .ps-room .battle-controls {
  927. 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%);
  928. padding: 12px 0px;
  929. }
  930.  
  931. .battle-log {
  932. 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%);
  933. border-color: #000066
  934. ;
  935. }
  936.  
  937. .battle-log-add {
  938. 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%);
  939. border: solid 1px #8f8f8f
  940. ;
  941. }
  942.  
  943. .battle-log h2 {
  944. 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%);
  945. color: #00F2D1;
  946. border: groove 1px #5c37b2;
  947. text-align: center
  948. ;
  949. }
  950.  
  951. .battle-log-add .textbox {
  952. 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%);
  953. border: solid 1px #c19e67;
  954. border-radius: 14px;
  955. color: #000066;
  956. }
  957.  
  958. .battle {
  959. border-color: #080024
  960. ;
  961. }
  962.  
  963. .leftbar {
  964. 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%);
  965. background-size: cover;
  966. background-position: center;
  967. color: #000066;
  968. border-color: #000066;
  969. }
  970.  
  971. .rightbar {
  972. 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%);
  973. background-size: cover;
  974. background-position: center;
  975. color: #000066;
  976. border-color: #000066
  977. ;
  978. }
  979.  
  980. .button {
  981. 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%);
  982. box-shadow: none;
  983. color: #000066;
  984. text-shadow: none;
  985. border: solid 1px #000066 ;
  986. border-radius: 12px;
  987. }
  988.  
  989. .button:hover {
  990. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  991. }
  992.  
  993. .battle-controls button {
  994. 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%);
  995. box-shadow: none;
  996. color: #00F2D1;
  997. text-shadow: 1px 1px 1px black;
  998. border: solid 1px #000066 ;
  999. border-radius: 5px
  1000. ;
  1001. }
  1002.  
  1003. .turn {
  1004. background: #00F2D1;
  1005. color: #000066;
  1006. border-color: #000066
  1007. ;
  1008. }
  1009.  
  1010. .switchmenu button.disabled {
  1011. 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%);
  1012. color: #000066 ;
  1013. text-shadow: 0px 0px 2px #00F2D1;
  1014. font-weight: bold;
  1015. border-color: #000066 ;
  1016. }
  1017.  
  1018. .battle-log .rated strong {
  1019. background: #E0F6F3;
  1020. box-shadow: none;
  1021. color: #000066;
  1022. text-shadow: none;
  1023. border: #000066 solid 1px;
  1024. border-radius: 10px
  1025. ;
  1026. }
  1027.  
  1028. div.pm-buttonbar {
  1029. display: none;
  1030. }
  1031.  
  1032.  
  1033. /* Tournament */
  1034.  
  1035. .tournament-title {
  1036. 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%);
  1037. color: #000066;
  1038. text-shadow: none
  1039. }
  1040.  
  1041. .tournament-status {
  1042. background: #b68d4c;
  1043. color: #000066;
  1044. border-color: #000066;
  1045. }
  1046.  
  1047. .tournament-toggle {
  1048. background: #b68d4c;
  1049. color: #000066;
  1050. border-color: #000066
  1051. }
  1052.  
  1053. .tournament-tools {
  1054. background: #b68d4c;
  1055. }
  1056.  
  1057. .tournament-tools .teamselect {
  1058. background: linear-gradient(to bottom, rgba(143,143,143,1) 0%, rgba(227,227,227,1) 53%, rgba(107,107,107,1) 100%);
  1059. box-shadow: none;
  1060. color: #000066;
  1061. border: solid 1px #000066;
  1062. border-radius: 20px;
  1063. }
  1064.  
  1065. .tournament-tools .teamselect:disabled strong {
  1066. color: #E6E6E6
  1067. }
  1068.  
  1069. .tournament-tools .teamselect:hover {
  1070. 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%);
  1071. border-color:#000066;
  1072. }
  1073.  
  1074. .tournament-wrapper {
  1075. border-color: #000066
  1076. }
  1077.  
  1078. .tournament-box {
  1079. border-color: #000066
  1080. }
  1081.  
  1082. .tournament-bracket {
  1083. 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%);
  1084. color: #000066;
  1085. }
  1086.  
  1087. span.username {
  1088. text-shadow: none;
  1089. }
  1090.  
  1091. /* Dark Theme */
  1092. /* Header & Background */
  1093.  
  1094. .dark body {
  1095. background-image: url(https://i.imgur.com/iZfMa5d.png) !important;
  1096. background-size: cover !important;
  1097. }
  1098.  
  1099. .header {
  1100. background-image: url(https://i.imgur.com/boKvjm4.png) !important;
  1101. }
  1102.  
  1103. div.pm-buttonbar {
  1104. display: none !important;
  1105. }
  1106.  
  1107. .dark .tabbar a.button {
  1108. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1109. color: #d3cadb !important;
  1110. box-shadow: none !important;
  1111. border: #000 solid 1px !important;
  1112. border-bottom-right-radius: 0px !important;
  1113. border-bottom-left-radius: 0px !important;
  1114. border-top-left-radius: 12px !important;
  1115. border-top-right-radius: 12px !important;
  1116. }
  1117.  
  1118. .dark .tabbar a.button:hover {
  1119. background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
  1120. color: #de8aff !important;
  1121. border: solid 1px #000 !important;
  1122. }
  1123.  
  1124. .dark .tabbar a.button.cur {
  1125. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1126. color: #fff !important;
  1127. font-weight: bold !important;
  1128. border: #0b001f solid 1px !important;
  1129. }
  1130.  
  1131. .dark .tabbar a.button.cur:hover {
  1132. background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
  1133. color: #de8aff !important;
  1134. font-weight: bold !important;
  1135. border: solid 1px #0b001f !important;
  1136. }
  1137.  
  1138. .dark .tabbar a.button.subtle-notifying {
  1139. color: #de8aff !important;
  1140. }
  1141.  
  1142. .dark .tabbar a.button.notifying {
  1143. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(135,0,189,1) 50%, rgba(0,0,0,1) 100%) !important;
  1144. font-weight: bold !important;
  1145. color: #fff !important;
  1146. border: #0b001f solid 1px !important;
  1147. }
  1148.  
  1149. .dark .tabbar a.button.notifying:hover {
  1150. background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
  1151. color: #fff !important;
  1152. border-color: #000 !important;
  1153. }
  1154.  
  1155. .dark .tabbar li:last-child a.button {
  1156. border-top-right-radius: 12px !important;
  1157. }
  1158.  
  1159. .dark .tabbar li:first-child a.button {
  1160. border-top-left-radius: 10px !important;
  1161. }
  1162.  
  1163. .dark .tabbar .closebutton {
  1164. color: #41298f !important;
  1165. }
  1166.  
  1167. .dark .tabbar .closebutton:hover {
  1168. color: #d3cadb !important;
  1169. }
  1170.  
  1171. .dark .userbar button {
  1172. background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
  1173. color: #8700bd !important;
  1174. border: #8700bd solid 1px !important;
  1175. }
  1176.  
  1177. .dark .userbar button:hover {
  1178. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1179. }
  1180.  
  1181. .dark .maintabbarbottom {
  1182. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1183. border: #000 solid 1px !important;
  1184. }
  1185.  
  1186. /* Menugroup */
  1187.  
  1188. .dark .menugroup {
  1189. 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;
  1190. border: 2px groove #de8aff !important;
  1191. border-radius: 20px !important;
  1192. }
  1193.  
  1194. .dark .menugroup label {
  1195. color: #de8aff !important;
  1196. }
  1197.  
  1198. .dark .menugroup button {
  1199. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(135,0,189,1) 50%, rgba(0,0,0,1) 100%) !important;
  1200. box-shadow: none !important;
  1201. color: #a38cff !important;
  1202. border: 2px groove #000 !important;
  1203. border-radius: 14px !important;
  1204. text-shadow:none !important;
  1205. }
  1206.  
  1207. .dark .menugroup button:hover {
  1208. background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
  1209. border: 2px groove #8700bd !important;
  1210. color: #d3cadb !important;
  1211. border-radius: 14px !important;
  1212. text-shadow:none !important;
  1213. }
  1214.  
  1215. .dark .menugroup .select:disabled {
  1216. background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
  1217. border: #310f9e groove 2px !important;
  1218. text-shadow:none !important;
  1219. }
  1220.  
  1221. .dark .menugroup .select:disabled:hover {
  1222. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1223. border: #000 groove 2px !important;
  1224. }
  1225.  
  1226. .dark .teamselect:disabled strong {
  1227. color: #a38cff !important;
  1228. }
  1229.  
  1230. /* Footer CSS */
  1231.  
  1232. .dark .mainmenufooter {
  1233. background: linear-gradient(to top, rgba(222,138,255,1) 0%, rgba(0,0,0,1) 50%, rgba(222,138,255,1) 100%) !important;
  1234. box-shadow: none !important;
  1235. padding: 6px !important;
  1236. border: #8700bd groove 2px !important;
  1237. border-radius: 14px !important;
  1238. }
  1239.  
  1240. .dark .mainmenufooter a {
  1241. color: #de8aff !important;
  1242. text-decoration: none !important;
  1243. }
  1244.  
  1245. .dark .mainmenufooter a:hover {
  1246. color: #8700bd !important;
  1247. }
  1248.  
  1249. /* Userlist & Chat */
  1250.  
  1251. .dark .userlist {
  1252. 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;
  1253. }
  1254.  
  1255. .dark .userlist-count {
  1256. background: #a38cff !important;
  1257. color: black !important;
  1258. }
  1259.  
  1260. .dark .userlist li {
  1261. border-color: #b051ff !important;
  1262. }
  1263.  
  1264. .dark .userlist li button:hover {
  1265. background: #a38cff !important;
  1266. }
  1267.  
  1268. .dark .ps-room {
  1269. border-color: #a38cff !important;
  1270. }
  1271.  
  1272. .dark .userlist li em.group {
  1273. color: #a38cff !important;
  1274. }
  1275.  
  1276. .dark .chat.mine {
  1277. background: none !important;
  1278. }
  1279.  
  1280. .dark .infobox {
  1281. border: solid 1px #a38cff !important;
  1282. }
  1283.  
  1284. .dark .chat-log {
  1285. 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;
  1286. color: #d3cadb !important;
  1287. text-shadow: none !important;
  1288. }
  1289.  
  1290. .dark .chat-log .chat small {
  1291. color: #d3cadb !important;
  1292. }
  1293.  
  1294. .dark .chat-log-add .textbox {
  1295. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1296. border: solid 1px #000 !important;
  1297. border-radius: 14px !important;
  1298. color: #fff !important;
  1299. }
  1300.  
  1301. .dark .chat-log-add {
  1302. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1303. border: solid 1px #000 !important;
  1304. }
  1305.  
  1306. .dark .highlighted {
  1307. 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;
  1308. color: #FFF !important;
  1309. border-top-left-radius: 120px !important;
  1310. border-bottom-left-radius: 120px !important;
  1311. }
  1312.  
  1313. .dark .message-pm {
  1314. color: #d3cadb !important;
  1315. }
  1316.  
  1317. /* PM Box */
  1318.  
  1319. .dark .pm-window h3 {
  1320. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1321. color: #ff1fae !important;
  1322. border-color: #000 !important;
  1323. text-shadow: 1px 1px 1px #0b001f !important;
  1324. }
  1325.  
  1326. .dark .pm-window h3:hover {
  1327. background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
  1328. color: #ff1fae !important;
  1329. border-color: #a38cff !important;
  1330. }
  1331.  
  1332. .dark .pm-window.focused h3 {
  1333. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1334. color: #d3cadb !important;
  1335. border-color: #000
  1336. !important;
  1337. }
  1338.  
  1339. .dark .pm-window.focused h3:hover {
  1340. background: linear-gradient(to top, rgba(222,138,255,1) 0%, rgba(0,0,0,1) 50%, rgba(222,138,255,1) 100%) !important;
  1341. color: #d3cadb !important;
  1342. border-color: #de8aff
  1343. !important;
  1344. }
  1345.  
  1346. .dark .pm-window h3 small {
  1347. color: #ff1fae !important;
  1348. }
  1349.  
  1350. .dark .pm-log-add {
  1351. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1352. border-color: #0b001f
  1353. !important;
  1354. }
  1355.  
  1356. .dark .pm-window.focused .pm-log-add {
  1357. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1358. border-color: #000
  1359. !important;
  1360. }
  1361.  
  1362. .dark .pm-window h3.pm-notifying {
  1363. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(135,0,189,1) 50%, rgba(0,0,0,1) 100%) !important;
  1364. color: #b051ff !important;
  1365. border-color: #220061
  1366. !important;
  1367. }
  1368.  
  1369. .dark .pm-window h3.pm-notifying:hover {
  1370. background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
  1371. color: #b051ff !important;
  1372. border-color: #8700bd
  1373. !important;
  1374. }
  1375.  
  1376. .dark .pm-window h3.pm-notifying small {
  1377. color: #d3cadb !important;
  1378. }
  1379.  
  1380. .dark .pm-log-add .textbox {
  1381. background: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(135,0,189,1) 50%, rgba(0,0,0,1) 100%) !important;
  1382. border: solid 1px #0b001f !important;
  1383. border-radius: 14px !important;
  1384. color: #d3cadb !important;
  1385. }
  1386.  
  1387. .dark .pm-log {
  1388. 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;
  1389. color: #d3cadb !important;
  1390. text-shadow: 1px 1px 1px #0b001f !important;
  1391. border: none !important;
  1392. }
  1393.  
  1394. .dark .pm-window h3 .closebutton {
  1395. color: #ff1fae
  1396. !important;
  1397. }
  1398.  
  1399. .dark .pm-window h3 .minimizebutton {
  1400. color: #ff1fae
  1401. !important;
  1402. }
  1403.  
  1404. .dark .pm-window h3 .closebutton:hover {
  1405. color: #b051ff
  1406. !important;
  1407. }
  1408.  
  1409. .dark .pm-window h3 .minimizebutton:hover {
  1410. color: #b051ff
  1411. !important;
  1412. }
  1413.  
  1414. .dark .pm-window h3:hover .minimizebutton {
  1415. color: #b051ff
  1416. !important;
  1417. }
  1418.  
  1419. .dark .pm-window h3 .closebutton:hover+.minimizebutton {
  1420. color: #b051ff !important;
  1421. }
  1422.  
  1423. .dark .pm-log button {
  1424. background: linear-gradient(-2deg, #0F1235, #4C5E84, #0F1235) !important;
  1425. color: #E6E6E6 !important;
  1426. border: #E6E6E6 solid 0.5px !important;
  1427. }
  1428.  
  1429. .dark .pm-log button:hover {
  1430. background: linear-gradient(2deg, #0F1235, #4C5E84, #0F1235) !important;
  1431. }
  1432.  
  1433. .dark .challenge {
  1434. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1435. color: #d3cadb !important;
  1436. border-color: #000 !important;
  1437. }
  1438.  
  1439. .dark .challenge .select {
  1440. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1441. box-shadow: none !important;
  1442. color: white !important;
  1443. text-shadow: none !important;
  1444. text-align: center !important;
  1445. border: 2px groove black !important;
  1446. border-radius: 14px
  1447. !important;
  1448. }
  1449.  
  1450. .dark .challenge .select:hover {
  1451. background: linear-gradient(to top, rgba(222,138,255,1) 0%, rgba(0,0,0,1) 50%, rgba(222,138,255,1) 100%) !important;
  1452. border: 2px solid #de8aff !important;
  1453. color: white !important;
  1454. box-shadow: none !important;
  1455. }
  1456.  
  1457. .dark .challenge .teamselect:disabled strong {
  1458. color: #b051ff !important;
  1459. }
  1460.  
  1461. .dark .challenge .select.teamselect.preselected {
  1462. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(222,138,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1463. box-shadow: none !important;
  1464. color: #310f9e !important;
  1465. border-color: #000
  1466. !important;
  1467. }
  1468.  
  1469. .dark .challenge .select.teamselect.preselected:hover {
  1470. background: linear-gradient(to top, rgba(222,138,255,1) 0%, rgba(0,0,0,1) 50%, rgba(222,138,255,1) 100%) !important;
  1471. border-color: #de8aff !important;
  1472. }
  1473.  
  1474. .dark .challenge .buttonbar button {
  1475. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1476. box-shadow: none !important;
  1477. color: #000 !important;
  1478. border: #000 solid 1px !important;
  1479. border-radius: 14px !important;
  1480. padding: 4px 8px !important;
  1481. }
  1482.  
  1483. .dark .challenge .buttonbar button:hover {
  1484. background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
  1485. color: white !important;
  1486. }
  1487.  
  1488. /* Roomlist */
  1489.  
  1490. .dark .ps-room-light.scrollable {
  1491. 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;
  1492. color: #ff1fae !important;
  1493. border-color: #0b001f !important;
  1494. text-shadow: 2px 2px 2px #000 !important;
  1495. }
  1496.  
  1497. .dark .ps-room.ps-room-light.scrollable .button {
  1498. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1499. box-shadow: none !important;
  1500. color: #b051ff !important;
  1501. border: 2px groove #000 !important;
  1502. border-radius: 28px !important;
  1503. text-shadow: 1px 1px 1px #000 !important;
  1504. }
  1505.  
  1506. .dark .ps-room.ps-room-light.scrollable .button:hover {
  1507. background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
  1508. }
  1509.  
  1510. .dark .roomlist a.ilink {
  1511. background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
  1512. color: #d3cadb !important;
  1513. border-color: #310f9e !important;
  1514. border-radius: 20px !important;
  1515. padding: 4px 14px !important;
  1516. text-shadow: 1px 1px 1px #000 !important;
  1517. }
  1518.  
  1519. .dark .roomlist a.ilink:hover {
  1520. background: linear-gradient(to top, rgba(49,15,158,1) 0%, rgba(34,0,97,1) 50%, rgba(49,15,158,1) 100%) !important;
  1521. color: #E6E6E6 !important;
  1522. border-color: #220061 !important;
  1523. }
  1524.  
  1525. /* Popup */
  1526.  
  1527. .dark .ps-popup {
  1528. background: linear-gradient(to top, rgba(135,0,189,1) 0%, rgba(0,0,0,1) 50%, rgba(135,0,189,1) 100%) !important;
  1529. background-size: cover !important;
  1530. box-shadow: 1px 1px 4px #0b001f !important;
  1531. color: #fff !important;
  1532. border-color: #0b001f !important;
  1533. border-radius: 30px !important;
  1534. }
  1535.  
  1536. .dark .popupmenu h3 {
  1537. color: #fff !important;
  1538. }
  1539.  
  1540. .dark .avatarlist button {
  1541. border-color: #fff
  1542. !important;
  1543. }
  1544.  
  1545. .dark .avatarlist button:hover {
  1546. background-color: #4C5E84 !important;
  1547. box-shadow: none !important;
  1548. border: none
  1549. !important;
  1550. }
  1551.  
  1552. .dark .effect-volume em {
  1553. color: #E6E6E6
  1554. !important;
  1555. }
  1556.  
  1557. .dark .music-volume em {
  1558. color: #E6E6E6
  1559. !important;
  1560. }
  1561.  
  1562. .dark .notif-volume em {
  1563. color: #E6E6E6
  1564. !important;
  1565. }
  1566.  
  1567. .dark .ps-popup a {
  1568. color: #E6E6E6
  1569. !important;
  1570. }
  1571.  
  1572. .dark .ps-popup hr {
  1573. border-color: #b051ff
  1574. !important;
  1575. }
  1576.  
  1577. .dark .ps-popup select {
  1578. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1579. color: white !important;
  1580. text-shadow: none !important;
  1581. border: #000 solid 1px !important;
  1582. border-radius: 24px !important;
  1583. }
  1584.  
  1585. .dark .ps-popup select:hover {
  1586. background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
  1587. border-color: #a38cff !important;
  1588. }
  1589.  
  1590. .dark .ps-popup button {
  1591. background-color: #a38cff !important;
  1592. color: #000 !important;
  1593. text-shadow: none !important;
  1594. border: #000 solid 1px !important;
  1595. border-radius: 24px !important;
  1596. }
  1597.  
  1598. .dark .ps-popup button:hover {
  1599. background-color: #de8aff !important;
  1600. border: #000 solid 1px !important;
  1601. }
  1602.  
  1603. .dark .ps-popup .buttonbar button {
  1604. background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(163,140,255,1) 50%, rgba(0,0,0,1) 100%) !important;
  1605. color: #000 !important;
  1606. text-shadow: none !important;
  1607. border: #000 solid 1px !important;
  1608. border-radius: 24px !important;
  1609. }
  1610.  
  1611. .dark .ps-popup .buttonbar button:hover {
  1612. background: linear-gradient(to top, rgba(163,140,255,1) 0%, rgba(0,0,0,1) 50%, rgba(163,140,255,1) 100%) !important;
  1613. color: #a38cff !important;
  1614. border: #a38cff solid 1px !important;
  1615. }
  1616.  
  1617. /* Ladder CSS */
  1618.  
  1619. .dark .ladder th {
  1620. background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
  1621. color: #ff1fae !important;
  1622. border: #0b001f solid 1px
  1623. !important;
  1624. }
  1625.  
  1626. .dark .ladder td {
  1627. background: linear-gradient(to top, rgba(34,0,97,1) 0%, rgba(49,15,158,1) 50%, rgba(34,0,97,1) 100%) !important;
  1628. color: #b051ff !important;
  1629. border: #220061 solid 1px
  1630. !important;
  1631. }
  1632.  
  1633. .dark .ladder td:hover {
  1634. background: #220061
  1635. !important;
  1636. }
  1637.  
  1638. /* Teambuilder CSS */
  1639.  
  1640. .dark .folderlist .foldersep:before {
  1641. background: #38226d !important;
  1642. border-color: #38226d !important;
  1643. }
  1644.  
  1645. .dark .folderlistafter:before {
  1646. background: #38226d !important;
  1647. border-color: #38226d !important;
  1648. }
  1649.  
  1650. .dark .folderlistbefore:before {
  1651. background: #38226d !important;
  1652. border-color: #38226d !important;
  1653. }
  1654.  
  1655. .dark .folderpane h3 {
  1656. background: #38226d !important;
  1657. color: #b051ff !important;
  1658. border-color: #38226d !important;
  1659. }
  1660.  
  1661. .dark .folder .selectFolder {
  1662. background: #38226d !important;
  1663. color: #b051ff !important;
  1664. border-color: #38226d !important;
  1665. }
  1666.  
  1667. .dark .folder .selectFolder:hover {
  1668. 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;
  1669. border-radius: 14px !important;
  1670. }
  1671.  
  1672. .dark .folderpane i {
  1673. color: #b051ff !important;
  1674. }
  1675.  
  1676. .dark .teambuilderformatselect {
  1677. background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
  1678. color: #ff1fae !important;
  1679. border: #0b001f solid 1px !important;
  1680. border-radius: 24px !important;
  1681. }
  1682.  
  1683. .dark .teambuilderformatselect:hover {
  1684. background: linear-gradient(to top, rgba(65,41,143,1) 0%, rgba(11,0,31,1) 50%, rgba(65,41,143,1) 100%) !important;
  1685. border: #41298f solid 1px !important;
  1686. }
  1687.  
  1688. .dark .teamlist .team {
  1689. background: #5c37b2 !important;
  1690. box-shadow: none !important;
  1691. text-shadow: none !important;
  1692. color: #ff1fae !important;
  1693. padding: 0px !important;
  1694. border: #38226d groove 2px !important;
  1695. border-radius: 25px !important;
  1696. }
  1697.  
  1698. .dark .teamlist .team:hover {
  1699. background: #38226d !important;
  1700. border: #5c37b2 groove 2px !important;
  1701. }
  1702.  
  1703. .dark .teamlist button {
  1704. color: #5c37b2 !important;
  1705. }
  1706.  
  1707. .dark .teamlist button:hover {
  1708. background: #4C5E84 !important;
  1709. box-shadow: none !important;
  1710. color: #E6E6E6 !important;
  1711. border: #E6E6E6 solid 1px !important;
  1712. border-radius: 25px !important;
  1713. }
  1714.  
  1715. .dark .teamchartbox {
  1716. border: none !important;
  1717. }
  1718.  
  1719. .dark .teambar button {
  1720. background: #38226d !important;
  1721. box-shadow: none !important;
  1722. color: #ff1fae !important;
  1723. font-size: 10px !important;
  1724. border-bottom-left-radius: 12px !important;
  1725. border-bottom-right-radius: 12px !important;
  1726. border: #5c37b2 solid 1px !important;
  1727. }
  1728.  
  1729. .dark .teambar button:hover {
  1730. background: #5c37b2 !important;
  1731. border: #38226d solid 1px !important;
  1732. }
  1733.  
  1734. .dark .textbox.searchinput {
  1735. background: #0b001f !important;
  1736. border: #41298f solid 1px !important;
  1737. color: #b051ff !important;
  1738. border-radius: 12px !important;
  1739. }
  1740.  
  1741. .dark .pad button {
  1742. background: #38226d !important;
  1743. box-shadow: none !important;
  1744. color: #ff1fae !important;
  1745. border: #220061 solid 1px !important;
  1746. border-radius: 10px !important;
  1747. }
  1748.  
  1749. .dark .pad button:hover {
  1750. background: #220061 !important;
  1751. border: #220061 solid 1px !important;
  1752. }
  1753.  
  1754. .dark .setmenu button {
  1755. color: #fff !important;
  1756. }
  1757.  
  1758. .dark .setmenu button:hover {
  1759. background: #220061 !important;
  1760. box-shadow: none !important;
  1761. color: #ff1fae !important;
  1762. border: #220061 solid 1px !important;
  1763. border-radius: 24px !important;
  1764. }
  1765.  
  1766. .dark .teamnameedit {
  1767. background: #220061 !important;
  1768. box-shadow: none !important;
  1769. color: #b051ff !important;
  1770. border-color: #5c37b2 !important;
  1771. border-radius: 12px !important;
  1772. }
  1773.  
  1774. .dark .teamnameedit:focus {
  1775. background: #0b001f !important;
  1776. box-shadow: none !important;
  1777. }
  1778.  
  1779. .dark .teamnameedit:hover {
  1780. background: #41298f !important;
  1781. box-shadow: none !important;
  1782. font-style: italic !important;
  1783. border-color: #41298f !important;
  1784. }
  1785.  
  1786. .dark .setchart {
  1787. background-color: #38226d !important;
  1788. border-color: #310f9e !important;
  1789. padding: 6px !important;
  1790. border-radius: 12px !important;
  1791. box-shadow: none !important;
  1792. }
  1793.  
  1794. .dark .setchart label {
  1795. color: #ff1fae !important;
  1796. }
  1797.  
  1798. .dark .setchart input {
  1799. background: linear-gradient(to left, rgba(8,0,36,1) 0%, rgba(176,81,255,1) 50%, rgba(8,0,36,1) 100%) !important;
  1800. border: solid 1px #38226d !important;
  1801. border-radius: 12px !important;
  1802. text-align: center !important;
  1803. }
  1804.  
  1805. .dark .setchart input:hover {
  1806. border: groove 1px #b051ff !important;
  1807. }
  1808.  
  1809. .dark .setchart-nickname label {
  1810. background: #38226d !important;
  1811. color: #ff1fae !important;
  1812. border: solid 1px #38226d !important;
  1813. border-radius: 12px !important;
  1814. }
  1815.  
  1816. .dark .setchart-nickname input {
  1817. background: linear-gradient(to left, rgba(8,0,36,1) 0%, rgba(176,81,255,1) 50%, rgba(8,0,36,1) 100%) !important;
  1818. border: solid 1px #38226d !important;
  1819. border-radius: 12px !important;
  1820. text-align: center !important;
  1821. }
  1822.  
  1823. .dark .setchart-nickname input:focus {
  1824. background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
  1825. background-size: cover !important;
  1826. border: solid 1px #080024 !important;
  1827. border-radius: 12px !important;
  1828. }
  1829.  
  1830. .dark .setchart-nickname input:hover {
  1831. background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
  1832. background-size: cover !important;
  1833. border: solid 1px #080024 !important;
  1834. border-radius: 12px !important;
  1835. }
  1836.  
  1837. .dark .setdetails {
  1838. background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
  1839. background-size: cover !important;
  1840. border: solid 1px #080024 !important;
  1841. border-radius: 12px !important;
  1842. }
  1843.  
  1844. .dark .setdetails:focus {
  1845. background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
  1846. border: solid 1px #310f9e !important;
  1847. border-radius: 12px !important;
  1848. }
  1849.  
  1850. .dark .setdetails:hover {
  1851. background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
  1852. background-size: cover !important;
  1853. border: solid 2px #310f9e !important;
  1854. }
  1855.  
  1856. .dark .setstats {
  1857. background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
  1858. background-size: cover !important;
  1859. border: solid 1px #080024 !important;
  1860. border-radius: 12px !important;
  1861. }
  1862.  
  1863. .dark .setstats:focus {
  1864. border: solid 1px #310f9e !important;
  1865. border-radius: 12px !important;
  1866. }
  1867.  
  1868. .dark .setstats:hover {
  1869. background-image: url(https://i.imgur.com/HuZ0XXe.jpg) !important;
  1870. background-size: cover !important;
  1871. border: solid 2px #310f9e !important;
  1872. }
  1873.  
  1874. .dark .statform input.inputform {
  1875. background: #310f9e !important;
  1876. border: solid 1px #220061 !important;
  1877. border-radius: 12px !important;
  1878. text-align: center !important;
  1879. }
  1880.  
  1881. .dark .statform input.inputform:focus {
  1882. background-color: #220061 !important;
  1883. border: solid 1px #b051ff !important;
  1884. border-radius: 12px !important;
  1885. }
  1886.  
  1887. .dark .statform input.inputform:hover {
  1888. background-color: #220061 !important;
  1889. border: solid 1px #b051ff !important;
  1890. }
  1891.  
  1892. .dark .statform p.suggested button {
  1893. background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
  1894. box-shadow: none !important;
  1895. color: #fff !important;
  1896. border: #0b001f solid 1px !important;
  1897. border-radius: 10px !important;
  1898. }
  1899.  
  1900. .dark .statform p.suggested button:hover {
  1901. background: linear-gradient(to top, rgba(65,41,143,1) 0%, rgba(11,0,31,1) 50%, rgba(65,41,143,1) 100%) !important;
  1902. border-color: #41298f !important;
  1903. }
  1904.  
  1905. .dark .jslider .jslider-label {
  1906. color: #E6E6E6 !important;
  1907. opacity: 1 !important;
  1908. }
  1909.  
  1910. .dark select {
  1911. background: #41298fv !important;
  1912. box-shadow: none !important;
  1913. color: #E6E6E6 !important;
  1914. border: #0b001f solid 1px !important;
  1915. border-radius: 12px !important;
  1916. }
  1917.  
  1918. .dark select:hover {
  1919. background: #310f9e !important;
  1920. }
  1921.  
  1922. .dark .teambuilder-results .result a.cur {
  1923. background: none !important;
  1924. border: none !important;
  1925. }
  1926.  
  1927. .dark .result h3 {
  1928. background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
  1929. border-color: #5c37b2 !important;
  1930. }
  1931.  
  1932. .dark .utilichart .sortrow {
  1933. background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
  1934. border: solid 1px #38226d !important;
  1935. }
  1936.  
  1937. .dark .utilichart .sortcol {
  1938. background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
  1939. color: #E6E6E6 !important;
  1940. border-color: #38226d !important;
  1941. }
  1942.  
  1943. .dark .utilichart .sortcol:hover {
  1944. background: #310f9e !important;
  1945. }
  1946.  
  1947. .dark .utilichart .sortcol.numsortcol.cur {
  1948. background: #220061 !important;
  1949. }
  1950.  
  1951. .dark .utilichart .sortcol.numsortcol.cur:hover {
  1952. background: #220061 !important;
  1953. }
  1954.  
  1955. .dark .utilichart .sortcol.cur {
  1956. background: #220061 !important;
  1957. }
  1958.  
  1959. .dark .utilichart .sortcol.cur:hover {
  1960. background: #220061 !important;
  1961. }
  1962.  
  1963. .dark .resultheader h3 {
  1964. background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
  1965. border-color: #38226d !important;
  1966. }
  1967.  
  1968. .dark .setchart-nickname {
  1969. background-color: #5c37b2 !important;
  1970. border-radius: 8px !important;
  1971. padding: 1px !important;
  1972. border-color: #38226d !important;
  1973. }
  1974.  
  1975. /* Battle CSS */
  1976.  
  1977. .dark .ps-room.ps-room-opaque {
  1978. background: #220061
  1979. !important;
  1980. }
  1981.  
  1982. .dark .ps-room .battle-controls {
  1983. background: #220061
  1984. !important;
  1985. }
  1986.  
  1987. .dark .battle-log {
  1988. background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
  1989. border-color: #0b001f
  1990. !important;
  1991. }
  1992.  
  1993. .dark .battle-log-add {
  1994. background: #0b001f !important;
  1995. border-color: #0b001f
  1996. !important;
  1997. }
  1998.  
  1999. .dark .battle-log h2 {
  2000. background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
  2001. color: #ff1fae !important;
  2002. border: groove 1px #5c37b2 !important;
  2003. text-align: center
  2004. !important;
  2005. }
  2006.  
  2007. .dark .battle-log-add .textbox {
  2008. background: linear-gradient(to top, rgba(49,15,158,1) 0%, rgba(34,0,97,1) 50%, rgba(49,15,158,1) 100%) !important;
  2009. box-shadow: none !important;
  2010. color: #ff1fae !important;
  2011. border-color: #310f9e !important;
  2012. border-radius: 12px
  2013. !important;
  2014. }
  2015.  
  2016. .dark .battle {
  2017. border-color: #080024
  2018. !important;
  2019. }
  2020.  
  2021. .dark .leftbar {
  2022. background-image: url(https://i.imgur.com/iFgNWy9.jpg) !important;
  2023. background-size: cover !important;
  2024. background-position: center !important;
  2025. color: #ff1fae !important;
  2026. border-color: #38226d !important;
  2027. }
  2028.  
  2029. .dark .rightbar {
  2030. background-image: url(https://i.imgur.com/UUCTKSJ.jpg) !important;
  2031. background-size: cover !important;
  2032. background-position: center !important;
  2033. color: #ff1fae !important;
  2034. border-color: #38226d
  2035. !important;
  2036. }
  2037.  
  2038. .dark .button {
  2039. background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
  2040. box-shadow: none !important;
  2041. color: #ff1fae !important;
  2042. text-shadow: none !important;
  2043. border: solid 1px #0b001f !important;
  2044. border-radius: 12px !important;
  2045. }
  2046.  
  2047. .dark .button:hover {
  2048. background: linear-gradient(to top, rgba(65,41,143,1) 0%, rgba(11,0,31,1) 50%, rgba(65,41,143,1) 100%) !important;
  2049. }
  2050.  
  2051. .dark .battle-controls button {
  2052. background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
  2053. box-shadow: none !important;
  2054. color: #ff1fae !important;
  2055. text-shadow: 1px 1px 1px black !important;
  2056. border: solid 1px #38226d !important;
  2057. border-radius: 5px
  2058. !important;
  2059. }
  2060.  
  2061. .dark .turn {
  2062. background: #38226d !important;
  2063. color: #ff1fae !important;
  2064. border-color: #b051ff
  2065. !important;
  2066. }
  2067.  
  2068. .dark .switchmenu button.disabled {
  2069. background: linear-gradient(to top, rgba(8,0,36,1) 0%, rgba(176,81,255,1) 50%, rgba(8,0,36,1) 100%) !important;
  2070. color: #080024 !important;
  2071. text-shadow: 0px 0px 2px #ff1fae !important;
  2072. font-weight: bold !important;
  2073. border-color: #080024 !important;
  2074. }
  2075.  
  2076. .dark .battle-log .rated strong {
  2077. background: #4C5E84 !important;
  2078. box-shadow: none !important;
  2079. color: #E6E6E6 !important;
  2080. text-shadow: none !important;
  2081. border: #E6E6E6 solid 1px !important;
  2082. border-radius: 10px
  2083. !important;
  2084. }
  2085.  
  2086. /* Tournament */
  2087.  
  2088. .dark .tournament-title {
  2089. background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
  2090. color: #ff1fae !important;
  2091. text-shadow: none
  2092. !important;
  2093. }
  2094.  
  2095. .dark .tournament-status {
  2096. background: #41298f !important;
  2097. color: #E6E6E6 !important;
  2098. border-color: #41298f
  2099. !important;
  2100. }
  2101.  
  2102. .dark .tournament-toggle {
  2103. background: #41298f !important;
  2104. color: #E6E6E6 !important;
  2105. border-color: #41298f
  2106. !important;
  2107. }
  2108.  
  2109. .dark .tournament-tools {
  2110. background: #310f9e !important;
  2111. }
  2112.  
  2113. .dark .tournament-tools .teamselect {
  2114. background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
  2115. box-shadow: none !important;
  2116. color: #E6E6E6 !important;
  2117. border: solid 1px #b051ff !important;
  2118. border-radius: 20px !important;
  2119. }
  2120.  
  2121. .dark .tournament-tools .teamselect:disabled strong {
  2122. color: #E6E6E6
  2123. !important;
  2124. }
  2125.  
  2126. .dark .tournament-tools .teamselect:hover {
  2127. background: linear-gradient(to top, rgba(8,0,36,1) 0%, rgba(176,81,255,1) 50%, rgba(8,0,36,1) 100%) !important;
  2128. border-color: #38226d !important;
  2129. }
  2130.  
  2131. .dark .tournament-tools button {
  2132. background: linear-gradient(to top, rgba(11,0,31,1) 0%, rgba(65,41,143,1) 50%, rgba(11,0,31,1) 100%) !important;
  2133. box-shadow: none !important;
  2134. color: #E6E6E6 !important;
  2135. border: solid 1px #41298f !important;
  2136. border-radius: 15px
  2137. !important;
  2138. }
  2139.  
  2140. .dark .tournament-tools button:hover {
  2141. background: linear-gradient(to top, rgba(65,41,143,1) 0%, rgba(11,0,31,1) 50%, rgba(65,41,143,1) 100%) !important;
  2142. }
  2143.  
  2144. .dark .tournament-tools .disabled {
  2145. background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
  2146. box-shadow: none !important;
  2147. color: #E6E6E6 !important;
  2148. border: solid 1px #38226d !important;
  2149. border-radius: 15px
  2150. !important;
  2151. }
  2152.  
  2153. .dark .tournament-tools .disabled:hover {
  2154. background: linear-gradient(to top, rgba(176,81,255,1) 0%, rgba(8,0,36,1) 50%, rgba(176,81,255,1) 100%) !important;
  2155. }
  2156.  
  2157. .dark .tournament-wrapper {
  2158. border-color: #38226d
  2159. !important;
  2160. }
  2161.  
  2162. .dark .tournament-box {
  2163. border-color: #38226d
  2164. !important;
  2165. }
  2166.  
  2167. .dark .tournament-bracket {
  2168. background: linear-gradient(to top, rgba(49,15,158,1) 0%, rgba(34,0,97,1) 50%, rgba(49,15,158,1) 100%) !important;
  2169. color: #ff1fae !important;
  2170. }
  2171.  
  2172. div.teamwrapper {
  2173. background-color: #38226d !important;
  2174. }
  2175.  
  2176. div.teampane {
  2177. background-color: black !important;
  2178. }
  2179.  
  2180. .acceptbutton {
  2181. background: #57DD38;
  2182. border: none;
  2183. border-radius: 5px;
  2184. padding: 5px 8px;
  2185. color: #FFF
  2186. }
  2187.  
  2188. .declinebutton {
  2189. background: #F24C4C;
  2190. border: none;
  2191. border-radius: 5px;
  2192. padding: 5px 8px;
  2193. color: #FFF
  2194. }
  2195.  
  2196. .league-panel {
  2197. background: #424242;
  2198. padding: 5px;
  2199. min-height: 30px
  2200. }
  2201.  
  2202. .badge {
  2203. background-color: #ECD8F3;
  2204. border: 1px solid #CD98DF;
  2205. border-radius: 5px;
  2206. padding: 1px
  2207. }
  2208.  
  2209. .league-chall-container {
  2210. background: rgba(66, 66, 66, 0.5);
  2211. border: 1px solid #222;
  2212. border-radius: 5px;
  2213. width: 100%
  2214. }
  2215.  
  2216. .tourcard-btn {
  2217. background: #333;
  2218. padding: 3px 12px;
  2219. color: #088CC7;
  2220. text-shadow: 0 -1px 0 #000;
  2221. border: 1px solid #000
  2222. }
  2223.  
  2224. .tourcard-btn:hover {
  2225. border-width: 2px;
  2226. border-color: #088CC7;
  2227. padding: 2px 11px;
  2228. color: #1CA0E2
  2229. }
  2230.  
  2231. .nightclub {
  2232. background: rgba(0, 0, 0, 0.85);
  2233. margin: -3px;
  2234. text-shadow: 0 0 2px #000;
  2235. color: #FFF
  2236. }
  2237.  
  2238. .pollButton {
  2239. background: #F8F8F8;
  2240. color: #444;
  2241. border: 1px solid #AAA;
  2242. margin: 2px;
  2243. padding-top: 2px;
  2244. padding-bottom: 3px
  2245. }
  2246.  
  2247. .pollButton:hover {
  2248. background: #F6F6F6;
  2249. border-color: #337AB7;
  2250. color: #276297
  2251. }
  2252.  
  2253. .rankladder-headers {
  2254. background: #454E50;
  2255. color: #FFF;
  2256. text-shadow: 1px 1px #262B2C, -1px 1px #262B2C;
  2257. border: 1px solid #222
  2258. }
  2259.  
  2260. .default-td {
  2261. padding: 5px;
  2262. border: 1px solid #222
  2263. }
  2264.  
  2265. .rankladder-tds {
  2266. background: #FCFCFC
  2267. }
  2268.  
  2269. .rankladder-tds:hover {
  2270. background: #EFEFEF
  2271. }
  2272.  
  2273. .first {
  2274. background: #CFB53B;
  2275. color: #645722;
  2276. text-shadow: 0 0 2px #F6EAB9;
  2277. padding: 8px
  2278. }
  2279.  
  2280. .first:hover {
  2281. background: #D5BD5B
  2282. }
  2283.  
  2284. .second {
  2285. background: silver;
  2286. color: #5B5B5B;
  2287. text-shadow: 0 0 2px #EEE;
  2288. padding: 8px
  2289. }
  2290.  
  2291. .second:hover {
  2292. background: #CACACA
  2293. }
  2294.  
  2295. .third {
  2296. background: #CD7F32;
  2297. color: #694725;
  2298. text-shadow: 0 0 2px #E4BA91;
  2299. padding: 8px
  2300. }
  2301.  
  2302. .third:hover {
  2303. background: #CD9054
  2304. }
  2305.  
  2306. .card-th {
  2307. background-color: #DCE9F9;
  2308. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2309. border: 1px solid #CCC
  2310. }
  2311.  
  2312. .card-td {
  2313. background: rgba(239, 240, 245, 0.6);
  2314. border: 1px solid #CCC;
  2315. border-radius: 5px;
  2316. text-align: center
  2317. }
  2318.  
  2319. .card-div {
  2320. padding: 5px;
  2321. color: #333
  2322. }
  2323.  
  2324. .card-th:hover, .card-td:hover {
  2325. color: #222
  2326. }
  2327.  
  2328. .card-button {
  2329. margin: 0 3px;
  2330. transition: .3s background
  2331. }
  2332.  
  2333. .card-td button, .card-button {
  2334. background: rgba(0, 0, 0, 0.02);
  2335. border: 1px solid rgba(0, 0, 0, 0.1);
  2336. padding: 5px 15px;
  2337. transition: .3s background
  2338. }
  2339.  
  2340. .card-td button:hover, .card-button:hover {
  2341. background: rgba(0, 0, 0, 0.06)
  2342. }
  2343.  
  2344. .dark .card-button {
  2345. margin: 0 3px;
  2346. color: #C0C8FF;
  2347. transition: .3s background
  2348. }
  2349.  
  2350. .dark .card-td button, .dark .card-button {
  2351. background: rgba(219, 224, 255, 0.06);
  2352. border: 1px solid rgba(219, 224, 255, 0.3);
  2353. padding: 5px 15px;
  2354. transition: .3s background
  2355. }
  2356.  
  2357. .dark .card-td button:hover, .dark .card-button:hover {
  2358. background: rgba(219, 224, 255, 0.13)
  2359. }
  2360.  
  2361. .card-name {
  2362. background-color: #DCE9F9;
  2363. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2364. font-size: 25pt;
  2365. font-weight: 700;
  2366. padding: 12px 18px 10px;
  2367. border: 1px solid #CCC;
  2368. color: #444
  2369. }
  2370.  
  2371. .sentence-container {
  2372. background: #EEE;
  2373. padding: 4px;
  2374. border-width: 1px 15px;
  2375. border-style: solid;
  2376. border-color: #CCC;
  2377. color: #333;
  2378. text-shadow: 1px 1px #FFF;
  2379. font-weight: 700;
  2380. text-align: center
  2381. }
  2382.  
  2383. .tasks-th, .tasks-td {
  2384. border: 1px solid #803C6F;
  2385. padding: 3px 8px
  2386. }
  2387.  
  2388. .tasks-th {
  2389. background: #FFE0A7;
  2390. color: #803C6F;
  2391. text-shadow: none;
  2392. font-style: italic
  2393. }
  2394.  
  2395. .tasks-td:hover {
  2396. background: rgba(255, 255, 255, 0.3)
  2397. }
  2398.  
  2399. #selfassign-button {
  2400. background: #A5E6E6;
  2401. color: #074141;
  2402. text-shadow: 1px 0 1px rgba(255, 255, 255, 0.8);
  2403. border: 1px solid #6BC1C1;
  2404. padding: 3px 7px
  2405. }
  2406.  
  2407. #selfassign-button:hover {
  2408. background: #BDEBEB;
  2409. border: 1px solid #50B2B2
  2410. }
  2411.  
  2412. #close-button {
  2413. background: #A6E6AD;
  2414. color: #07400F;
  2415. text-shadow: 1px 0 1px rgba(255, 255, 255, 0.8);
  2416. border: 1px solid #6BC37A;
  2417. padding: 3px 7px
  2418. }
  2419.  
  2420. #close-button:hover {
  2421. background: #BDECBE;
  2422. border: 1px solid #51B351
  2423. }
  2424.  
  2425. #reopen-button {
  2426. background: #A6A6E6;
  2427. color: #070940;
  2428. text-shadow: 1px 0 1px rgba(255, 255, 255, 0.8);
  2429. border: 1px solid #6B6BC3;
  2430. padding: 3px 7px
  2431. }
  2432.  
  2433. #reopen-button:hover {
  2434. background: #BDBDEC;
  2435. border: 1px solid #5A51B3
  2436. }
  2437.  
  2438. #delete-button {
  2439. background: #E6A6A6;
  2440. color: #400707;
  2441. text-shadow: 1px 0 1px rgba(255, 255, 255, 0.8);
  2442. border: 1px solid #C36B6B;
  2443. padding: 3px 7px
  2444. }
  2445.  
  2446. #delete-button:hover {
  2447. background: #ECBDBD;
  2448. border: 1px solid #B35151
  2449. }
  2450.  
  2451. .poll summary:focus {
  2452. outline-style: none
  2453. }
  2454.  
  2455. .pm-window-servernews .chatbox {
  2456. display: none
  2457. }
  2458.  
  2459. .pm-window-advertisements .chatbox {
  2460. display: none
  2461. }
  2462.  
  2463. .pm-window-devsuggestions .chatbox {
  2464. display: none !important
  2465. }
  2466.  
  2467. .gangth {
  2468. background: #494669;
  2469. border: 1px solid #B0ADD5;
  2470. padding: 5px 15px;
  2471. text-align: center;
  2472. font-size: 13pt;
  2473. font-family: sans-serif;
  2474. color: #fff
  2475. }
  2476.  
  2477. .gangtd {
  2478. background: url("https://i.imgur.com/w6Fn1hR.png");
  2479. border: 1px solid #B0ADD5;
  2480. padding: 4px;
  2481. text-align: center;
  2482. font-size: 11pt;
  2483. font-family: sans-serif;
  2484. color: #000000
  2485. }
  2486.  
  2487. .gangbtn {
  2488. background: #71C973;
  2489. border: 1px solid #05DC0C;
  2490. padding: 4px 20px 6px;
  2491. color: #fff;
  2492. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8)
  2493. }
  2494.  
  2495. .gangbtn:hover {
  2496. background: #85CE87;
  2497. padding: 5px 20px;
  2498. box-shadow: none !important
  2499. }
  2500.  
  2501. .container:hover .overlay {
  2502. opacity: 1
  2503. }
  2504.  
  2505. .menugroup.azureintro {
  2506. max-width: 100%;
  2507. padding: 0;
  2508. border: 1px solid #9C4E4E;
  2509. border-radius: 0;
  2510. color: #000;
  2511. text-shadow: none
  2512. }
  2513.  
  2514. .button.mainmenu2.azureintrobtn {
  2515. border-left: none;
  2516. border-top: none
  2517. }
  2518.  
  2519. .dark .menugroup.azureintro {
  2520. max-width: 100%;
  2521. padding: 0;
  2522. border: 1px solid #9C4E4E;
  2523. border-radius: 0;
  2524. color: #fff;
  2525. text-shadow: none
  2526. }
  2527.  
  2528. .dark .button.mainmenu2.azureintrobtn {
  2529. border-left: none;
  2530. border-top: none;
  2531. color: #fff;
  2532. text-shadow: #000 0px 0px 10px
  2533. }
  2534.  
  2535. .roomlist a {
  2536. display: none
  2537. }
  2538.  
  2539. .roomlist a + div:before {
  2540. content: "Official Leagues";
  2541. color: #000;
  2542. font-size: 1.5em;
  2543. font-weight: bold;
  2544. display: block;
  2545. margin: .83em 0
  2546. }
  2547.  
  2548. .dark .roomlist a + div:before {
  2549. color: #EEE;
  2550. text-shadow: 0 1px 0 #000
  2551. }
  2552.  
  2553. /* Room Shade */
  2554. #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}
  2555.  
  2556. /* Room Echo */
  2557. .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}
  2558.  
  2559. /* Digimon */
  2560. 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}
  2561.  
  2562. /* Pm Boxes */
  2563. .pm-window-paulcentury h3 {
  2564. background: rgba(66, 59, 59, 0.8) url("https://pldh.net/media/pokecons_action/089.gif") no-repeat !important;
  2565. background-position: 220px -6px !important;
  2566. color: #FFF !important;
  2567. text-shadow: none !important;
  2568. border-color: #211D1B !important
  2569. }
  2570.  
  2571. .pm-window-paulcentury h3:hover, .pm-window-paulcentury .focused h3, .pm-window-paulcentury .focused h3:hover {
  2572. background: rgba(0, 0, 0, 0.8) url("https://pldh.net/media/pokecons_action/089.gif") no-repeat !important;
  2573. background-position: 220px -6px !important;
  2574. color: #FFF !important;
  2575. text-shadow: none !important;
  2576. border-color: #211D1B !important
  2577. }
  2578.  
  2579. .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 {
  2580. color: #5F4EC0 !important
  2581. }
  2582.  
  2583. .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 {
  2584. color: #F7F547 !important
  2585. }
  2586.  
  2587. .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 {
  2588. background: rgba(255, 255, 255, 0.9) url("https://i.imgur.com/lsGz5Sv.png") center no-repeat !important;
  2589. border-color: #FFF !important;
  2590. color: #000 !important
  2591. }
  2592.  
  2593. .pm-window-pa .pm-window-paulcentury .pm-log {
  2594. background: rgba(255, 255, 255, 0.9) url("https://i.imgur.com/lsGz5Sv.png") center no-repeat !important;
  2595. border-color: #211D1B !important;
  2596. text-shadow: none !important
  2597. }
  2598.  
  2599. .pm-window-paulcentury .focused .pm-log {
  2600. background: rgba(255, 255, 255, 0.95) url("https://i.imgur.com/lsGz5Sv.png") center no-repeat !important;
  2601. border-color: #211D1B !important;
  2602. text-shadow: none !important
  2603. }
  2604.  
  2605. .pm-window-paulcentury .pm-log .chat {
  2606. background: rgba(255, 255, 255, 0.6)
  2607. }
  2608.  
  2609. .pm-window-paulcentury .pm-log .chat small {
  2610. color: #000 !important
  2611. }
  2612.  
  2613. .pm-window-paulcentury .pm-log-add {
  2614. background: rgba(0, 0, 0, 0.8) !important;
  2615. border-color: #211D1B !important
  2616. }
  2617.  
  2618. .pm-window-paulcentury .focused .pm-log-add {
  2619. background: rgba(0, 0, 0, 0.8) !important;
  2620. border-color: #211D1B !important
  2621. }
  2622.  
  2623. .pm-window-paulcentury .pm-log-add .textbox, .pm-window-paulcentury .pm-log-add .textbox:focus {
  2624. border-color: #211D1B !important;
  2625. background: rgba(255, 255, 255, 0.95) !important;
  2626. color: #000 !important
  2627. }
  2628.  
  2629. .pm-window-paulcentury h3.pm-notifying {
  2630. border-color: #211D1B !important;
  2631. background: rgba(255, 241, 173, 0.8) url("https://pldh.net/media/pokecons_action/089.gif") no-repeat !important;
  2632. background-position: 220px -6px !important;
  2633. color: #5F4EC0 !important;
  2634. text-shadow: none !important;
  2635. font-style: italic !important
  2636. }
  2637.  
  2638. .pm-window-paulcentury h3.pm-notifying:hover {
  2639. border-color: #211D1B !important;
  2640. background: #E50F39 url("https://pldh.net/media/pokecons_action/089.gif") no-repeat !important;
  2641. background-position: 220px -6px !important;
  2642. color: #5F4EC0 !important;
  2643. text-shadow: none !important;
  2644. font-style: italic !important
  2645. }
  2646.  
  2647. .pm-window-paulcentury .challenge {
  2648. background: #5F4EC0
  2649. }
  2650.  
  2651. .pm-window-paulcentury .challenge .select {
  2652. background: #F7F547 !important;
  2653. border-color: #211D1B !important;
  2654. color: #423B3B !important;
  2655. text-shadow: none !important
  2656. }
  2657.  
  2658. .pm-window-paulcentury .challenge .buttonbar button {
  2659. background: #F7F547 !important;
  2660. border-color: #F7F547 !important;
  2661. color: #7D7B7C !important;
  2662. text-shadow: none !important
  2663. }
  2664.  
  2665. .pm-window-paulcentury .challenge .select:hover, .pm-window-paulcentury .challenge .buttonbar button:hover {
  2666. background: #FF00BF !important;
  2667. border-color: #F7F547 !important
  2668. }
  2669.  
  2670. .pm-window-paulcentury .challenge .select:disabled {
  2671. background: #FFF !important;
  2672. border-color: #F7F547 !important
  2673. }
  2674.  
  2675. .pm-window-paulcentury .challenge .teamselect:disabled strong {
  2676. color: #F7F547 !important
  2677. }
  2678.  
  2679. .pm-window-niisama .pm-log {
  2680. background: rgba(255, 255, 255, 0.9) url("https://i.imgur.com/ECIu7zc.png") right no-repeat !important
  2681. }
  2682.  
  2683. .pm-window-niisama .focused .pm-log {
  2684. background: rgba(255, 255, 255, 0.95) url("https://i.imgur.com/ECIu7zc.png") right no-repeat !important
  2685. }
  2686.  
  2687. .pm-window-dbw h3 {
  2688. background: rgba(0, 0, 0, 0.4) url("http://pokedream.com/pokedex/images/mini/172.gif") no-repeat !important;
  2689. background-position: 225px -8px !important;
  2690. color: #9CF !important;
  2691. text-shadow: 0 0 2px #000 !important;
  2692. border-color: #9CF !important
  2693. }
  2694.  
  2695. .pm-window-dbw h3:hover, .pm-window-dbw.focused h3, .pm-window-dbw.focused h3:hover {
  2696. background: rgba(0, 0, 0, 0.7) url("http://pokedream.com/pokedex/images/mini/025.gif") no-repeat !important;
  2697. background-position: 225px -8px !important;
  2698. color: #9CF !important;
  2699. text-shadow: 0 0 2px #000 !important;
  2700. border-color: #9CF !important
  2701. }
  2702.  
  2703. .pm-window-dbw h3 small, .pm-window-dbw h3 .minimizebutton, .pm-window-dbw h3 .closebutton, .pm-window-dbw h3:hover .minimizebutton {
  2704. color: #9CF !important
  2705. }
  2706.  
  2707. .pm-window-dbw h3 .closebutton:hover + .minimizebutton.minimizebutton {
  2708. color: #9CF !important
  2709. }
  2710.  
  2711. .pm-window-dbw h3 .closebutton:hover {
  2712. color: #F3C !important
  2713. }
  2714.  
  2715. .pm-window-dbw h3 .minimizebutton:hover {
  2716. color: #F3C !important
  2717. }
  2718.  
  2719. .pm-window-dbw .pm-log, .pm-window-dbw.focused .pm-log {
  2720. background: rgba(255, 240, 236, 0.95) url("https://i.imgur.com/w9AnPq0.png") right no-repeat !important;
  2721. border-color: #9CF !important
  2722. }
  2723.  
  2724. .pm-window-dbw .pm-log .chat small {
  2725. color: #9CF !important
  2726. }
  2727.  
  2728. .pm-window-dbw .pm-log-add, .pm-window-dbw.focused .pm-log-add {
  2729. background: rgba(0, 0, 0, 0.6) !important;
  2730. border-color: #9CF !important
  2731. }
  2732.  
  2733. .pm-window-dbw .pm-log-add .textbox {
  2734. border-color: #9CF !important;
  2735. background: rgba(255, 255, 255, 0.9) url("https://media.giphy.com/media/13USt1URETlUFG/giphy.gif") !important;
  2736. color: #FFF !important
  2737. }
  2738.  
  2739. .pm-window-dbw h3.pm-notifying {
  2740. border-color: #9CF !important;
  2741. background: #000 url("http://pokedream.com/pokedex/images/mini/026.gif") no-repeat !important;
  2742. background-position: 225px -8px !important;
  2743. color: #53FF1A !important;
  2744. text-shadow: 0 0 2px #FFF !important;
  2745. font-style: italic !important
  2746. }
  2747.  
  2748. .pm-window-dbw h3.pm-notifying:hover {
  2749. border-color: #9CF !important;
  2750. background: #FFF url("http://pokedream.com/pokedex/images/mini/026.gif") no-repeat !important;
  2751. background-position: 225px -8px !important;
  2752. color: #F9C !important;
  2753. text-shadow: 0 0 2px #000 !important;
  2754. font-style: italic !important
  2755. }
  2756.  
  2757. .pm-window-dbw .challenge {
  2758. background: url("http://findicons.com/files/icons/2597/the_clean_desk/40/heart.png") !important;
  2759. color: #000 !important;
  2760. border-color: #0F0 !important
  2761. }
  2762.  
  2763. .pm-window-dbw .challenge .select, .pm-window-dbw .challenge .buttonbar button {
  2764. background: #F63 !important;
  2765. border-color: #0F0 !important;
  2766. color: #000 !important;
  2767. text-shadow: 0 -1px 0 #BF5664 !important
  2768. }
  2769.  
  2770. .pm-window-dbw .challenge .select:hover, .pm-window-dbw .challenge .buttonbar button:hover {
  2771. background: #F9D !important;
  2772. border-color: #0F0 !important
  2773. }
  2774.  
  2775. .pm-window-dbw .challenge .select:disabled {
  2776. background: rgba(255, 51, 0, 0.6) !important;
  2777. border-color: #000 !important
  2778. }
  2779.  
  2780. .pm-window-dbw .challenge .teamselect:disabled strong {
  2781. color: #F9D !important;
  2782. text-shadow: none !important
  2783. }
  2784.  
  2785. .pm-window-tailz h3 {
  2786. background: rgba(255, 77, 77, 0.8) url("https://i.imgur.com/470sNWx.gif") no-repeat !important;
  2787. background-position: 225px -4px !important;
  2788. color: #000 !important;
  2789. text-shadow: 0 0 2px #f93 !important;
  2790. border-color: #f93 !important
  2791. }
  2792.  
  2793. .pm-window-h3:hover, .pm-window-tailz.focused h3, .pm-window-tailz.focused h3:hover {
  2794. background: rgba(255, 77, 77, 0.9) url("https://i.imgur.com/470sNWx.gif") no-repeat !important;
  2795. background-position: 225px -4px !important;
  2796. color: #000 !important;
  2797. text-shadow: 0 0 2px #f93 !important;
  2798. border-color: #f93 !important
  2799. }
  2800.  
  2801. .pm-window-tailz h3 small, .pm-window-tailz h3 .minimizebutton, .pm-window-tailz h3 .closebutton, .pm-window-tailz h3:hover .minimizebutton {
  2802. color: #fff !important
  2803. }
  2804.  
  2805. .pm-window-tailz h3 .closebutton:hover + .minimizebutton.minimizebutton {
  2806. color: #fff !important
  2807. }
  2808.  
  2809. .pm-window-tailz h3 .closebutton:hover {
  2810. color: #9F3C49 !important
  2811. }
  2812.  
  2813. .pm-window-tailz h3 .minimizebutton:hover {
  2814. color: #9F3C49 !important
  2815. }
  2816.  
  2817. .pm-window-tailz .pm-log, .pm-window-tailz.focused .pm-log {
  2818. background: rgba(255, 175, 153, 0.95) url("https://i.imgur.com/vUezRQP.png") right no-repeat !important;
  2819. border-color: #f93 !important
  2820. }
  2821.  
  2822. .pm-window-tailz .pm-log .chat small {
  2823. color: #000 !important
  2824. }
  2825.  
  2826. .pm-window-tailz .pm-log-add, .pm-window-tailz.focused .pm-log-add {
  2827. background: #ff4d4d !important;
  2828. border-color: #f93 !important
  2829. }
  2830.  
  2831. .pm-window-tailz .pm-log-add .textbox {
  2832. border-color: #f93 !important;
  2833. background: rgba(255, 219, 77, 0.95) !important;
  2834. color: #000 !important
  2835. }
  2836.  
  2837. .pm-window-tailz h3.pm-notifying {
  2838. border-color: #ff4d4d !important;
  2839. background: #f93 url("https://i.imgur.com/470sNWx.gif") no-repeat !important;
  2840. background-position: 225px -4px !important;
  2841. color: #000 !important;
  2842. text-shadow: 0 0 2px #D48A77 !important;
  2843. font-style: italic !important
  2844. }
  2845.  
  2846. .pm-window-tailz h3.pm-notifying:hover {
  2847. border-color: #ff4d4d !important;
  2848. background: #f93 url("https://i.imgur.com/470sNWx.gif") no-repeat !important;
  2849. background-position: 225px -4px !important;
  2850. color: #000 !important;
  2851. text-shadow: 0 0 2px #D48A77 !important;
  2852. font-style: italic !important
  2853. }
  2854.  
  2855. .pm-window-tailz .challenge {
  2856. background: #FFBDAC !important;
  2857. color: #52525A !important;
  2858. border-color: #8D3F4A !important
  2859. }
  2860.  
  2861. .pm-window-tailz .challenge .select, .pm-window-tailz .challenge .buttonbar button {
  2862. background: #f60 !important;
  2863. border-color: red !important;
  2864. color: #000 !important;
  2865. text-shadow: 0 -1px 0 #BF5664 !important
  2866. }
  2867.  
  2868. .pm-window-tailz .challenge .select:hover, .pm-window-tailz .challenge .buttonbar button:hover {
  2869. background: #ff944d !important;
  2870. border-color: #b30000 !important
  2871. }
  2872.  
  2873. .pm-window-tailz .challenge .select:disabled {
  2874. background: rgba(255, 148, 77, 0.6) !important;
  2875. border-color: #b30000 !important
  2876. }
  2877.  
  2878. .pm-window-tailz .challenge .teamselect:disabled strong {
  2879. color: #600 !important;
  2880. text-shadow: none !important
  2881. }
  2882.  
  2883. .pm-window-aurastormlucario h3 {
  2884. background: rgba(80, 200, 255, 0.8) url("http://www.serebii.net/pokedex-dp/icon/448.gif") no-repeat !important;
  2885. background-position: 225px -8px !important;
  2886. color: #222 !important;
  2887. text-shadow: none !important;
  2888. border-color: #444 !important
  2889. }
  2890.  
  2891. .pm-window-aurastormlucario h3:hover, .pm-window-aurastormlucario.focused h3, .pm-window-aurastormlucario.focused h3:hover {
  2892. background: rgba(60, 180, 255, 0.9) url("http://www.serebii.net/pokedex-dp/icon/448.gif") no-repeat !important;
  2893. background-position: 225px -8px !important;
  2894. color: #E03C30 !important;
  2895. text-shadow: none !important;
  2896. border-color: #444 !important
  2897. }
  2898.  
  2899. .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 {
  2900. color: #222 !important
  2901. }
  2902.  
  2903. .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 {
  2904. color: #E03C30 !important
  2905. }
  2906.  
  2907. .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 {
  2908. background: rgba(251, 254, 255, 0.9) url("https://i.imgur.com/HBKTgBN.png?1") no-repeat right center !important;
  2909. border-color: #444 !important;
  2910. box-shadow: none !important;
  2911. color: #222 !important
  2912. }
  2913.  
  2914. .pm-window-aurastormlucario .pm-log-add {
  2915. background: rgba(80, 200, 255, 0.8) !important;
  2916. border-color: #444 !important
  2917. }
  2918.  
  2919. .pm-window-aurastormlucario.focused .pm-log-add {
  2920. background: rgba(60, 180, 255, 0.9) !important;
  2921. border-color: #444 !important
  2922. }
  2923.  
  2924. .pm-window-aurastormlucario .pm-log-add .textbox {
  2925. background: rgba(255, 255, 255, 0.98) !important;
  2926. border-color: #444 !important;
  2927. color: #222 !important
  2928. }
  2929.  
  2930. .pm-window-aurastormlucario .pm-log-add .textbox:focus {
  2931. background: #FBFEFF !important;
  2932. border-color: #444 !important;
  2933. color: #222 !important
  2934. }
  2935.  
  2936. .pm-window-aurastormlucario h3.pm-notifying {
  2937. border-color: #444 !important;
  2938. background: rgba(224, 60, 48, 0.8) url("http://www.serebii.net/pokedex-dp/icon/448.gif") no-repeat !important;
  2939. background-position: 225px -8px !important;
  2940. color: #222 !important;
  2941. text-shadow: none !important;
  2942. font-style: italic !important
  2943. }
  2944.  
  2945. .pm-window-aurastormlucario h3.pm-notifying:hover {
  2946. border-color: #444 !important;
  2947. background: rgba(204, 40, 28, 0.9) url("http://www.serebii.net/pokedex-dp/icon/448.gif") no-repeat !important;
  2948. background-position: 225px -8px !important;
  2949. color: #3CB4FF !important;
  2950. text-shadow: none !important;
  2951. font-style: italic !important
  2952. }
  2953.  
  2954. .pm-window-aurastormlucario h3.pm-notifying .closebutton, .pm-window-aurastormlucario h3.pm-notifying .minimizebutton, .pm-window-aurastormlucario h3.pm-notifying .closebutton:hover + .minimizebutton.minimizebutton {
  2955. color: #222 !important
  2956. }
  2957.  
  2958. .pm-window-aurastormlucario h3.pm-notifying .closebutton:hover, .pm-window-aurastormlucario h3.pm-notifying .minimizebutton:hover {
  2959. color: #3CB4FF !important
  2960. }
  2961.  
  2962. .pm-window-aurastormlucario .challenge {
  2963. background: rgba(220, 220, 188, 0.9) !important;
  2964. color: #222 !important;
  2965. border-color: #444 !important
  2966. }
  2967.  
  2968. .pm-window-aurastormlucario .challenge .select, .pm-window-aurastormlucario .challenge .buttonbar button {
  2969. background: rgba(250, 250, 218, 0.95) !important;
  2970. color: #222 !important;
  2971. text-shadow: none !important;
  2972. border: 1px solid #444 !important
  2973. }
  2974.  
  2975. .pm-window-aurastormlucario .challenge .teamselect:disabled, .pm-window-aurastormlucario .challenge .teamselect:disabled:hover {
  2976. background: rgba(200, 200, 168, 0.85) !important;
  2977. color: #222 !important;
  2978. border-color: #444 !important
  2979. }
  2980.  
  2981. .pm-window-aurastormlucario .challenge .select:hover, .pm-window-aurastormlucario .challenge .buttonbar button:hover {
  2982. border-color: #46BEFF !important
  2983. }
  2984.  
  2985. .pm-window-aurastormlucario .select:after, .pm-window-aurastormlucario .select:disabled:after {
  2986. color: #777 !important
  2987. }
  2988.  
  2989. .pm-window-aegisiumz .pm-minimized, .dark .pm-window-aegisiumz .pm-minimized {
  2990. background: #222 url("https://orig00.deviantart.net/d496/f/2018/235/0/1/90kuqsq_by_azureimagedump-dckxw9i.png") no-repeat !important;
  2991. background-position: 218px -3px !important;
  2992. border: 1px solid #000 !important
  2993. }
  2994.  
  2995. .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 {
  2996. background: #222 url("https://orig00.deviantart.net/ccd8/f/2018/235/4/c/g05ncxk_by_azureimagedump-dckxwa4.png") no-repeat !important;
  2997. background-position: 220px -5px !important;
  2998. color: #0FD !important;
  2999. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  3000. border-color: #000 !important
  3001. }
  3002.  
  3003. .pm-window-aegisiumz h3:hover, .dark .pm-window-aegisiumz h3:hover, .pm-window-aegisiumz.focused h3:hover, .dark .pm-window-aegisiumz.focused h3:hover {
  3004. color: #B8FFF5 !important
  3005. }
  3006.  
  3007. .pm-window-aegisiumz h3.pm-notifying, .dark .pm-window-aegisiumz h3.pm-notifying {
  3008. background: #B8FFF5 url("https://orig00.deviantart.net/ccd8/f/2018/235/4/c/g05ncxk_by_azureimagedump-dckxwa4.png") no-repeat !important;
  3009. background-position: 220px -5px !important;
  3010. border-color: #000 !important
  3011. }
  3012.  
  3013. .pm-window-aegisiumz h3.pm-notifying:hover, .dark .pm-window-aegisiumz h3.pm-notifying:hover {
  3014. background: #7DEFE0 url("https://orig00.deviantart.net/ccd8/f/2018/235/4/c/g05ncxk_by_azureimagedump-dckxwa4.png") no-repeat !important;
  3015. background-position: 220px -5px !important;
  3016. border-color: #000 !important
  3017. }
  3018.  
  3019. .pm-window-aegisiumz h3 small, .dark .pm-window-aegisiumz h3 small {
  3020. color: #BBB !important
  3021. }
  3022.  
  3023. .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 {
  3024. color: #999 !important
  3025. }
  3026.  
  3027. .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 {
  3028. color: #0FD !important
  3029. }
  3030.  
  3031. .pm-window-aegisiumz .pm-log, .dark .pm-window-aegisiumz .pm-log, .pm-window-aegisiumz.focused .pm-log, .dark .pm-window-aegisiumz.focused .pm-log {
  3032. background: url("https://orig00.deviantart.net/ca69/f/2018/235/7/9/adtjccw_by_azureimagedump-dckxw9q.png") center no-repeat #111 !important;
  3033. color: #CCC !important;
  3034. border-color: #000 !important
  3035. }
  3036.  
  3037. .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 {
  3038. color: #a3cedf !important
  3039. }
  3040.  
  3041. .pm-window-aegisiumz .pm-log a:visited, .dark .pm-window-aegisiumz .pm-log a:visited {
  3042. color: #baa8d2 !important
  3043. }
  3044.  
  3045. .pm-window-aegisiumz .pm-log .message-error, .dark .pm-window-aegisiumz .pm-log .message-error {
  3046. color: #DF6464 !important
  3047. }
  3048.  
  3049. .pm-window-aegisiumz .pm-log .chat small, .dark .pm-window-aegisiumz .pm-log .chat small {
  3050. color: #94875E !important
  3051. }
  3052.  
  3053. .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 {
  3054. background: #222 !important;
  3055. border-color: #000 !important
  3056. }
  3057.  
  3058. .pm-window-aegisiumz .pm-log-add .textbox, .dark .pm-window-aegisiumz .pm-log-add .textbox {
  3059. background: #333 !important;
  3060. border-color: #000 !important;
  3061. color: #CCC !important
  3062. }
  3063.  
  3064. .pm-window-aegisiumz .pm-log-add .textbox:hover, .dark .pm-window-aegisiumz .pm-log-add .textbox:hover {
  3065. background: #222 !important;
  3066. border-color: #000 !important;
  3067. color: #fff !important
  3068. }
  3069.  
  3070. .pm-window-aegisiumz .pm-log-add .textbox:focus, .dark .pm-window-aegisiumz .pm-log-add .textbox:focus {
  3071. background: #222 !important;
  3072. border-color: #000 !important;
  3073. color: #fff !important
  3074. }
  3075.  
  3076. .pm-window-aegisiumz .challenge, .dark .pm-window-aegisiumz .challenge {
  3077. background: url("https://orig00.deviantart.net/1b0b/f/2018/235/a/9/0emoqen_by_azureimagedump-dckxw98.png") bottom center no-repeat #222 !important;
  3078. border-color: #5d080d !important;
  3079. border-top-color: #000 !important;
  3080. color: #fff !important;
  3081. text-shadow: 1px 1px #5d080d !important
  3082. }
  3083.  
  3084. .pm-window-aegisiumz .challenge .select, .dark .pm-window-aegisiumz .challenge .select, .pm-window-aegisiumz .challenge .buttonbar button, .dark .pm-window-aegisiumz .challenge .buttonbar button {
  3085. background: #222 !important;
  3086. border-color: #000 !important;
  3087. color: #fea6a6 !important;
  3088. text-shadow: 0 -1px #000 !important
  3089. }
  3090.  
  3091. .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 {
  3092. border-color: #9C131C !important
  3093. }
  3094.  
  3095. .pm-window-aegisiumz .challenge label, .dark .pm-window-aegisiumz .challenge label {
  3096. color: #FFD5D8
  3097. }
  3098.  
  3099. .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 {
  3100. background: rgba(20, 20, 20, 0.75) !important;
  3101. color: #222 !important;
  3102. border-color: #000 !important
  3103. }
  3104.  
  3105. .pm-window-volco h3 {
  3106. 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;
  3107. background-position: 225px -8px !important;
  3108. color: red !important;
  3109. text-shadow: 0 0 2px #124A66 !important;
  3110. border-color: #124A66 !important
  3111. }
  3112.  
  3113. .pm-window-volco h3:hover, .pm-window-volco.focused h3, .pm-window-volco.focused h3:hover {
  3114. 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;
  3115. background-position: 225px -8px !important;
  3116. color: red !important;
  3117. text-shadow: 0 0 2px #0C374D !important;
  3118. border-color: #0C374D !important
  3119. }
  3120.  
  3121. .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 {
  3122. color: rgba(61, 105, 182, 0.6) !important
  3123. }
  3124.  
  3125. .pm-window-volco h3 .closebutton:hover, .pm-window-volco h3.pm-notifying .closebutton:hover {
  3126. color: rgba(36, 110, 148, 0.9) !important
  3127. }
  3128.  
  3129. .pm-window-volco h3 .minimizebutton:hover, .pm-window-volco h3.pm-notifying .minimizebutton:hover {
  3130. color: rgba(61, 105, 182, 0.6) !important
  3131. }
  3132.  
  3133. .pm-window-volco .pm-log {
  3134. background: rgba(36, 110, 148, 0.9) url("https://i.imgur.com/RJUtgU7.png?1") right no-repeat !important;
  3135. border-color: #124A66 !important
  3136. }
  3137.  
  3138. .pm-window-volco.focused .pm-log {
  3139. background: rgba(36, 110, 148, 0.9) url("https://i.imgur.com/RJUtgU7.png?1") right no-repeat !important;
  3140. border-color: #0C374D !important
  3141. }
  3142.  
  3143. .pm-window-volco .pm-log-add {
  3144. background: rgba(36, 110, 148, 0.9) !important;
  3145. border-color: #124A66 !important
  3146. }
  3147.  
  3148. .pm-window-volco.focused .pm-log-add {
  3149. background: rgba(36, 110, 148, 0.9) !important;
  3150. border-color: #0C374D !important
  3151. }
  3152.  
  3153. .pm-window-volco .pm-log-add .textbox {
  3154. border-color: #124A66 !important;
  3155. background: rgba(227, 239, 247, 0.9) !important;
  3156. color: #000 !important
  3157. }
  3158.  
  3159. .pm-window-volco .pm-log .chat {
  3160. background: rgba(255, 255, 255, 0.5)
  3161. }
  3162.  
  3163. .pm-window-volco .pm-log .chat small {
  3164. color: #000 !important
  3165. }
  3166.  
  3167. .pm-window-volco h3.pm-notifying {
  3168. 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;
  3169. background-position: 225px -8px !important;
  3170. color: #E9F6FF !important;
  3171. text-shadow: none !important;
  3172. font-style: italic !important;
  3173. border-color: #E9F6FF !important
  3174. }
  3175.  
  3176. .pm-window-volco h3.pm-notifying:hover {
  3177. 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;
  3178. background-position: 225px -8px !important;
  3179. color: #E9F6FF !important;
  3180. text-shadow: none !important;
  3181. font-style: italic !important;
  3182. border-color: #E9F6FF !important
  3183. }
  3184.  
  3185. .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 {
  3186. background: #FEC6FC url("https://pldh.net/media/pokemon/gen3/rusa_action/151.gif") no-repeat !important;
  3187. background-position: 200px -10px !important;
  3188. color: #EC3B52 !important;
  3189. border-color: #000 !important
  3190. }
  3191.  
  3192. .pm-window-joshykun h3:hover, .dark .pm-window-joshykun h3:hover, .pm-window-joshykun.focused h3:hover, .dark .pm-window-joshykun.focused h3:hover {
  3193. color: #D76ADA !important
  3194. }
  3195.  
  3196. .pm-window-joshykun h3.pm-notifying, .dark .pm-window-joshykun h3.pm-notifying {
  3197. background: #3861DB url("https://pldh.net/media/pokemon/gen3/rusa_action/151.gif") no-repeat !important;
  3198. background-position: 200px -10px !important;
  3199. border-color: #000 !important
  3200. }
  3201.  
  3202. .pm-window-joshykun h3.pm-notifying:hover, .dark .pm-window-joshykun h3.pm-notifying:hover {
  3203. background: #3861DB url("https://pldh.net/media/pokemon/gen3/rusa_action/151.gif") no-repeat !important;
  3204. background-position: 200px -10px !important;
  3205. border-color: #000 !important
  3206. }
  3207.  
  3208. .pm-window-joshykun h3 small, .dark .pm-window-joshykun h3 small {
  3209. color: #000 !important
  3210. }
  3211.  
  3212. .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 {
  3213. color: #EC3B52 !important
  3214. }
  3215.  
  3216. .pm-window-joshykun .pm-log, .dark .pm-window-joshykun .pm-log, .pm-window-joshykun.focused .pm-log, .dark .pm-window-joshykun.focused .pm-log {
  3217. background: rgba(255, 255, 255, 0.95) url("https://i.imgur.com/by6EQ1K.png") no-repeat right top !important;
  3218. border-color: #000 !important
  3219. }
  3220.  
  3221. .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 {
  3222. background: #FEC6FC !important;
  3223. border-color: #000 !important
  3224. }
  3225.  
  3226. .pm-window-magiswag h3 {
  3227. background: rgba(25, 25, 25, 1) url("https://i.imgur.com/m0cnbBh.png") no-repeat !important;
  3228. background-position: 220px -6px !important;
  3229. color: #FDEE77 !important;
  3230. font-style: italic !important;
  3231. font-family: "Times New Roman", Times, serif !important;
  3232. font-size: 14pt !important;
  3233. text-shadow: none !important;
  3234. border-color: #FCCBE7 !important;
  3235. padding: 2px 5px !important
  3236. }
  3237.  
  3238. .pm-window-magiswag h3:hover, .pm-window-magiswag.focused h3, .pm-window-magiswag.focused h3:hover {
  3239. background: rgba(25, 25, 25, 1) url("https://i.imgur.com/a8UXTGw.gif") no-repeat !important;
  3240. background-position: 220px -6px !important;
  3241. color: #FDEE77 !important;
  3242. font-style: italic !important;
  3243. font-family: "Times New Roman", Times, serif !important;
  3244. font-size: 14pt !important;
  3245. text-shadow: none !important;
  3246. border-color: #FCCBE7 !important;
  3247. padding: 2px 5px !important
  3248. }
  3249.  
  3250. .pm-window-magiswag h3.pm-minimized {
  3251. background: rgba(25, 25, 25, 1) url("https://i.imgur.com/m0cnbBh.png") no-repeat !important;
  3252. background-position: 220px -6px !important;
  3253. color: #FDEE77 !important;
  3254. font-style: italic !important;
  3255. font-family: "Times New Roman", Times, serif !important;
  3256. font-size: 14pt !important;
  3257. text-shadow: none !important;
  3258. border-color: #FCCBE7 !important;
  3259. padding: 2px 5px !important
  3260. }
  3261.  
  3262. .pm-window-magiswag h3.pm-notifying, .pm-window-magiswag h3.pm-notifying:hover {
  3263. background: rgba(25, 25, 25, 1) url("https://i.imgur.com/a8UXTGw.gif") no-repeat !important;
  3264. background-position: 220px -6px !important;
  3265. color: #FCCBE7 !important;
  3266. font-style: italic !important;
  3267. font-family: "Times New Roman", Times, serif !important;
  3268. font-size: 14pt !important;
  3269. text-shadow: none !important;
  3270. border-color: #FCCBE7 !important;
  3271. padding: 2px 5px !important
  3272. }
  3273.  
  3274. .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 {
  3275. color: #FDEE77 !important
  3276. }
  3277.  
  3278. .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 {
  3279. color: #FEF784 !important
  3280. }
  3281.  
  3282. .pm-window-magiswag .pm-log {
  3283. background: url("https://i.imgur.com/vd7PD2R.png") no-repeat center !important;
  3284. background-size: 300px 300px !important;
  3285. border-color: #FCCBE7 !important;
  3286. color: #FFF !important;
  3287. text-shadow: none !important
  3288. }
  3289.  
  3290. .pm-window-magiswag.focused .pm-log {
  3291. background: url("https://i.imgur.com/vd7PD2R.png") no-repeat center !important;
  3292. background-size: 300px 300px !important;
  3293. border-color: #FCCBE7 !important;
  3294. color: #FFF !important;
  3295. text-shadow: none !important
  3296. }
  3297.  
  3298. .pm-window-magiswag .pm-log .chat {
  3299. background: rgba(25, 25, 25, 0.3) !important
  3300. }
  3301.  
  3302. .pm-window-magiswag .pm-log .chat small {
  3303. color: #FDEE77 !important
  3304. }
  3305.  
  3306. .pm-window-magiswag .pm-log-add {
  3307. background: rgba(0, 0, 0, 0.8) !important;
  3308. border-color: #FDEE77 !important
  3309. }
  3310.  
  3311. .pm-window-magiswag.focused .pm-log-add {
  3312. background: rgba(0, 0, 0, 1) !important;
  3313. border-color: #FDEE77 !important
  3314. }
  3315.  
  3316. .pm-window-magiswag .pm-log-add .textbox, .pm-window-magiswag .pm-log-add .textbox:focus {
  3317. border-color: #FCCBE7 !important;
  3318. background: rgba(255, 255, 255, 0.98) !important;
  3319. color: #000 !important
  3320. }
  3321.  
  3322. .pm-window-magiswag .challenge {
  3323. background: url("https://i.imgur.com/6xgz84e.png") !important;
  3324. background-size: 290px 195px !important;
  3325. color: #FFF !important;
  3326. border-color: #FDEE77 !important
  3327. }
  3328.  
  3329. .pm-window-magiswag .challenge .select {
  3330. background: rgba(252, 203, 231, 0.75) !important;
  3331. border-color: #FDEE77 !important;
  3332. color: #000 !important
  3333. }
  3334.  
  3335. .pm-window-magiswag .challenge .buttonbar button {
  3336. background: rgba(253, 238, 119, 1) !important;
  3337. border-color: #FCCBE7 !important;
  3338. border-radius: 3px;
  3339. color: #000 !important
  3340. }
  3341.  
  3342. .pm-window-magiswag .challenge .buttonbar button:hover {
  3343. background: rgba(254, 247, 132, 1) !important;
  3344. border-color: #FCCBE7 !important;
  3345. border-radius: 3px !important
  3346. }
  3347.  
  3348. @keyframes neonglowtext {
  3349. 0% {
  3350. 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
  3351. }
  3352. 100% {
  3353. 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
  3354. }
  3355. }
  3356.  
  3357. @keyframes slidinggradient {
  3358. 0% {
  3359. background-position: 0 150%
  3360. }
  3361. 100% {
  3362. background-position: 0 -50%
  3363. }
  3364. }
  3365.  
  3366. @keyframes pmappearanimation {
  3367. 0% {
  3368. transform: scaleX(.5) scaleY(0);
  3369. opacity: 0
  3370. }
  3371. 100% {
  3372. transform: scaleX(1) scaleY(1);
  3373. opacity: 1
  3374. }
  3375. }
  3376.  
  3377. @keyframes notificationflash {
  3378. 0% {
  3379. background: #1E5480
  3380. }
  3381. 100% {
  3382. background: #A5F2FC
  3383. }
  3384. }
  3385.  
  3386. @keyframes notificationflash2 {
  3387. 0% {
  3388. border-color: #1E5480
  3389. }
  3390. 100% {
  3391. border-color: #A5F2FC
  3392. }
  3393. }
  3394.  
  3395. @keyframes notificationflash3 {
  3396. 0% {
  3397. border-color: #1E5480;
  3398. color: #1E5480
  3399. }
  3400. 100% {
  3401. border-color: #A5F2FC;
  3402. color: #A5F2FC
  3403. }
  3404. }
  3405.  
  3406. @keyframes notificationflashduplicate {
  3407. 0% {
  3408. background: #1E5480
  3409. }
  3410. 100% {
  3411. background: #A5F2FC
  3412. }
  3413. }
  3414.  
  3415. @keyframes notificationflash2duplicate {
  3416. 0% {
  3417. border-color: #1E5480
  3418. }
  3419. 100% {
  3420. border-color: #A5F2FC
  3421. }
  3422. }
  3423.  
  3424. @keyframes notificationflash3duplicate {
  3425. 0% {
  3426. border-color: #1E5480;
  3427. color: #1E5480
  3428. }
  3429. 100% {
  3430. border-color: #A5F2FC;
  3431. color: #A5F2FC
  3432. }
  3433. }
  3434.  
  3435. .pm-window-titaniahime {
  3436. transform: translateZ(0) !important;
  3437. border-radius: 8px !important;
  3438. box-shadow: 0 0 3px #60E0FB, 0 0 5px #1E5480 !important;
  3439. transform-origin: 50% 0 !important;
  3440. animation: pmappearanimation .45s ease-in
  3441. }
  3442.  
  3443. .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 {
  3444. animation: notificationflash 1.25s ease-in-out 0s infinite alternate
  3445. }
  3446.  
  3447. .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(3) ~ .pm-log {
  3448. animation: notificationflash2 1.25s ease-in-out 0s infinite alternate
  3449. }
  3450.  
  3451. .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(3) ~ .challenge {
  3452. animation: notificationflash3 1.25s ease-in-out 0s infinite alternate
  3453. }
  3454.  
  3455. .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 {
  3456. animation: notificationflashduplicate 1.25s ease-in-out 0s infinite alternate
  3457. }
  3458.  
  3459. .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(4) ~ .pm-log {
  3460. animation: notificationflash2duplicate 1.25s ease-in-out 0s infinite alternate
  3461. }
  3462.  
  3463. .pm-window-titaniahime h3.pm-notifying:first-child:nth-last-child(4) ~ .challenge {
  3464. animation: notificationflash3duplicate 1.25s ease-in-out 0s infinite alternate
  3465. }
  3466.  
  3467. .pm-window-titaniahime h3.pm-minimized ~ .pm-log, .pm-window-titaniahime h3.pm-minimized ~ .pm-log-add {
  3468. display: block !important
  3469. }
  3470.  
  3471. .pm-window-titaniahime h3, .pm-window-titaniahime h3:first-child:nth-last-child(4) {
  3472. transition: transform .6s linear, border-radius .6s linear !important;
  3473. transform: rotateY(0deg) !important;
  3474. background: #1E5480 !important;
  3475. color: #07151E !important;
  3476. border: none !important;
  3477. border-radius: 7px 7px 0 0 !important;
  3478. text-shadow: 0 0 2px #A5F2FC !important
  3479. }
  3480.  
  3481. .pm-window-titaniahime h3.pm-minimized {
  3482. transform: rotateY(360deg) !important;
  3483. border-radius: 7px !important
  3484. }
  3485.  
  3486. .pm-window-titaniahime h3 small {
  3487. color: #07151E !important;
  3488. text-shadow: 0 0 2px #A5F2FC !important
  3489. }
  3490.  
  3491. .pm-window-titaniahime h3 .minimizebutton {
  3492. position: relative !important;
  3493. left: -6px !important;
  3494. font-size: 0 !important
  3495. }
  3496.  
  3497. .pm-window-titaniahime h3 .closebutton {
  3498. position: relative !important;
  3499. left: -1px !important;
  3500. font-size: 0 !important
  3501. }
  3502.  
  3503. .pm-window-titaniahime h3 .minimizebutton:before, .pm-window-titaniahime h3 .closebutton:before {
  3504. content: "";
  3505. display: inline-block;
  3506. width: 17px;
  3507. height: 17px
  3508. }
  3509.  
  3510. .pm-window-titaniahime h3 .minimizebutton:after, .pm-window-titaniahime h3 .closebutton:after {
  3511. transition: opacity .48s;
  3512. content: "";
  3513. display: inline-block;
  3514. margin-left: -17px;
  3515. width: 17px;
  3516. height: 17px;
  3517. opacity: 0
  3518. }
  3519.  
  3520. .pm-window-titaniahime h3 .minimizebutton:before {
  3521. background: url("https://i.imgur.com/nJ5elnV.png") no-repeat center;
  3522. background-size: cover
  3523. }
  3524.  
  3525. .pm-window-titaniahime h3 .minimizebutton:after {
  3526. background: url("https://i.imgur.com/rF7v0vr.png") no-repeat center;
  3527. background-size: cover
  3528. }
  3529.  
  3530. .pm-window-titaniahime h3 .closebutton:before {
  3531. background: url("https://i.imgur.com/rPGHhkn.png") no-repeat center;
  3532. background-size: cover
  3533. }
  3534.  
  3535. .pm-window-titaniahime h3 .closebutton:after {
  3536. background: url("https://i.imgur.com/BhwjCVs.png") no-repeat center;
  3537. background-size: cover
  3538. }
  3539.  
  3540. .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 {
  3541. opacity: 1
  3542. }
  3543.  
  3544. .pm-window-titaniahime h3 .closebutton:hover + .minimizebutton:after, .pm-window-titaniahime h3.pm-minimized:hover .minimizebutton:after {
  3545. opacity: 0
  3546. }
  3547.  
  3548. .pm-window-titaniahime .pm-log {
  3549. 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;
  3550. transform: rotateY(0deg) !important;
  3551. background: rgba(7, 21, 30, 0.8) !important;
  3552. color: #EEE !important;
  3553. border: 3px solid #1E5480 !important;
  3554. box-shadow: inset 0 0 3px #A5F2FC, inset 0 0 9px #1E5480 !important;
  3555. opacity: 1 !important;
  3556. min-height: 50px !important;
  3557. max-height: 300px !important
  3558. }
  3559.  
  3560. .pm-window-titaniahime h3.pm-minimized ~ .pm-log {
  3561. 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;
  3562. transform: rotateY(360deg) !important;
  3563. opacity: 0 !important;
  3564. min-height: 0 !important;
  3565. max-height: 0 !important;
  3566. border-width: 0 !important
  3567. }
  3568.  
  3569. .pm-window-titaniahime .pm-log .chat {
  3570. background: none !important;
  3571. text-shadow: none !important
  3572. }
  3573.  
  3574. .pm-window-titaniahime .pm-log .chat small {
  3575. color: rgba(0, 255, 234, .8) !important
  3576. }
  3577.  
  3578. .pm-window-titaniahime .pm-log .chat em a {
  3579. transition: color .15s !important;
  3580. color: #6699FF !important
  3581. }
  3582.  
  3583. .pm-window-titaniahime .pm-log .chat em a:hover {
  3584. transition: color .25s !important;
  3585. color: #2255FF !important
  3586. }
  3587.  
  3588. .pm-window-titaniahime .pm-log .message-error {
  3589. color: #FF0000 !important
  3590. }
  3591.  
  3592. .pm-window-titaniahime .pm-log-add {
  3593. transition: transform .6s 0s, opacity .6s 0s, max-height .6s .12s !important;
  3594. transform: rotateY(0deg) !important;
  3595. background: #1E5480 !important;
  3596. border: none !important;
  3597. border-radius: 0 0 7px 7px !important;
  3598. opacity: 1 !important;
  3599. min-height: 0 !important;
  3600. max-height: 8px !important
  3601. }
  3602.  
  3603. .pm-window-titaniahime:hover .pm-log-add, .pm-window-titaniahime.focused .pm-log-add, .pm-window-titaniahime.focused:hover .pm-log-add {
  3604. transition: transform .6s 0s, opacity .6s 0s, max-height .6s 0s !important;
  3605. transform: rotateY(0deg) !important;
  3606. opacity: 1 !important;
  3607. max-height: 80px !important
  3608. }
  3609.  
  3610. .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 {
  3611. transition: transform .6s 0s, opacity .6s 0s, max-height .6s 0s !important;
  3612. transform: rotateY(360deg) !important;
  3613. opacity: 0 !important;
  3614. max-height: 0 !important
  3615. }
  3616.  
  3617. .pm-window-titaniahime .pm-log-add .textbox {
  3618. transition: box-shadow .4s 0s, opacity .4s 0s, width .4s 0s !important;
  3619. background: #07151E !important;
  3620. color: #EEE !important;
  3621. margin: 0 auto !important;
  3622. border: none !important;
  3623. max-height: 62px !important;
  3624. box-shadow: inset 0 0 3px #A5F2FC, inset 0 0 9px #1E5480 !important;
  3625. opacity: 0 !important;
  3626. width: 0% !important
  3627. }
  3628.  
  3629. .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 {
  3630. transition: box-shadow .4s 0s, opacity .4s .18s, width .4s .18s !important;
  3631. box-shadow: inset 0 0 3px #A5F2FC, inset 0 0 9px #1E5480 !important;
  3632. opacity: 1 !important;
  3633. width: 100% !important
  3634. }
  3635.  
  3636. .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 {
  3637. transition: box-shadow .4s 0s, opacity .4s 0s, width .4s 0s !important;
  3638. box-shadow: inset 0 0 5px #A5F2FC, inset 0 0 12px #1E5480 !important;
  3639. opacity: 1 !important;
  3640. width: 100% !important
  3641. }
  3642.  
  3643. .pm-window-titaniahime .pm-log-add .chatbox.nolabel {
  3644. color: #07151E !important;
  3645. text-shadow: 0 0 2px #A5F2FC !important
  3646. }
  3647.  
  3648. .pm-window-titaniahime .challenge {
  3649. transition: border-radius .6s linear !important;
  3650. background: rgba(7, 21, 30, 0.8) url("https://i.imgur.com/BxJVSFQ.gif") no-repeat center !important;
  3651. background-size: cover !important;
  3652. color: #1E5480 !important;
  3653. border: 3px solid #1E5480 !important;
  3654. border-radius: 0 !important;
  3655. box-shadow: inset 0 0 3px #A5F2FC, inset 0 0 9px #1E5480 !important
  3656. }
  3657.  
  3658. .pm-window-titaniahime h3.pm-minimized ~ .challenge {
  3659. border-radius: 0 0 3px 3px !important
  3660. }
  3661.  
  3662. .pm-window-titaniahime .challenge .battleform {
  3663. width: 100% !important;
  3664. display: flex !important;
  3665. flex-wrap: wrap !important;
  3666. justify-content: space-around !important;
  3667. align-items: center !important;
  3668. align-content: space-around !important
  3669. }
  3670.  
  3671. .pm-window-titaniahime .challenge .battleform p {
  3672. flex: 0 0 230px !important
  3673. }
  3674.  
  3675. .pm-window-titaniahime .challenge .battleform p:first-child {
  3676. text-align: center !important;
  3677. order: 3 !important;
  3678. font-weight: 900 !important;
  3679. color: #07151E !important;
  3680. text-shadow: 0 0 1px #1E5480, 0 0 3px #A5F2FC, 0 0 7px #1E5480 !important
  3681. }
  3682.  
  3683. .pm-window-titaniahime .challenge .battleform p:first-child:nth-last-child(4) + p {
  3684. order: 1 !important
  3685. }
  3686.  
  3687. .pm-window-titaniahime .challenge .battleform p:first-child:nth-last-child(4) + p + p {
  3688. order: 2 !important
  3689. }
  3690.  
  3691. .pm-window-titaniahime .challenge .battleform p:last-child {
  3692. order: 4 !important
  3693. }
  3694.  
  3695. .pm-window-titaniahime .challenge .battleform button.select.formatselect, .pm-window-titaniahime .challenge .battleform button.select.teamselect {
  3696. background: rgba(7, 21, 30, 0.7) !important
  3697. }
  3698.  
  3699. .pm-window-titaniahime .challenge .battleform .label, .pm-window-titaniahime .challenge .battleform button.select.formatselect {
  3700. text-align: center !important
  3701. }
  3702.  
  3703. .pm-window-titaniahime .challenge .battleform .label {
  3704. font-weight: 900 !important;
  3705. color: #07151E !important;
  3706. text-shadow: 0 0 1px #1E5480, 0 0 3px #A5F2FC, 0 0 7px #1E5480 !important
  3707. }
  3708.  
  3709. .pm-window-titaniahime .challenge .battleform button.select.teamselect strong {
  3710. color: #EEE !important;
  3711. margin: auto !important
  3712. }
  3713.  
  3714. .pm-window-titaniahime .challenge .battleform button.select.teamselect small {
  3715. display: flex !important;
  3716. justify-content: space-around !important
  3717. }
  3718.  
  3719. .pm-window-titaniahime .challenge .battleform button.select.teamselect small .picon {
  3720. flex: 0 0 40px !important
  3721. }
  3722.  
  3723. .pm-window-titaniahime .challenge button.select {
  3724. position: relative !important;
  3725. overflow: hidden !important;
  3726. border-color: #1E5480 !important;
  3727. box-shadow: 0 0 3px #60E0FB, 0 0 5px #1E5480 !important;
  3728. color: #EEE !important;
  3729. background: none !important
  3730. }
  3731.  
  3732. .pm-window-titaniahime .challenge button.disabled, .pm-window-titaniahime .challenge button:disabled {
  3733. border: none !important;
  3734. box-shadow: none !important
  3735. }
  3736.  
  3737. .pm-window-titaniahime .challenge button.select:after {
  3738. transition: left .6s cubic-bezier(0.19, 1, 0.22, 1);
  3739. content: "";
  3740. background: #FFF;
  3741. opacity: .25;
  3742. position: absolute;
  3743. height: 155px;
  3744. width: 50px;
  3745. left: -75px;
  3746. top: -50px;
  3747. transform: rotate(35deg)
  3748. }
  3749.  
  3750. .pm-window-titaniahime .challenge button.select:hover:after {
  3751. left: 120%
  3752. }
  3753.  
  3754. .pm-window-titaniahime .challenge button.disabled:hover:after, .pm-window-titaniahime .challenge button:disabled:hover:after {
  3755. left: -75px
  3756. }
  3757.  
  3758. .pm-window-titaniahime .challenge .battleform .buttonbar {
  3759. display: flex !important
  3760. }
  3761.  
  3762. .pm-window-titaniahime .challenge .battleform .buttonbar button {
  3763. flex: 1 0 5px !important;
  3764. transition: all .35s ease-in-out !important;
  3765. text-align: center !important;
  3766. width: auto !important;
  3767. margin: 0 auto !important;
  3768. padding: 5px !important;
  3769. background: #1E5480 linear-gradient(#1E5480, #390079, #A5F2FC, #1E5480) !important;
  3770. background-repeat: no-repeat !important;
  3771. background-size: 100% 300% !important;
  3772. background-position: 0 150% !important;
  3773. border: none !important;
  3774. color: #07151E !important;
  3775. text-shadow: 0 0 2px #A5F2FC !important;
  3776. box-shadow: 0 0 3px #A5F2FC, 0 0 9px #1E5480 !important;
  3777. letter-spacing: 0 !important;
  3778. font-size: 14px !important;
  3779. font-weight: 500 !important;
  3780. overflow: hidden !important
  3781. }
  3782.  
  3783. .pm-window-titaniahime .challenge .battleform .buttonbar button strong {
  3784. font-weight: 500 !important
  3785. }
  3786.  
  3787. .pm-window-titaniahime .challenge .battleform .buttonbar button:hover {
  3788. transition: all .3s ease-in-out !important;
  3789. color: #EEE !important;
  3790. text-shadow: 1px 0 0 #3F9ABE !important;
  3791. letter-spacing: 3px !important;
  3792. font-weight: 900 !important;
  3793. animation: slidinggradient .85s linear infinite
  3794. }
  3795.  
  3796. .pm-window-titaniahime .challenge .battleform .buttonbar button:hover strong {
  3797. font-weight: 900 !important
  3798. }
  3799.  
  3800. .pm-window-titaniahime .pm-log .chatmessage-titaniahime em b {
  3801. color: #FFF !important;
  3802. animation: neonglowtext 1s ease-in-out infinite alternate
  3803. }
  3804.  
  3805. .pm-window-titaniahime .pm-log .chatmessage-titaniahime span.message-announce {
  3806. background: #1D267D url("https://i.imgur.com/V6NVnDk.gif") no-repeat center !important;
  3807. background-size: 100% 150% !important;
  3808. color: #FFF !important;
  3809. text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000 !important
  3810. }
  3811.  
  3812. .pm-window-alliancemaliega h3, .pm-window-alliancemaliega h3.pm-notifying {
  3813. background: #913972 url("https://i.imgur.com/slec6eP.gif") repeat-y !important;
  3814. background-position: center !important;
  3815. cursor: url("http://serebii.net/pokedex-sm/icon/633.png"), auto;
  3816. color: #002B49 !important;
  3817. border-color: #77EDCC !important;
  3818. text-shadow: none !important
  3819. }
  3820.  
  3821. .pm-window-alliancemaliega:hover h3, .pm-window-alliancemaliega:hover h3.pm-notifying {
  3822. background: #913972 url("https://i.imgur.com/jQFyj6o.gif") repeat-y !important;
  3823. background-position: center !important;
  3824. cursor: url("http://serebii.net/pokedex-sm/icon/634.png"), auto;
  3825. color: #913972 !important;
  3826. border-color: #913972 !important
  3827. }
  3828.  
  3829. .pm-window-alliancemaliega.focused h3, .pm-window-alliancemaliega.focused:hover h3 {
  3830. background: #913972 url("https://i.imgur.com/GrFAQw1.gif") repeat-y !important;
  3831. background-position: center !important;
  3832. cursor: url("http://serebii.net/pokedex-sm/icon/635.png"), auto;
  3833. color: #913972 !important;
  3834. border-color: #913972 !important
  3835. }
  3836.  
  3837. .pm-window-alliancemaliega:hover h3:hover {
  3838. color: #FFF !important
  3839. }
  3840.  
  3841. .pm-window-alliancemaliega.focused:hover h3:hover {
  3842. color: #913972 !important
  3843. }
  3844.  
  3845. .pm-window-alliancemaliega h3 small {
  3846. color: #FFF !important
  3847. }
  3848.  
  3849. .pm-window-alliancemaliega:hover h3:hover small {
  3850. color: #913972 !important
  3851. }
  3852.  
  3853. .pm-window-alliancemaliega.focused:hover h3:hover small {
  3854. color: #913972 !important
  3855. }
  3856.  
  3857. .pm-window-alliancemaliega:hover h3 small {
  3858. color: #FFF !important
  3859. }
  3860.  
  3861. .pm-window-alliancemaliega.focused h3 small, .pm-window-alliancemaliega.focused:hover h3 small {
  3862. color: #913972 !important
  3863. }
  3864.  
  3865. .pm-window-alliancemaliega h3 .minimizebutton, .pm-window-alliancemaliega h3 .closebutton {
  3866. color: #FFF !important
  3867. }
  3868.  
  3869. .pm-window-alliancemaliega:hover h3 .minimizebutton, .pm-window-alliancemaliega:hover h3 .closebutton, .pm-window-alliancemaliega:hover h3 .closebutton:hover + .minimizebutton.minimizebutton {
  3870. color: #913972 !important
  3871. }
  3872.  
  3873. .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 {
  3874. color: #FFF !important
  3875. }
  3876.  
  3877. .pm-window-alliancemaliega h3 .closebutton:hover, .pm-window-alliancemaliega h3 .minimizebutton:hover, .pm-window-alliancemaliega h3:hover .minimizebutton {
  3878. color: #913972 !important
  3879. }
  3880.  
  3881. .pm-window-alliancemaliega.focused h3 .closebutton:hover, .pm-window-alliancemaliega.focused h3 .minimizebutton:hover, .pm-window-alliancemaliega.focused h3:hover .minimizebutton {
  3882. color: #913972 !important
  3883. }
  3884.  
  3885. .pm-window-alliancemaliega .pm-log {
  3886. background: url("https://i.imgur.com/yu2o5HT.jpg") no-repeat center !important;
  3887. border-color: #913972 !important
  3888. }
  3889.  
  3890. .pm-window-alliancemaliega:hover .pm-log {
  3891. background: url("https://i.imgur.com/8NNMfj9.png") no-repeat center !important;
  3892. border-color: #913972 !important
  3893. }
  3894.  
  3895. .pm-window-alliancemaliega.focused .pm-log, .pm-window-alliancemaliega.focused:hover .pm-log {
  3896. background: url("https://i.imgur.com/iOnnYrC.png") no-repeat center !important;
  3897. border-color: #913972 !important
  3898. }
  3899.  
  3900. .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 {
  3901. color: #FFF !important
  3902. }
  3903.  
  3904. .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 {
  3905. color: #FFF !important
  3906. }
  3907.  
  3908. .pm-window-alliancemaliega:hover .pm-log .chat:hover, .pm-window-alliancemaliega.focused:hover .pm-log .chat:hover {
  3909. 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
  3910. }
  3911.  
  3912. .pm-window-alliancemaliega:hover .pm-log .chat strong:hover {
  3913. color: #AE00FF !important
  3914. }
  3915.  
  3916. .pm-window-alliancemaliega.focused .pm-log .chat strong:hover {
  3917. color: #FF2954 !important
  3918. }
  3919.  
  3920. .pm-window-alliancemaliega .pm-log-add {
  3921. background: url("https://i.imgur.com/slec6eP.gif") repeat-y !important;
  3922. background-position: center !important;
  3923. border-color: #913972 !important;
  3924. min-height: 21px !important;
  3925. max-height: 21px !important;
  3926. height: auto !important;
  3927. overflow: hidden !important
  3928. }
  3929.  
  3930. .pm-window-alliancemaliega:hover .pm-log-add {
  3931. background: url("https://i.imgur.com/jQFyj6o.gif") repeat-y !important;
  3932. background-position: center !important;
  3933. border-color: #2A003D !important;
  3934. max-height: 80px !important
  3935. }
  3936.  
  3937. .pm-window-alliancemaliega.focused .pm-log-add, .pm-window-alliancemaliega.focused:hover .pm-log-add {
  3938. background: url("https://i.imgur.com/GrFAQw1.gif") repeat-y !important;
  3939. background-position: center !important;
  3940. border-color: #3D000C !important;
  3941. max-height: 80px !important
  3942. }
  3943.  
  3944. .pm-window-alliancemaliega .pm-log-add .textbox {
  3945. border-color: #913972 !important;
  3946. opacity: 0 !important;
  3947. width: 0 !important;
  3948. margin: 0 auto !important;
  3949. background: url("https://i.giphy.com/media/i9Z5XwMfnMiaY/giphy.webp") center !important;
  3950. color: #90e8fc !important;
  3951. max-height: 62px !important;
  3952. box-shadow: none !important
  3953. }
  3954.  
  3955. .pm-window-alliancemaliega:hover .pm-log-add .textbox {
  3956. border-color: azure !important;
  3957. opacity: .33 !important;
  3958. width: 100% !important;
  3959. box-shadow: inset 0 0 8px #AE00FF !important
  3960. }
  3961.  
  3962. .pm-window-alliancemaliega.focused .pm-log-add .textbox, .pm-window-alliancemaliega.focused:hover .pm-log-add .textbox {
  3963. border-color: #913972 !important;
  3964. opacity: 1 !important;
  3965. width: 100% !important;
  3966. box-shadow: inset 0 0 8px #F03 !important
  3967. }
  3968.  
  3969. .pm-window-alliancemaliega .challenge, .dark .pm-window-alliancemaliega .challenge {
  3970. background: url("https://i.imgur.com/hSXqbNj.gif") bottom center no-repeat !important;
  3971. cursor: url("http://serebii.net/pokedex-sm/icon/633.png"), auto;
  3972. border-color: #000 !important;
  3973. border-top-color: black !important;
  3974. color: white !important;
  3975. text-shadow: 1px 1px #000 !important
  3976. }
  3977.  
  3978. .pm-window-alliancemaliega .challenge .select, .dark .pm-window-alliancemaliega .challenge .select, .pm-window-alliancemaliega .challenge .buttonbar button, .dark .pm-window-alliancemaliega .challenge .buttonbar button {
  3979. background: url("https://i.imgur.com/fOSjbuN.gif") bottom center !important;
  3980. cursor: url("http://serebii.net/pokedex-sm/icon/634.png"), auto;
  3981. border-color: black !important;
  3982. color: #913972 !important;
  3983. text-shadow: 0px -1px black !important
  3984. }
  3985.  
  3986. .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 {
  3987. border-color: #000 !important
  3988. }
  3989.  
  3990. .pm-window-alliancemaliega .challenge label, .dark .pm-window-alliancemaliega .challenge label {
  3991. color: #913972
  3992. }
  3993.  
  3994. .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 {
  3995. background: url("https://i.imgur.com/kYGpulQ.gif") bottom center !important;
  3996. cursor: url("http://serebii.net/pokedex-sm/icon/635.png"), auto;
  3997. color: #913922 !important;
  3998. border-color: #000 !important
  3999. }
  4000.  
  4001. .pm-window-alphaninja .pm-log, .pm-window-alphaninja.focused .pm-log {
  4002. background-color: #76a35d;
  4003. background-image: url("http://66.media.tumblr.com/c0930b778622cb36ce0c199d05edf4f9/tumblr_inline_nt0e5yQgYE1svka38_500.png");
  4004. background-repeat: no-repeat;
  4005. background-position: right
  4006. }
  4007.  
  4008. .pm-window-alphaninja .pm-log .chat, .pm-window-alphaninja .pm-log .chat small {
  4009. color: #fff
  4010. }
  4011.  
  4012. .pm-window-alphaninja .pm-log .chat .username {
  4013. text-shadow: 0 1px 1px #000
  4014. }
  4015.  
  4016. .pm-window-alphaninja .pm-notifying {
  4017. border: 1px solid #181915 !important;
  4018. background-color: #4C4D4C !important;
  4019. background-image: url("https://orig00.deviantart.net/2e81/f/2018/325/1/e/pharpbw_by_azureimagedump-dcsj3eo.png") !important;
  4020. background-position: 0 -4px !important
  4021. }
  4022.  
  4023. .pm-window-alphaninja.focused h3, .pm-window-alphaninja h3:hover, .pm-window-alphaninja.focused h3:hover, .pm-window-alphaninja h3 {
  4024. color: #E433C9;
  4025. text-shadow: 0 1px 2px #000;
  4026. border: 1px solid #080BB7;
  4027. background-color: #080BB7;
  4028. background-image: url("http://images.akamai.steamusercontent.com/ugc/704037974368568265/918BC6D28FC3F0EA872E32938BF3047D80E2107D/");
  4029. background-position: 0 -4px
  4030. }
  4031.  
  4032. .pm-window-alphaninja h3, .pm-window-alphaninja .pm-window-minimized, .pm-window-alphaninja .pm-log-add {
  4033. text-shadow: 0 1px 2px #000;
  4034. background-color: #0000FD;
  4035. border: 1px solid #080BB7
  4036. }
  4037.  
  4038. .pm-window-alphaninja h3 i {
  4039. color: #F71266
  4040. }
  4041.  
  4042. .pm-window-alphaninja h3 i:hover {
  4043. color: #A10543
  4044. }
  4045.  
  4046. .pm-window-alphaninja.focused .pm-log-add {
  4047. background-color: #080BB7;
  4048. border: 1px solid #080BB7
  4049. }
  4050.  
  4051. .pm-window-alphaninja .textbox {
  4052. color: #3A562B;
  4053. background-color: #fff
  4054. }
  4055.  
  4056. .pm-window-allianceizuku h3 {
  4057. background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
  4058. background-position: 227px -6px !important;
  4059. color: #ccffff !important;
  4060. text-shadow: 0 0 2px black !important;
  4061. border-color: #001a1a !important
  4062. }
  4063.  
  4064. .pm-window-allianceizuku h3:hover {
  4065. background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokexycons/136.png") no-repeat top !important;
  4066. background-position: 225px -5px !important;
  4067. color: #fff0e6 !important;
  4068. text-shadow: 0 0 2px black !important;
  4069. border-color: #001a1a !important
  4070. }
  4071.  
  4072. .pm-window-allianceizuku.focused h3 {
  4073. background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokexycons/136.png") no-repeat !important;
  4074. background-position: 225px -5px !important;
  4075. color: #fff0e6 !important;
  4076. text-shadow: 0 0 2px black !important;
  4077. border-color: #001a1a !important
  4078. }
  4079.  
  4080. .pm-window-allianceizuku.focused h3:hover {
  4081. background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
  4082. background-position: 227px -6px !important;
  4083. color: #ccffff !important;
  4084. text-shadow: 0 0 2px black !important;
  4085. border-color: #001a1a !important
  4086. }
  4087.  
  4088. .pm-window-allianceizuku h3 small {
  4089. color: #22A8E0 !important
  4090. }
  4091.  
  4092. .pm-window-allianceizuku h3 .minimizebutton, .dark .pm-window-allianceizuku h3 .minimizebutton, .pm-window-allianceizuku h3 .closebutton, .pm-window-allianceizuku h3:hover .minimizebutton {
  4093. color: black !important
  4094. }
  4095.  
  4096. .pm-window-allianceizuku h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-allianceizuku h3 .closebutton:hover + .minimizebutton.minimizebutton {
  4097. color: black !important
  4098. }
  4099.  
  4100. .pm-window-allianceizuku h3 .closebutton:hover {
  4101. color: #ff6666 !important
  4102. }
  4103.  
  4104. .pm-window-allianceizuku h3 .minimizebutton:hover, .dark .pm-window-allianceizuku h3 .minimizebutton:hover {
  4105. color: #0099ff !important
  4106. }
  4107.  
  4108. .pm-window-allianceizuku .pm-log {
  4109. background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/133.png") no-repeat right !important;
  4110. background-position: 210px+5px !important;
  4111. background-size: cover;
  4112. border-color: #2C2D2F !important;
  4113. color: #fff
  4114. }
  4115.  
  4116. .pm-window-allianceizuku .pm-log:hover {
  4117. background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/136.png") no-repeat right !important;
  4118. background-position: 210px+2px !important;
  4119. background-size: cover;
  4120. border-color: #2C2D2F !important;
  4121. color: #fff
  4122. }
  4123.  
  4124. .pm-window-allianceizuku.focused .pm-log {
  4125. background: rgba(51, 51, 51, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/136.png") no-repeat right !important;
  4126. background-position: 210px+2px !important;
  4127. border-color: #2C2D2F !important;
  4128. background-color: #000;
  4129. color: #fff
  4130. }
  4131.  
  4132. .pm-window-allianceizuku.focused .pm-log:hover {
  4133. background: rgba(51, 51, 51, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/133.png") no-repeat right !important;
  4134. background-position: 210px+5px !important;
  4135. border-color: #2C2D2F !important;
  4136. background-color: #000;
  4137. color: #fff
  4138. }
  4139.  
  4140. .pm-window-allianceizuku .pm-log .chat small {
  4141. color: #1898D0 !important
  4142. }
  4143.  
  4144. .pm-window-allianceizuku .pm-log-add {
  4145. background: rgba(0, 139, 139, 0.75) !important;
  4146. color: black;
  4147. border-color: #001a33 !important
  4148. }
  4149.  
  4150. .pm-window-allianceizuku .pm-log-add:hover {
  4151. background: rgba(255, 117, 26, 0.75) !important;
  4152. color: black;
  4153. border-color: #332200 !important
  4154. }
  4155.  
  4156. .pm-window-allianceizuku.focused .pm-log-add {
  4157. background: rgba(255, 117, 26, 0.75) !important;
  4158. color: black;
  4159. border-color: #332200 !important
  4160. }
  4161.  
  4162. .pm-window-allianceizuku.focused .pm-log-add:hover {
  4163. background: rgba(0, 139, 139, 0.75) !important;
  4164. color: black;
  4165. border-color: #332200 !important
  4166. }
  4167.  
  4168. .pm-window-allianceizuku .pm-log-add .textbox {
  4169. border-color: #555 !important;
  4170. background: rgba(0, 139, 139, 0.75) !important;
  4171. color: black !important
  4172. }
  4173.  
  4174. .pm-window-allianceizuku .pm-log-add .textbox:hover {
  4175. border-color: #555 !important;
  4176. background: rgba(255, 117, 26, 0.75) !important;
  4177. color: black !important
  4178. }
  4179.  
  4180. .pm-window-allianceizuku .pm-log-add .textbox:focus {
  4181. border-color: #99ccff !important
  4182. }
  4183.  
  4184. .pm-window-allianceizuku h3.pm-notifying {
  4185. border-color: #000033 !important;
  4186. background: rgba(242, 242, 242, 0.75) url("https://pldh.net/media/pokecons_action/133.gif") no-repeat !important;
  4187. text-shadow: 0 0 2px #2C2D2F !important;
  4188. background-position: 227px -10px !important;
  4189. color: #e6e6ff !important
  4190. }
  4191.  
  4192. .pm-window-allianceizuku h3.pm-notifying:hover {
  4193. border-color: #331400 !important;
  4194. background: rgba(217, 217, 217, 0.75) url("https://pldh.net/media/pokecons_action/133.gif") no-repeat !important;
  4195. text-shadow: 0 0 2px #2C2D2F !important;
  4196. background-position: 227px -10px !important;
  4197. color: #e6e6ff !important
  4198. }
  4199.  
  4200. .pm-window-allianceizuku .challenge {
  4201. background: rgba(0, 139, 139, 0.75) !important;
  4202. color: black !important;
  4203. border-color: #003333 !important
  4204. }
  4205.  
  4206. .pm-window-allianceizuku .challenge .select, .pm-window-allianceizuku .challenge .buttonbar button {
  4207. background: rgb(242, 242, 242) !important;
  4208. color: black !important;
  4209. border-color: black !important
  4210. }
  4211.  
  4212. .pm-window-allianceizuku .challenge .select:hover, .pm-window-allianceizuku .challenge .buttonbar button:hover {
  4213. background: rgb(217, 217, 217) !important;
  4214. border-color: #003333 !important
  4215. }
  4216.  
  4217. .pm-window-allianceizuku .challenge .select:disabled {
  4218. background: rgb(217, 217, 217) !important
  4219. }
  4220.  
  4221. .pm-window-allianceizuku .challenge .teamselect:disabled strong {
  4222. color: #000033 !important
  4223. }
  4224.  
  4225. .pm-window-crimsontorrent .pm-minimized, .dark .pm-window-crimsontorrent .pm-minimized {
  4226. background: #145834 url("https://i.imgur.com/JVTfkew.gif") no-repeat !important;
  4227. background-position: 218px -3px !important;
  4228. border: 1px solid #000 !important
  4229. }
  4230.  
  4231. .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 {
  4232. background: #145834 url("https://i.imgur.com/JVTfkew.gif") no-repeat !important;
  4233. background-position: 220px -5px !important;
  4234. color: #FFF !important;
  4235. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  4236. border-color: #000 !important
  4237. }
  4238.  
  4239. .pm-window-crimsontorrent h3:hover, .dark .pm-window-crimsontorrent h3:hover, .pm-window-crimsontorrent.focused h3:hover, .dark .pm-window-crimsontorrent.focused h3:hover {
  4240. color: #FFF !important
  4241. }
  4242.  
  4243. .pm-window-crimsontorrent h3.pm-notifying, .dark .pm-window-crimsontorrent h3.pm-notifying {
  4244. background: #F952A8 url("https://i.imgur.com/JVTfkew.gif") no-repeat !important;
  4245. background-position: 220px -5px !important;
  4246. border-color: #000 !important
  4247. }
  4248.  
  4249. .pm-window-crimsontorrent h3.pm-notifying:hover, .dark .pm-window-crimsontorrent h3.pm-notifying:hover {
  4250. background: #F952A8 url("https://i.imgur.com/JVTfkew.gif") no-repeat !important;
  4251. background-position: 220px -5px !important;
  4252. border-color: #000 !important
  4253. }
  4254.  
  4255. .pm-window-crimsontorrent h3 small, .dark .pm-window-crimsontorrent h3 small {
  4256. color: #FFF !important
  4257. }
  4258.  
  4259. .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 {
  4260. color: #FFF !important
  4261. }
  4262.  
  4263. .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 {
  4264. color: #FFF !important
  4265. }
  4266.  
  4267. .pm-window-crimsontorrent.pm-log, .dark .pm-window-crimsontorrent.pm-log, .pm-window-crimsontorrent.focused .pm-log, .dark .pm-window-crimsontorrent.focused .pm-log {
  4268. background: url("https://i.imgur.com/17j42Ye.png") center no-repeat #111 !important;
  4269. color: #FFF !important;
  4270. border-color: #000 !important
  4271. }
  4272.  
  4273. .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 {
  4274. color: #a3cedf !important
  4275. }
  4276.  
  4277. .pm-window-crimsontorrent .pm-log a:visited, .dark .pm-window-crimsontorrent .pm-log a:visited {
  4278. color: #E6B059 !important
  4279. }
  4280.  
  4281. .pm-window-crimsontorrent .pm-log .message-error, .dark .pm-window-crimsontorrent .pm-log .message-error {
  4282. color: #eb1f1f !important
  4283. }
  4284.  
  4285. .pm-window-crimsontorrent .pm-log .chat small, .dark .pm-window-crimsontorrent .pm-log .chat small {
  4286. color: #E6B059 !important
  4287. }
  4288.  
  4289. .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 {
  4290. background: #145834 !important;
  4291. border-color: #000 !important
  4292. }
  4293.  
  4294. .pm-window-crimsontorrent .pm-log-add .textbox, .dark .pm-window-crimsontorrent .pm-log-add .textbox {
  4295. background: #333 !important;
  4296. border-color: #000 !important;
  4297. color: #CCC !important
  4298. }
  4299.  
  4300. .pm-window-crimsontorrent .pm-log-add .textbox:hover, .dark .pm-window-crimsontorrent .pm-log-add .textbox:hover {
  4301. background: #145834 !important;
  4302. border-color: #000 !important;
  4303. color: #fff !important
  4304. }
  4305.  
  4306. .pm-window-crimsontorrent .pm-log-add .textbox:focus, .dark .pm-window-crimsontorrent .pm-log-add .textbox:focus {
  4307. background: #145834 !important;
  4308. border-color: #000 !important;
  4309. color: #fff !important
  4310. }
  4311.  
  4312. .pm-window-crimsontorrent .challenge, .dark .pm-window-crimsontorrent .challenge {
  4313. background: url("https://i.imgur.com/elRvp4k.jpg") bottom center no-repeat #222 !important;
  4314. border-color: #E6B059 !important;
  4315. border-top-color: #000 !important;
  4316. color: #fff !important;
  4317. text-shadow: 1px 1px #5d080d !important
  4318. }
  4319.  
  4320. .pm-window-crimsontorrent .challenge .select, .dark .pm-window-crimsontorrent .challenge .select, .pm-window-crimsontorrent .challenge .buttonbar button, .dark .pm-window-crimsontorrent .challenge .buttonbar button {
  4321. background: #222 !important;
  4322. border-color: #fff !important;
  4323. color: #E6B059 !important;
  4324. text-shadow: 0 -1px #000 !important
  4325. }
  4326.  
  4327. .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 {
  4328. border-color: #E6B059 !important
  4329. }
  4330.  
  4331. .pm-window-crimsontorrent .challenge label, .dark .pm-window-crimsontorrent .challenge label {
  4332. color: #E6B059
  4333. }
  4334.  
  4335. .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 {
  4336. background: rgba(20, 20, 20, 0.75) !important;
  4337. color: #222 !important;
  4338. border-color: #000 !important
  4339. }
  4340.  
  4341. .pm-window-aphrodrew .pm-log, .pm-window-aphrodrew.focused .pm-log {
  4342. background-color: #000;
  4343. color: #fff;
  4344. background-repeat: no-repeat;
  4345. background-size: 300px 300px
  4346. }
  4347.  
  4348. .pm-window-aphrodrew .pm-log .chat {
  4349. color: #fff
  4350. }
  4351.  
  4352. .pm-window-aphrodrew .pm-notifying {
  4353. border: 1px solid #00509b !important;
  4354. background-color: #a5d3ff !important
  4355. }
  4356.  
  4357. .pm-window-aphrodrew .username {
  4358. text-shadow: 0 1px 1px #777
  4359. }
  4360.  
  4361. .pm-window-aphrodrew.focused h3, .pm-window-minimized h3, .pm-window-aphrodrew h3:hover, .pm-window-aphrodrew.focused h3:hover, .pm-window-aphrodrew h3 {
  4362. color: #fff;
  4363. border: 1px solid #111;
  4364. background-color: #000;
  4365. background-image: url("https://pldh.net/media/pokecons_action/477.gif");
  4366. background-repeat: no-repeat;
  4367. background-position: 220px -9px
  4368. }
  4369.  
  4370. .pm-window-aphrodrew h3 i {
  4371. color: #fff;
  4372. text-shadow: 0 0 3px #fff
  4373. }
  4374.  
  4375. .pm-window-aphrodrew.focused .pm-log-add {
  4376. background-color: #000
  4377. }
  4378.  
  4379. .pm-window-aphrodrew .pm-log-add {
  4380. background-color: #000
  4381. }
  4382.  
  4383. .pm-window-aphrodrew.focused .textbox, .pm-window-aphrodrew .textbox {
  4384. background-color: #000;
  4385. color: #fff
  4386. }
  4387.  
  4388. .pm-window-aphroblaze .pm-minimized, .dark .pm-window-aphroblaze .pm-minimized {
  4389. background: #cc4938 url("https://pldh.net/media/pokexycons/250.png") no-repeat !important;
  4390. background-position: 220px -5px !important;
  4391. border: 1px solid #f3e329 !important
  4392. }
  4393.  
  4394. .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 {
  4395. background: #cc4938 url("https://pldh.net/media/pokexycons/250.png") no-repeat !important;
  4396. background-position: 220px -5px !important;
  4397. color: #f3e329 !important;
  4398. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  4399. border-color: #f3e329 !important
  4400. }
  4401.  
  4402. .pm-window-aphroblaze h3:hover, .dark .pm-window-aphroblaze h3:hover, .pm-window-aphroblaze.focused h3:hover, .dark .pm-window-aphroblaze.focused h3:hover {
  4403. color: #f3e329 !important
  4404. }
  4405.  
  4406. .pm-window-aphroblaze .pm-notifying, .dark .pm-window-aphroblaze h3.pm-notifying {
  4407. background: #f3e329 url("https://pldh.net/media/pokecons_action/250.gif") no-repeat !important;
  4408. background-position: 220px -8px !important;
  4409. color: #2f57e8 !important;
  4410. border-color: #cc4938 !important
  4411. }
  4412.  
  4413. .pm-window-aphroblaze h3.pm-notifying:hover, .dark .pm-window-aphroblaze h3.pm-notifying:hover {
  4414. background: #f3e329 url("https://pldh.net/media/pokecons_action/250.gif") no-repeat !important;
  4415. background-position: 220px -8px !important;
  4416. color: #2f57e8 !important;
  4417. border-color: #cc4938 !important
  4418. }
  4419.  
  4420. .pm-window-aphroblaze h3 small, .dark .pm-window-aphroblaze h3 small {
  4421. color: #f3e329 !important
  4422. }
  4423.  
  4424. .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 {
  4425. color: #E39929 !important
  4426. }
  4427.  
  4428. .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 {
  4429. color: #f3e329 !important
  4430. }
  4431.  
  4432. .pm-window-aphroblaze .pm-log, .dark .pm-window-aphroblaze .pm-log, .pm-window-aphroblaze.focused .pm-log, .dark .pm-window-aphroblaze.focused .pm-log {
  4433. background: url("https://images4.alphacoders.com/823/thumb-1920-823720.png") top;
  4434. background-size: 300px 300px;
  4435. color: #f3e329 !important;
  4436. border-color: #f3e329 !important;
  4437. 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
  4438. }
  4439.  
  4440. .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 {
  4441. color: #f3e329 !important;
  4442. 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
  4443. }
  4444.  
  4445. .pm-window-aphroblaze .pm-log a:visited, .dark .pm-window-aphroblaze .pm-log a:visited {
  4446. color: #f3e329 !important;
  4447. 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
  4448. }
  4449.  
  4450. .pm-window-aphroblaze .pm-log .message-error, .dark .pm-window-aphroblaze .pm-log .message-error {
  4451. color: #2f57e8 !important;
  4452. 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
  4453. }
  4454.  
  4455. .pm-window-aphroblaze .pm-log .chat small, .dark .pm-window-aphroblaze .pm-log .chat small {
  4456. color: #E39929 !important;
  4457. 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
  4458. }
  4459.  
  4460. .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 {
  4461. background: #cc4938 !important;
  4462. border-color: #f3e329 !important;
  4463. 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
  4464. }
  4465.  
  4466. .pm-window-aphroblaze .pm-log-add .textbox, .dark .pm-window-aphroblaze .pm-log-add .textbox {
  4467. background: #000000 !important;
  4468. border-color: #f3e329 !important;
  4469. color: #f3e329 !important;
  4470. 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
  4471. }
  4472.  
  4473. .pm-window-aphroblaze .pm-log-add .textbox:hover, .dark .pm-window-aphroblaze .pm-log-add .textbox:hover {
  4474. background: #000000 !important;
  4475. border-color: #f3e329 !important;
  4476. color: #f3e329 !important;
  4477. 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
  4478. }
  4479.  
  4480. .pm-window-aphroblaze .pm-log-add .textbox:focus, .dark .pm-window-aphroblaze .pm-log-add .textbox:focus {
  4481. background: #000000 !important;
  4482. border-color: #f3e329 !important;
  4483. color: #f3e329 !important;
  4484. 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
  4485. }
  4486.  
  4487. .pm-window-aphroblaze .challenge, .dark .pm-window-aphroblaze .challenge {
  4488. background: #cc4938 !important;
  4489. border-color: #f3e329 !important;
  4490. border-top-color: #f3e329 !important;
  4491. color: #91F148 !important;
  4492. text-shadow: 1px 1px #cc4938 !important
  4493. }
  4494.  
  4495. .pm-window-aphroblaze .challenge .select, .dark .pm-window-aphroblaze .challenge .select, .pm-window-aphroblaze .challenge .buttonbar button, .dark .pm-window-aphroblaze .challenge .buttonbar button {
  4496. background: #cc4938 !important;
  4497. border-color: #f3e329 !important;
  4498. color: #91F148 !important;
  4499. text-shadow: 0px -1px black !important
  4500. }
  4501.  
  4502. .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 {
  4503. border-color: #E39929 !important
  4504. }
  4505.  
  4506. .pm-window-aphroblaze .challenge label, .dark .pm-window-aphroblaze .challenge label {
  4507. color: #91F148
  4508. }
  4509.  
  4510. .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 {
  4511. background: #cc4938 !important;
  4512. color: #91F148 !important;
  4513. border-color: #f3e329 !important
  4514. }
  4515.  
  4516. .pm-window-allianceaiko h3 {
  4517. background: rgba(153, 204, 255, 0.75) url("https://pldh.net/media/pokecons_action/381.gif") no-repeat top !important;
  4518. background-position: 225px -9px !important;
  4519. color: #e6f2ff !important;
  4520. text-shadow: 0 0 2px black !important;
  4521. border-color: #001a33 !important
  4522. }
  4523.  
  4524. .pm-window-allianceaiko h3:hover {
  4525. background: rgba(255, 80, 80, 0.75) url("https://pldh.net/media/pokecons_action/380.gif") no-repeat top !important;
  4526. background-position: 225px -9px !important;
  4527. color: #ffe6e6 !important;
  4528. text-shadow: 0 0 2px black !important;
  4529. border-color: #330000 !important
  4530. }
  4531.  
  4532. .pm-window-allianceaiko.focused h3 {
  4533. background: rgba(255, 80, 80, 0.75) url("https://pldh.net/media/pokecons_action/380.gif") no-repeat !important;
  4534. background-position: 225px -9px !important;
  4535. color: #FFF !important;
  4536. text-shadow: 0 0 2px #2C2D2F !important;
  4537. border-color: #330000 !important
  4538. }
  4539.  
  4540. .pm-window-allianceaiko.focused h3:hover {
  4541. background: rgba(153, 204, 255, 0.75) url("https://pldh.net/media/pokecons_action/381.gif") no-repeat top !important;
  4542. background-position: 225px -9px !important;
  4543. color: #DDD !important;
  4544. text-shadow: 0 0 2px #2C2D2F !important;
  4545. border-color: #001a33 !important
  4546. }
  4547.  
  4548. .pm-window-allianceaiko h3 small {
  4549. color: #22A8E0 !important
  4550. }
  4551.  
  4552. .pm-window-allianceaiko h3 .minimizebutton, .dark .pm-window-allianceaiko h3 .minimizebutton, .pm-window-allianceaiko h3 .closebutton, .pm-window-allianceaiko h3:hover .minimizebutton {
  4553. color: black !important
  4554. }
  4555.  
  4556. .pm-window-allianceaiko h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-allianceaiko h3 .closebutton:hover + .minimizebutton.minimizebutton {
  4557. color: black !important
  4558. }
  4559.  
  4560. .pm-window-allianceaiko h3 .closebutton:hover {
  4561. color: #ff6666 !important
  4562. }
  4563.  
  4564. .pm-window-allianceaiko h3 .minimizebutton:hover, .dark .pm-window-arcoxia h3 .minimizebutton:hover {
  4565. color: #0099ff !important
  4566. }
  4567.  
  4568. .pm-window-allianceaiko .pm-log {
  4569. background: rgba(153, 204, 255, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite/381.png") no-repeat right !important;
  4570. background-size: cover;
  4571. border-color: #2C2D2F !important;
  4572. color: #fff
  4573. }
  4574.  
  4575. .pm-window-allianceaiko .pm-log:hover {
  4576. background: rgba(255, 80, 80, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite/380.png") no-repeat right !important;
  4577. background-size: cover;
  4578. border-color: #2C2D2F !important;
  4579. color: #fff
  4580. }
  4581.  
  4582. .pm-window-allianceaiko.focused .pm-log {
  4583. background: rgba(51, 51, 51, 0.75) url("") no-repeat right !important;
  4584. border-color: #2C2D2F !important;
  4585. background-color: #000;
  4586. color: #fff
  4587. }
  4588.  
  4589. .pm-window-allianceaiko .pm-log .chat small {
  4590. color: #1898D0 !important
  4591. }
  4592.  
  4593. .pm-window-allianceaiko .pm-log-add {
  4594. background: rgba(153, 204, 255, 0.75) !important;
  4595. border-color: #001a33 !important
  4596. }
  4597.  
  4598. .pm-window-allianceaiko.focused .pm-log-add {
  4599. background: rgba(255, 102, 102, 0.75) !important;
  4600. border-color: #332200 !important
  4601. }
  4602.  
  4603. .pm-window-allianceaiko .pm-log-add .textbox {
  4604. border-color: #555 !important;
  4605. background: rgba(255, 255, 255, 0.95) !important;
  4606. color: #000 !important
  4607. }
  4608.  
  4609. .pm-window-allianceaiko .pm-log-add .textbox:focus {
  4610. border-color: #99ccff !important
  4611. }
  4612.  
  4613. .pm-window-allianceaiko h3.pm-notifying {
  4614. border-color: #000033 !important;
  4615. background: rgba(204, 204, 255, 0.75) url("https://pldh.net/media/pokexycons/381-mega.png") no-repeat !important;
  4616. text-shadow: 0 0 2px #2C2D2F !important;
  4617. background-position: 220px -9px !important;
  4618. color: #e6e6ff !important
  4619. }
  4620.  
  4621. .pm-window-allianceaiko h3.pm-notifying:hover {
  4622. border-color: #331400 !important;
  4623. background: rgba(153, 153, 255, 0.75) url("https://pldh.net/media/pokexycons/381-mega.png") no-repeat !important;
  4624. text-shadow: 0 0 2px #2C2D2F !important;
  4625. background-position: 220px -9px !important;
  4626. color: #e6e6ff !important
  4627. }
  4628.  
  4629. .pm-window-allianceaiko .challenge {
  4630. background: rgba(255, 80, 80, 0.75) !important;
  4631. color: #330000 !important;
  4632. border-color: #332200 !important
  4633. }
  4634.  
  4635. .pm-window-allianceaiko .challenge .select, .pm-window-allianceaiko .challenge .buttonbar button {
  4636. background: rgba(153, 204, 255, 0.9) !important;
  4637. border-color: #001a33 !important;
  4638. color: #000d1a !important
  4639. }
  4640.  
  4641. .pm-window-allianceaiko .challenge .select:hover, .pm-window-allianceaiko .challenge .buttonbar button:hover {
  4642. background: rgba(153, 204, 255, 0.75) !important;
  4643. border-color: #2B4A68 !important
  4644. }
  4645.  
  4646. .pm-window-allianceaiko .challenge .select:disabled {
  4647. background: rgba(153, 204, 255, 0.75) !important;
  4648. border-color: #2B4A68 !important
  4649. }
  4650.  
  4651. .pm-window-allianceaiko .challenge .teamselect:disabled strong {
  4652. color: #000033 !important
  4653. }
  4654.  
  4655. .pm-window-alliancetrich .pm-log, .dark .pm-window-alliancetrich .pm-log, .pm-window-alliancetrich.focused .pm-log, .dark .pm-window-alliancetrich.focused .pm-log {
  4656. background: url("https://i.imgur.com/E0Kw251.png") #111 !important;
  4657. background-size: cover !important;
  4658. background-position: 290px 1500px !important;
  4659. color: white !important;
  4660. height: 900px !important;
  4661. border-color: black !important
  4662. }
  4663.  
  4664. .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 {
  4665. 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;
  4666. background-position: 225px !important;
  4667. border-color: black !important;
  4668. color: white !important
  4669. }
  4670.  
  4671. .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 {
  4672. background: rgba(64, 64, 64, 1) !important;
  4673. border-color: black !important
  4674. }
  4675.  
  4676. .pm-window-alliancetrich .pm-log-add .textbox, .dark .pm-window-alliancetrich .pm-log-add .textbox {
  4677. border-color: black;
  4678. background: rgba(64, 64, 64, 1);
  4679. color: white
  4680. }
  4681.  
  4682. .pm-window-syndmate .pm-minimized, .dark .pm-window-syndmate .pm-minimized {
  4683. background: #E0FFFF url("https://pli.io/2mV0Cb.md.png") no-repeat !important;
  4684. background-position: 220px -5px !important;
  4685. border: 1px solid #FFF !important
  4686. }
  4687.  
  4688. .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 {
  4689. background: #E0FFFF url("https://pli.io/2mVbDM.jpg") no-repeat !important;
  4690. color: #00b3b3 !important;
  4691. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  4692. border-color: #000000 !important
  4693. }
  4694.  
  4695. .pm-window-syndmate h3:hover, .dark .pm-window-syndmate h3:hover, .pm-window-syndmate.focused h3:hover, .dark .pm-window-syndmate.focused h3:hover {
  4696. color: #00b3b3 !important
  4697. }
  4698.  
  4699. .pm-window-syndmate.pm-notifying, .dark .pm-window-syndmate h3.pm-notifying {
  4700. background: #E0FFFF url("https://www.serebii.net/pokedex-xy/icon/471.png") no-repeat !important;
  4701. border-color: #000 !important
  4702. }
  4703.  
  4704. .pm-window-syndmate h3.pm-notifying:hover, .dark .pm-window-syndmate h3.pm-notifying:hover {
  4705. background: #E0FFFF url("https://www.serebii.net/pokedex-xy/icon/471.png") no-repeat !important;
  4706. border-color: #000 !important
  4707. }
  4708.  
  4709. .pm-window-syndmate h3 small, .dark .pm-window-syndmate h3 small {
  4710. color: #00b3b3 !important
  4711. }
  4712.  
  4713. .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 {
  4714. color: #000 !important
  4715. }
  4716.  
  4717. .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 {
  4718. color: #000 !important
  4719. }
  4720.  
  4721. .pm-window-syndmate .pm-log, .dark .pm-window-syndmate .pm-log, .pm-window-syndmate.focused .pm-log, .dark .pm-window-syndmate.focused .pm-log {
  4722. background: url("https://pli.io/2mV0Cb.md.png") center no-repeat !important;
  4723. color: #00b3b3 !important;
  4724. border-color: #000 !important;
  4725. 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
  4726. }
  4727.  
  4728. .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 {
  4729. color: #00b3b3 !important;
  4730. 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
  4731. }
  4732.  
  4733. .pm-window-syndmate .pm-log a:visited, .dark .pm-window-syndmate .pm-log a:visited {
  4734. color: #00b3b3 !important;
  4735. 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
  4736. }
  4737.  
  4738. .pm-window-syndmate .pm-log .message-error, .dark .pm-window-syndmate .pm-log .message-error {
  4739. color: #DF6464 !important;
  4740. 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
  4741. }
  4742.  
  4743. .pm-window-syndmate .pm-log .chat small, .dark .pm-window-syndmate .pm-log .chat small {
  4744. color: #00b3b3 !important;
  4745. 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
  4746. }
  4747.  
  4748. .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 {
  4749. background: #00b3b3 !important;
  4750. border-color: #000000 !important;
  4751. 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
  4752. }
  4753.  
  4754. .pm-window-syndmate .pm-log-add .textbox, .dark .pm-window-syndmate .pm-log-add .textbox {
  4755. background: #000000 !important;
  4756. border-color: #FFFFFF !important;
  4757. color: #00b3b3 !important;
  4758. 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
  4759. }
  4760.  
  4761. .pm-window-syndmate .pm-log-add .textbox:hover, .dark .pm-window-syndmate .pm-log-add .textbox:hover {
  4762. background: #00b3b3 !important;
  4763. border-color: #FFFFFF !important;
  4764. color: #00b3b3 !important;
  4765. 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
  4766. }
  4767.  
  4768. .pm-window-syndmate .pm-log-add .textbox:focus, .dark .pm-window-syndmate .pm-log-add .textbox:focus {
  4769. background: #000000 !important;
  4770. border-color: #FFFFFF !important;
  4771. color: #00b3b3 !important;
  4772. 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
  4773. }
  4774.  
  4775. .pm-window-syndmate .challenge, .dark .pm-window-syndmate .challenge {
  4776. background: #00b3b3 !important;
  4777. border-color: #000000 !important;
  4778. border-top-color: #FFFFFF !important;
  4779. color: #000000 !important;
  4780. text-shadow: 1px 1px #FFF !important
  4781. }
  4782.  
  4783. .pm-window-syndmate .challenge .select, .dark .pm-window-syndmate .challenge .select, .pm-window-syndmate .challenge .buttonbar button, .dark .pm-window-syndmate .challenge .buttonbar button {
  4784. background: #000000 !important;
  4785. border-color: #FFFFFF !important;
  4786. color: #00b3b3 !important;
  4787. text-shadow: 0px -1px #FFF !important
  4788. }
  4789.  
  4790. .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 {
  4791. border-color: #000000 !important
  4792. }
  4793.  
  4794. .pm-window-syndmate .challenge label, .dark .pm-window-syndmate .challenge label {
  4795. color: #00b3b3
  4796. }
  4797.  
  4798. .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 {
  4799. background: #000000 !important;
  4800. color: #FFFFFF !important;
  4801. border-color: #00b3b3 !important
  4802. }
  4803.  
  4804. .pm-window-shivay .pm-log {
  4805. background: #000 url("https://pli.io/clznb.jpg") no-repeat center !important;
  4806. border-color: #000 !important;
  4807. color: #FFF !important;
  4808. 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
  4809. }
  4810.  
  4811. .pm-window-shivay .pm-log .chat small, .pm-window-shivay.focused .pm-log .chat small, .pm-window-shivay h3 small {
  4812. color: #FFF !important
  4813. }
  4814.  
  4815. .pm-window-shivay h3 {
  4816. color: #FA5353 !important;
  4817. background: #000 url("https://pldh.net/media/pokexycons/006-mega-x.png") no-repeat !important;
  4818. background-position: 215px -3px !important;
  4819. 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;
  4820. border: #000 !important
  4821. }
  4822.  
  4823. .pm-window-shivay h3.pm-notifying, .pm-window-shivay h3.pm-notifying:hover {
  4824. background: #FD9331 url("https://pldh.net/media/pokexycons/006-mega-x.png") no-repeat !important;
  4825. background-position: 215px -3px !important;
  4826. border: #000 !important;
  4827. color: #ED2424 !important
  4828. }
  4829.  
  4830. .pm-window-shivay .pm-log-add, .pm-window-shivay.focused .pm-log-add {
  4831. background: #000 !important;
  4832. border-color: #000 !important
  4833. }
  4834.  
  4835. .pm-window-shivay .pm-log .message-error {
  4836. color: #ED6567 !important
  4837. }
  4838.  
  4839. .pm-window-heartlessnobody .pm-log, .pm-window-heartlessnobody.focused .pm-log {
  4840. 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;
  4841. background-size: 100% 100% !important;
  4842. color: #E12222
  4843. }
  4844.  
  4845. .pm-window-heartlessnobody .pm-minimized, .pm-window-heartlessnobody h3, .pm-window-heartlessnobody.focused h3 {
  4846. background: #AB2121 !important;
  4847. color: #265DF5 !important;
  4848. border-color: #000 !important
  4849. }
  4850.  
  4851. .pm-window-heartlessnobody h3:hover, .pm-window-heartlessnobody.focused h3:hover {
  4852. background: #BA2323 !important
  4853. }
  4854.  
  4855. .pm-window-heartlessnobody .pm-log-add, .pm-window-heartlessnobody.focused .pm-log-add {
  4856. background: #AB2121 !important;
  4857. border-color: #000 !important
  4858. }
  4859.  
  4860. .pm-window-heartlessnobody h3.pm-notifying, .pm-window-heartlessnobody h3.pm-notifying:hover {
  4861. background: #000 !important
  4862. }
  4863.  
  4864. .pm-window-miyu h3 {
  4865. background: rgba(150, 111, 214, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
  4866. background-position: 227px -6px !important;
  4867. color: #b19cd9 !important;
  4868. text-shadow: 0 0 2px #1a082b !important;
  4869. border-color: #1a082b !important
  4870. }
  4871.  
  4872. .pm-window-miyu h3:hover {
  4873. background: rgba(177, 156, 217, 0.75) url("https://i.imgur.com/ynpsihg.png") no-repeat top !important;
  4874. background-position: 230px -4px !important;
  4875. color: #b19cd9 !important;
  4876. text-shadow: 0 0 2px #1a082b !important;
  4877. border-color: #1a082b !important
  4878. }
  4879.  
  4880. .pm-window-miyu.focused h3 {
  4881. background: rgba(177, 156, 217, 0.75) url("https://i.imgur.com/ynpsihg.png") no-repeat top !important;
  4882. background-position: 230px -4px !important;
  4883. color: #b19cd9 !important;
  4884. text-shadow: 0 0 2px #1a082b !important;
  4885. border-color: #1a082b !important
  4886. }
  4887.  
  4888. .pm-window-miyu.focused h3:hover {
  4889. background: rgba(150, 111, 214, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
  4890. background-position: 227px -6px !important;
  4891. color: #b19cd9 !important;
  4892. text-shadow: 0 0 2px #1a082b !important;
  4893. border-color: #1a082b !important
  4894. }
  4895.  
  4896. .pm-window-miyu h3 small {
  4897. color: #22A8E0 !important
  4898. }
  4899.  
  4900. .pm-window-miyu h3 .minimizebutton, .dark .pm-window-miyu h3 .minimizebutton, .pm-window-miyu h3 .closebutton {
  4901. color: #8228d7 !important
  4902. }
  4903.  
  4904. .pm-window-miyu h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-miyu h3 .closebutton:hover + .minimizebutton.minimizebutton {
  4905. color: #8228d7 !important
  4906. }
  4907.  
  4908. .pm-window-miyu h3 .closebutton:hover {
  4909. color: #8f3ddb !important
  4910. }
  4911.  
  4912. .pm-window-miyu h3 .minimizebutton:hover, .dark .pm-window-miyu h3 .minimizebutton:hover {
  4913. color: #8f3ddb !important
  4914. }
  4915.  
  4916. .pm-window-miyu .pm-log {
  4917. background: rgba(150, 111, 214, 0.75) url("http://play.pokemonshowdown.com/sprites/bw/mimikyu.png") no-repeat right !important;
  4918. background-position: 210px+5px !important;
  4919. background-size: cover;
  4920. border-color: #2C2D2F !important;
  4921. color: #fff
  4922. }
  4923.  
  4924. .pm-window-miyu .pm-log:hover {
  4925. background: rgba(177, 156, 217, 0.75) url("http://play.pokemonshowdown.com/sprites/bw/mimikyu-busted.png") no-repeat right !important;
  4926. background-position: 213px+15px !important;
  4927. background-size: cover;
  4928. border-color: #2C2D2F !important;
  4929. color: #fff
  4930. }
  4931.  
  4932. .pm-window-miyu.focused .pm-log {
  4933. background: rgba(65, 20, 108, 0.75) url("http://play.pokemonshowdown.com/sprites/bw-shiny/mimikyu-busted.png") no-repeat right !important;
  4934. background-position: 213px+15px !important;
  4935. border-color: #2C2D2F !important;
  4936. background-color: #000;
  4937. color: #fff
  4938. }
  4939.  
  4940. .pm-window-miyu.focused .pm-log:hover {
  4941. background: rgba(91, 28, 151, 0.75) url("http://play.pokemonshowdown.com/sprites/bw-shiny/mimikyu.png") no-repeat right !important;
  4942. background-position: 210px+5px !important;
  4943. border-color: #2C2D2F !important;
  4944. background-color: #000;
  4945. color: #fff
  4946. }
  4947.  
  4948. .pm-window-miyu h3.pm-notifying {
  4949. background: rgba(214, 196, 238, 0.75) url("https://i.imgur.com/txhix4q.png") no-repeat top !important;
  4950. text-shadow: 0 0 2px #180a29 !important;
  4951. background-position: 226px -6px !important;
  4952. color: #f2ebfa !important;
  4953. border-color: #180b28 !important
  4954. }
  4955.  
  4956. .pm-window-miyu h3.pm-notifying:hover {
  4957. background: rgba(201, 175, 233, 0.75) url("https://i.imgur.com/q6ularQ.png") no-repeat top !important;
  4958. text-shadow: 0 0 2px #180a29 !important;
  4959. background-position: 226px -6px !important;
  4960. color: #f2ebfa !important;
  4961. border-color: #180b28 !important
  4962. }
  4963.  
  4964. .pm-window-miyu .challenge {
  4965. background: rgba(60, 25, 103, 0.75) url("https://i.pinimg.com/originals/c0/43/a5/c043a5b7066c3e63f39c0901b878a14e.jpg") no-repeat center !important;
  4966. color: #f1eafa !important;
  4967. border-color: #003333 !important
  4968. }
  4969.  
  4970. .pm-window-miyu .challenge .select, .pm-window-miyu .challenge .buttonbar button {
  4971. background: rgba(186, 152, 231, 0.75) !important;
  4972. color: black !important;
  4973. border-color: black !important
  4974. }
  4975.  
  4976. .pm-window-miyu .challenge .select:hover, .pm-window-miyu .challenge .buttonbar button:hover {
  4977. background: rgba(172, 131, 226, 0.75) !important;
  4978. border-color: #003333 !important
  4979. }
  4980.  
  4981. .pm-window-miyu .challenge .select:disabled {
  4982. background: rgba(60, 25, 103, 0.75) !important
  4983. }
  4984.  
  4985. .pm-window-miyu .challenge .teamselect:disabled hover {
  4986. background: white !important
  4987. }
  4988.  
  4989. .pm-window-miyu .challenge .teamselect:disabled strong {
  4990. background: rgba(58, 24, 103, 0.75) !important;
  4991. color: white !important
  4992. }
  4993.  
  4994. .pm-window-miyu .pm-log .chat small {
  4995. color: #1898D0 !important
  4996. }
  4997.  
  4998. .pm-window-miyu .pm-log-add {
  4999. background: rgba(150, 111, 214, 0.75) !important;
  5000. color: black;
  5001. border-color: #001a33 !important
  5002. }
  5003.  
  5004. .pm-window-miyu.focused .pm-log-add {
  5005. background: rgba(177, 156, 217, 0.75) !important;
  5006. color: black;
  5007. border-color: #332200 !important
  5008. }
  5009.  
  5010. .pm-window-miyu.focused .pm-log-add:hover {
  5011. background: rgba(150, 111, 214, 0.75) !important;
  5012. color: black;
  5013. border-color: #332200 !important
  5014. }
  5015.  
  5016. .pm-window-liscenlessrider .pm-minimized, .dark .pm-window-liscenlessrider .pm-minimized {
  5017. background: #00cc00 url("https://media-cerulean.cursecdn.com/attachments/8/258/icon-carnivine.png") no-repeat !important;
  5018. background-position: 218px -3px !important;
  5019. border: 1px solid black !important
  5020. }
  5021.  
  5022. .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 {
  5023. background: #006600 url("https://media-cerulean.cursecdn.com/attachments/8/258/icon-carnivine.png") no-repeat !important;
  5024. background-position: 220px -5px !important;
  5025. color: #0e0e0e !important;
  5026. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  5027. border-color: green !important
  5028. }
  5029.  
  5030. .pm-window-liscenlessrider h3:hover, .dark .pm-window-liscenlessrider h3:hover, .pm-window-liscenlessrider.focused h3:hover, .dark .pm-window-liscenlessrider.focused h3:hover {
  5031. color: #B8FFF5 !important
  5032. }
  5033.  
  5034. .pm-window-liscenlessrider h3.pm-notifying, .dark .pm-window-liscenlessrider h3.pm-notifying {
  5035. background: #e60000 url("https://media-cerulean.cursecdn.com/attachments/8/258/icon-carnivine.png") no-repeat !important;
  5036. background-position: 220px -5px !important;
  5037. border-color: green !important
  5038. }
  5039.  
  5040. .pm-window-liscenlessrider h3.pm-notifying:hover, .dark .pm-window-liscenlessrider h3.pm-notifying:hover {
  5041. background: #e60000 url("https://media-cerulean.cursecdn.com/attachments/8/258/icon-carnivine.png") no-repeat !important;
  5042. background-position: 220px -5px !important;
  5043. border-color: green !important
  5044. }
  5045.  
  5046. .pm-window-liscenlessrider h3 small, .dark .pm-window-liscenlessrider h3 small {
  5047. color: #BBB !important
  5048. }
  5049.  
  5050. .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 {
  5051. color: #008000 !important
  5052. }
  5053.  
  5054. .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 {
  5055. color: #008000 !important
  5056. }
  5057.  
  5058. .pm-window-liscenlessrider .pm-log, .dark .pm-window-liscenlessrider .pm-log, .pm-window-liscenlessrider.focused .pm-log, .dark .pm-window-liscenlessrider.focused .pm-log {
  5059. background: url("https://i.imgur.com/5iyOYPu.png") center no-repeat #008000 !important;
  5060. color: #006600 !important;
  5061. border-color: green !important
  5062. }
  5063.  
  5064. .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 {
  5065. color: #a3cedf !important
  5066. }
  5067.  
  5068. .pm-window-liscenlessrider .pm-log a:visited, .dark .pm-window-liscenlessrider .pm-log a:visited {
  5069. color: #baa8d2 !important
  5070. }
  5071.  
  5072. .pm-window-liscenlessrider .pm-log .message-error, .dark .pm-window-liscenlessrider .pm-log .message-error {
  5073. color: #DF6464 !important
  5074. }
  5075.  
  5076. .pm-window-liscenlessrider .pm-log .chat small, .dark .pm-window-liscenlessrider .pm-log .chat small {
  5077. color: #94875E !important
  5078. }
  5079.  
  5080. .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 {
  5081. background: #f2f2f2 !important;
  5082. border-color: green !important
  5083. }
  5084.  
  5085. .pm-window-liscenlessrider .pm-log-add .textbox, .dark .pm-window-liscenlessrider .pm-log-add .textbox {
  5086. background: green !important;
  5087. border-color: green !important;
  5088. color: black !important
  5089. }
  5090.  
  5091. .pm-window-liscenlessrider .pm-log-add .textbox:hover, .dark .pm-window-liscenlessrider .pm-log-add .textbox:hover {
  5092. background: #f2f2f2 !important;
  5093. border-color: green !important;
  5094. color: black !important
  5095. }
  5096.  
  5097. .pm-window-liscenlessrider .pm-log-add .textbox:focus, .dark .pm-window-liscenlessrider .pm-log-add .textbox:focus {
  5098. background: #f2f2f2 !important;
  5099. border-color: green !important;
  5100. color: black !important
  5101. }
  5102.  
  5103. .pm-window-lighthaze .pm-minimized, .dark .pm-window-lighthaze .pm-minimized {
  5104. background: #004f1d url("https://www.serebii.net/pokedex-bw/icon/646-b.png") no-repeat !important;
  5105. background-position: 220px -5px !important;
  5106. border: 1px solid #70AD1F !important
  5107. }
  5108.  
  5109. .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 {
  5110. background: #004f1d url("https://www.serebii.net/pokedex-bw/icon/646-b.png") no-repeat !important;
  5111. background-position: 220px -5px !important;
  5112. color: #70AD1F !important;
  5113. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  5114. border-color: #70AD1F !important
  5115. }
  5116.  
  5117. .pm-window-lighthaze h3:hover, .dark .pm-window-lighthaze h3:hover, .pm-window-lighthaze.focused h3:hover, .dark .pm-window-lighthaze.focused h3:hover {
  5118. color: #70AD1F !important
  5119. }
  5120.  
  5121. .pm-window-lighthaze .pm-notifying, .dark .pm-window-lighthaze h3.pm-notifying {
  5122. background: #d58dff url("https://www.serebii.net/pokedex-bw/icon/646-b.png") no-repeat !important;
  5123. background-position: 220px -5px !important;
  5124. border-color: #ff94f9 !important
  5125. }
  5126.  
  5127. .pm-window-lighthaze h3.pm-notifying:hover, .dark .pm-window-lighthaze h3.pm-notifying:hover {
  5128. background: #d58dff url("https://www.serebii.net/pokedex-bw/icon/646-b.png") no-repeat !important;
  5129. background-position: 220px -5px !important;
  5130. border-color: #ff94f9 !important
  5131. }
  5132.  
  5133. .pm-window-lighthaze h3 small, .dark .pm-window-lighthaze h3 small {
  5134. color: #d58dff !important
  5135. }
  5136.  
  5137. .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 {
  5138. color: #008000 !important
  5139. }
  5140.  
  5141. .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 {
  5142. color: #70AD1F !important
  5143. }
  5144.  
  5145. .pm-window-lighthaze .pm-log, .dark .pm-window-lighthaze .pm-log, .pm-window-lighthaze.focused .pm-log, .dark .pm-window-lighthaze.focused .pm-log {
  5146. background: url("https://static.zerochan.net/Altair.%28Re%3ACreators%29.full.2096520.jpg") center no-repeat #474747 !important;
  5147. color: #27d700 !important;
  5148. border-color: #70ad1f !important;
  5149. 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
  5150. }
  5151.  
  5152. .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 {
  5153. color: #27d700 !important;
  5154. 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
  5155. }
  5156.  
  5157. .pm-window-lighthaze .pm-log a:visited, .dark .pm-window-lighthaze .pm-log a:visited {
  5158. color: #27d700 !important;
  5159. 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
  5160. }
  5161.  
  5162. .pm-window-lighthaze .pm-log .message-error, .dark .pm-window-lighthaze .pm-log .message-error {
  5163. color: #DF6464 !important;
  5164. 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
  5165. }
  5166.  
  5167. .pm-window-lighthaze .pm-log .chat small, .dark .pm-window-lighthaze .pm-log .chat small {
  5168. color: #94875E !important;
  5169. 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
  5170. }
  5171.  
  5172. .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 {
  5173. background: #004f1d !important;
  5174. border-color: #70AD1F !important;
  5175. 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
  5176. }
  5177.  
  5178. .pm-window-lighthaze .pm-log-add .textbox, .dark .pm-window-lighthaze .pm-log-add .textbox {
  5179. background: #191919 !important;
  5180. border-color: #70AD1F !important;
  5181. color: #27d700 !important;
  5182. 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
  5183. }
  5184.  
  5185. .pm-window-lighthaze .pm-log-add .textbox:hover, .dark .pm-window-lighthaze .pm-log-add .textbox:hover {
  5186. background: #191919 !important;
  5187. border-color: #70AD1F !important;
  5188. color: #27d700 !important;
  5189. 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
  5190. }
  5191.  
  5192. .pm-window-lighthaze .pm-log-add .textbox:focus, .dark .pm-window-lighthaze .pm-log-add .textbox:focus {
  5193. background: #191919 !important;
  5194. border-color: #70AD1F !important;
  5195. color: #27d700 !important;
  5196. 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
  5197. }
  5198.  
  5199. .pm-window-lighthaze .challenge, .dark .pm-window-lighthaze .challenge {
  5200. background: #004f1d !important;
  5201. border-color: #70AD1F !important;
  5202. border-top-color: #70AD1F !important;
  5203. color: #27d700 !important;
  5204. text-shadow: 1px 1px #5d080d !important
  5205. }
  5206.  
  5207. .pm-window-lighthaze .challenge .select, .dark .pm-window-lighthaze .challenge .select, .pm-window-lighthaze .challenge .buttonbar button, .dark .pm-window-lighthaze .challenge .buttonbar button {
  5208. background: #004f1d !important;
  5209. border-color: #70AD1F !important;
  5210. color: #27d700 !important;
  5211. text-shadow: 0px -1px black !important
  5212. }
  5213.  
  5214. .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 {
  5215. border-color: #70AD1F !important
  5216. }
  5217.  
  5218. .pm-window-lighthaze .challenge label, .dark .pm-window-lighthaze .challenge label {
  5219. color: #27d700
  5220. }
  5221.  
  5222. .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 {
  5223. background: #004f1d !important;
  5224. color: #27d700 !important;
  5225. border-color: #70AD1F !important
  5226. }
  5227.  
  5228. .pm-window-inqasuka .pm-minimized, .dark .pm-window-inqasuka .pm-minimized {
  5229. background: #000 url("https://cdn.bulbagarden.net/upload/6/64/Mars_OD.png") no-repeat !important;
  5230. background-position: 218px -3px !important;
  5231. border: 1px solid black !important
  5232. }
  5233.  
  5234. .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 {
  5235. background: #000 url("https://cdn.bulbagarden.net/upload/6/64/Mars_OD.png") no-repeat !important;
  5236. background-position: 220px -5px !important;
  5237. color: #00ffff !important;
  5238. text-shadow: 1px 1px 0 #b2b200, 1px -1px 0 #b2b200, -1px 1px 0 #b2b200, -1px -1px 0 #b2b200 !important;
  5239. border-color: green !important
  5240. }
  5241.  
  5242. .pm-window-inqasuka h3:hover, .dark .pm-window-inqasuka h3:hover, .pm-window-inqasuka.focused h3:hover, .dark .pm-window-inqasuka.focused h3:hover {
  5243. color: #00ffff !important
  5244. }
  5245.  
  5246. .pm-window-inqasuka.pm-notifying, .dark .pm-window-inqasuka h3.pm-notifying {
  5247. background: #D3D3D3 url("https://cdn.bulbagarden.net/upload/6/64/Mars_OD.png") no-repeat !important;
  5248. background-position: 220px -5px !important;
  5249. border-color: gray !important
  5250. }
  5251.  
  5252. .pm-window-inqasuka h3.pm-notifying:hover, .dark .pm-window-inqasuka h3.pm-notifying:hover {
  5253. background: #D3D3D3 url("https://cdn.bulbagarden.net/upload/6/64/Mars_OD.png") no-repeat !important;
  5254. background-position: 220px -5px !important;
  5255. border-color: gray !important
  5256. }
  5257.  
  5258. .pm-window-inqasuka h3 small, .dark .pm-window-inqasuka h3 small {
  5259. color: #BBB !important
  5260. }
  5261.  
  5262. .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 {
  5263. color: #00ffff !important
  5264. }
  5265.  
  5266. .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 {
  5267. color: #b2b200 !important
  5268. }
  5269.  
  5270. .pm-window-inqasuka .pm-log, .dark .pm-window-inqasuka .pm-log, .pm-window-inqasuka.focused .pm-log, .dark .pm-window-inqasuka.focused .pm-log {
  5271. background: url("https://static.zerochan.net/Mars.%28Pok%C3%A9mon%29.full.2159165.jpg") center no-repeat #D3D3D3 !important;
  5272. color: #000 !important;
  5273. border-color: gray !important
  5274. }
  5275.  
  5276. .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 {
  5277. color: #00ffff !important
  5278. }
  5279.  
  5280. .pm-window-inqasuka .pm-log a:visited, .dark .pm-window-inqasuka .pm-log a:visited {
  5281. color: #000 !important
  5282. }
  5283.  
  5284. .pm-window-inqasuka .pm-log .message-error, .dark .pm-window-inqasuka .pm-log .message-error {
  5285. color: #DF6464 !important
  5286. }
  5287.  
  5288. .pm-window-inqasuka .pm-log .chat small, .dark .pm-window-inqasuka .pm-log .chat small {
  5289. color: #00ffff !important
  5290. }
  5291.  
  5292. .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 {
  5293. background: #000 !important;
  5294. border-color: gray !important
  5295. }
  5296.  
  5297. .pm-window-inqasuka .pm-log-add .textbox, .dark .pm-window-inqasuka .pm-log-add .textbox {
  5298. background: #00ffff !important;
  5299. border-color: gray !important;
  5300. color: #000 !important
  5301. }
  5302.  
  5303. .pm-window-inqasuka .pm-log-add .textbox:hover, .dark .pm-window-inqasuka .pm-log-add .textbox:hover {
  5304. background: #00ffff !important;
  5305. border-color: gray !important;
  5306. color: #000 !important
  5307. }
  5308.  
  5309. .pm-window-inqasuka .pm-log-add .textbox:focus, .dark .pm-window-inqasuka .pm-log-add .textbox:focus {
  5310. background: #00ffff !important;
  5311. border-color: gray !important;
  5312. color: #000 !important
  5313. }
  5314.  
  5315. .pm-window-sgsxd .pm-minimized, .dark .pm-window-sgsxd .pm-minimized {
  5316. 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;
  5317. border: 1px solid #000 !important
  5318. }
  5319.  
  5320. .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 {
  5321. 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;
  5322. color: #000 !important;
  5323. text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff !important;
  5324. border-color: #000000 !important
  5325. }
  5326.  
  5327. .pm-window-sgsxd h3:hover, .dark .pm-window-sgsxd h3:hover, .pm-window-sgsxd.focused h3:hover, .dark .pm-window-sgsxd.focused h3:hover {
  5328. color: #000 !important
  5329. }
  5330.  
  5331. .pm-window-sgsxd.pm-notifying, .dark .pm-window-sgsxd h3.pm-notifying {
  5332. border-color: #000 !important
  5333. }
  5334.  
  5335. .pm-window-sgsxd h3.pm-notifying:hover, .dark .pm-window-sgsxd h3.pm-notifying:hover {
  5336. border-color: #FFF !important
  5337. }
  5338.  
  5339. .pm-window-sgsxd h3 small, .dark .pm-window-sgsxd h3 small {
  5340. color: #000 !important
  5341. }
  5342.  
  5343. .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 {
  5344. color: #000 !important
  5345. }
  5346.  
  5347. .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 {
  5348. color: #000 !important
  5349. }
  5350.  
  5351. .pm-window-sgsxd .pm-log, .dark .pm-window-sgsxd .pm-log, .pm-window-sgsxd.focused .pm-log, .dark .pm-window-sgsxd.focused .pm-log {
  5352. 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;
  5353. color: #000 !important;
  5354. border-color: #000 !important;
  5355. 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
  5356. }
  5357.  
  5358. .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 {
  5359. color: #000 !important;
  5360. 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
  5361. }
  5362.  
  5363. .pm-window-sgsxd .pm-log a:visited, .dark .pm-window-sgsxd .pm-log a:visited {
  5364. color: #000 !important;
  5365. 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
  5366. }
  5367.  
  5368. .pm-window-sgsxd .pm-log .message-error, .dark .pm-window-sgsxd .pm-log .message-error {
  5369. color: #DF6464 !important;
  5370. 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
  5371. }
  5372.  
  5373. .pm-window-sgsxd .pm-log .chat small, .dark .pm-window-sgsxd .pm-log .chat small {
  5374. color: #FFFFFF !important;
  5375. 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
  5376. }
  5377.  
  5378. .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 {
  5379. border-color: #000000 !important;
  5380. 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
  5381. }
  5382.  
  5383. .pm-window-sgsxd .pm-log-add .textbox, .dark .pm-window-sgsxd .pm-log-add .textbox {
  5384. border-color: #000000 !important;
  5385. color: #000000 !important;
  5386. 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
  5387. }
  5388.  
  5389. .pm-window-sgsxd .pm-log-add .textbox:hover, .dark .pm-window-sgsxd .pm-log-add .textbox:hover {
  5390. border-color: #000000 !important;
  5391. color: #000000 !important;
  5392. 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
  5393. }
  5394.  
  5395. .pm-window-sgsxd .pm-log-add .textbox:focus, .dark .pm-window-sgsxd .pm-log-add .textbox:focus {
  5396. border-color: #000000 !important;
  5397. color: #000000 !important;
  5398. 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
  5399. }
  5400.  
  5401. .pm-window-sgsxd .challenge, .dark .pm-window-sgsxd .challenge {
  5402. background: #FF69B4 !important;
  5403. border-color: #000000 !important;
  5404. border-top-color: #000000 !important;
  5405. color: #000000 !important;
  5406. text-shadow: 0px -1px #FFF !important
  5407. }
  5408.  
  5409. .pm-window-sgsxd .challenge .select, .dark .pm-window-sgsxd .challenge .select, .pm-window-sgsxd .challenge .buttonbar button, .dark .pm-window-sgsxd .challenge .buttonbar button {
  5410. background: #000000 !important;
  5411. border-color: #FFFFFF !important;
  5412. border-radius: 14px !important;
  5413. color: #FFFFFF !important;
  5414. text-shadow: 0px -1px #000 !important
  5415. }
  5416.  
  5417. .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 {
  5418. border-color: #000000 !important
  5419. }
  5420.  
  5421. .pm-window-sgsxd .challenge label, .dark .pm-window-sgsxd .challenge label {
  5422. color: #000
  5423. }
  5424.  
  5425. .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 {
  5426. background: #000000 !important;
  5427. color: #FFFFFF !important;
  5428. border-color: #FFFFFF !important
  5429. }
  5430.  
  5431. .pm-window-izukum h3 {
  5432. background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
  5433. background-position: 227px -6px !important;
  5434. color: #ccffff !important;
  5435. text-shadow: 0 0 2px black !important;
  5436. border-color: #001a1a !important
  5437. }
  5438.  
  5439. .pm-window-izukum h3:hover {
  5440. background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokexycons/136.png") no-repeat top !important;
  5441. background-position: 225px -5px !important;
  5442. color: #fff0e6 !important;
  5443. text-shadow: 0 0 2px black !important;
  5444. border-color: #001a1a !important
  5445. }
  5446.  
  5447. .pm-window-izukum.focused h3 {
  5448. background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokexycons/136.png") no-repeat !important;
  5449. background-position: 225px -5px !important;
  5450. color: #fff0e6 !important;
  5451. text-shadow: 0 0 2px black !important;
  5452. border-color: #001a1a !important
  5453. }
  5454.  
  5455. .pm-window-izukum.focused h3:hover {
  5456. background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokexycons/133.png") no-repeat top !important;
  5457. background-position: 227px -6px !important;
  5458. color: #ccffff !important;
  5459. text-shadow: 0 0 2px black !important;
  5460. border-color: #001a1a !important
  5461. }
  5462.  
  5463. .pm-window-izukum h3 small {
  5464. color: #22A8E0 !important
  5465. }
  5466.  
  5467. .pm-window-izukum h3 .minimizebutton, .dark .pm-window-izukum h3 .minimizebutton, .pm-window-izukum h3 .closebutton, .pm-window-izukum h3:hover .minimizebutton {
  5468. color: black !important
  5469. }
  5470.  
  5471. .pm-window-izukum h3 .closebutton:hover + .minimizebutton.minimizebutton, .dark .pm-window-izukum h3 .closebutton:hover + .minimizebutton.minimizebutton {
  5472. color: black !important
  5473. }
  5474.  
  5475. .pm-window-izukum h3 .closebutton:hover {
  5476. color: #ff6666 !important
  5477. }
  5478.  
  5479. .pm-window-izukum h3 .minimizebutton:hover, .dark .pm-window-allianceizuku h3 .minimizebutton:hover {
  5480. color: #0099ff !important
  5481. }
  5482.  
  5483. .pm-window-izukum .pm-log {
  5484. background: rgba(0, 139, 139, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/133.png") no-repeat right !important;
  5485. background-position: 210px+5px !important;
  5486. background-size: cover;
  5487. border-color: #2C2D2F !important;
  5488. color: #fff
  5489. }
  5490.  
  5491. .pm-window-izukum .pm-log:hover {
  5492. background: rgba(255, 117, 26, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/136.png") no-repeat right !important;
  5493. background-position: 210px+2px !important;
  5494. background-size: cover;
  5495. border-color: #2C2D2F !important;
  5496. color: #fff
  5497. }
  5498.  
  5499. .pm-window-izukum.focused .pm-log {
  5500. background: rgba(51, 51, 51, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/136.png") no-repeat right !important;
  5501. background-position: 210px+2px !important;
  5502. border-color: #2C2D2F !important;
  5503. background-color: #000;
  5504. color: #fff
  5505. }
  5506.  
  5507. .pm-window-izukum.focused .pm-log:hover {
  5508. background: rgba(51, 51, 51, 0.75) url("https://pldh.net/media/pokemon/gen5/blackwhite_shiny/133.png") no-repeat right !important;
  5509. background-position: 210px+5px !important;
  5510. border-color: #2C2D2F !important;
  5511. background-color: #000;
  5512. color: #fff
  5513. }
  5514.  
  5515. .pm-window-izukum .pm-log .chat small {
  5516. color: #1898D0 !important
  5517. }
  5518.  
  5519. .pm-window-izukum .pm-log-add {
  5520. background: rgba(0, 139, 139, 0.75) !important;
  5521. color: black;
  5522. border-color: #001a33 !important
  5523. }
  5524.  
  5525. .pm-window-izukum .pm-log-add:hover {
  5526. background: rgba(255, 117, 26, 0.75) !important;
  5527. color: black;
  5528. border-color: #332200 !important
  5529. }
  5530.  
  5531. .pm-window-izukum.focused .pm-log-add {
  5532. background: rgba(255, 117, 26, 0.75) !important;
  5533. color: black;
  5534. border-color: #332200 !important
  5535. }
  5536.  
  5537. .pm-window-izukum.focused .pm-log-add:hover {
  5538. background: rgba(0, 139, 139, 0.75) !important;
  5539. color: black;
  5540. border-color: #332200 !important
  5541. }
  5542.  
  5543. .pm-window-izukum .pm-log-add .textbox {
  5544. border-color: #555 !important;
  5545. background: rgba(0, 139, 139, 0.75) !important;
  5546. color: black !important
  5547. }
  5548.  
  5549. .pm-window-izukum .pm-log-add .textbox:hover {
  5550. border-color: #555 !important;
  5551. background: rgba(255, 117, 26, 0.75) !important;
  5552. color: black !important
  5553. }
  5554.  
  5555. .pm-window-izukum .pm-log-add .textbox:focus {
  5556. border-color: #99ccff !important
  5557. }
  5558.  
  5559. .pm-window-izukum h3.pm-notifying {
  5560. border-color: #000033 !important;
  5561. background: rgba(242, 242, 242, 0.75) url("https://pldh.net/media/pokecons_action/133.gif") no-repeat !important;
  5562. text-shadow: 0 0 2px #2C2D2F !important;
  5563. background-position: 227px -10px !important;
  5564. color: #e6e6ff !important
  5565. }
  5566.  
  5567. .pm-window-izukum h3.pm-notifying:hover {
  5568. border-color: #331400 !important;
  5569. background: rgba(217, 217, 217, 0.75) url("https://pldh.net/media/pokecons_action/133.gif") no-repeat !important;
  5570. text-shadow: 0 0 2px #2C2D2F !important;
  5571. background-position: 227px -10px !important;
  5572. color: #e6e6ff !important
  5573. }
  5574.  
  5575. .pm-window-izukum .challenge {
  5576. background: rgba(0, 139, 139, 0.75) !important;
  5577. color: black !important;
  5578. border-color: #003333 !important
  5579. }
  5580.  
  5581. .pm-window-izukum .challenge .select, .pm-window-izukum .challenge .buttonbar button {
  5582. background: rgb(242, 242, 242) !important;
  5583. color: black !important;
  5584. border-color: black !important
  5585. }
  5586.  
  5587. .pm-window-izukum .challenge .select:hover, .pm-window-izukum .challenge .buttonbar button:hover {
  5588. background: rgb(217, 217, 217) !important;
  5589. border-color: #003333 !important
  5590. }
  5591.  
  5592. .pm-window-izukum .challenge .select:disabled {
  5593. background: rgb(217, 217, 217) !important
  5594. }
  5595.  
  5596. .pm-window-izukum .challenge .teamselect:disabled strong {
  5597. color: #000033 !important
  5598. }
  5599.  
  5600. .pm-window-syndjirachi .pm-minimized, .dark .pm-window-syndjirachi .pm-minimized {
  5601. background: #FF1493 url("https://orig00.deviantart.net/7817/f/2018/243/8/e/twkj7zs_by_azureimagedump-dclmno8.jpg") no-repeat !important;
  5602. border: 1px solid #000 !important
  5603. }
  5604.  
  5605. .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 {
  5606. background: #FF69B4 url("https://orig00.deviantart.net/7817/f/2018/243/8/e/twkj7zs_by_azureimagedump-dclmno8.jpg") no-repeat !important;
  5607. color: #000 !important;
  5608. text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF !important;
  5609. border-color: #000000 !important
  5610. }
  5611.  
  5612. .pm-window-syndjirachi h3:hover, .dark .pm-window-syndjirachi h3:hover, .pm-window-syndjirachi.focused h3:hover, .dark .pm-window-syndjirachi.focused h3:hover {
  5613. background: #FFFFE0 url("https://www.serebii.net/pokedex-xy/icon/385.png") no-repeat !important;
  5614. background-position: 100px 5px;
  5615. border-color: #000 !important
  5616. }
  5617.  
  5618. .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 {
  5619. background: #FFFFE0 url("https://www.serebii.net/pokedex-xy/icon/385.png") no-repeat !important;
  5620. background-position: 100px 5px;
  5621. border-color: #000 !important
  5622. }
  5623.  
  5624. .pm-window-syndjirachi h3 small, .dark .pm-window-syndjirachi h3 small {
  5625. color: #000 !important
  5626. }
  5627.  
  5628. .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 {
  5629. color: #000 !important
  5630. }
  5631.  
  5632. .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 {
  5633. color: #000 !important
  5634. }
  5635.  
  5636. .pm-window-syndjirachi .pm-log, .dark .pm-window-syndjirachi .pm-log, .pm-window-syndjirachi.focused .pm-log, .dark .pm-window-syndjirachi.focused .pm-log {
  5637. background: url("https://orig00.deviantart.net/7817/f/2018/243/8/e/twkj7zs_by_azureimagedump-dclmno8.jpg") center no-repeat !important;
  5638. color: #000 !important;
  5639. border-color: #000 !important;
  5640. 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
  5641. }
  5642.  
  5643. .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 {
  5644. color: #000 !important;
  5645. 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
  5646. }
  5647.  
  5648. .pm-window-syndjirachi .pm-log a:visited, .dark .pm-window-syndjirachi .pm-log a:visited {
  5649. color: #000 !important;
  5650. 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
  5651. }
  5652.  
  5653. .pm-window-syndjirachi .pm-log .message-error, .dark .pm-window-syndjirachi .pm-log .message-error {
  5654. color: #DF6464 !important;
  5655. 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
  5656. }
  5657.  
  5658. .pm-window-syndjirachi .pm-log .chat small, .dark .pm-window-syndjirachi .pm-log .chat small {
  5659. color: #FFFF00 !important;
  5660. 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
  5661. }
  5662.  
  5663. .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 {
  5664. background: #000000 !important;
  5665. border-color: #FFFFFF !important;
  5666. 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
  5667. }
  5668.  
  5669. .pm-window-syndjirachi .pm-log-add .textbox, .dark .pm-window-syndjirachi .pm-log-add .textbox {
  5670. background: #000000 !important;
  5671. border-color: #FFFFFF !important;
  5672. color: #FFFF00 !important;
  5673. 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
  5674. }
  5675.  
  5676. .pm-window-syndjirachi .pm-log-add .textbox:hover, .dark .pm-window-syndjirachi .pm-log-add .textbox:hover {
  5677. background: #000000 !important;
  5678. border-color: #FFFFFF !important;
  5679. color: #FFFF00 !important;
  5680. 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
  5681. }
  5682.  
  5683. .pm-window-syndjirachi .pm-log-add .textbox:focus, .dark .pm-window-syndjirachi .pm-log-add .textbox:focus {
  5684. background: #000000 !important;
  5685. border-color: #FFFFFF !important;
  5686. color: #FFFF00 !important;
  5687. 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
  5688. }
  5689.  
  5690. .pm-window-syndjirachi .challenge, .dark .pm-window-syndjirachi .challenge {
  5691. background: #000000 !important;
  5692. border-color: #FFFFFF !important;
  5693. border-top-color: #FFFF00 !important;
  5694. color: #FFFF00 !important;
  5695. text-shadow: 1px 1px #000 !important
  5696. }
  5697.  
  5698. .pm-window-syndjirachi .challenge .select, .dark .pm-window-syndjirachi .challenge .select, .pm-window-syndjirachi .challenge .buttonbar button, .dark .pm-window-syndjirachi .challenge .buttonbar button {
  5699. background: #000000 !important;
  5700. border-color: #000000 !important;
  5701. color: #FFFF00 !important;
  5702. text-shadow: 0px -1px #000 !important
  5703. }
  5704.  
  5705. .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 {
  5706. border-color: #000000 !important
  5707. }
  5708.  
  5709. .pm-window-syndjirachi .challenge label, .dark .pm-window-syndjirachi .challenge label {
  5710. color: #000
  5711. }
  5712.  
  5713. .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 {
  5714. background: #000000 !important;
  5715. color: #FFFFFF !important;
  5716. border-color: #FFFF00 !important
  5717. }
  5718.  
  5719. .pm-window-phoenixgx .pm-log, .pm-window-phoenixgx.focused .pm-log {
  5720. background: url("https://orig00.deviantart.net/3158/f/2018/244/e/f/untitled_by_azureimagedump-dclqzlc.png") center no-repeat !important;
  5721. color: #fff
  5722. }
  5723.  
  5724. .pm-window-phoenixgx .pm-log .chat {
  5725. color: #fff;
  5726. text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75) !important
  5727. }
  5728.  
  5729. .pm-window-phoenixgx .pm-notifying {
  5730. border: 1px solid #00509b !important;
  5731. background-color: #a5d3ff !important
  5732. }
  5733.  
  5734. .pm-window-phoenixgx .username {
  5735. text-shadow: 0 1px 1px #777
  5736. }
  5737.  
  5738. .pm-window-phoenixgx.focused h3 {
  5739. color: #ff0000;
  5740. border: 1px solid #111;
  5741. background-color: #383838;
  5742. background-image: url("https://pldh.net/media/pokecons_action/392.gif");
  5743. background-repeat: no-repeat;
  5744. background-position: 220px -9px
  5745. }
  5746.  
  5747. .pm-window-phoenixgx.focused h3:hover {
  5748. color: #00509b;
  5749. border: 1px solid #111;
  5750. background-color: #383838;
  5751. background-image: url("https://pldh.net/media/pokexycons/006-mega-x.png");
  5752. background-repeat: no-repeat;
  5753. background-position: 215px -6px
  5754. }
  5755.  
  5756. .pm-window-phoenixgx h3 {
  5757. color: #00509b;
  5758. border: 1px solid #111;
  5759. background-color: #383838;
  5760. background-image: url("https://pldh.net/media/pokexycons/006-mega-x.png");
  5761. background-repeat: no-repeat;
  5762. background-position: 215px -6px
  5763. }
  5764.  
  5765. .pm-window-phoenixgx h3:hover {
  5766. color: #ff0000;
  5767. border: 1px solid #111;
  5768. background-color: #383838;
  5769. background-image: url("https://pldh.net/media/pokecons_action/392.gif");
  5770. background-repeat: no-repeat;
  5771. background-position: 220px -9px
  5772. }
  5773.  
  5774. .pm-window-minimized h3 {
  5775. border: 1px solid #111;
  5776. background-color: #000;
  5777. background-image: url("https://pldh.net/media/pokexycons/006-mega-x.png");
  5778. background-repeat: no-repeat;
  5779. background-position: 215px -6px
  5780. }
  5781.  
  5782. .pm-window-phoenixgx h3 i {
  5783. color: #1f2e2e;
  5784. text-shadow: 0 0 3px #fff
  5785. }
  5786.  
  5787. .pm-window-phoenixgx.focused .pm-log-add {
  5788. background-color: #1d6cb0
  5789. }
  5790.  
  5791. .pm-window-phoenixgx .pm-log-add {
  5792. background-color: #1d6cb0
  5793. }
  5794.  
  5795. .pm-window-phoenixgx.focused .textbox {
  5796. background-color: #383838;
  5797. color: #fff
  5798. }
  5799.  
  5800. .pm-window-phoenixgx .textbox {
  5801. background-color: #383838;
  5802. color: #fff
  5803. }
  5804.  
  5805. .pm-window.pm-window-phoenixgx .challenge {
  5806. background: url("http://getwallpapers.com/wallpaper/full/6/e/9/52099.jpg") no-repeat;
  5807. border: 1px solid #814a4f;
  5808. color: #1d6cb0;
  5809. background-size: 300px
  5810. }
  5811.  
  5812. .pm-window.pm-window-phoenixgx .challenge .select, .challenge .buttonbar button {
  5813. background: #1a1a1a;
  5814. color: #ff0000
  5815. }
  5816.  
  5817. .pm-window.pm-window-phoenixgx .challenge .select:hover, .challenge .buttonbar button:hover {
  5818. background: #1a1a1a
  5819. }
  5820.  
  5821. .pm-window.pm-window-phoenixgx .challenge .buttonbar button {
  5822. border: 1px solid #000;
  5823. padding: 3px 8px
  5824. }
  5825.  
  5826. .pm-window.pm-window-phoenixgx .challenge .select.teamselect.preselected, .challenge .select.teamselect.preselected:hover {
  5827. background: #1a1a1a !important
  5828. }
  5829.  
  5830. .pm-window-johnnykerk .pm-minimized, .dark .pm-window-johnnykerk .pm-minimized {
  5831. background: #552583 url("https://i.imgur.com/kRfJKzC.png") no-repeat !important;
  5832. background-position: 220px -5px !important;
  5833. border: 1px solid #FDB927 !important
  5834. }
  5835.  
  5836. .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 {
  5837. background: #552583 url("https://i.imgur.com/kRfJKzC.png") no-repeat !important;
  5838. background-position: 220px -5px !important;
  5839. color: #FDB927 !important;
  5840. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  5841. border-color: #FDB927 !important
  5842. }
  5843.  
  5844. .pm-window-johnnykerk h3:hover, .dark .pm-window-johnnykerk h3:hover, .pm-window-johnnykerk.focused h3:hover, .dark .pm-window-johnnykerk.focused h3:hover {
  5845. color: #FDB927 !important
  5846. }
  5847.  
  5848. .pm-window-johnnykerk .pm-notifying, .dark .pm-window-johnnykerk h3.pm-notifying {
  5849. background: #FDB927 url("https://i.imgur.com/YVJzvfg.gif") no-repeat !important;
  5850. background-position: 220px -5px !important;
  5851. border-color: #552583 !important
  5852. }
  5853.  
  5854. .pm-window-johnnykerk h3.pm-notifying:hover, .dark .pm-window-johnnykerk h3.pm-notifying:hover {
  5855. background: #FDB927 url("https://i.imgur.com/YVJzvfg.gif") no-repeat !important;
  5856. background-position: 220px -5px !important;
  5857. border-color: #552583 !important
  5858. }
  5859.  
  5860. .pm-window-johnnykerk h3 small, .dark .pm-window-johnnykerk h3 small {
  5861. color: #FDB927 !important
  5862. }
  5863.  
  5864. .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 {
  5865. color: #BA881D !important
  5866. }
  5867.  
  5868. .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 {
  5869. color: #FDB927 !important
  5870. }
  5871.  
  5872. .pm-window-johnnykerk .pm-log, .dark .pm-window-johnnykerk .pm-log, .pm-window-johnnykerk.focused .pm-log, .dark .pm-window-johnnykerk.focused .pm-log {
  5873. background: url("https://i.imgur.com/pcuQknk.png") center bottom no-repeat #000000 !important;
  5874. color: #FDB927 !important;
  5875. border-color: #FDB927 !important;
  5876. 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
  5877. }
  5878.  
  5879. .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 {
  5880. color: #FDB927 !important;
  5881. 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
  5882. }
  5883.  
  5884. .pm-window-johnnykerk .pm-log a:visited, .dark .pm-window-johnnykerk .pm-log a:visited {
  5885. color: #FDB927 !important;
  5886. 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
  5887. }
  5888.  
  5889. .pm-window-johnnykerk .pm-log .message-error, .dark .pm-window-johnnykerk .pm-log .message-error {
  5890. color: #0449d4 !important;
  5891. 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
  5892. }
  5893.  
  5894. .pm-window-johnnykerk .pm-log .chat small, .dark .pm-window-johnnykerk .pm-log .chat small {
  5895. color: #94875E !important;
  5896. 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
  5897. }
  5898.  
  5899. .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 {
  5900. background: #552583 !important;
  5901. border-color: #FDB927 !important;
  5902. 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
  5903. }
  5904.  
  5905. .pm-window-johnnykerk .pm-log-add .textbox, .dark .pm-window-johnnykerk .pm-log-add .textbox {
  5906. background: #000000 !important;
  5907. border-color: #FDB927 !important;
  5908. color: #FDB927 !important;
  5909. 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
  5910. }
  5911.  
  5912. .pm-window-johnnykerk .pm-log-add .textbox:hover, .dark .pm-window-johnnykerk .pm-log-add .textbox:hover {
  5913. background: #000000 !important;
  5914. border-color: #FDB927 !important;
  5915. color: #FDB927 !important;
  5916. 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
  5917. }
  5918.  
  5919. .pm-window-johnnykerk .pm-log-add .textbox:focus, .dark .pm-window-johnnykerk .pm-log-add .textbox:focus {
  5920. background: #000000 !important;
  5921. border-color: #FDB927 !important;
  5922. color: #FDB927 !important;
  5923. 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
  5924. }
  5925.  
  5926. .pm-window-johnnykerk .challenge, .dark .pm-window-johnnykerk .challenge {
  5927. background: #552583 !important;
  5928. border-color: #FDB927 !important;
  5929. border-top-color: #FDB927 !important;
  5930. color: #FDB927 !important;
  5931. text-shadow: 1px 1px #552583 !important
  5932. }
  5933.  
  5934. .pm-window-johnnykerk .challenge .select, .dark .pm-window-johnnykerk .challenge .select, .pm-window-johnnykerk .challenge .buttonbar button, .dark .pm-window-johnnykerk .challenge .buttonbar button {
  5935. background: #552583 !important;
  5936. border-color: #FDB927 !important;
  5937. color: #FDB927 !important;
  5938. text-shadow: 0px -1px black !important
  5939. }
  5940.  
  5941. .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 {
  5942. border-color: #FDB927 !important
  5943. }
  5944.  
  5945. .pm-window-johnnykerk .challenge label, .dark .pm-window-johnnykerk .challenge label {
  5946. color: #FDB927
  5947. }
  5948.  
  5949. .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 {
  5950. background: #552583 !important;
  5951. color: #FDB927 !important;
  5952. border-color: #FDB927 !important
  5953. }
  5954.  
  5955. .pm-window-vivilex .pm-minimized, .dark .pm-window-vivilex .pm-minimized {
  5956. background: #193666 url("https://media.giphy.com/media/BZhu0J9I92INsBvG6n/giphy.gif") no-repeat left bottom !important;
  5957. border: 1px solid #193666 !important
  5958. }
  5959.  
  5960. .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 {
  5961. background: #193666 url("https://media.giphy.com/media/BZhu0J9I92INsBvG6n/giphy.gif") no-repeat left bottom !important;
  5962. color: #4b4ed2 !important;
  5963. text-shadow: 0 1px 0 #212376 !important;
  5964. border-color: #05152d !important
  5965. }
  5966.  
  5967. .pm-window-vivilex h3:hover, .dark .pm-window-vivilex h3:hover, .pm-window-vivilex.focused h3:hover, .dark .pm-window-vivilex.focused h3:hover {
  5968. color: #4b4ed2 !important
  5969. }
  5970.  
  5971. .pm-window-vivilex.pm-notifying, .dark .pm-window-vivilex h3.pm-notifying {
  5972. background: #193666 url("http://media.tumblr.com/tumblr_m5bu8uScmX1rqco7x.gif") no-repeat left bottom !important;
  5973. border-color: #05152d !important
  5974. }
  5975.  
  5976. .pm-window-vivilex h3.pm-notifying:hover, .dark .pm-window-vivilex h3.pm-notifying:hover {
  5977. background: #193666 url("http://media.tumblr.com/tumblr_m5bu8uScmX1rqco7x.gif") no-repeat left bottom !important;
  5978. border-color: #05152d !important
  5979. }
  5980.  
  5981. .pm-window-vivilex h3 small, .dark .pm-window-vivilex h3 small {
  5982. color: #000 !important
  5983. }
  5984.  
  5985. .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 {
  5986. color: #000 !important
  5987. }
  5988.  
  5989. .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 {
  5990. color: #000 !important
  5991. }
  5992.  
  5993. .pm-window-vivilex .pm-log, .dark .pm-window-vivilex .pm-log, .pm-window-vivilex.focused .pm-log, .dark .pm-window-vivilex.focused .pm-log {
  5994. 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;
  5995. color: #b6bbff !important;
  5996. border-color: #000 !important;
  5997. 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
  5998. }
  5999.  
  6000. .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 {
  6001. color: #000 !important;
  6002. 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
  6003. }
  6004.  
  6005. .pm-window-vivilex .pm-log a:visited, .dark .pm-window-vivilex .pm-log a:visited {
  6006. color: #000 !important;
  6007. 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
  6008. }
  6009.  
  6010. .pm-window-vivilex .pm-log .message-error, .dark .pm-window-vivilex .pm-log .message-error {
  6011. color: #DF6464 !important;
  6012. 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
  6013. }
  6014.  
  6015. .pm-window-vivilex .pm-log .chat small, .dark .pm-window-vivilex .pm-log .chat small {
  6016. color: #63e5e0 !important;
  6017. 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
  6018. }
  6019.  
  6020. .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 {
  6021. background: #112150 !important;
  6022. border-color: #00063a !important;
  6023. 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
  6024. }
  6025.  
  6026. .pm-window-vivilex .pm-log-add .textbox, .dark .pm-window-vivilex .pm-log-add .textbox {
  6027. background: #193666 !important;
  6028. border-color: #000000 !important;
  6029. color: #6fa8ff !important;
  6030. 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
  6031. }
  6032.  
  6033. .pm-window-vivilex .pm-log-add .textbox:hover, .dark .pm-window-vivilex .pm-log-add .textbox:hover {
  6034. background: #193666 !important;
  6035. border-color: #000000 !important;
  6036. color: #6fa8ff !important;
  6037. 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
  6038. }
  6039.  
  6040. .pm-window-vivilex .pm-log-add .textbox:focus, .dark .pm-window-vivilex .pm-log-add .textbox:focus {
  6041. background: #193666 !important;
  6042. border-color: #000000 !important;
  6043. color: #6fa8ff !important;
  6044. 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
  6045. }
  6046.  
  6047. .pm-window-vivilex .challenge, .dark .pm-window-vivilex .challenge {
  6048. background: #193666 !important;
  6049. border-color: #000000 !important;
  6050. border-top-color: #000000 !important;
  6051. color: #6bacc5 !important;
  6052. text-shadow: 0px 0px #000 !important
  6053. }
  6054.  
  6055. .pm-window-vivilex .challenge .select, .dark .pm-window-vivilex .challenge .select, .pm-window-vivilex .challenge .buttonbar button, .dark .pm-window-vivilex .challenge .buttonbar button {
  6056. background: #6bacc5 !important;
  6057. border-color: #4d90aa !important;
  6058. color: #ffffff !important;
  6059. text-shadow: 0px -1px #000 !important
  6060. }
  6061.  
  6062. .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 {
  6063. background: #3668b5 !important;
  6064. border-color: #224984 !important
  6065. }
  6066.  
  6067. .pm-window-vivilex .challenge label, .dark .pm-window-vivilex .challenge label {
  6068. color: #000
  6069. }
  6070.  
  6071. .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 {
  6072. background: #6bacc5 !important;
  6073. color: #ffffff !important;
  6074. border-color: #4d90aa !important
  6075. }
  6076.  
  6077. .pm-window-lunterik .pm-minimized, .dark .pm-window-lunterik .pm-minimized {
  6078. color: #FA5353 !important;
  6079. background: #000 url("https://www.serebii.net/pokedex-xy/icon/717.png") no-repeat !important;
  6080. background-position: 215px -3px !important;
  6081. 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;
  6082. border: 1px solid #FFF !important
  6083. }
  6084.  
  6085. .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 {
  6086. color: #FA5353 !important;
  6087. background: #000 url("https://www.serebii.net/pokedex-xy/icon/717.png") no-repeat !important;
  6088. background-position: 215px -3px !important;
  6089. 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;
  6090. border: 1px solid #FFF !important
  6091. }
  6092.  
  6093. .pm-window-lunterik h3:hover, .dark .pm-window-lunterik h3:hover, .pm-window-lunterik.focused h3:hover, .dark .pm-window-lunterik.focused h3:hover {
  6094. color: #000 !important
  6095. }
  6096.  
  6097. .pm-window-lunterik.pm-notifying, .dark .pm-window-lunterik h3.pm-notifying {
  6098. color: #FA5353 !important;
  6099. background: #000 url("https://www.serebii.net/pokedex-xy/icon/717.png") no-repeat !important;
  6100. background-position: 215px -3px !important;
  6101. 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;
  6102. border: 1px solid #FFF !important
  6103. }
  6104.  
  6105. .pm-window-lunterik h3.pm-notifying:hover, .dark .pm-window-lunterik h3.pm-notifying:hover {
  6106. color: #FA5353 !important;
  6107. background: #000 url("https://www.serebii.net/pokedex-xy/icon/717.png") no-repeat !important;
  6108. background-position: 215px -3px !important;
  6109. 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;
  6110. border: 1px solid #FFF !important
  6111. }
  6112.  
  6113. .pm-window-lunterik h3 small, .dark .pm-window-lunterik h3 small {
  6114. color: #fff !important
  6115. }
  6116.  
  6117. .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 {
  6118. color: #fff !important
  6119. }
  6120.  
  6121. .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 {
  6122. color: #fff !important
  6123. }
  6124.  
  6125. .pm-window-lunterik .pm-log, .dark .pm-window-lunterik .pm-log, .pm-window-lunterik.focused .pm-log, .dark .pm-window-lunterik.focused .pm-log {
  6126. background: url("https://i.imgur.com/C5YxBaI.jpg") center no-repeat !important;
  6127. color: #fff !important;
  6128. border-color: #000 !important;
  6129. 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
  6130. }
  6131.  
  6132. .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 {
  6133. color: #fff !important;
  6134. 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
  6135. }
  6136.  
  6137. .pm-window-lunterik .pm-log a:visited, .dark .pm-window-lunterik .pm-log a:visited {
  6138. color: #fff !important;
  6139. 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
  6140. }
  6141.  
  6142. .pm-window-lunterik .pm-log .message-error, .dark .pm-window-lunterik .pm-log .message-error {
  6143. color: #DF6464 !important;
  6144. 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
  6145. }
  6146.  
  6147. .pm-window-lunterik .pm-log .chat small, .dark .pm-window-lunterik .pm-log .chat small {
  6148. color: #FFFFFF !important;
  6149. 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
  6150. }
  6151.  
  6152. .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 {
  6153. background: #000000 !important;
  6154. border-color: #FFFFFF !important;
  6155. 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
  6156. }
  6157.  
  6158. .pm-window-lunterik .pm-log-add .textbox, .dark .pm-window-lunterik .pm-log-add .textbox {
  6159. background: #000000 !important;
  6160. border-color: #FFFFFF !important;
  6161. color: #FFFFFF !important;
  6162. 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
  6163. }
  6164.  
  6165. .pm-window-lunterik .pm-log-add .textbox:hover, .dark .pm-window-lunterik .pm-log-add .textbox:hover {
  6166. background: #000000 !important;
  6167. border-color: #FFFFFF !important;
  6168. color: #FFFFFF !important;
  6169. 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
  6170. }
  6171.  
  6172. .pm-window-lunterik .pm-log-add .textbox:focus, .dark .pm-window-lunterik .pm-log-add .textbox:focus {
  6173. background: #000000 !important;
  6174. border-color: #FFFFFF !important;
  6175. color: #FFFFFF !important;
  6176. 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
  6177. }
  6178.  
  6179. .pm-window-lunterik .challenge, .dark .pm-window-lunterik .challenge {
  6180. background: url("https://i.imgur.com/7v0dpMq.jpg") center !important;
  6181. border-color: #000000 !important;
  6182. border-top-color: #000000 !important;
  6183. color: #FFFFFF !important;
  6184. text-shadow: 1px 1px #000 !important
  6185. }
  6186.  
  6187. .pm-window-lunterik .challenge .select, .dark .pm-window-lunterik .challenge .select, .pm-window-lunterik .challenge .buttonbar button, .dark .pm-window-lunterik .challenge .buttonbar button {
  6188. background: #000000 !important;
  6189. border-color: #000000 !important;
  6190. color: #FFFFFF !important;
  6191. text-shadow: 0px -1px #000 !important
  6192. }
  6193.  
  6194. .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 {
  6195. border-color: #000000 !important
  6196. }
  6197.  
  6198. .pm-window-lunterik .challenge label, .dark .pm-window-lunterik .challenge label {
  6199. color: #FFF
  6200. }
  6201.  
  6202. .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 {
  6203. background: #000000 !important;
  6204. color: #FFFFFF !important;
  6205. border-color: #FFFFFF !important
  6206. }
  6207.  
  6208. .pm-window-htaras .pm-minimized, .dark .pm-window-htaras .pm-minimized {
  6209. background: #33ccff url("https://pldh.net/media/pokexycons/025.png") no-repeat !important;
  6210. background-position: 220px -5px !important;
  6211. border: 1px solid #fef43b !important
  6212. }
  6213.  
  6214. .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 {
  6215. background: #33ccff url("https://pldh.net/media/pokexycons/025.png") no-repeat !important;
  6216. background-position: 220px -5px !important;
  6217. color: #fef43b !important;
  6218. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  6219. border-color: #fef43b !important
  6220. }
  6221.  
  6222. .pm-window-htaras h3:hover, .dark .pm-window-htaras h3:hover, .pm-window-htaras.focused h3:hover, .dark .pm-window-htaras.focused h3:hover {
  6223. color: #fef43b !important
  6224. }
  6225.  
  6226. .pm-window-htaras .pm-notifying, .dark .pm-window-htaras h3.pm-notifying {
  6227. background: #fef43b url("https://pldh.net/media/pokecons_action/025.gif") no-repeat !important;
  6228. background-position: 220px -8px !important;
  6229. color: #eed009 !important;
  6230. border-color: #33ccff !important
  6231. }
  6232.  
  6233. .pm-window-htaras h3.pm-notifying:hover, .dark .pm-window-htaras h3.pm-notifying:hover {
  6234. background: #fef43b url("https://pldh.net/media/pokecons_action/025.gif") no-repeat !important;
  6235. background-position: 220px -8px !important;
  6236. color: #2f57e8 !important;
  6237. border-color: #33ccff !important
  6238. }
  6239.  
  6240. .pm-window-htaras h3 small, .dark .pm-window-htaras h3 small {
  6241. color: #fef43b !important
  6242. }
  6243.  
  6244. .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 {
  6245. color: #fe7762 !important
  6246. }
  6247.  
  6248. .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 {
  6249. color: #fef43b !important
  6250. }
  6251.  
  6252. .pm-window-htaras .pm-log, .dark .pm-window-htaras .pm-log, .pm-window-htaras.focused .pm-log, .dark .pm-window-htaras.focused .pm-log {
  6253. background: url("https://giffiles.alphacoders.com/398/3987.gif") top;
  6254. background-size: 300px 300px;
  6255. color: #fef43b !important;
  6256. border-color: #fef43b !important;
  6257. 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
  6258. }
  6259.  
  6260. .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 {
  6261. color: #fef43b !important;
  6262. 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
  6263. }
  6264.  
  6265. .pm-window-htaras .pm-log a:visited, .dark .pm-window-htaras .pm-log a:visited {
  6266. color: #fef43b !important;
  6267. 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
  6268. }
  6269.  
  6270. .pm-window-htaras .pm-log .message-error, .dark .pm-window-htaras .pm-log .message-error {
  6271. color: #e82f2f !important;
  6272. 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
  6273. }
  6274.  
  6275. .pm-window-htaras .pm-log .chat small, .dark .pm-window-htaras .pm-log .chat small {
  6276. color: #E39929 !important;
  6277. 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
  6278. }
  6279.  
  6280. .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 {
  6281. background: #33ccff !important;
  6282. border-color: #fef43b !important;
  6283. 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
  6284. }
  6285.  
  6286. .pm-window-htaras .pm-log-add .textbox, .dark .pm-window-htaras .pm-log-add .textbox {
  6287. background: #000000 !important;
  6288. border-color: #fef43b !important;
  6289. color: #fef43b !important;
  6290. 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
  6291. }
  6292.  
  6293. .pm-window-htaras .pm-log-add .textbox:hover, .dark .pm-window-htaras .pm-log-add .textbox:hover {
  6294. background: #000000 !important;
  6295. border-color: #fef43b !important;
  6296. color: #fef43b !important;
  6297. 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
  6298. }
  6299.  
  6300. .pm-window-htaras .pm-log-add .textbox:focus, .dark .pm-window-htaras .pm-log-add .textbox:focus {
  6301. background: #000000 !important;
  6302. border-color: #fef43b !important;
  6303. color: #fef43b !important;
  6304. 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
  6305. }
  6306.  
  6307. .pm-window-htaras .challenge, .dark .pm-window-htaras .challenge {
  6308. background: #626262 !important;
  6309. border-color: #fef43b !important;
  6310. border-top-color: #fef43b !important;
  6311. color: #33ccff !important;
  6312. text-shadow: 1px 1px #626262 !important
  6313. }
  6314.  
  6315. .pm-window-htaras .challenge .select, .dark .pm-window-htaras .challenge .select, .pm-window-htaras .challenge .buttonbar button, .dark .pm-window-htaras .challenge .buttonbar button {
  6316. background: #626262 !important;
  6317. border-color: #f3e329 !important;
  6318. color: #33ccff !important;
  6319. text-shadow: 0px -1px black !important
  6320. }
  6321.  
  6322. .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 {
  6323. border-color: #E39929 !important
  6324. }
  6325.  
  6326. .pm-window-htaras .challenge label, .dark .pm-window-htaras .challenge label {
  6327. color: #33ccff
  6328. }
  6329.  
  6330. .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 {
  6331. background: #626262 !important;
  6332. color: #33ccff !important;
  6333. border-color: #f3e329 !important
  6334. }
  6335.  
  6336. .pm-window-memomiguel h3 {
  6337. color: #004182;
  6338. border: 1px solid #111;
  6339. background: #fff600 url("https://pldh.net/media/pokexycons/025.png") no-repeat 215px -6px
  6340. }
  6341.  
  6342. .pm-window-memomiguel h3:hover {
  6343. color: #004182;
  6344. border: 1px solid #111;
  6345. background: #fff83f url("https://pldh.net/media/pokecons_action/025.gif") no-repeat 218px -10px
  6346. }
  6347.  
  6348. .pm-window-memomiguel.focused h3 {
  6349. color: #004182;
  6350. border: 1px solid #111;
  6351. background: #ede510 url("https://pldh.net/media/pokexycons/025.png") no-repeat 215px -6px
  6352. }
  6353.  
  6354. .pm-window-memomiguel.focused h3:hover {
  6355. color: #004182;
  6356. border: 1px solid #111;
  6357. background: #ede510 url("https://pldh.net/media/pokecons_action/025.gif") no-repeat 218px -10px
  6358. }
  6359.  
  6360. .pm-window-memomiguel .pm-notifying {
  6361. border: 1px solid #00509b !important;
  6362. background-color: #ff3200 !important
  6363. }
  6364.  
  6365. .pm-window-memomiguel .pm-log-add {
  6366. background-color: #fff600
  6367. }
  6368.  
  6369. .pm-window-memomiguel.focused .pm-log-add {
  6370. background-color: #fff600
  6371. }
  6372.  
  6373. .pm-window-memomiguel .textbox {
  6374. background-color: #fcfcfc;
  6375. color: #000
  6376. }
  6377.  
  6378. .pm-window-memomiguel.focused .textbox {
  6379. background-color: #fcfcfc;
  6380. color: #000
  6381. }
  6382.  
  6383. .pm-window-memomiguel .pm-log, .pm-window-memomiguel.focused .pm-log {
  6384. background: url("https://orig00.deviantart.net/cb4d/f/2018/329/6/7/pfqp90y_by_azureimagedump-dcsv8f3.png") center no-repeat !important;
  6385. color: #000;
  6386. text-shadow: 1px 1px 4px #fff
  6387. }
  6388.  
  6389. .pm-window-syndempy .pm-minimized, .dark .pm-window-syndempy .pm-minimized {
  6390. background: #3a5f0b url("https://www.serebii.net/pokedex-xy/icon/648.png") no-repeat !important;
  6391. background-position: 215px -3px !important;
  6392. border-color: #000 !important;
  6393. 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;
  6394. border: #000 !important
  6395. }
  6396.  
  6397. .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 {
  6398. background: #3a5f0b url("https://www.serebii.net/pokedex-xy/icon/648.png") no-repeat !important;
  6399. color: #CCCCFF !important;
  6400. background-position: 215px -3px !important;
  6401. 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;
  6402. border-color: #000000 !important
  6403. }
  6404.  
  6405. .pm-window-syndempy h3:hover, .dark .pm-window-syndempy h3:hover, .pm-window-syndempy.focused h3:hover, .dark .pm-window-syndempy.focused h3:hover {
  6406. color: #CCCCFF !important
  6407. }
  6408.  
  6409. .pm-window-syndempy.pm-notifying, .dark .pm-window-syndempy h3.pm-notifying {
  6410. background: #3a5f0b url("https://www.serebii.net/pokedex-xy/icon/648.png") no-repeat !important;
  6411. background-position: 215px -3px !important;
  6412. border-color: #000 !important;
  6413. 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;
  6414. border: #000 !important
  6415. }
  6416.  
  6417. .pm-window-syndempy h3.pm-notifying:hover, .dark .pm-window-syndempy h3.pm-notifying:hover {
  6418. background: #3a5f0b url("https://www.serebii.net/pokedex-sm/icon/648-p.png") no-repeat !important;
  6419. background-position: 215px -3px !important;
  6420. border-color: #000 !important;
  6421. 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;
  6422. border: #000 !important
  6423. }
  6424.  
  6425. .pm-window-syndempy h3 small, .dark .pm-window-syndempy h3 small {
  6426. color: #CCCCFF !important
  6427. }
  6428.  
  6429. .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 {
  6430. color: #fff !important
  6431. }
  6432.  
  6433. .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 {
  6434. color: #fff !important
  6435. }
  6436.  
  6437. .pm-window-syndempy .pm-log, .dark .pm-window-syndempy .pm-log, .pm-window-syndempy.focused .pm-log, .dark .pm-window-syndempy.focused .pm-log {
  6438. background: url("https://pli.io/2MTqSQ.jpg") center no-repeat !important;
  6439. color: #fff !important;
  6440. border-color: #000 !important;
  6441. 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
  6442. }
  6443.  
  6444. .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 {
  6445. color: #CCCCFF !important;
  6446. 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
  6447. }
  6448.  
  6449. .pm-window-syndempy .pm-log a:visited, .dark .pm-window-syndempy .pm-log a:visited {
  6450. color: #fff !important;
  6451. 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
  6452. }
  6453.  
  6454. .pm-window-syndempy .pm-log .message-error, .dark .pm-window-syndempy .pm-log .message-error {
  6455. color: #fff !important;
  6456. 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
  6457. }
  6458.  
  6459. .pm-window-syndempy .pm-log .chat small, .dark .pm-window-syndempy .pm-log .chat small {
  6460. color: #fff !important;
  6461. 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
  6462. }
  6463.  
  6464. .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 {
  6465. background: #000000 !important;
  6466. border-color: #000000 !important;
  6467. 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
  6468. }
  6469.  
  6470. .pm-window-syndempy .pm-log-add .textbox, .dark .pm-window-syndempy .pm-log-add .textbox {
  6471. background: #000000 !important;
  6472. border-color: #FFFFFF !important;
  6473. color: #3EB74F !important;
  6474. 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
  6475. }
  6476.  
  6477. .pm-window-syndempy .pm-log-add .textbox:hover, .dark .pm-window-syndempy .pm-log-add .textbox:hover {
  6478. background: #CCCCFF !important;
  6479. border-color: #FFFFFF !important;
  6480. color: #CCCCFF !important;
  6481. 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
  6482. }
  6483.  
  6484. .pm-window-syndempy .pm-log-add .textbox:focus, .dark .pm-window-syndempy .pm-log-add .textbox:focus {
  6485. background: #000000 !important;
  6486. border-color: #FFFFFF !important;
  6487. color: #3EB74F !important;
  6488. 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
  6489. }
  6490.  
  6491. .pm-window-syndempy .challenge, .dark .pm-window-syndempy .challenge {
  6492. background: #3a5f0b !important;
  6493. border-color: #000000 !important;
  6494. border-top-color: #FFFFFF !important;
  6495. color: #fff !important;
  6496. 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
  6497. }
  6498.  
  6499. .pm-window-syndempy .challenge .select, .dark .pm-window-syndempy .challenge .select, .pm-window-syndempy .challenge .buttonbar button, .dark .pm-window-syndempy .challenge .buttonbar button {
  6500. background: #000000 !important;
  6501. border-color: #FFFFFF !important;
  6502. color: #fff !important;
  6503. 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
  6504. }
  6505.  
  6506. .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 {
  6507. border-color: #000000 !important
  6508. }
  6509.  
  6510. .pm-window-syndempy .challenge label, .dark .pm-window-syndempy .challenge label {
  6511. color: #fff
  6512. }
  6513.  
  6514. .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 {
  6515. background: #000000 !important;
  6516. color: #FFFFFF !important;
  6517. border-color: #fff !important
  6518. }
  6519.  
  6520. .pm-window-ntilikina .pm-minimized, .dark .pm-window-ntilikina .pm-minimized {
  6521. background: rgb(131, 140, 134) url("https://www.serebii.net/pokedex-sm/icon/475.png") no-repeat !important;
  6522. background-position: 215px -3px !important;
  6523. border: 2px double #FFF !important
  6524. }
  6525.  
  6526. .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 {
  6527. background: rgb(131, 140, 134) url("https://www.serebii.net/pokedex-sm/icon/475.png") no-repeat !important;
  6528. background-position: 215px -3px !important;
  6529. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  6530. border-color: #FFFFFF !important
  6531. }
  6532.  
  6533. .pm-window-ntilikina h3:hover, .dark .pm-window-ntilikina h3:hover, .pm-window-ntilikina.focused h3:hover, .dark .pm-window-ntilikina.focused h3:hover {
  6534. color: #FFF !important
  6535. }
  6536.  
  6537. .pm-window-ntilikina.pm-notifying, .dark .pm-window-ntilikina h3.pm-notifying {
  6538. background: rgb(131, 140, 134) url("https://www.serebii.net/pokedex-sm/icon/475.png") no-repeat !important;
  6539. background-position: 215px -3px !important;
  6540. border-color: #000 !important
  6541. }
  6542.  
  6543. .pm-window-ntilikina h3.pm-notifying:hover, .dark .pm-window-ntilikina h3.pm-notifying:hover {
  6544. background: rgb(131, 140, 134) url("https://www.serebii.net/pokedex-sm/icon/475.png") no-repeat !important;
  6545. background-position: 215px -3px !important;
  6546. border-color: #000 !important
  6547. }
  6548.  
  6549. .pm-window-ntilikina h3 small, .dark .pm-window-ntilikina h3 small {
  6550. color: #FFF !important
  6551. }
  6552.  
  6553. .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 {
  6554. color: #FFF !important
  6555. }
  6556.  
  6557. .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 {
  6558. color: #FFF !important
  6559. }
  6560.  
  6561. .pm-window-ntilikina .pm-log, .dark .pm-window-ntilikina .pm-log, .pm-window-ntilikina.focused .pm-log, .dark .pm-window-ntilikina.focused .pm-log {
  6562. background: url("https://pli.io/2pHqRU.jpg") center no-repeat !important;
  6563. order: 3 !important;
  6564. font-weight: 900 !important;
  6565. color: #07151E !important;
  6566. text-shadow: 0 0 1px #1E5480, 0 0 3px #A5F2FC, 0 0 7px #1E5480 !important
  6567. }
  6568.  
  6569. .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 {
  6570. color: #fff !important;
  6571. 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
  6572. }
  6573.  
  6574. .pm-window-ntilikina .pm-log a:visited, .dark .pm-window-ntilikina .pm-log a:visited {
  6575. color: #fff !important;
  6576. 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
  6577. }
  6578.  
  6579. .pm-window-ntilikina .pm-log .message-error, .dark .pm-window-ntilikina .pm-log .message-error {
  6580. color: #DF6464 !important;
  6581. 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
  6582. }
  6583.  
  6584. .pm-window-ntilikina .pm-log .chat small, .dark .pm-window-ntilikina .pm-log .chat small {
  6585. color: #cbcccc !important;
  6586. 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
  6587. }
  6588.  
  6589. .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 {
  6590. background: rgb(131, 140, 134) !important;
  6591. border-color: #FFFFFF !important;
  6592. 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
  6593. }
  6594.  
  6595. .pm-window-ntilikina .pm-log-add .textbox, .dark .pm-window-ntilikina .pm-log-add .textbox {
  6596. background: rgb(131, 140, 134) !important;
  6597. border-color: #FFFFFF !important;
  6598. color: #cbcccc !important;
  6599. 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
  6600. }
  6601.  
  6602. .pm-window-ntilikina .pm-log-add .textbox:hover, .dark .pm-window-ntilikina .pm-log-add .textbox:hover {
  6603. background: rgb(131, 140, 134) !important;
  6604. border-color: #FFFFFF !important;
  6605. color: #cbcccc !important;
  6606. 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
  6607. }
  6608.  
  6609. .pm-window-ntilikina .pm-log-add .textbox:focus, .dark .pm-window-ntilikina .pm-log-add .textbox:focus {
  6610. background: rgb(131, 140, 134) !important;
  6611. border-color: #FFFFFF !important;
  6612. color: #FFFFFF !important;
  6613. 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
  6614. }
  6615.  
  6616. .pm-window-ntilikina .challenge, .dark .pm-window-ntilikina .challenge {
  6617. background: #cbcccc !important;
  6618. border-color: #FFFFFF !important;
  6619. border-top-color: #000000 !important;
  6620. color: #FFFFFF !important;
  6621. text-shadow: 1px 1px #000 !important
  6622. }
  6623.  
  6624. .pm-window-ntilikina .challenge .select, .dark .pm-window-ntilikina .challenge .select, .pm-window-ntilikina .challenge .buttonbar button, .dark .pm-window-ntilikina .challenge .buttonbar button {
  6625. background: #000000 !important;
  6626. border-color: #FFFFFF !important;
  6627. border-radius: 17px !important;
  6628. color: #FFFFFF !important;
  6629. text-shadow: 0px -1px #000 !important
  6630. }
  6631.  
  6632. .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 {
  6633. border-color: #FFFFFF !important
  6634. }
  6635.  
  6636. .pm-window-ntilikina .challenge label, .dark .pm-window-ntilikina .challenge label {
  6637. color: #FFF
  6638. }
  6639.  
  6640. .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 {
  6641. background: #000000 !important;
  6642. color: #FFFFFF !important;
  6643. border-color: #FFFFFF !important
  6644. }
  6645.  
  6646. .pm-window-syndyoshimitsu .pm-log, .pm-window-syndyoshimitsu.focused .pm-log {
  6647. background: url("https://orig00.deviantart.net/52a6/f/2018/325/e/0/8hs0fuj_by_azureimagedump-dcsj34x.png");
  6648. color: #fff;
  6649. background-repeat: repeat;
  6650. background-size: 400px 300px;
  6651. background-position: -110px 0px
  6652. }
  6653.  
  6654. .pm-window-syndyoshimitsu .pm-log .chat {
  6655. color: #000
  6656. }
  6657.  
  6658. .pm-window-syndyoshimitsu .pm-notifying {
  6659. border: 1px solid #00509b !important;
  6660. background-color: #0066ff !important
  6661. }
  6662.  
  6663. .pm-window-syndyoshimitsu .username {
  6664. text-shadow: 0 1px 1px #777
  6665. }
  6666.  
  6667. .pm-window-syndyoshimitsu.focused h3, .pm-window-minimized h3, .pm-window-syndyoshimitsu h3:hover, .pm-window-syndyoshimitsu.focused h3:hover, .pm-window-syndyoshimitsu h3 {
  6668. color: #ff00ff;
  6669. border: 1px solid #111;
  6670. background-color: #ffccff;
  6671. background-image: url("https://pldh.net/media/pokecons_action/209.gif");
  6672. background-repeat: no-repeat;
  6673. background-position: 220px -11px
  6674. }
  6675.  
  6676. .pm-window-syndyoshimitsu h3 i {
  6677. color: #ff99ff;
  6678. text-shadow: 0 0 3px #000
  6679. }
  6680.  
  6681. .pm-window-syndyoshimitsu.focused .pm-log-add {
  6682. background-color: #ff99ff
  6683. }
  6684.  
  6685. .pm-window-syndyoshimitsu .pm-log-add {
  6686. background-color: #ff99ff
  6687. }
  6688.  
  6689. .pm-window-syndyoshimitsu.focused .textbox, .pm-window-syndyoshimitsu .textbox {
  6690. background-color: #fff;
  6691. color: #000
  6692. }
  6693.  
  6694. .pm-window-syndninjadier .pm-minimized, .dark .pm-window-syndninjadier .pm-minimized {
  6695. background: rgba(0, 0, 128, 0.5) url("https://vgy.me/1ROEWW.gif") no-repeat !important;
  6696. border: 2px double #FFF !important
  6697. }
  6698.  
  6699. .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 {
  6700. background: rgba(0, 0, 128, 0.5) !important;
  6701. color: #FFF !important;
  6702. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  6703. border-color: #FFFFFF !important
  6704. }
  6705.  
  6706. .pm-window-syndninjadier h3:hover, .dark .pm-window-syndninjadier h3:hover, .pm-window-syndninjadier.focused h3:hover, .dark .pm-window-syndninjadier.focused h3:hover {
  6707. color: #FFF !important
  6708. }
  6709.  
  6710. .pm-window-syndninjadier.pm-notifying, .dark .pm-window-syndninjadier h3.pm-notifying {
  6711. border-color: #000 !important
  6712. }
  6713.  
  6714. .pm-window-syndninjadier h3.pm-notifying:hover, .dark .pm-window-syndninjadier h3.pm-notifying:hover {
  6715. border-color: #000 !important
  6716. }
  6717.  
  6718. .pm-window-syndninjadier h3 small, .dark .pm-window-syndninjadier h3 small {
  6719. color: #FFF !important
  6720. }
  6721.  
  6722. .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 {
  6723. color: #FFF !important
  6724. }
  6725.  
  6726. .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 {
  6727. color: #FFF !important
  6728. }
  6729.  
  6730. .pm-window-syndninjadier .pm-log, .dark .pm-window-syndninjadier .pm-log, .pm-window-syndninjadier.focused .pm-log, .dark .pm-window-syndninjadier.focused .pm-log {
  6731. background: url("https://vgy.me/1ROEWW.gif") center no-repeat !important;
  6732. color: #fff !important;
  6733. border-color: #fff !important;
  6734. 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
  6735. }
  6736.  
  6737. .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 {
  6738. color: #fff !important;
  6739. 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
  6740. }
  6741.  
  6742. .pm-window-syndninjadier .pm-log a:visited, .dark .pm-window-syndninjadier .pm-log a:visited {
  6743. color: #fff !important;
  6744. 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
  6745. }
  6746.  
  6747. .pm-window-syndninjadier .pm-log .message-error, .dark .pm-window-syndninjadier .pm-log .message-error {
  6748. color: #DF6464 !important;
  6749. 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
  6750. }
  6751.  
  6752. .pm-window-syndninjadier .pm-log .chat small, .dark .pm-window-syndninjadier .pm-log .chat small {
  6753. color: #2AB255 !important;
  6754. 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
  6755. }
  6756.  
  6757. .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 {
  6758. border-color: #FFFFFF !important;
  6759. 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
  6760. }
  6761.  
  6762. .pm-window-syndninjadier .pm-log-add .textbox, .dark .pm-window-syndninjadier .pm-log-add .textbox {
  6763. border-color: #FFFFFF !important;
  6764. color: #2AB255 !important;
  6765. 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
  6766. }
  6767.  
  6768. .pm-window-syndninjadier .pm-log-add .textbox:hover, .dark .pm-window-syndninjadier .pm-log-add .textbox:hover {
  6769. background: rgb(66, 147, 92) !important;
  6770. border-color: #FFFFFF !important;
  6771. color: #2AB255 !important;
  6772. 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
  6773. }
  6774.  
  6775. .pm-window-syndninjadier .pm-log-add .textbox:focus, .dark .pm-window-syndninjadier .pm-log-add .textbox:focus {
  6776. border-color: #FFFFFF !important;
  6777. color: #FFFFFF !important;
  6778. 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
  6779. }
  6780.  
  6781. .pm-window-syndninjadier .challenge, .dark .pm-window-syndninjadier .challenge {
  6782. background: #2AB255 !important;
  6783. border-color: #FFFFFF !important;
  6784. border-top-color: #000000 !important;
  6785. color: #FFFFFF !important;
  6786. text-shadow: 1px 1px #000 !important
  6787. }
  6788.  
  6789. .pm-window-syndninjadier .challenge .select, .dark .pm-window-syndninjadier .challenge .select, .pm-window-syndninjadier .challenge .buttonbar button, .dark .pm-window-syndninjadier .challenge .buttonbar button {
  6790. background: #000000 !important;
  6791. border-color: #FFFFFF !important;
  6792. border-radius: 17px !important;
  6793. color: #FFFFFF !important;
  6794. text-shadow: 0px -1px #000 !important
  6795. }
  6796.  
  6797. .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 {
  6798. border-color: #FFFFFF !important
  6799. }
  6800.  
  6801. .pm-window-syndninjadier .challenge label, .dark .pm-window-syndninjadier .challenge label {
  6802. color: #FFF
  6803. }
  6804.  
  6805. .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 {
  6806. background: #000000 !important;
  6807. color: #FFFFFF !important;
  6808. border-color: #FFFFFF !important
  6809. }
  6810.  
  6811. .pm-window-saraiayarza .pm-minimized, .dark .pm-window-saraiayarza .pm-minimized {
  6812. background: #85929E url("https://www.serebii.net/pokedex-xy/icon/353.png") no-repeat !important;
  6813. background-position: 215px -3px !important;
  6814. border: 1px solid #FFF !important
  6815. }
  6816.  
  6817. .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 {
  6818. background: #85929E url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
  6819. color: #FFF !important;
  6820. background-position: 215px -3px !important;
  6821. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  6822. border-color: #FFFFFF !important
  6823. }
  6824.  
  6825. .pm-window-saraiayarza h3:hover, .dark .pm-window-saraiayarza h3:hover, .pm-window-saraiayarza.focused h3:hover, .dark .pm-window-saraiayarza.focused h3:hover {
  6826. color: #000 !important
  6827. }
  6828.  
  6829. .pm-window-saraiayarza.pm-notifying, .dark .pm-window-saraiayarza h3.pm-notifying {
  6830. background: #95A5A6 url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
  6831. background-position: 215px -3px !important;
  6832. border-color: #000 !important
  6833. }
  6834.  
  6835. .pm-window-saraiayarza h3.pm-notifying:hover, .dark .pm-window-saraiayarza h3.pm-notifying:hover {
  6836. background: #95A5A6 url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
  6837. border-color: #FFF !important;
  6838. background-position: 215px -3px !important
  6839. }
  6840.  
  6841. .pm-window-saraiayarza h3 small, .dark .pm-window-saraiayarza h3 small {
  6842. color: #000 !important
  6843. }
  6844.  
  6845. .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 {
  6846. color: #FFF !important
  6847. }
  6848.  
  6849. .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 {
  6850. color: #FFF !important
  6851. }
  6852.  
  6853. .pm-window-saraiayarza .pm-log, .dark .pm-window-saraiayarza .pm-log, .pm-window-saraiayarza.focused .pm-log, .dark .pm-window-saraiayarza.focused .pm-log {
  6854. background: url("https://orig00.deviantart.net/7829/f/2018/326/4/2/vijpdtv_by_azureimagedump-dcso62j.png") center no-repeat !important;
  6855. order: 3 !important;
  6856. font-weight: 900 !important;
  6857. color: #07151E !important;
  6858. text-shadow: 0 0 1px #195656, 0 0 3px #349494, 0 0 7px #1E5480 !important;
  6859. border-color: #000 !important
  6860. }
  6861.  
  6862. .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 {
  6863. color: #fff !important;
  6864. 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
  6865. }
  6866.  
  6867. .pm-window-saraiayarza .pm-log a:visited, .dark .pm-window-saraiayarza .pm-log a:visited {
  6868. color: #fff !important;
  6869. 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
  6870. }
  6871.  
  6872. .pm-window-saraiayarza .pm-log .message-error, .dark .pm-window-saraiayarza .pm-log .message-error {
  6873. color: #DF6464 !important;
  6874. 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
  6875. }
  6876.  
  6877. .pm-window-saraiayarza .pm-log .chat small, .dark .pm-window-saraiayarza .pm-log .chat small {
  6878. color: #FFFFFF !important;
  6879. 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
  6880. }
  6881.  
  6882. .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 {
  6883. background: #000000 !important;
  6884. border-color: #FFFFFF !important;
  6885. 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
  6886. }
  6887.  
  6888. .pm-window-saraiayarza .pm-log-add .textbox, .dark .pm-window-saraiayarza .pm-log-add .textbox {
  6889. background: #85929E !important;
  6890. border-color: #063930 !important;
  6891. color: #FFFFFF !important;
  6892. 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
  6893. }
  6894.  
  6895. .pm-window-saraiayarza .pm-log-add .textbox:hover, .dark .pm-window-saraiayarza .pm-log-add .textbox:hover {
  6896. background: #95A5A6 !important;
  6897. border-color: #063930 !important;
  6898. color: #fff !important;
  6899. 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
  6900. }
  6901.  
  6902. .pm-window-saraiayarza .pm-log-add .textbox:focus, .dark .pm-window-saraiayarza .pm-log-add .textbox:focus {
  6903. background: #85929E !important;
  6904. border-color: #063930 !important;
  6905. color: #fff !important;
  6906. 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
  6907. }
  6908.  
  6909. .pm-window-saraiayarza .challenge, .dark .pm-window-saraiayarza .challenge {
  6910. 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;
  6911. border-color: #FFFFFF !important;
  6912. border-top-color: #000000 !important;
  6913. color: #FFFFFF !important;
  6914. text-shadow: 1px 1px #000 !important
  6915. }
  6916.  
  6917. .pm-window-saraiayarza .challenge .select, .dark .pm-window-saraiayarza .challenge .select, .pm-window-saraiayarza .challenge .buttonbar button, .dark .pm-window-saraiayarza .challenge .buttonbar button {
  6918. background: #000000 !important;
  6919. border-color: #FFFFFF !important;
  6920. color: #FFFFFF !important;
  6921. text-shadow: 0px -1px #000 !important
  6922. }
  6923.  
  6924. .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 {
  6925. border-color: #000000 !important
  6926. }
  6927.  
  6928. .pm-window-saraiayarza .challenge label, .dark .pm-window-saraiayarza .challenge label {
  6929. color: #000
  6930. }
  6931.  
  6932. .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 {
  6933. background: #000000 !important;
  6934. color: #FFFFFF !important;
  6935. border-color: #FFFFFF !important
  6936. }
  6937.  
  6938. .pm-window-ferno .pm-minimized, .dark .pm-window-ferno .pm-minimized {
  6939. background: #85929E url("https://www.serebii.net/pokedex-xy/icon/353.png") no-repeat !important;
  6940. background-position: 215px -3px !important;
  6941. border: 1px solid #FFF !important
  6942. }
  6943.  
  6944. .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 {
  6945. background: #85929E url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
  6946. color: #FFF !important;
  6947. background-position: 215px -3px !important;
  6948. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  6949. border-color: #FFFFFF !important
  6950. }
  6951.  
  6952. .pm-window-ferno h3:hover, .dark .pm-window-ferno h3:hover, .pm-window-ferno.focused h3:hover, .dark .pm-window-ferno.focused h3:hover {
  6953. color: #000 !important
  6954. }
  6955.  
  6956. .pm-window-ferno.pm-notifying, .dark .pm-window-ferno h3.pm-notifying {
  6957. background: #95A5A6 url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
  6958. background-position: 215px -3px !important;
  6959. border-color: #000 !important
  6960. }
  6961.  
  6962. .pm-window-ferno h3.pm-notifying:hover, .dark .pm-window-ferno h3.pm-notifying:hover {
  6963. background: #95A5A6 url("https://www.serebii.net/pokedex-sm/icon/353.png") no-repeat !important;
  6964. border-color: #FFF !important;
  6965. background-position: 215px -3px !important
  6966. }
  6967.  
  6968. .pm-window-ferno h3 small, .dark .pm-window-ferno h3 small {
  6969. color: #000 !important
  6970. }
  6971.  
  6972. .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 {
  6973. color: #FFF !important
  6974. }
  6975.  
  6976. .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 {
  6977. color: #FFF !important
  6978. }
  6979.  
  6980. .pm-window-ferno .pm-log, .dark .pm-window-ferno .pm-log, .pm-window-ferno.focused .pm-log, .dark .pm-window-ferno.focused .pm-log {
  6981. background: url("https://orig00.deviantart.net/7829/f/2018/326/4/2/vijpdtv_by_azureimagedump-dcso62j.png") center no-repeat !important;
  6982. order: 3 !important;
  6983. font-weight: 900 !important;
  6984. color: #07151E !important;
  6985. text-shadow: 0 0 1px #195656, 0 0 3px #349494, 0 0 7px #1E5480 !important;
  6986. border-color: #000 !important
  6987. }
  6988.  
  6989. .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 {
  6990. color: #fff !important;
  6991. 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
  6992. }
  6993.  
  6994. .pm-window-ferno .pm-log a:visited, .dark .pm-window-ferno .pm-log a:visited {
  6995. color: #fff !important;
  6996. 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
  6997. }
  6998.  
  6999. .pm-window-ferno .pm-log .message-error, .dark .pm-window-ferno .pm-log .message-error {
  7000. color: #DF6464 !important;
  7001. 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
  7002. }
  7003.  
  7004. .pm-window-ferno .pm-log .chat small, .dark .pm-window-ferno .pm-log .chat small {
  7005. color: #FFFFFF !important;
  7006. 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
  7007. }
  7008.  
  7009. .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 {
  7010. background: #000000 !important;
  7011. border-color: #FFFFFF !important;
  7012. 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
  7013. }
  7014.  
  7015. .pm-window-ferno .pm-log-add .textbox, .dark .pm-window-ferno .pm-log-add .textbox {
  7016. background: #85929E !important;
  7017. border-color: #063930 !important;
  7018. color: #FFFFFF !important;
  7019. 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
  7020. }
  7021.  
  7022. .pm-window-ferno .pm-log-add .textbox:hover, .dark .pm-window-ferno .pm-log-add .textbox:hover {
  7023. background: #95A5A6 !important;
  7024. border-color: #063930 !important;
  7025. color: #fff !important;
  7026. 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
  7027. }
  7028.  
  7029. .pm-window-ferno .pm-log-add .textbox:focus, .dark .pm-window-ferno .pm-log-add .textbox:focus {
  7030. background: #85929E !important;
  7031. border-color: #063930 !important;
  7032. color: #fff !important;
  7033. 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
  7034. }
  7035.  
  7036. .pm-window-ferno .challenge, .dark .pm-window-ferno .challenge {
  7037. 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;
  7038. border-color: #FFFFFF !important;
  7039. border-top-color: #000000 !important;
  7040. color: #FFFFFF !important;
  7041. text-shadow: 1px 1px #000 !important
  7042. }
  7043.  
  7044. .pm-window-ferno .challenge .select, .dark .pm-window-ferno .challenge .select, .pm-window-ferno .challenge .buttonbar button, .dark .pm-window-ferno .challenge .buttonbar button {
  7045. background: #000000 !important;
  7046. border-color: #FFFFFF !important;
  7047. color: #FFFFFF !important;
  7048. text-shadow: 0px -1px #000 !important
  7049. }
  7050.  
  7051. .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 {
  7052. border-color: #000000 !important
  7053. }
  7054.  
  7055. .pm-window-ferno .challenge label, .dark .pm-window-ferno .challenge label {
  7056. color: #000
  7057. }
  7058.  
  7059. .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 {
  7060. background: #000000 !important;
  7061. color: #FFFFFF !important;
  7062. border-color: #FFFFFF !important
  7063. }
  7064.  
  7065. .pm-window-triggerhappy948 .pm-minimized, .dark .pm-window-triggerhappy948 .pm-minimized {
  7066. background: #58D68D url("https://www.serebii.net/pokedex-sm/icon/494.png") no-repeat !important;
  7067. background-position: 215px -3px !important;
  7068. border: 1px solid #FFF !important
  7069. }
  7070.  
  7071. .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 {
  7072. background: #58D68D url("https://www.serebii.net/pokedex-sm/icon/494.png") no-repeat !important;
  7073. color: #FFF !important;
  7074. background-position: 215px -3px !important;
  7075. text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000 !important;
  7076. border-color: #FFFFFF !important
  7077. }
  7078.  
  7079. .pm-window-triggerhappy948 h3:hover, .dark .pm-window-triggerhappy948 h3:hover, .pm-window-triggerhappy948.focused h3:hover, .dark .pm-window-triggerhappy948.focused h3:hover {
  7080. color: #000 !important
  7081. }
  7082.  
  7083. .pm-window-triggerhappy948.pm-notifying, .dark .pm-window-triggerhappy948 h3.pm-notifying {
  7084. background: #1E8449 url("https://www.serebii.net/pokedex-sm/icon/494.png") no-repeat !important;
  7085. background-position: 215px -3px !important;
  7086. border-color: #000 !important
  7087. }
  7088.  
  7089. .pm-window-triggerhappy948 h3.pm-notifying:hover, .dark .pm-window-triggerhappy948 h3.pm-notifying:hover {
  7090. background: #1E8449 url("https://www.serebii.net/pokedex-sm/icon/494.png") no-repeat !important;
  7091. border-color: #FFF !important;
  7092. background-position: 215px -3px !important
  7093. }
  7094.  
  7095. .pm-window-triggerhappy948 h3 small, .dark .pm-window-triggerhappy948 h3 small {
  7096. color: #000 !important
  7097. }
  7098.  
  7099. .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 {
  7100. color: #FFF !important
  7101. }
  7102.  
  7103. .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 {
  7104. color: #FFF !important
  7105. }
  7106.  
  7107. .pm-window-triggerhappy948 .pm-log, .dark .pm-window-triggerhappy948 .pm-log, .pm-window-triggerhappy948.focused .pm-log, .dark .pm-window-triggerhappy948.focused .pm-log {
  7108. background: url("https://orig00.deviantart.net/3347/f/2018/328/0/c/1cx2jec_by_azureimagedump-dcsri60.png") center no-repeat !important;
  7109. order: 3 !important;
  7110. font-weight: 900 !important;
  7111. color: #07151E !important;
  7112. text-shadow: 0 0 1px #1E5480, 0 0 3px #A5F2FC, 0 0 7px #1E5480 !important;
  7113. border-color: #000 !important
  7114. }
  7115.  
  7116. .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 {
  7117. color: #fff !important;
  7118. 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
  7119. }
  7120.  
  7121. .pm-window-triggerhappy948 .pm-log a:visited, .dark .pm-window-triggerhappy948 .pm-log a:visited {
  7122. color: #fff !important;
  7123. 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
  7124. }
  7125.  
  7126. .pm-window-triggerhappy948 .pm-log .message-error, .dark .pm-window-triggerhappy948 .pm-log .message-error {
  7127. color: #DF6464 !important;
  7128. 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
  7129. }
  7130.  
  7131. .pm-window-triggerhappy948 .pm-log .chat small, .dark .pm-window-triggerhappy948 .pm-log .chat small {
  7132. color: #FFFFFF !important;
  7133. 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
  7134. }
  7135.  
  7136. .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 {
  7137. background: #000000 !important;
  7138. border-color: #FFFFFF !important;
  7139. 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
  7140. }
  7141.  
  7142. .pm-window-triggerhappy948 .pm-log-add .textbox, .dark .pm-window-triggerhappy948 .pm-log-add .textbox {
  7143. background: #000000 !important;
  7144. border-color: #FFFFFF !important;
  7145. color: #FFFFFF !important;
  7146. 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
  7147. }
  7148.  
  7149. .pm-window-triggerhappy948 .pm-log-add .textbox:hover, .dark .pm-window-triggerhappy948 .pm-log-add .textbox:hover {
  7150. background: #000000 !important;
  7151. border-color: #FFFFFF !important;
  7152. color: #FFFFFF !important;
  7153. 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
  7154. }
  7155.  
  7156. .pm-window-triggerhappy948 .pm-log-add .textbox:focus, .dark .pm-window-triggerhappy948 .pm-log-add .textbox:focus {
  7157. background: #000000 !important;
  7158. border-color: #FFFFFF !important;
  7159. color: #FFFFFF !important;
  7160. 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
  7161. }
  7162.  
  7163. .pm-window-triggerhappy948 .challenge, .dark .pm-window-triggerhappy948 .challenge {
  7164. background: url("https://orig00.deviantart.net/dc55/f/2018/328/d/4/grbi7zl_by_azureimagedump-dcsri6g.png") center no-repeat !important;
  7165. border-color: #FFFFFF !important;
  7166. border-top-color: #000000 !important;
  7167. color: #FFFFFF !important;
  7168. text-shadow: 1px 1px #000 !important
  7169. }
  7170.  
  7171. .pm-window-triggerhappy948 .challenge .select, .dark .pm-window-triggerhappy948 .challenge .select, .pm-window-triggerhappy948 .challenge .buttonbar button, .dark .pm-window-triggerhappy948 .challenge .buttonbar button {
  7172. background: #000000 !important;
  7173. border-color: #FFFFFF !important;
  7174. color: #FFFFFF !important;
  7175. text-shadow: 0px -1px #000 !important
  7176. }
  7177.  
  7178. .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 {
  7179. border-color: #000000 !important
  7180. }
  7181.  
  7182. .pm-window-triggerhappy948 .challenge label, .dark .pm-window-triggerhappy948 .challenge label {
  7183. color: #000
  7184. }
  7185.  
  7186. .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 {
  7187. background: #000000 !important;
  7188. color: #FFFFFF !important;
  7189. border-color: #FFFFFF !important
  7190. }
  7191.  
  7192. .pm-window-noxiousmrmaraiste .pm-minimized, .dark .pm-window-noxiousmrmaraiste .pm-minimized {
  7193. background: #000 url("https://www.serebii.net/pokedex-xy/icon/282.png") no-repeat !important;
  7194. background-position: 215px -3px !important;
  7195. order: 3 !important;
  7196. font-weight: 900 !important;
  7197. color: #000 !important;
  7198. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
  7199. border-color: #000 !important
  7200. }
  7201.  
  7202. .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 {
  7203. background: #000 url("https://www.serebii.net/pokedex-xy/icon/282.png") no-repeat !important;
  7204. background-position: 215px -3px !important;
  7205. order: 3 !important;
  7206. font-weight: 900 !important;
  7207. color: #000 !important;
  7208. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
  7209. border-color: #000 !important
  7210. }
  7211.  
  7212. .pm-window-noxiousmrmaraiste h3:hover, .dark .pm-window-noxiousmrmaraiste h3:hover, .pm-window-noxiousmrmaraiste.focused h3:hover, .dark .pm-window-noxiousmrmaraiste.focused h3:hover {
  7213. color: #000 !important;
  7214. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7215. }
  7216.  
  7217. .pm-window-noxiousmrmaraiste.pm-notifying, .dark .pm-window-noxiousmrmaraiste h3.pm-notifying {
  7218. background: #000 url("https://www.serebii.net/pokedex-xy/icon/282.png") no-repeat !important;
  7219. background-position: 215px -3px !important;
  7220. order: 3 !important;
  7221. font-weight: 900 !important;
  7222. color: #000 !important;
  7223. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
  7224. border-color: #000 !important
  7225. }
  7226.  
  7227. .pm-window-noxiousmrmaraiste h3.pm-notifying:hover, .dark .pm-window-noxiousmrmaraiste h3.pm-notifying:hover {
  7228. background: #000 url("https://www.serebii.net/pokedex-xy/icon/282.png") no-repeat !important;
  7229. order: 3 !important;
  7230. font-weight: 900 !important;
  7231. color: #000 !important;
  7232. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
  7233. border-color: #000 !important;
  7234. background-position: 215px -3px !important
  7235. }
  7236.  
  7237. .pm-window-noxiousmrmaraiste h3 small, .dark .pm-window-noxiousmrmaraiste h3 small {
  7238. color: #000 !important;
  7239. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7240. }
  7241.  
  7242. .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 {
  7243. color: #FFF !important;
  7244. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7245. }
  7246.  
  7247. .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 {
  7248. color: #FFF !important;
  7249. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7250. }
  7251.  
  7252. .pm-window-noxiousmrmaraiste .pm-log, .dark .pm-window-noxiousmrmaraiste .pm-log, .pm-window-noxiousmrmaraiste.focused .pm-log, .dark .pm-window-noxiousmrmaraiste.focused .pm-log {
  7253. background: url("https://i.imgur.com/Nv0HAqQ.jpg") center no-repeat !important;
  7254. order: 3 !important;
  7255. font-weight: 900 !important;
  7256. color: #000 !important;
  7257. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important;
  7258. border-color: #000 !important
  7259. }
  7260.  
  7261. .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 {
  7262. color: #fff !important;
  7263. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7264. }
  7265.  
  7266. .pm-window-noxiousmrmaraiste .pm-log a:visited, .dark .pm-window-noxiousmrmaraiste .pm-log a:visited {
  7267. color: #fff !important;
  7268. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7269. }
  7270.  
  7271. .pm-window-noxiousmrmaraiste .pm-log .message-error, .dark .pm-window-noxiousmrmaraiste .pm-log .message-error {
  7272. color: #DF6464 !important;
  7273. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7274. }
  7275.  
  7276. .pm-window-noxiousmrmaraiste .pm-log .chat small, .dark .pm-window-noxiousmrmaraiste .pm-log .chat small {
  7277. color: #FFFFFF !important;
  7278. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7279. }
  7280.  
  7281. .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 {
  7282. background: #000000 !important;
  7283. border-color: #FFFFFF !important;
  7284. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7285. }
  7286.  
  7287. .pm-window-noxiousmrmaraiste .pm-log-add .textbox, .dark .pm-window-noxiousmrmaraiste .pm-log-add .textbox {
  7288. background: #40E0D0 !important;
  7289. border-color: #85929E !important;
  7290. color: #FFFFFF !important;
  7291. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7292. }
  7293.  
  7294. .pm-window-noxiousmrmaraiste .pm-log-add .textbox:hover, .dark .pm-window-noxiousmrmaraiste .pm-log-add .textbox:hover {
  7295. background: #40E0D0 !important;
  7296. border-color: #85929E !important;
  7297. color: #fff !important;
  7298. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7299. }
  7300.  
  7301. .pm-window-noxiousmrmaraiste .pm-log-add .textbox:focus, .dark .pm-window-noxiousmrmaraiste .pm-log-add .textbox:focus {
  7302. background: #40E0D0 !important;
  7303. border-color: #85929E !important;
  7304. color: #fff !important;
  7305. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7306. }
  7307.  
  7308. .pm-window-noxiousmrmaraiste .challenge, .dark .pm-window-noxiousmrmaraiste .challenge {
  7309. background: url("https://i.imgur.com/q6DoBwM.png") center no-repeat !important;
  7310. border-color: #FFFFFF !important;
  7311. border-top-color: #000000 !important;
  7312. color: #40E0D0 !important;
  7313. text-shadow: 0 0 1px #40E0D0, 0 0 3px #40E0D0, 0 0 7px #40E0D0 !important
  7314. }
  7315.  
  7316. .pm-window-noxiousmrmaraiste .challenge .select, .dark .pm-window-noxiousmrmaraiste .challenge .select, .pm-window-noxiousmrmaraiste .challenge .buttonbar button, .dark .pm-window-noxiousmrmaraiste .challenge .buttonbar button {
  7317. background: #000000 !important;
  7318. border-color: #40E0D0 !important;
  7319. color: #40E0D0 !important;
  7320. text-shadow: 0px -1px #000 !important
  7321. }
  7322.  
  7323. .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 {
  7324. border-color: #000000 !important
  7325. }
  7326.  
  7327. .pm-window-noxiousmrmaraiste .challenge label, .dark .pm-window-noxiousmrmaraiste .challenge label {
  7328. color: #000
  7329. }
  7330.  
  7331. .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 {
  7332. background: #000000 !important;
  7333. color: #FFFFFF !important;
  7334. border-color: #FFFFFF !important
  7335. }
  7336.  
  7337. /* More plugin like pets */
  7338. .pets-infobox {
  7339. border-radius: 3px;
  7340. background: rgba(255, 248, 220, 0.2);
  7341. border: 1px dashed blue;
  7342. color: #000000;
  7343. padding: 3px;
  7344. margin-bottom: 5px
  7345. }
  7346.  
  7347. .dark .pets-infobox {
  7348. border-radius: 3px;
  7349. background: rgba(255, 248, 220, 0.2);
  7350. border: 1px dashed #76bee3;
  7351. color: lightblue;
  7352. padding: 3px;
  7353. margin-bottom: 5px
  7354. }
  7355.  
  7356. .dark .static-button {
  7357. color: #000E68
  7358. }
  7359.  
  7360. .as-text {
  7361. border: none;
  7362. background: none
  7363. }
  7364.  
  7365. .ps-popup .card-button {
  7366. transition: box-shadow 0.3s, filter 0.3s, background-color 0.2s;
  7367. box-shadow: none
  7368. }
  7369.  
  7370. .ps-popup .card-button:hover {
  7371. box-shadow: 0 0 10px gray
  7372. }
  7373.  
  7374. .dark .ps-popup .card-button:hover {
  7375. box-shadow: 0 0 10px white
  7376. }
  7377.  
  7378. .ps-popup .card-button[style*="background-color"] {
  7379. transition: filter 0.3s, box-shadow 0.3s;
  7380. filter: brightness(100%)
  7381. }
  7382.  
  7383. .ps-popup .card-button[style*="background-color"]:hover {
  7384. filter: brightness(85%)
  7385. }
  7386.  
  7387. .dark .ps-popup .card-button[style*="background-color"] {
  7388. transition: filter 0.3s, box-shadow 0.3s;
  7389. filter: brightness(85%)
  7390. }
  7391.  
  7392. .dark .ps-popup .card-button[style*="background-color"]:hover {
  7393. filter: brightness(100%)
  7394. }
  7395.  
  7396. .ps-popup .card-button:active {
  7397. box-shadow: 0 0 50px gray
  7398. }
  7399.  
  7400. .dark .ps-popup .card-button:active {
  7401. box-shadow: 0 0 50px white
  7402. }
  7403.  
  7404. .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"] {
  7405. color: white
  7406. }
  7407.  
  7408. .ps-room.ps-room-light.scrollable[id*="view-"] {
  7409. background: #def0f1
  7410. }
  7411.  
  7412. .dark .ps-room.ps-room-light.scrollable[id*="view-"] {
  7413. background: #1F2442;
  7414. color: #B9C1F5
  7415. }
  7416.  
  7417. .ps-room.ps-room-light.scrollable .ps-popup {
  7418. border: none;
  7419. background: none;
  7420. box-shadow: none;
  7421. display: block;
  7422. position: relative;
  7423. padding: 5px 15px
  7424. }
  7425.  
  7426. /* Pets CSS Begin */
  7427.  
  7428. .pets-infobox {
  7429. border-radius: 3px;
  7430. background:rgba(255, 248, 220, 0.2);
  7431. border: 1px dashed blue;
  7432. color: #000000;
  7433. padding: 3px;
  7434. margin-bottom: 5px
  7435. }
  7436. .dark .pets-infobox {
  7437. border-radius: 3px;
  7438. background:rgba(255, 248, 220, 0.2);
  7439. border: 1px dashed #76bee3;
  7440. color: lightblue;
  7441. padding: 3px;
  7442. margin-bottom: 5px
  7443. }
  7444.  
  7445. .dark .static-button {
  7446. color: #000E68
  7447. }
  7448.  
  7449. .as-text {
  7450. border: none;
  7451. background: none
  7452. }
  7453.  
  7454. .ps-popup .card-button {
  7455. transition: box-shadow 0.3s, filter 0.3s, background-color 0.2s;
  7456. box-shadow: none;
  7457. }
  7458. .ps-popup .card-button:hover {
  7459. box-shadow: 0 0 10px gray;
  7460. }
  7461. .dark .ps-popup .card-button:hover {
  7462. box-shadow: 0 0 10px white;
  7463. }
  7464.  
  7465. .ps-popup .card-button[style*='background-color'] {
  7466. transition: filter 0.3s, box-shadow 0.3s;
  7467. filter: brightness(100%);
  7468. }
  7469. .ps-popup .card-button[style*='background-color']:hover {
  7470. filter: brightness(85%);
  7471. }
  7472. .dark .ps-popup .card-button[style*='background-color'] {
  7473. transition: filter 0.3s, box-shadow 0.3s;
  7474. filter: brightness(85%);
  7475. }
  7476. .dark .ps-popup .card-button[style*='background-color']:hover {
  7477. filter: brightness(100%);
  7478. }
  7479.  
  7480. .ps-popup .card-button:active {
  7481. box-shadow: 0 0 50px gray;
  7482. }
  7483. .dark .ps-popup .card-button:active {
  7484. box-shadow: 0 0 50px white;
  7485. }
  7486.  
  7487. .ps-popup .card-button[style*="background-color: blue"],
  7488. .ps-popup .card-button[style*="background-color: indigo"],
  7489. .ps-popup .card-button[style*="background-color: brown"],
  7490. .ps-popup .card-button[style*="background-color: blueviolet"],
  7491. .ps-popup .card-button[style*="background-color: green"],
  7492. .ps-popup .card-button[style*="background-color: red"] {
  7493. color: white;
  7494. }
  7495.  
  7496. .ps-room.ps-room-light.scrollable[id*="view-"] {
  7497. background:#def0f1;
  7498. }
  7499. .dark .ps-room.ps-room-light.scrollable[id*="view-"] {
  7500. background:#1F2442;
  7501. color:#B9C1F5;
  7502. }
  7503.  
  7504. .ps-room.ps-room-light.scrollable .ps-popup {
  7505. border: none;
  7506. background: none;
  7507. box-shadow: none;
  7508. display: block;
  7509. position: relative;
  7510. padding: 5px 15px;
  7511. }
  7512.  
  7513. /* Pets CSS End*/
  7514.  
  7515. /* Plugin CSS START */
  7516.  
  7517. .acceptbutton {
  7518. background: #57DD38;
  7519. border: none;
  7520. border-radius: 5px;
  7521. padding: 5px 8px;
  7522. color: #FFF;
  7523. }
  7524.  
  7525. .declinebutton {
  7526. background: #F24C4C;
  7527. border: none;
  7528. border-radius: 5px;
  7529. padding: 5px 8px;
  7530. color: #FFF;
  7531. }
  7532.  
  7533. .league-panel {
  7534. background: #424242;
  7535. padding: 5px;
  7536. min-height: 30px;
  7537. }
  7538.  
  7539. .badge {
  7540. background-color: #ECD8F3;
  7541. border: 1px solid #CD98DF;
  7542. border-radius: 5px;
  7543. padding: 1px;
  7544. }
  7545.  
  7546. .league-chall-container {
  7547. background: rgba(66, 66, 66, 0.5);
  7548. border: 1px solid #222;
  7549. border-radius: 5px;
  7550. width: 100%;
  7551. }
  7552.  
  7553. .tourcard-btn {
  7554. background:#333;
  7555. padding:3px 12px;
  7556. color:#088CC7;
  7557. text-shadow:0 -1px 0 #000;
  7558. border:1px solid #000
  7559. }
  7560.  
  7561. .tourcard-btn:hover {
  7562. border-width:2px;
  7563. border-color:#088CC7;
  7564. padding:2px 11px;
  7565. color:#1CA0E2
  7566. }
  7567.  
  7568. .nightclub {
  7569. background:rgba(0,0,0,0.85);
  7570. margin:-3px;
  7571. text-shadow:0 0 2px #000;
  7572. color:#FFF
  7573. }
  7574.  
  7575. .pollButton {
  7576. background:#F8F8F8;
  7577. color:#444;
  7578. border:1px solid #AAA;
  7579. margin:2px;
  7580. padding-top:2px;
  7581. padding-bottom:3px
  7582. }
  7583.  
  7584. .pollButton:hover {
  7585. background:#F6F6F6;
  7586. border-color:#337AB7;
  7587. color:#276297
  7588. }
  7589.  
  7590. .rankladder-headers {
  7591. background:#454E50;
  7592. color:#FFF;
  7593. text-shadow:1px 1px #262B2C,-1px 1px #262B2C;
  7594. border:1px solid #222
  7595. }
  7596.  
  7597. .default-td {
  7598. padding:5px;
  7599. border:1px solid #222
  7600. }
  7601.  
  7602. .rankladder-tds {
  7603. background:#FCFCFC
  7604. }
  7605.  
  7606. .rankladder-tds:hover {
  7607. background:#EFEFEF
  7608. }
  7609.  
  7610. .first {
  7611. background:#CFB53B;
  7612. color:#645722;
  7613. text-shadow:0 0 2px #F6EAB9;
  7614. padding:8px
  7615. }
  7616.  
  7617. .first:hover {
  7618. background:#D5BD5B
  7619. }
  7620.  
  7621. .second {
  7622. background:silver;
  7623. color:#5B5B5B;
  7624. text-shadow:0 0 2px #EEE;
  7625. padding:8px
  7626. }
  7627.  
  7628. .second:hover {
  7629. background:#CACACA
  7630. }
  7631.  
  7632. .third {
  7633. background:#CD7F32;
  7634. color:#694725;
  7635. text-shadow:0 0 2px #E4BA91;
  7636. padding:8px
  7637. }
  7638.  
  7639. .third:hover {
  7640. background:#CD9054
  7641. }
  7642.  
  7643. .card-th {
  7644. background-color:#DCE9F9;
  7645. text-shadow:0 1px 0 rgba(255,255,255,0.5);
  7646. border:1px solid #CCC
  7647. }
  7648.  
  7649. .card-td {
  7650. background:rgba(239,240,245,0.6);
  7651. border:1px solid #CCC;
  7652. border-radius:5px;
  7653. text-align:center
  7654. }
  7655.  
  7656. .card-div {
  7657. padding:5px;
  7658. color:#333
  7659. }
  7660.  
  7661. .card-th:hover,.card-td:hover {
  7662. color:#222
  7663. }
  7664.  
  7665. .card-button {
  7666. margin:0 3px;
  7667. transition: .3s background
  7668. }
  7669.  
  7670. .card-td button,.card-button {
  7671. background:rgba(0,0,0,0.02);
  7672. border:1px solid rgba(0,0,0,0.1);
  7673. padding:5px 15px;
  7674. transition: .3s background
  7675. }
  7676.  
  7677. .card-td button:hover,.card-button:hover {
  7678. background:rgba(0,0,0,0.06)
  7679. }
  7680.  
  7681. .dark .card-button {
  7682. margin:0 3px;
  7683. color: #C0C8FF;
  7684. transition: .3s background
  7685. }
  7686.  
  7687. .dark .card-td button,.dark .card-button {
  7688. background:rgba(219,224,255,0.06);
  7689. border:1px solid rgba(219,224,255,0.3);
  7690. padding:5px 15px;
  7691. transition: .3s background
  7692. }
  7693.  
  7694. .dark .card-td button:hover,.dark .card-button:hover {
  7695. background:rgba(219,224,255,0.13)
  7696. }
  7697.  
  7698. .card-name {
  7699. background-color:#DCE9F9;
  7700. text-shadow:0 1px 0 rgba(255,255,255,0.5);
  7701. font-size:25pt;
  7702. font-weight:700;
  7703. padding:12px 18px 10px;
  7704. border:1px solid #CCC;
  7705. color:#444
  7706. }
  7707.  
  7708. .sentence-container {
  7709. background:#EEE;
  7710. padding:4px;
  7711. border-width:1px 15px;
  7712. border-style:solid;
  7713. border-color:#CCC;
  7714. color:#333;
  7715. text-shadow:1px 1px #FFF;
  7716. font-weight:700;
  7717. text-align:center
  7718. }
  7719.  
  7720. .tasks-th,.tasks-td {
  7721. border:1px solid #803C6F;
  7722. padding:3px 8px
  7723. }
  7724.  
  7725. .tasks-th {
  7726. background:#FFE0A7;
  7727. color:#803C6F;
  7728. text-shadow:none;
  7729. font-style:italic
  7730. }
  7731.  
  7732. .tasks-td:hover {
  7733. background:rgba(255,255,255,0.3)
  7734. }
  7735.  
  7736. #selfassign-button {
  7737. background:#A5E6E6;
  7738. color:#074141;
  7739. text-shadow:1px 0 1px rgba(255,255,255,0.8);
  7740. border:1px solid #6BC1C1;
  7741. padding:3px 7px
  7742. }
  7743.  
  7744. #selfassign-button:hover {
  7745. background:#BDEBEB;
  7746. border:1px solid #50B2B2
  7747. }
  7748.  
  7749. #close-button {
  7750. background:#A6E6AD;
  7751. color:#07400F;
  7752. text-shadow:1px 0 1px rgba(255,255,255,0.8);
  7753. border:1px solid #6BC37A;
  7754. padding:3px 7px
  7755. }
  7756.  
  7757. #close-button:hover {
  7758. background:#BDECBE;
  7759. border:1px solid #51B351
  7760. }
  7761.  
  7762. #reopen-button {
  7763. background:#A6A6E6;
  7764. color:#070940;
  7765. text-shadow:1px 0 1px rgba(255,255,255,0.8);
  7766. border:1px solid #6B6BC3;
  7767. padding:3px 7px
  7768. }
  7769.  
  7770. #reopen-button:hover {
  7771. background:#BDBDEC;
  7772. border:1px solid #5A51B3
  7773. }
  7774.  
  7775. #delete-button {
  7776. background:#E6A6A6;
  7777. color:#400707;
  7778. text-shadow:1px 0 1px rgba(255,255,255,0.8);
  7779. border:1px solid #C36B6B;
  7780. padding:3px 7px
  7781. }
  7782.  
  7783. #delete-button:hover {
  7784. background:#ECBDBD;
  7785. border:1px solid #B35151
  7786. }
  7787.  
  7788. .poll summary::-webkit-details-marker {
  7789. color:#1D9FF0;
  7790. font-size:110%;
  7791. margin-right:2px
  7792. }
  7793.  
  7794. .poll summary:focus {
  7795. outline-style:none
  7796. }
  7797.  
  7798. .pm-window-servernews .chatbox {
  7799. display:none
  7800. }
  7801.  
  7802. .pm-window-advertisements .chatbox {
  7803. display:none
  7804. }
  7805.  
  7806. .pm-window-devsuggestions .chatbox {
  7807. display:none!important
  7808. }
  7809.  
  7810. .gangth {
  7811. background:#494669;
  7812. border:1px solid #B0ADD5;
  7813. padding:5px 15px;
  7814. text-align:center;
  7815. font-size:13pt;
  7816. font-family:sans-serif;
  7817. color:#fff
  7818. }
  7819.  
  7820. .gangtd {
  7821. background:url(https://i.imgur.com/w6Fn1hR.png);
  7822. border:1px solid #B0ADD5;
  7823. padding:4px;
  7824. text-align:center;
  7825. font-size:11pt;
  7826. font-family:sans-serif;
  7827. color: #000000;
  7828. }
  7829.  
  7830. .gangbtn {
  7831. background:#71C973;
  7832. border:1px solid #05DC0C;
  7833. padding:4px 20px 6px;
  7834. color:#fff;
  7835. text-shadow:0 1px 1px rgba(0,0,0,0.8)
  7836. }
  7837.  
  7838. .gangbtn:hover {
  7839. background:#85CE87;
  7840. padding:5px 20px;
  7841. box-shadow:none!important
  7842. }
  7843.  
  7844. .container:hover .overlay {
  7845. opacity:1
  7846. }
  7847.  
  7848. .menugroup.azureintro {
  7849. max-width: 100%;
  7850. padding: 0;
  7851. border: 1px solid #9C4E4E;
  7852. border-radius: 0;
  7853. color: #000;
  7854. text-shadow: none;
  7855. }
  7856.  
  7857. .button.mainmenu2.azureintrobtn {
  7858. border-left: none;
  7859. border-top: none;
  7860. }
  7861.  
  7862. .dark .menugroup.azureintro {
  7863. max-width: 100%;
  7864. padding: 0;
  7865. border: 1px solid #9C4E4E;
  7866. border-radius: 0;
  7867. color: #fff;
  7868. text-shadow: none;
  7869. }
  7870.  
  7871. .dark .button.mainmenu2.azureintrobtn {
  7872. border-left: none;
  7873. border-top: none;
  7874. color: #fff;
  7875. text-shadow: #000 0px 0px 10px;
  7876. }
  7877.  
  7878. /* Plugin CSS END */
  7879.  
  7880. /* Rename PSPL category */
  7881. .roomlist a {
  7882. display: none;
  7883. }
  7884.  
  7885. .roomlist a + div:before {
  7886. content: 'Official Leagues';
  7887. color: #000;
  7888. font-size: 1.5em;
  7889. font-weight: bold;
  7890. display: block;
  7891. margin: .83em 0;
  7892. }
  7893.  
  7894. .dark .roomlist a + div:before {
  7895. color: #EEE;
  7896. text-shadow: 0 1px 0#000;
  7897. }
  7898. /* END Rename PSPL category */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement