Zarif

Purple Frost

Dec 12th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.91 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. @namespace url(http://www.w3.org/1999/xhtml);
  6.  
  7. @-moz-document domain("frost.psim.us"){
  8.  
  9. #header{background:url(http://www.picresize.com/images/rsz_2grin_pokemon_purple_haunter_83588_2560x1440.jpg)}
  10.  
  11. body{
  12. background: url(http://wallpaperscraft.com/image/grin_pokemon_purple_haunter_83588_2560x1440.jpg);
  13. background-size: cover;
  14. }
  15.  
  16. .userbar:before{
  17. display: block;
  18. content: "";
  19.  
  20. width: 36px;
  21. height: 48px;
  22. float: left;
  23. position: relative;
  24. top: -12px;
  25. left: -8px;
  26. background: url(http://cdn.desktopwallpapers4.me/wallpapers/anime/1920x1200/3/20327-purple-pokemon-1920x1200-anime-wallpaper.jpg)no-repeat;
  27. }
  28.  
  29. .chat-log {
  30. font-size: 10pt;
  31. background: url("http://wallpaperscraft.com/image/pokemon_background_lilac_sableye_83624_1280x720.jpg") no-repeat scroll center , url("http://i.imgur.com/Q8vHT0Y.png");
  32. color: rgb(255, 255, 255);
  33. overflow: auto;
  34. }
  35.  
  36.  
  37. .menugroup .button:hover {
  38. background: none repeat scroll 0% 0% rgb(24, 162, 189);
  39. opacity: 1.0;
  40. }
  41. .menugroup .button:hover {
  42. background: -moz-linear-gradient(center top , rgb(119, 158, 196), rgb(64, 107, 149)) repeat scroll 0% 0%
  43.  
  44. transparent;
  45. border-color: rgb(165, 255, 255);
  46. }
  47.  
  48. .menugroup .button {
  49. opacity: 1.0;
  50. font-size: 12pt;
  51. font-family: Verdana,Helvetica,Arial,sans-serif;
  52. display: inline-block;
  53. padding: 1px;
  54. width: 200px;
  55. text-align: center;
  56. text-decoration: none;
  57. color: #b19cd9;
  58. border: 1px solid rgb(170, 170, 170);
  59. background: none repeat scroll 0% 0% rgb(83, 205, 229);
  60. }
  61. .mainmenuwrapper {
  62. background: url(http://www.psdgraphics.com/wp-content/uploads/2009/07/purple-lights.jpg);
  63.  
  64. }
  65.  
  66.  
  67. a{
  68. color: #000000;
  69. }
  70.  
  71. .Black, .message-announce {
  72. background: #600080;
  73. }
  74.  
  75. .chat.timer {
  76. color: #ffffff;
  77. }
  78.  
  79. .userlist{
  80. background: #b19cd9;
  81. }
  82.  
  83.  
  84. .ladder strong, .ladder em{
  85. color: #131313 !important;
  86. }
  87.  
  88. .tabbar{
  89. bottom: 0;
  90. }
  91. .userbar{
  92. top: 20px;
  93. width: 212px;
  94. }
  95.  
  96.  
  97. .userbar .username {
  98. text-shadow: 1px 1px black;
  99. }
  100.  
  101.  
  102.  
  103. .icon-user{
  104. display:none;
  105. }
  106.  
  107. .siderooms{
  108. height: 56px;
  109. }
  110.  
  111. .maintabbarbottom {
  112. background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
  113. border: none;
  114. box-shadow: none;
  115. z-index:2;
  116. }
  117.  
  118.  
  119. .header {
  120. height: 56px;
  121.  
  122. }
  123.  
  124. .header .logo {
  125. float: left;
  126. margin: 7px 0px 0 2px;
  127. }
  128.  
  129. .tabbar .closebutton, .tabbar a.cur+.closebutton {
  130. top: 19px;
  131. }
  132. .closebutton:hover {
  133. color: #1b1b1b;
  134. }
  135. .closebutton {
  136. color: #ecf0f1;
  137. }
  138.  
  139. .tabbar a.button.notifying {
  140. background: #3498db;
  141. }
  142.  
  143. .maintabbar .inner {
  144. padding-top:0px;
  145. height: 56px;
  146. }
  147.  
  148. .maintabbarbottom {
  149. background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
  150. border: none;
  151. box-shadow: none;
  152. z-index:2;
  153. }
  154.  
  155. .tabbar.maintabbar {
  156. margin-left: 170px;
  157. margin-right: 0px;
  158. overflow: hidden;
  159. height: 60px;
  160. background-position: right;
  161. background-repeat: no-repeat;
  162. }
  163.  
  164. .tabbar a.button.cur, .tabbar a.button.cur:hover, .tabbar a.button{
  165. color: #ffffff;
  166. background: #66707b;
  167. box-shadow: none;
  168. border: none;
  169. cursor: default;
  170. top: 0px;
  171. border-radius: 5px;
  172. text-shadow: none;
  173. margin-left: 5px;
  174. margin-top:15px;
  175. }
  176.  
  177.  
  178. .tabbar a.button:hover, .tabbar a.button.cur{
  179. background: #090909;
  180. }
  181.  
  182.  
  183. .tabbar a.button {
  184. cursor: pointer;
  185. text-align: center;
  186. white-space: nowrap;
  187. text-shadow: none;
  188. font-size: 11px;
  189. }
  190.  
  191.  
  192. .ps-popup {
  193. position: absolute;
  194. top: auto;
  195. right: auto;
  196. left: auto;
  197. bottom: auto;
  198. text-align: left;
  199. padding: 2px 10px;
  200. z-index: 20;
  201. border: 1px solid #181818;
  202. border-radius: 2px;
  203. box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.2);
  204. background: #e8e8e8;
  205. }
  206.  
  207.  
  208.  
  209. .battle-log-add{
  210. border-color: #333;
  211. background: #333;
  212. text-shadow: 1px 1px black;
  213. }
  214.  
  215. .chat-log-add{
  216. border-color: #333;
  217. background: #600080;
  218. }
  219.  
  220.  
  221. .message-pm {
  222. color: #ffffff;
  223. }
  224.  
  225.  
  226.  
  227. .battle-log {
  228. background: url(http://i.imgur.com/Q8vHT0Y.png);
  229. color: black;
  230. border-width: 0;
  231. }
  232.  
  233.  
  234.  
  235. .battle-log h2 {
  236. position: relative;
  237. border: 0px solid #AAAAAA;
  238. background: #161616;
  239. color: white;
  240.  
  241. }
  242.  
  243. .battle-log h2:after {
  244. display: block;
  245. content: "";
  246. background: url(http://i.imgur.com/1dbPeSk.png);
  247. width: 31px;
  248. height: 18px;
  249. position: absolute;
  250. right: 5px;
  251. top: 5px;
  252. }
  253.  
  254.  
  255. .battle-log .chat em {
  256. padding: 1px 4px 1px 3px;
  257. color: #600080;
  258. font-style: normal;
  259. }
  260.  
  261. .battle-log .chat strong {
  262. color: #600080;
  263. }
  264.  
  265.  
  266.  
  267. .challenge {
  268. background: #600080;
  269. border: 1px solid #2980b9;
  270. color: rgb(255,255,255);
  271. padding: 1px 5px;
  272. }
  273.  
  274. .pm-log{
  275. background: url(http://images2.layoutsparks.com/1/169419/purple-passion-white-spots.png);
  276. border-width: 0;
  277. }
  278.  
  279. .pm-box .focused{
  280. background: #ffffff;
  281. }
  282.  
  283. .pm-window.focused h3:hover{
  284. background:#ffffff;
  285. }
  286.  
  287. .pm-window h3, .pm-window.focused h3 {
  288. color: #ffffff;
  289. background: #600080;
  290. margin: 0;
  291. padding: 2px 5px;
  292. font-size: 11pt;
  293. border-width: 0;
  294. cursor: pointer;
  295. border-radius: 0px;
  296. }
  297.  
  298. .pm-log{
  299.  
  300. border-width: 0;
  301. }
  302.  
  303. .pm-log-add {
  304. border-width: 0;
  305. background: #600080;
  306. border-radius: 0px;
  307. }
  308.  
  309. .ladder table{
  310. background-color: #ecf0f1;
  311. }
  312.  
  313. .infobox, .ladder, .pm-window{
  314. position: relative;
  315. border: 1px solid #181818;
  316. border-radius: 2px;
  317. box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.2);
  318. margin-top: 5px;
  319. color: #000000;
  320. background-color: #ecf0f1;
  321. }
  322.  
  323. .utilichart{
  324. position: relative;
  325. border: 1px solid #181818;
  326. border-radius: 2px;
  327. box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.2);
  328. background: url(http://i.imgur.com/SHCpB0w.png);
  329. margin-top: 5px;
  330. min-height: 33px;
  331. width: 270px;
  332. height: 96px;
  333. }
  334.  
  335. .utilichart:after, .infobox:after, .ladder:after, .pm-window:after, .ps-popup:after, #tooltipwrapper .tooltip:after{
  336. display: block;
  337. content: "";
  338. background: url(http://i.imgur.com/GCuRjnR.png);
  339. width: 45px;
  340. height: 7px;
  341. position: absolute;
  342. left: -1px;
  343. top: -7px;
  344. }
  345.  
  346. .utilichart .pokemonnamecol{
  347.  
  348.  
  349.  
  350. padding:0;
  351.  
  352.  
  353.  
  354. margin:0;
  355.  
  356.  
  357.  
  358. font-weight:bold;
  359.  
  360.  
  361.  
  362. color:#1b1b1b;
  363.  
  364.  
  365.  
  366. position:absolute;
  367.  
  368.  
  369.  
  370. left:40px;
  371.  
  372.  
  373.  
  374. top:2px;
  375.  
  376.  
  377.  
  378. font-size:8pt}
  379.  
  380.  
  381.  
  382. .utilichart .typecol{
  383.  
  384.  
  385.  
  386. width:100px;
  387.  
  388.  
  389.  
  390. height:0;
  391.  
  392.  
  393.  
  394. padding:0;
  395.  
  396.  
  397.  
  398. margin:0;
  399.  
  400.  
  401.  
  402. position:absolute;
  403.  
  404.  
  405.  
  406. left:10px;
  407.  
  408.  
  409.  
  410. top:18px}
  411.  
  412.  
  413.  
  414.  
  415.  
  416. .utilichart .typecol img{
  417.  
  418.  
  419.  
  420. opacity:1;
  421.  
  422.  
  423.  
  424. margin-right:10px}
  425.  
  426.  
  427.  
  428. .utilichart .iconcol, .utilichart .itemiconcol{
  429.  
  430.  
  431.  
  432. position:absolute;
  433.  
  434.  
  435.  
  436. right:5px;
  437.  
  438.  
  439.  
  440. top:3px}
  441.  
  442.  
  443.  
  444. .utilichart .abilitycol, .utilichart .twoabilitycol{
  445.  
  446.  
  447.  
  448. float:left;
  449.  
  450.  
  451.  
  452. color:#1b1b1b;
  453.  
  454.  
  455.  
  456. margin:34px 40px 0 0px;
  457.  
  458.  
  459.  
  460. width:85px;
  461.  
  462.  
  463.  
  464. font-size:8pt}
  465.  
  466.  
  467.  
  468. .utilichart .abilitycol em, .utilichart .statcol em, .utilichart .bstcol em, .utilichart .twoabilitycol, .utilichart .labelcol em, .utilichart .widelabelcol em, .utilichart .pplabelcol em{
  469.  
  470.  
  471.  
  472. color:#1b1b1b}
  473.  
  474.  
  475.  
  476. .utilichart .statcol, .utilichart .bstcol{
  477.  
  478.  
  479.  
  480. position:relative;
  481.  
  482.  
  483.  
  484. left:-5px;
  485.  
  486.  
  487.  
  488. top:3px;
  489.  
  490.  
  491.  
  492. text-align:center;
  493.  
  494.  
  495.  
  496. margin-right:12px}
  497.  
  498.  
  499.  
  500. .utilichart .itemdesccol, .utilichart .abilitydesccol, .utilichart .movedesccol{
  501.  
  502.  
  503.  
  504. white-space:normal;
  505.  
  506.  
  507.  
  508. padding-top:7px;
  509.  
  510.  
  511.  
  512. font-size:8pt;
  513.  
  514.  
  515.  
  516. width:250px;
  517.  
  518.  
  519.  
  520. height:50px;
  521.  
  522.  
  523.  
  524. overflow:visible;
  525.  
  526.  
  527.  
  528. color:#777777;
  529.  
  530.  
  531.  
  532. position:absolute;
  533.  
  534.  
  535.  
  536. top:28px;
  537.  
  538.  
  539.  
  540. left:10px}
  541.  
  542.  
  543.  
  544. .utilichart .labelcol, .utilichart .widelabelcol, .utilichart .pplabelcol{
  545.  
  546.  
  547.  
  548. padding-top:0;
  549.  
  550.  
  551.  
  552. height:28px;
  553.  
  554.  
  555.  
  556. width:24px;
  557.  
  558.  
  559.  
  560. text-align:center;
  561.  
  562.  
  563.  
  564. font-size:8pt;
  565.  
  566.  
  567.  
  568. margin:65px 45px 0 0}
  569.  
  570.  
  571.  
  572. .ps-room.ps-room-opaque{
  573.  
  574.  
  575.  
  576. background:url(http://hdwalli.com/images/db_img7/purple-backgrounds-widescreen-2.jpg);
  577.  
  578.  
  579.  
  580. position:absolute;
  581.  
  582.  
  583.  
  584. color:#1a6e9a}
  585.  
  586.  
  587.  
  588. .turnstatus-protect{
  589.  
  590. background:url(http://i.imgur.com/RVxCoHz.png);
  591.  
  592. opacity:1!important;
  593.  
  594. height:103px!important;
  595.  
  596. width:150px!important;
  597.  
  598. border-radius:0;
  599.  
  600. border-width:0;
  601.  
  602. box-shadow:none;
  603.  
  604. }
  605.  
  606. .sidecondition-reflect{
  607.  
  608. background:url(http://i.imgur.com/X1XDxVB.png);
  609.  
  610. opacity:0.7!important;
  611.  
  612. height:90px!important;
  613.  
  614. width:130px!important;
  615.  
  616. border-radius:0;
  617.  
  618. border-width:0;
  619.  
  620. box-shadow:none;
  621.  
  622. }
  623.  
  624.  
  625.  
  626. .sidecondition-safeguard{
  627.  
  628. background:url(http://i.imgur.com/FrCoWCW.png);
  629.  
  630. opacity:0.6!important;
  631.  
  632. height:90px!important;
  633.  
  634. width:130px!important;
  635.  
  636. border-radius:0;
  637.  
  638. border-width:0;
  639.  
  640. box-shadow:none;
  641.  
  642. }
  643.  
  644.  
  645.  
  646. .sidecondition-lightscreen{
  647.  
  648. background:url(http://i.imgur.com/8eLftNA.png);
  649.  
  650. opacity:0.6!important;
  651.  
  652. height:90px!important;
  653.  
  654. width:130px!important;
  655.  
  656. border-radius:0;
  657.  
  658. border-width:0;
  659.  
  660. box-shadow:none;
  661.  
  662. }
  663.  
  664.  
  665.  
  666. .ps-room.ps-room-light{
  667.  
  668.  
  669.  
  670. background:url(http://i.imgur.com/qjR5Wwx.png);
  671.  
  672. opacity:0.9;
  673.  
  674. position:absolute;
  675.  
  676.  
  677.  
  678. font-weight:bold;
  679.  
  680. color:#cccccc}
  681.  
  682.  
  683.  
  684. .menugroup .button{
  685.  
  686.  
  687.  
  688. font-size:12px;
  689.  
  690. font-weight:bold;
  691.  
  692. color:#fbfbfb;
  693.  
  694. text-align:center;
  695.  
  696. text-shadow: 1px 1px 1px #4d4d4d,
  697.  
  698. 1px 0px 1px #4d4d4d;
  699.  
  700. background: url(http://wallpaperscraft.com/image/grin_pokemon_purple_haunter_83588_2560x1440.jpg);
  701.  
  702. box-shadow:none;
  703.  
  704. border-radius:0px;
  705.  
  706. border-width:0;
  707.  
  708. width:230px;
  709.  
  710. padding-left:20px;
  711.  
  712. padding-top:10px;
  713.  
  714. padding-bottom:16px;
  715.  
  716. }
  717.  
  718. .menugroup button.big {
  719.  
  720. width: 230px;
  721.  
  722. padding-left:20px;
  723.  
  724. padding-top:10px;
  725.  
  726. padding-bottom:11px;
  727.  
  728. font-size: 12pt;
  729.  
  730. }
  731.  
  732. .menugroup .button:hover{
  733.  
  734.  
  735.  
  736. font-size:12px;
  737.  
  738.  
  739.  
  740. font-weight:bold;
  741.  
  742. color:#fbfbfb;
  743.  
  744. text-align:center;
  745.  
  746. text-shadow: 1px 1px 1px #4d4d4d,
  747.  
  748. 1px 0px 1px #4d4d4d;
  749.  
  750. background: url(http://wallpaperscraft.com/image/grin_pokemon_purple_haunter_83588_2560x1440.jpg) left;
  751.  
  752. box-shadow:none;
  753.  
  754. border-radius:0px;
  755.  
  756. border-width:0;
  757.  
  758. width:230px;
  759.  
  760. padding-left:20px;
  761.  
  762. padding-top:10px;
  763.  
  764. padding-bottom:16px;
  765.  
  766. }
  767.  
  768. .menugroup button.big:hover {
  769.  
  770. width: 230px;
  771.  
  772. padding-left:20px;
  773.  
  774. padding-top:10px;
  775.  
  776. padding-bottom:11px;
  777.  
  778. font-size: 12pt;
  779.  
  780. }
  781.  
  782.  
  783.  
  784.  
  785.  
  786. .roomlist a.ilink{
  787.  
  788.  
  789.  
  790. font-size:14px;
  791.  
  792. font-family: Tahoma, Verdana, Segoe, sans-serif;
  793.  
  794. font-weight:bold;
  795.  
  796. color:#fbfbfb;
  797.  
  798. text-transform: uppercase;
  799.  
  800. text-align:left;
  801.  
  802. text-shadow: 1px 1px 1px #4d4d4d,
  803.  
  804. 1px 0px 1px #4d4d4d;
  805.  
  806. background: url(http://wallpaperscraft.com/image/grin_pokemon_purple_haunter_83588_2560x1440.jpg) left;
  807.  
  808. box-shadow:none;
  809.  
  810. border-radius:0px;
  811.  
  812. border-width:0;
  813.  
  814. width:544px;
  815.  
  816. padding-left:20px;
  817.  
  818. padding-top:10px;
  819.  
  820. padding-bottom:12px;
  821.  
  822. }
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832. .roomlist a.ilink:hover{
  833.  
  834.  
  835.  
  836. font-size:14px;
  837.  
  838. font-family: Tahoma, Verdana, Segoe, sans-serif;
  839.  
  840. font-weight:bold;
  841.  
  842. color:#fbfbfb;
  843.  
  844. text-transform: uppercase;
  845.  
  846. text-shadow: 1px 1px 1px #4d4d4d,
  847.  
  848. 1px 0px 1px #4d4d4d;
  849.  
  850. background: url(http://wallpaperscraft.com/image/grin_pokemon_purple_haunter_83588_2560x1440.jpg);
  851.  
  852. box-shadow:none;
  853.  
  854. border-radius:0px;
  855.  
  856. border-width:0;
  857.  
  858. width:544px;
  859.  
  860. padding-left:20px;
  861.  
  862. padding-top:10px;
  863.  
  864. padding-bottom:12px;
  865.  
  866. }
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874. .ps-room{
  875.  
  876.  
  877.  
  878. position:absolute;
  879.  
  880.  
  881.  
  882. display:block;
  883.  
  884.  
  885.  
  886. top:56px;
  887.  
  888.  
  889.  
  890. left:0;
  891.  
  892.  
  893.  
  894. right:0;
  895.  
  896.  
  897.  
  898. bottom:0;
  899.  
  900.  
  901.  
  902. border:1px solid #333;
  903.  
  904.  
  905.  
  906. border-top:none}
  907.  
  908.  
  909.  
  910. .ps-room .pad{
  911.  
  912.  
  913.  
  914. opacity:0.8;
  915.  
  916.  
  917.  
  918. }
  919.  
  920.  
  921.  
  922. .ps-room .battle{
  923.  
  924.  
  925.  
  926. top:60px;
  927.  
  928.  
  929.  
  930. border-width:0px}
  931.  
  932.  
  933.  
  934. .foehint{
  935.  
  936. position:relative;
  937.  
  938.  
  939.  
  940. top:45px}
  941.  
  942.  
  943.  
  944. .battle{
  945.  
  946.  
  947.  
  948. border:0px solid #AAAAAA;
  949.  
  950.  
  951.  
  952. width:640px;
  953.  
  954.  
  955.  
  956. height:360px;
  957.  
  958.  
  959.  
  960. overflow:visible;
  961.  
  962.  
  963.  
  964. font-family:Verdana,sans-serif;
  965.  
  966.  
  967.  
  968. font-size:10pt}
  969.  
  970.  
  971.  
  972. .backdrop:before{
  973.  
  974.  
  975.  
  976. display:block;
  977.  
  978.  
  979.  
  980. content:"";
  981.  
  982.  
  983.  
  984. background:url(http://i.imgur.com/QjLsolX.gif);
  985.  
  986.  
  987.  
  988. background-size:cover;
  989.  
  990.  
  991.  
  992. width:640px;
  993.  
  994.  
  995.  
  996. height:360px}
  997.  
  998.  
  999.  
  1000. .backdrop{
  1001.  
  1002.  
  1003.  
  1004. width:640px;
  1005.  
  1006.  
  1007.  
  1008. height:360px;
  1009.  
  1010.  
  1011.  
  1012. position:absolute;
  1013.  
  1014.  
  1015.  
  1016. top:0px;
  1017.  
  1018.  
  1019.  
  1020. left:0px;
  1021.  
  1022.  
  1023.  
  1024. overflow:hidden;
  1025.  
  1026.  
  1027.  
  1028. background:-50px -90px;
  1029.  
  1030.  
  1031.  
  1032. opacity:1 !important}
  1033.  
  1034.  
  1035.  
  1036. .backdrop:after {
  1037.  
  1038.  
  1039.  
  1040. display:block ;
  1041.  
  1042.  
  1043.  
  1044. content:"";
  1045.  
  1046.  
  1047.  
  1048. background:url(http://i.imgur.com/ALNRPPT.png);
  1049.  
  1050.  
  1051.  
  1052. position:absolute;
  1053.  
  1054.  
  1055.  
  1056. top:0;
  1057.  
  1058.  
  1059.  
  1060. left:0;
  1061.  
  1062.  
  1063.  
  1064. width:640px;
  1065.  
  1066.  
  1067.  
  1068. height:360px}
  1069.  
  1070.  
  1071.  
  1072. .ps-room .battle-controls{
  1073.  
  1074.  
  1075.  
  1076. top:430px}
  1077.  
  1078.  
  1079.  
  1080. .turn{
  1081.  
  1082.  
  1083.  
  1084. position:absolute;
  1085.  
  1086.  
  1087.  
  1088. top:-70px;
  1089.  
  1090.  
  1091.  
  1092. left:270px !important;
  1093.  
  1094.  
  1095.  
  1096. width:101px;
  1097.  
  1098.  
  1099.  
  1100. height:17px;
  1101.  
  1102.  
  1103.  
  1104. font-size:8pt;
  1105.  
  1106.  
  1107.  
  1108. font-weight:bold;
  1109.  
  1110.  
  1111.  
  1112. margin:0px;
  1113.  
  1114.  
  1115.  
  1116. padding:0px;
  1117.  
  1118.  
  1119.  
  1120. padding-top:35px;
  1121.  
  1122.  
  1123.  
  1124. border:0;
  1125.  
  1126.  
  1127.  
  1128. border-radius:0;
  1129.  
  1130.  
  1131.  
  1132. opacity:1 !important;
  1133.  
  1134.  
  1135.  
  1136. background:url(http://i.imgur.com/6SgSXmb.png);
  1137.  
  1138.  
  1139.  
  1140. text-align:center;
  1141.  
  1142.  
  1143.  
  1144. color:#cccccc}
  1145.  
  1146.  
  1147.  
  1148. .rightbar{
  1149.  
  1150.  
  1151.  
  1152. position:absolute;
  1153.  
  1154.  
  1155.  
  1156. top:-60px;
  1157.  
  1158.  
  1159.  
  1160. right:15px;
  1161.  
  1162.  
  1163.  
  1164. height:100px;
  1165.  
  1166.  
  1167.  
  1168. width:320px;
  1169.  
  1170.  
  1171.  
  1172. background-color:rgba(255,255,255,0);
  1173.  
  1174.  
  1175.  
  1176. border:0px solid rgba(215,215,215,0.5);
  1177.  
  1178.  
  1179.  
  1180. color:#777777;
  1181.  
  1182.  
  1183.  
  1184. background-image:url(http://i.imgur.com/nTem8oK.png);
  1185.  
  1186.  
  1187.  
  1188. background-position:0px -21px}
  1189.  
  1190.  
  1191.  
  1192. .rightbar .trainer{
  1193.  
  1194.  
  1195.  
  1196. margin-top:0px;
  1197.  
  1198.  
  1199.  
  1200. left:08px}
  1201.  
  1202.  
  1203.  
  1204. .rightbar .trainersprite{
  1205.  
  1206.  
  1207.  
  1208. position:absolute;
  1209.  
  1210.  
  1211.  
  1212. top:0px;
  1213.  
  1214.  
  1215.  
  1216. left:40px;
  1217.  
  1218.  
  1219.  
  1220. opacity:1 !important}
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226. .trainer strong{
  1227.  
  1228.  
  1229.  
  1230. display:block;
  1231.  
  1232.  
  1233.  
  1234. font-size:12pt;
  1235.  
  1236.  
  1237.  
  1238. overflow:hidden;
  1239.  
  1240.  
  1241.  
  1242. padding-top:10px;
  1243.  
  1244.  
  1245.  
  1246. padding-left:110px;
  1247.  
  1248.  
  1249.  
  1250. color:#fafafa}
  1251.  
  1252.  
  1253.  
  1254. .rightbar .trainer strong{
  1255.  
  1256.  
  1257.  
  1258. display:block;
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264. font-size:12pt;
  1265.  
  1266.  
  1267.  
  1268. text-align:left;
  1269.  
  1270.  
  1271.  
  1272. overflow:hidden;
  1273.  
  1274.  
  1275.  
  1276. position:relative;
  1277.  
  1278.  
  1279.  
  1280. left:20px;
  1281.  
  1282.  
  1283.  
  1284. }
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290. .rightbar .trainer .teamicons{
  1291.  
  1292.  
  1293.  
  1294. float:left;
  1295.  
  1296.  
  1297.  
  1298. position:relative;
  1299.  
  1300.  
  1301.  
  1302. top:0px;
  1303.  
  1304.  
  1305.  
  1306. left:108px}
  1307.  
  1308.  
  1309.  
  1310. .leftbar{
  1311.  
  1312.  
  1313.  
  1314. position:absolute;
  1315.  
  1316.  
  1317.  
  1318. top:-60px;
  1319.  
  1320.  
  1321.  
  1322. left:15px;
  1323.  
  1324.  
  1325.  
  1326. height:100px;
  1327.  
  1328.  
  1329.  
  1330. width:320px;
  1331.  
  1332.  
  1333.  
  1334. background-color:rgba(255,255,255,0);
  1335.  
  1336.  
  1337.  
  1338. border:0px solid rgba(215,215,215,0.5);
  1339.  
  1340.  
  1341.  
  1342. color:#777777;
  1343.  
  1344.  
  1345.  
  1346. background-image:url(http://i.imgur.com/oIjX6jC.png);
  1347.  
  1348.  
  1349.  
  1350. background-position:0px -21px}
  1351.  
  1352.  
  1353.  
  1354. .leftbar .trainer{
  1355.  
  1356.  
  1357.  
  1358. margin-top:0px;
  1359.  
  1360.  
  1361.  
  1362. text-align:left}
  1363.  
  1364.  
  1365.  
  1366. .leftbar .trainersprite{
  1367.  
  1368.  
  1369.  
  1370. position:absolute;
  1371.  
  1372.  
  1373.  
  1374. top:0px;
  1375.  
  1376.  
  1377.  
  1378. right:40px;
  1379.  
  1380.  
  1381.  
  1382. opacity:1 !important}
  1383.  
  1384.  
  1385.  
  1386. .leftbar .trainer strong{
  1387.  
  1388.  
  1389.  
  1390. display:block;
  1391.  
  1392.  
  1393.  
  1394. font-size:12pt;
  1395.  
  1396.  
  1397.  
  1398. overflow:hidden;
  1399.  
  1400.  
  1401.  
  1402. padding-top:10px;
  1403.  
  1404.  
  1405.  
  1406. text-align:right;
  1407.  
  1408.  
  1409.  
  1410. position:relative;
  1411.  
  1412.  
  1413.  
  1414. left:-130px;
  1415.  
  1416.  
  1417.  
  1418. }
  1419.  
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426. .leftbar .trainer .teamicons{
  1427.  
  1428.  
  1429.  
  1430. float:right;
  1431.  
  1432.  
  1433.  
  1434. position:relative;
  1435.  
  1436.  
  1437.  
  1438. top:1px;
  1439.  
  1440.  
  1441.  
  1442. right:108px}
  1443.  
  1444.  
  1445.  
  1446. .whatdo {
  1447.  
  1448.  
  1449.  
  1450. position:relative;
  1451.  
  1452.  
  1453.  
  1454. z-index: 1;
  1455.  
  1456.  
  1457.  
  1458. color:#fbfbfb!important;
  1459.  
  1460.  
  1461.  
  1462. font-size:11.5pt!important;
  1463.  
  1464.  
  1465.  
  1466. opacity:0.7;
  1467.  
  1468.  
  1469.  
  1470. bottom:59px;
  1471.  
  1472.  
  1473.  
  1474. font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  1475.  
  1476.  
  1477.  
  1478. right:-20px}
  1479.  
  1480.  
  1481.  
  1482. .whatdo strong{
  1483.  
  1484.  
  1485.  
  1486. font-weight:normal;
  1487.  
  1488.  
  1489.  
  1490. font-size:11.5pt!important;
  1491.  
  1492. }
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498. .healthy{
  1499.  
  1500.  
  1501.  
  1502. float:right;
  1503.  
  1504. color:#b4b4b4;
  1505.  
  1506. position:relative;
  1507.  
  1508. top:1px;
  1509.  
  1510. opacity:0;
  1511.  
  1512. right:-350px}
  1513.  
  1514.  
  1515.  
  1516. .weak{
  1517.  
  1518.  
  1519.  
  1520. float:right;
  1521.  
  1522. position:relative;
  1523.  
  1524. top:1px;
  1525.  
  1526. opacity:0;
  1527.  
  1528. right:-350px}
  1529.  
  1530.  
  1531.  
  1532. .critical{
  1533.  
  1534.  
  1535.  
  1536. float:right;
  1537.  
  1538. position:relative;
  1539.  
  1540. top:1px;
  1541.  
  1542. opacity:0;
  1543.  
  1544. right:-350px}
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552. .weather{
  1553.  
  1554.  
  1555.  
  1556. text-shadow:none;
  1557.  
  1558.  
  1559.  
  1560. color:rgba(0,0,0,0)}
  1561.  
  1562.  
  1563.  
  1564. .weather:after {
  1565.  
  1566.  
  1567.  
  1568. display:block ;
  1569.  
  1570.  
  1571.  
  1572. content:"";
  1573.  
  1574.  
  1575.  
  1576. background:url(http://i.imgur.com/ALNRPPT.png);
  1577.  
  1578.  
  1579.  
  1580. position:absolute;
  1581.  
  1582.  
  1583.  
  1584. top:0;
  1585.  
  1586.  
  1587.  
  1588. left:0;
  1589.  
  1590.  
  1591.  
  1592. width:640px;
  1593.  
  1594.  
  1595.  
  1596. height:360px}
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606. .weather em small{
  1607.  
  1608.  
  1609.  
  1610. font-size:0pt;
  1611.  
  1612.  
  1613.  
  1614. color:white;
  1615.  
  1616.  
  1617.  
  1618. text-shadow:1px 1px black;
  1619.  
  1620.  
  1621.  
  1622. position:absolute;
  1623.  
  1624.  
  1625.  
  1626. left:0;
  1627.  
  1628.  
  1629.  
  1630. top:85px;
  1631.  
  1632.  
  1633.  
  1634. width:95px;
  1635.  
  1636.  
  1637.  
  1638. text-align:center}
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644. .sunweather, .sunnydayweather{
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650. background:url(http://i.imgur.com/FypwhbA.gif) no-repeat scroll left top;
  1651.  
  1652.  
  1653.  
  1654. opacity:0.5;
  1655.  
  1656.  
  1657.  
  1658. background-size:cover}
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664. .rainweather, .raindanceweather{
  1665.  
  1666.  
  1667.  
  1668. background:url(http://i.imgur.com/hic1nf9.gif) no-repeat scroll left top;
  1669.  
  1670.  
  1671.  
  1672. opacity:0.5;
  1673.  
  1674.  
  1675.  
  1676. background-size:cover}
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690. .sandstormweather{
  1691.  
  1692.  
  1693.  
  1694. background:url(http://i.imgur.com/qOw9a6v.gif) no-repeat scroll left top;
  1695.  
  1696.  
  1697.  
  1698. opacity:0.5;
  1699.  
  1700.  
  1701.  
  1702. background-size:cover}
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708. .hailweather{
  1709.  
  1710.  
  1711.  
  1712. background:url(http://i.imgur.com/eUqkcVW.gif) no-repeat scroll left top;
  1713.  
  1714.  
  1715.  
  1716. opacity:0.5;
  1717.  
  1718.  
  1719.  
  1720. background-size:cover}
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726. .pseudoweather{
  1727.  
  1728.  
  1729.  
  1730. background:url(http://i.imgur.com/WCrYols.gif) no-repeat scroll left top;
  1731.  
  1732.  
  1733.  
  1734. opacity:0.5;
  1735.  
  1736.  
  1737.  
  1738. background-size:cover;
  1739.  
  1740.  
  1741.  
  1742. width:640px;
  1743.  
  1744.  
  1745.  
  1746. height:360px}
  1747.  
  1748.  
  1749.  
  1750. .switchmenu{
  1751.  
  1752.  
  1753.  
  1754. width: 430px;
  1755.  
  1756.  
  1757.  
  1758. left: 102px;
  1759.  
  1760.  
  1761.  
  1762. top: -35px;
  1763.  
  1764.  
  1765.  
  1766. position:relative;
  1767.  
  1768.  
  1769.  
  1770. padding-bottom:135px;
  1771.  
  1772.  
  1773.  
  1774. background:url(http://i.imgur.com/uujLEDO.png);
  1775.  
  1776.  
  1777.  
  1778. }
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784. .switchmenu button, .switchmenu button:disabled{
  1785.  
  1786.  
  1787.  
  1788. width:137px;
  1789.  
  1790.  
  1791.  
  1792. height:48px;
  1793.  
  1794.  
  1795.  
  1796. background:url(http://i.imgur.com/WMic5PP.png) !important;
  1797.  
  1798.  
  1799.  
  1800. border:none;
  1801.  
  1802.  
  1803.  
  1804. box-shadow:none;
  1805.  
  1806.  
  1807.  
  1808. border-radius:0;
  1809.  
  1810.  
  1811.  
  1812. font-size:10pt}
  1813.  
  1814.  
  1815.  
  1816. .switchmenu button{
  1817.  
  1818.  
  1819.  
  1820. transition:All 1.6116s ease;
  1821.  
  1822.  
  1823.  
  1824. color:black;
  1825.  
  1826.  
  1827.  
  1828. text-align: left;
  1829.  
  1830.  
  1831.  
  1832. text-shadow:1px 1px grey}
  1833.  
  1834.  
  1835.  
  1836. .switchmenu button .pokemonicon{
  1837.  
  1838.  
  1839.  
  1840. margin-bottom:5px;
  1841.  
  1842.  
  1843.  
  1844. margin-left: 4px;
  1845.  
  1846. }
  1847.  
  1848.  
  1849.  
  1850. .switchmenu button .status {
  1851.  
  1852.  
  1853.  
  1854. top: 4px;
  1855.  
  1856.  
  1857.  
  1858. right: 24px;
  1859.  
  1860.  
  1861.  
  1862. width: 15px;
  1863.  
  1864.  
  1865.  
  1866. border-color: #3a8247;
  1867.  
  1868. }
  1869.  
  1870.  
  1871.  
  1872. .switchmenu button .hpbar{
  1873.  
  1874.  
  1875.  
  1876. height:2px;
  1877.  
  1878.  
  1879.  
  1880. width: 92px;
  1881.  
  1882.  
  1883.  
  1884. border-color: #0e0e0e;
  1885.  
  1886.  
  1887.  
  1888. margin-bottom:8px;
  1889.  
  1890.  
  1891.  
  1892. margin-left: 27px;
  1893.  
  1894. }
  1895.  
  1896.  
  1897.  
  1898. .switchmenu button:disabled{
  1899.  
  1900.  
  1901.  
  1902. opacity:.5}
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908. .switchmenu button:hover{
  1909.  
  1910.  
  1911.  
  1912. transition:All 1.6116s ease;
  1913.  
  1914.  
  1915.  
  1916. transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
  1917.  
  1918.  
  1919.  
  1920. background:url(http://i.imgur.com/rJmTxtU.png) !important;
  1921.  
  1922.  
  1923.  
  1924. }
  1925.  
  1926.  
  1927.  
  1928. .switchselect{
  1929.  
  1930.  
  1931.  
  1932. opacity:0;
  1933.  
  1934.  
  1935.  
  1936. transform: translate(280px);
  1937.  
  1938.  
  1939.  
  1940. position:relative;
  1941.  
  1942.  
  1943.  
  1944. left:0;
  1945.  
  1946.  
  1947.  
  1948. top:115px;
  1949.  
  1950.  
  1951.  
  1952. }
  1953.  
  1954.  
  1955.  
  1956. .movecontrols:after {
  1957.  
  1958.  
  1959.  
  1960. content:"";
  1961.  
  1962.  
  1963.  
  1964. background:url(http://i.imgur.com/V4WGvVA.png);
  1965.  
  1966.  
  1967.  
  1968. opacity:1;
  1969.  
  1970.  
  1971.  
  1972. position:absolute;
  1973.  
  1974.  
  1975.  
  1976. top:-95px;
  1977.  
  1978.  
  1979.  
  1980. left:14px;
  1981.  
  1982.  
  1983.  
  1984. width:612px;
  1985.  
  1986.  
  1987.  
  1988. height:72px}
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994. .moveselect{
  1995.  
  1996.  
  1997.  
  1998. opacity:0;
  1999.  
  2000.  
  2001.  
  2002. }
  2003.  
  2004.  
  2005.  
  2006. .movemenu{
  2007.  
  2008.  
  2009.  
  2010. width: 330px;
  2011.  
  2012.  
  2013.  
  2014. left: 160px;
  2015.  
  2016.  
  2017.  
  2018. top: -45px;
  2019.  
  2020.  
  2021.  
  2022. position:relative;
  2023.  
  2024.  
  2025.  
  2026. }
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032. .movemenu button{
  2033.  
  2034.  
  2035.  
  2036. transition:All 1.6116s ease;
  2037.  
  2038.  
  2039.  
  2040. width:150px;
  2041.  
  2042.  
  2043.  
  2044. height:50px;
  2045.  
  2046.  
  2047.  
  2048. border-radius:0;
  2049.  
  2050.  
  2051.  
  2052. border-width:0;
  2053.  
  2054.  
  2055.  
  2056. box-shadow:none;
  2057.  
  2058.  
  2059.  
  2060. color:grey;
  2061.  
  2062. text-shadow:1px 1px black;
  2063.  
  2064.  
  2065.  
  2066. font-size:10pt;
  2067.  
  2068.  
  2069.  
  2070. padding-top:0px}
  2071.  
  2072.  
  2073.  
  2074. .movemenu button small{
  2075.  
  2076.  
  2077.  
  2078. text-align:center;
  2079.  
  2080.  
  2081.  
  2082. width:62px;
  2083.  
  2084.  
  2085.  
  2086. margin-top:2px}
  2087.  
  2088.  
  2089.  
  2090. .movemenu button small.type, .movemenu button small.pp{
  2091.  
  2092.  
  2093.  
  2094. padding-top:8px;
  2095.  
  2096.  
  2097.  
  2098. color:whitesmoke}
  2099.  
  2100.  
  2101.  
  2102. .movemenu button.type-Normal{
  2103.  
  2104.  
  2105.  
  2106. background:url(http://i.imgur.com/1ctemFU.png)}
  2107.  
  2108.  
  2109.  
  2110. .movemenu button.type-Normal:hover{
  2111.  
  2112.  
  2113.  
  2114. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2115.  
  2116. background:url(http://i.imgur.com/vTfBrkj.png)}
  2117.  
  2118.  
  2119.  
  2120.  
  2121.  
  2122. .movemenu button.type-Fairy{
  2123.  
  2124.  
  2125.  
  2126. background:url(http://i.imgur.com/rdPeaVu.png)}
  2127.  
  2128.  
  2129.  
  2130. .movemenu button.type-Fairy:hover{
  2131.  
  2132.  
  2133.  
  2134. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2135.  
  2136. background:url(http://i.imgur.com/bxU4lIL.png)}
  2137.  
  2138.  
  2139.  
  2140. .movemenu button.type-Fire{
  2141.  
  2142.  
  2143.  
  2144. background:url(http://i.imgur.com/aP39wjQ.png)}
  2145.  
  2146.  
  2147.  
  2148. .movemenu button.type-Fire:hover{
  2149.  
  2150.  
  2151.  
  2152. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2153.  
  2154. background:url(http://i.imgur.com/Wbbty9g.png)}
  2155.  
  2156.  
  2157.  
  2158. .movemenu button.type-Water{
  2159.  
  2160.  
  2161.  
  2162. background:url(http://i.imgur.com/cMJaVjV.png)}
  2163.  
  2164.  
  2165.  
  2166. .movemenu button.type-Water:hover{
  2167.  
  2168.  
  2169.  
  2170. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2171.  
  2172. background:url(http://i.imgur.com/Ufx3H8C.png)}
  2173.  
  2174.  
  2175.  
  2176. .movemenu button.type-Electric{
  2177.  
  2178.  
  2179.  
  2180. background:url(http://i.imgur.com/UF3tbwp.png)}
  2181.  
  2182.  
  2183.  
  2184. .movemenu button.type-Electric:hover{
  2185.  
  2186.  
  2187.  
  2188. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2189.  
  2190. background:url(http://i.imgur.com/MQHXttp.png)}
  2191.  
  2192.  
  2193.  
  2194. .movemenu button.type-Grass{
  2195.  
  2196.  
  2197.  
  2198. background:url(http://i.imgur.com/bNq1PyT.png)}
  2199.  
  2200.  
  2201.  
  2202. .movemenu button.type-Grass:hover{
  2203.  
  2204.  
  2205.  
  2206. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2207.  
  2208. background:url(http://i.imgur.com/k2PpmJa.png)}
  2209.  
  2210.  
  2211.  
  2212. .movemenu button.type-Ice{
  2213.  
  2214.  
  2215.  
  2216. background:url(http://i.imgur.com/Kwcx3yV.png)}
  2217.  
  2218.  
  2219.  
  2220. .movemenu button.type-Ice:hover{
  2221.  
  2222.  
  2223.  
  2224. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2225.  
  2226. background:url(http://i.imgur.com/uufLOLk.png)}
  2227.  
  2228.  
  2229.  
  2230. .movemenu button.type-Fighting{
  2231.  
  2232.  
  2233.  
  2234. background:url(http://i.imgur.com/hkBjSQ2.png)}
  2235.  
  2236.  
  2237.  
  2238. .movemenu button.type-Fighting:hover{
  2239.  
  2240.  
  2241.  
  2242. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2243.  
  2244. background:url(http://i.imgur.com/IvimpSI.png)}
  2245.  
  2246.  
  2247.  
  2248. .movemenu button.type-Poison{
  2249.  
  2250.  
  2251.  
  2252. background:url(http://i.imgur.com/F4JSeNV.png)}
  2253.  
  2254.  
  2255.  
  2256. .movemenu button.type-Poison:hover{
  2257.  
  2258.  
  2259.  
  2260. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2261.  
  2262. background:url(http://i.imgur.com/cKmY6Kn.png)}
  2263.  
  2264.  
  2265.  
  2266. .movemenu button.type-Ground{
  2267.  
  2268.  
  2269.  
  2270. background:url(http://i.imgur.com/HfD3UW8.png)}
  2271.  
  2272.  
  2273.  
  2274. .movemenu button.type-Ground:hover{
  2275.  
  2276.  
  2277.  
  2278. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2279.  
  2280. background:url(http://i.imgur.com/Szrf2un.png)}
  2281.  
  2282.  
  2283.  
  2284. .movemenu button.type-Flying{
  2285.  
  2286.  
  2287.  
  2288. background:url(http://i.imgur.com/Y6XAWm6.png)}
  2289.  
  2290.  
  2291.  
  2292. .movemenu button.type-Flying:hover{
  2293.  
  2294.  
  2295.  
  2296. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2297.  
  2298. background:url(http://i.imgur.com/qiEnZhM.png)}
  2299.  
  2300.  
  2301.  
  2302. .movemenu button.type-Psychic{
  2303.  
  2304.  
  2305.  
  2306. background:url(http://i.imgur.com/ta9EV9f.png)}
  2307.  
  2308.  
  2309.  
  2310. .movemenu button.type-Psychic:hover{
  2311.  
  2312.  
  2313.  
  2314. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2315.  
  2316. background:url(http://i.imgur.com/wyCTbE4.png)}
  2317.  
  2318.  
  2319.  
  2320. .movemenu button.type-Bug{
  2321.  
  2322.  
  2323.  
  2324. background:url(http://i.imgur.com/mvJWmou.png)}
  2325.  
  2326.  
  2327.  
  2328. .movemenu button.type-Bug:hover{
  2329.  
  2330.  
  2331.  
  2332. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2333.  
  2334. background:url(http://i.imgur.com/lqdXcxD.png)}
  2335.  
  2336.  
  2337.  
  2338. .movemenu button.type-Rock{
  2339.  
  2340.  
  2341.  
  2342. background:url(http://i.imgur.com/523IIPS.png)}
  2343.  
  2344.  
  2345.  
  2346. .movemenu button.type-Rock:hover{
  2347.  
  2348.  
  2349.  
  2350. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2351.  
  2352. background:url(http://i.imgur.com/kPd2jmf.png)}
  2353.  
  2354.  
  2355.  
  2356. .movemenu button.type-Ghost{
  2357.  
  2358.  
  2359.  
  2360. background:url(http://i.imgur.com/bGT4IB7.png)}
  2361.  
  2362.  
  2363.  
  2364. .movemenu button.type-Ghost:hover{
  2365.  
  2366.  
  2367.  
  2368. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2369.  
  2370. background:url(http://i.imgur.com/gnZ14wY.png)}
  2371.  
  2372.  
  2373.  
  2374. .movemenu button.type-Dragon{
  2375.  
  2376.  
  2377.  
  2378. background:url(http://i.imgur.com/dJUGqK6.png)}
  2379.  
  2380.  
  2381.  
  2382. .movemenu button.type-Dragon:hover{
  2383.  
  2384.  
  2385.  
  2386. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2387.  
  2388. background:url(http://i.imgur.com/kIGBRyq.png)}
  2389.  
  2390.  
  2391.  
  2392.  
  2393.  
  2394. .movemenu button.type-Dark{
  2395.  
  2396.  
  2397.  
  2398. background:url(http://i.imgur.com/PtLZlWc.png)}
  2399.  
  2400.  
  2401.  
  2402. .movemenu button.type-Dark:hover{
  2403.  
  2404.  
  2405.  
  2406. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2407.  
  2408. background:url(http://i.imgur.com/cWSnAJs.png)}
  2409.  
  2410.  
  2411.  
  2412. .movemenu button.type-Steel{
  2413.  
  2414.  
  2415.  
  2416. background:url(http://i.imgur.com/2A1Rzvs.png)}
  2417.  
  2418.  
  2419.  
  2420. .movemenu button.type-Steel:hover{
  2421.  
  2422.  
  2423.  
  2424. transform: rotate(0deg) scale(1.10) skew(0deg) translate(0px);
  2425.  
  2426. background:url(http://i.imgur.com/vGQVEtf.png)}
  2427.  
  2428.  
  2429.  
  2430. .movemenu button.type-undefined, .movemenu button.type-undefined:hover{
  2431.  
  2432.  
  2433.  
  2434. background:url(http://i.imgur.com/1ctemFU.png)}
  2435.  
  2436.  
  2437.  
  2438. .movemenu button:disabled{
  2439.  
  2440.  
  2441.  
  2442. background:url(http://i.imgur.com/5V27fmf.png) !important;
  2443.  
  2444. opacity:.20}
  2445.  
  2446.  
  2447.  
  2448. .movemenu button:disabled:hover{
  2449.  
  2450.  
  2451.  
  2452. transform: rotate(0deg) scale(0.90) skew(0deg) translate(0px);
  2453.  
  2454. background:url(http://i.imgur.com/vGQVEtf.png)}
  2455.  
  2456.  
  2457.  
  2458. .movemenu label {
  2459.  
  2460.  
  2461.  
  2462. text-transform:uppercase;
  2463.  
  2464. font-size: 0px;
  2465.  
  2466. width:110px;
  2467.  
  2468. height:110px;
  2469.  
  2470. color:#b4b4b4;
  2471.  
  2472. font-weight: bold;
  2473.  
  2474. position:relative;
  2475.  
  2476. left:49px;
  2477.  
  2478. top:33px;
  2479.  
  2480. margin:0px 0px 0px 45px;
  2481.  
  2482. padding:61px;
  2483.  
  2484. background:url(http://i.imgur.com/wHPOyb9.png);
  2485.  
  2486.  
  2487.  
  2488. }
  2489.  
  2490. .movemenu label:hover{
  2491.  
  2492.  
  2493.  
  2494. background:url(http://i.imgur.com/3ffb8Os.png);
  2495.  
  2496.  
  2497.  
  2498. }
  2499.  
  2500.  
  2501.  
  2502. .movemenu input{
  2503.  
  2504.  
  2505.  
  2506. width:15px;
  2507.  
  2508. color:#b4b4b4;
  2509.  
  2510. height:40px;
  2511.  
  2512. position:relative;
  2513.  
  2514. top:-33px;
  2515.  
  2516. left:-104px;
  2517.  
  2518. margin:-15px -114px 70px 94px}
  2519.  
  2520.  
  2521.  
  2522. #tooltipwrapper{
  2523.  
  2524.  
  2525.  
  2526. position:absolute;
  2527.  
  2528.  
  2529.  
  2530. top:400px;
  2531.  
  2532.  
  2533.  
  2534. left:100px;
  2535.  
  2536.  
  2537.  
  2538. text-align:left;
  2539.  
  2540.  
  2541.  
  2542. font-weight:bold;
  2543.  
  2544.  
  2545.  
  2546. color:#003442}
  2547.  
  2548.  
  2549.  
  2550. #tooltipwrapper .tooltipinner{
  2551.  
  2552.  
  2553.  
  2554. position:relative}
  2555.  
  2556.  
  2557.  
  2558. #tooltipwrapper .tooltip{
  2559.  
  2560.  
  2561.  
  2562. position:absolute;
  2563.  
  2564.  
  2565.  
  2566. bottom:0;
  2567.  
  2568.  
  2569.  
  2570. left:-40px;
  2571.  
  2572.  
  2573.  
  2574. width:296px;
  2575.  
  2576.  
  2577.  
  2578. border:1px solid #00b5e5;
  2579.  
  2580.  
  2581.  
  2582. background:url(http://i.imgur.com/1DyUMw3.png);
  2583.  
  2584.  
  2585.  
  2586. border-radius:2px}
  2587.  
  2588.  
  2589.  
  2590. #tooltipwrapper .tooltip h2{
  2591.  
  2592.  
  2593.  
  2594. padding:2px 4px;
  2595.  
  2596.  
  2597.  
  2598. margin:0;
  2599.  
  2600.  
  2601.  
  2602. border-bottom:1px solid #00b5e5;
  2603.  
  2604.  
  2605.  
  2606. font-size:10pt}
  2607.  
  2608.  
  2609.  
  2610. #tooltipwrapper .tooltip h2 small{
  2611.  
  2612.  
  2613.  
  2614. font-weight:normal;
  2615.  
  2616.  
  2617.  
  2618. font-size:0pt;
  2619.  
  2620.  
  2621.  
  2622. position:absolute;
  2623.  
  2624.  
  2625.  
  2626. bottom:-10px;
  2627.  
  2628.  
  2629.  
  2630. left:-49px;
  2631.  
  2632.  
  2633.  
  2634. background:url(http://i.imgur.com/MqlK1H9.png);
  2635.  
  2636.  
  2637.  
  2638. width:392px;
  2639.  
  2640.  
  2641.  
  2642. height:93px}
  2643.  
  2644.  
  2645.  
  2646. #tooltipwrapper .tooltip p{
  2647.  
  2648.  
  2649.  
  2650. padding:2px 4px;
  2651.  
  2652.  
  2653.  
  2654. margin:0;
  2655.  
  2656.  
  2657.  
  2658. font-size:7.8pt}
  2659.  
  2660.  
  2661.  
  2662. #tooltipwrapper .tooltip p.section{
  2663.  
  2664.  
  2665.  
  2666. border-top:1px solid #161616}
  2667.  
  2668.  
  2669.  
  2670. .teambuilder-results .utilichart, .teambuilder-results .utilichart li{
  2671.  
  2672.  
  2673.  
  2674. border:none;
  2675.  
  2676. width:100%;
  2677.  
  2678. background:none;
  2679.  
  2680. box-shadow:none}
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686. .teambuilder-results .utilichart:after{
  2687.  
  2688.  
  2689.  
  2690. display:none}
  2691.  
  2692.  
  2693.  
  2694. .teambuilder-results .utilichart .col{
  2695.  
  2696.  
  2697.  
  2698. float:left;
  2699.  
  2700.  
  2701.  
  2702. position:relative;
  2703.  
  2704.  
  2705.  
  2706. top:0;
  2707.  
  2708.  
  2709.  
  2710. left:0;
  2711.  
  2712.  
  2713.  
  2714. padding-top:6px;
  2715.  
  2716.  
  2717.  
  2718. height:22px;
  2719.  
  2720.  
  2721.  
  2722. font-size:9pt;
  2723.  
  2724.  
  2725.  
  2726. color:#444444;
  2727.  
  2728.  
  2729.  
  2730. font-weight:normal;
  2731.  
  2732.  
  2733.  
  2734. font-size:8pt}
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740. .teambuilder-results .utilichart .numcol{
  2741.  
  2742.  
  2743.  
  2744. width:24px;
  2745.  
  2746.  
  2747.  
  2748. padding-right:5px;
  2749.  
  2750.  
  2751.  
  2752. text-align:right;
  2753.  
  2754.  
  2755.  
  2756. color:#999999;
  2757.  
  2758.  
  2759.  
  2760. padding-top:7px;
  2761.  
  2762.  
  2763.  
  2764. font-size:8pt}
  2765.  
  2766.  
  2767.  
  2768. .teambuilder-results .utilichart .pokemonnamecol{
  2769.  
  2770.  
  2771.  
  2772. padding-top:5px;
  2773.  
  2774.  
  2775.  
  2776. height:23px;
  2777.  
  2778.  
  2779.  
  2780. width:127px;
  2781.  
  2782.  
  2783.  
  2784. color:#000000;
  2785.  
  2786.  
  2787.  
  2788. font-size:10pt}
  2789.  
  2790.  
  2791.  
  2792.  
  2793.  
  2794. .teambuilder-results .utilichart .twoabilitycol{
  2795.  
  2796.  
  2797.  
  2798. padding-top:0;
  2799.  
  2800.  
  2801.  
  2802. height:28px;
  2803.  
  2804.  
  2805.  
  2806. font-size:8pt;
  2807.  
  2808.  
  2809.  
  2810. width:90px}
  2811.  
  2812.  
  2813.  
  2814. .teambuilder-results .utilichart .typecol{
  2815.  
  2816.  
  2817.  
  2818. width:70px}
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824. .teambuilder-results .utilichart .typecol img{
  2825.  
  2826.  
  2827.  
  2828. margin-right:1px}
  2829.  
  2830.  
  2831.  
  2832.  
  2833.  
  2834. .teambuilder-results .utilichart .twoabilitycol{
  2835.  
  2836.  
  2837.  
  2838. padding-top:0;
  2839.  
  2840.  
  2841.  
  2842. height:28px;
  2843.  
  2844.  
  2845.  
  2846. font-size:8pt;
  2847.  
  2848.  
  2849.  
  2850. width:90px}
  2851.  
  2852.  
  2853.  
  2854.  
  2855.  
  2856. .teambuilder-results .utilichart .abilitycol, .teambuilder-results .utilichart .twoabilitycol{
  2857.  
  2858.  
  2859.  
  2860. margin:0px}
  2861.  
  2862.  
  2863.  
  2864.  
  2865.  
  2866. .teambuilder-results .utilichart .statcol, .teambuilder-results .utilichart .bstcol{
  2867.  
  2868.  
  2869.  
  2870. margin:0px; padding-top:0px; font-size:8pt; text-align:right}
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876. .teambuilder-results .utilichart .iconcol, .teambuilder-results .utilichart .itemiconcol{padding-top:2px; padding-right:2px}
  2877.  
  2878.  
  2879.  
  2880. .teambuilder-results .utilichart .itemdesccol, .teambuilder-results .utilichart .abilitydesccol{
  2881.  
  2882.  
  2883.  
  2884. width:464px}
  2885.  
  2886.  
  2887.  
  2888. .teambuilder-results .utilichart .labelcol, .teambuilder-results .utilichart .widelabelcol, .teambuilder-results .utilichart .pplabelcol{
  2889.  
  2890. margin:0px 8px; padding:0px; text-align:right}
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896. .teambuilder-results .utilichart .movedesccol{
  2897.  
  2898.  
  2899.  
  2900. width:284px}
  2901.  
  2902.  
  2903.  
  2904. .statbar
  2905.  
  2906.  
  2907.  
  2908. {
  2909.  
  2910.  
  2911.  
  2912. position:absolute;
  2913.  
  2914.  
  2915.  
  2916. display:none;
  2917.  
  2918.  
  2919.  
  2920. width:200px;
  2921.  
  2922.  
  2923.  
  2924. height:23px;
  2925.  
  2926.  
  2927.  
  2928. background:url(http://i.imgur.com/x76Yv1K.png);
  2929.  
  2930.  
  2931.  
  2932. min-height:0px;
  2933.  
  2934.  
  2935.  
  2936. padding:3px 0px 0px 32px}
  2937.  
  2938.  
  2939.  
  2940. .statbar strong
  2941.  
  2942.  
  2943.  
  2944. {
  2945.  
  2946.  
  2947.  
  2948. position:absolute;
  2949.  
  2950. left:1px;
  2951.  
  2952. top:-22px;
  2953.  
  2954. font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  2955.  
  2956. font-size:17px;
  2957.  
  2958. font-weight:normal;
  2959.  
  2960. display:block;
  2961.  
  2962. text-align:Center;
  2963.  
  2964. color:#FFF;
  2965.  
  2966. text-shadow:#000 1px 1px 0,#000 1px -1px 0,#000 -1px 1px 0,#000 -1px -1px 0}
  2967.  
  2968.  
  2969.  
  2970. .statbar strong small
  2971.  
  2972.  
  2973.  
  2974. {
  2975.  
  2976.  
  2977.  
  2978. font-size:17px;
  2979.  
  2980. font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  2981.  
  2982. color:#acc5d4;
  2983.  
  2984. font-weight:normal}
  2985.  
  2986.  
  2987.  
  2988. .statbar .hpbar
  2989.  
  2990.  
  2991.  
  2992. {
  2993.  
  2994.  
  2995.  
  2996. position:relative;
  2997.  
  2998.  
  2999.  
  3000. border:1px solid #131313;
  3001.  
  3002.  
  3003.  
  3004. background:url(http://i.imgur.com/ByYA9T2.png);
  3005.  
  3006.  
  3007.  
  3008. height:6px;
  3009.  
  3010.  
  3011.  
  3012. margin:0 0 0 0;
  3013.  
  3014.  
  3015.  
  3016. width:151px;
  3017.  
  3018.  
  3019.  
  3020. border-radius:0px;
  3021.  
  3022.  
  3023.  
  3024. padding:0;
  3025.  
  3026.  
  3027.  
  3028. top:3px}
  3029.  
  3030.  
  3031.  
  3032. .hptextborder{
  3033.  
  3034.  
  3035.  
  3036. display:none !important}
  3037.  
  3038.  
  3039.  
  3040.  
  3041.  
  3042. .statbar .hpbar .hp
  3043.  
  3044.  
  3045.  
  3046. {
  3047.  
  3048.  
  3049.  
  3050. height:3px;
  3051.  
  3052.  
  3053.  
  3054. border-top:1px solid #007734;
  3055.  
  3056.  
  3057.  
  3058. background:#00bb51;
  3059.  
  3060.  
  3061.  
  3062. border-bottom:2px solid #007734;
  3063.  
  3064.  
  3065.  
  3066. border-radius:0px}
  3067.  
  3068.  
  3069.  
  3070. .statbar .hpbar .hp-yellow
  3071.  
  3072.  
  3073.  
  3074. {
  3075.  
  3076.  
  3077.  
  3078. background-color:#f5d538;
  3079.  
  3080.  
  3081.  
  3082. border-color:#be9f0a}
  3083.  
  3084.  
  3085.  
  3086. .statbar .hpbar .hp-red
  3087.  
  3088.  
  3089.  
  3090. {
  3091.  
  3092.  
  3093.  
  3094. background-color:#ee4928;
  3095.  
  3096.  
  3097.  
  3098. border-color:#a3260d}
  3099.  
  3100.  
  3101.  
  3102. .statbar .hpbar .prevhp
  3103.  
  3104.  
  3105.  
  3106. {
  3107.  
  3108.  
  3109.  
  3110. background:url(http://i.imgur.com/ByYA9T2.png);
  3111.  
  3112.  
  3113.  
  3114. height:6px;
  3115.  
  3116.  
  3117.  
  3118. border-radius:0px}
  3119.  
  3120.  
  3121.  
  3122. .statbar .hpbar .prevhp-yellow
  3123.  
  3124.  
  3125.  
  3126. {
  3127.  
  3128.  
  3129.  
  3130. background:url(http://i.imgur.com/ByYA9T2.png); }
  3131.  
  3132.  
  3133.  
  3134. .statbar .hpbar .prevhp-red
  3135.  
  3136.  
  3137.  
  3138. {
  3139.  
  3140.  
  3141.  
  3142. background-color:#facec5}
  3143.  
  3144.  
  3145.  
  3146. .hptext{
  3147.  
  3148.  
  3149.  
  3150. margin-top:2px}
  3151.  
  3152.  
  3153.  
  3154.  
  3155.  
  3156. .statbar .hpbar .hptext
  3157.  
  3158.  
  3159.  
  3160. {
  3161.  
  3162.  
  3163.  
  3164. position:absolute;
  3165.  
  3166.  
  3167.  
  3168. color:#FFFFFF;
  3169.  
  3170.  
  3171.  
  3172. text-shadow:1px 0 black,-1px 0 black,0 1px black,0 -1px black;
  3173.  
  3174.  
  3175.  
  3176. font-size:9px;
  3177.  
  3178.  
  3179.  
  3180. width:32px;
  3181.  
  3182.  
  3183.  
  3184. height:12px;
  3185.  
  3186.  
  3187.  
  3188. top:-1px;
  3189.  
  3190.  
  3191.  
  3192. text-align:center}
  3193.  
  3194.  
  3195.  
  3196. .rstatbar .hpbar .hptext
  3197.  
  3198.  
  3199.  
  3200. {
  3201.  
  3202.  
  3203.  
  3204. width:42px;
  3205.  
  3206.  
  3207.  
  3208. height:16px;
  3209.  
  3210.  
  3211.  
  3212. background:url(http://i.imgur.com/LPDWEbx.png);
  3213.  
  3214.  
  3215.  
  3216. right:-47px;
  3217.  
  3218.  
  3219.  
  3220. top:-7px;
  3221.  
  3222.  
  3223.  
  3224. font-size:11px;
  3225.  
  3226.  
  3227.  
  3228. color:#49c39f;
  3229.  
  3230.  
  3231.  
  3232. border-radius:0 4px 4px 0}
  3233.  
  3234.  
  3235.  
  3236.  
  3237.  
  3238.  
  3239.  
  3240. .lstatbar .hpbar .hptext
  3241.  
  3242.  
  3243.  
  3244. {
  3245.  
  3246.  
  3247.  
  3248. width:40px;
  3249.  
  3250.  
  3251.  
  3252. height:16px;
  3253.  
  3254.  
  3255.  
  3256. background:url(http://i.imgur.com/LPDWEbx.png);
  3257.  
  3258.  
  3259.  
  3260. left:155px;
  3261.  
  3262.  
  3263.  
  3264. top:-7px;
  3265.  
  3266.  
  3267.  
  3268. font-size:11px;
  3269.  
  3270.  
  3271.  
  3272. color:#49c39f;
  3273.  
  3274.  
  3275.  
  3276. border-radius:4px 0 0 4px;
  3277.  
  3278.  
  3279.  
  3280. padding-left:2px}
  3281.  
  3282.  
  3283.  
  3284. .statbar .status
  3285.  
  3286.  
  3287.  
  3288. {
  3289.  
  3290.  
  3291.  
  3292. margin-top:15px;
  3293.  
  3294.  
  3295.  
  3296. min-height:10px;
  3297.  
  3298.  
  3299.  
  3300. font-size:7pt}
  3301.  
  3302.  
  3303.  
  3304.  
  3305.  
  3306. .statbar span.frz
  3307.  
  3308.  
  3309.  
  3310. {
  3311.  
  3312.  
  3313.  
  3314. position:absolute;
  3315.  
  3316.  
  3317.  
  3318. left:-107px;
  3319.  
  3320.  
  3321.  
  3322. top:-5.5px;
  3323.  
  3324.  
  3325.  
  3326. font-size:0px;
  3327.  
  3328.  
  3329.  
  3330. background:url(http://i.imgur.com/L7UTW2y.png);
  3331.  
  3332.  
  3333.  
  3334. padding:10px 36px;
  3335.  
  3336.  
  3337.  
  3338. border:0;
  3339.  
  3340.  
  3341.  
  3342. border-radius:3px}
  3343.  
  3344.  
  3345.  
  3346. .statbar span.frz:hover{
  3347.  
  3348.  
  3349.  
  3350. transition:All 1.6116s ease;
  3351.  
  3352. transform: rotate(0deg) scale(0.90) skew(0deg) translate(0px);
  3353.  
  3354.  
  3355.  
  3356. }
  3357.  
  3358.  
  3359.  
  3360.  
  3361.  
  3362. .statbar span.slp
  3363.  
  3364.  
  3365.  
  3366. {
  3367.  
  3368.  
  3369.  
  3370. position:absolute;
  3371.  
  3372.  
  3373.  
  3374. left:-107px;
  3375.  
  3376.  
  3377.  
  3378. top:-5.5px;
  3379.  
  3380.  
  3381.  
  3382. font-size:0px;
  3383.  
  3384.  
  3385.  
  3386. background:url(http://i.imgur.com/D3VqIVw.png);
  3387.  
  3388.  
  3389.  
  3390. padding:10px 36px;
  3391.  
  3392.  
  3393.  
  3394. border:0;
  3395.  
  3396.  
  3397.  
  3398. border-radius:3px}
  3399.  
  3400.  
  3401.  
  3402. .statbar span.slp:hover{
  3403.  
  3404.  
  3405.  
  3406. transition:All 1.6116s ease;
  3407.  
  3408. transform: rotate(0deg) scale(0.90) skew(0deg) translate(0px);
  3409.  
  3410.  
  3411.  
  3412. }
  3413.  
  3414.  
  3415.  
  3416. .statbar span.par
  3417.  
  3418.  
  3419.  
  3420. {
  3421.  
  3422.  
  3423.  
  3424. position:absolute;
  3425.  
  3426.  
  3427.  
  3428. left:-107px;
  3429.  
  3430.  
  3431.  
  3432. top:-5.5px;
  3433.  
  3434.  
  3435.  
  3436. font-size:0px;
  3437.  
  3438.  
  3439.  
  3440. background:url(http://i.imgur.com/4XrzuuB.png);
  3441.  
  3442.  
  3443.  
  3444. padding:10px 36px;
  3445.  
  3446.  
  3447.  
  3448. border:0;
  3449.  
  3450.  
  3451.  
  3452. border-radius:3px}
  3453.  
  3454.  
  3455.  
  3456. .statbar span.par:hover{
  3457.  
  3458.  
  3459.  
  3460. transition:All 1.6116s ease;
  3461.  
  3462. transform: rotate(0deg) scale(0.90) skew(0deg) translate(0px);
  3463.  
  3464.  
  3465.  
  3466. }
  3467.  
  3468.  
  3469.  
  3470.  
  3471.  
  3472. .statbar span.brn
  3473.  
  3474.  
  3475.  
  3476. {
  3477.  
  3478.  
  3479.  
  3480. position:absolute;
  3481.  
  3482.  
  3483.  
  3484. left:-107px;
  3485.  
  3486.  
  3487.  
  3488. top:-5.5px;
  3489.  
  3490.  
  3491.  
  3492. font-size:0px;
  3493.  
  3494.  
  3495.  
  3496. background:url(http://i.imgur.com/4F0lebL.png);
  3497.  
  3498.  
  3499.  
  3500. padding:10px 36px;
  3501.  
  3502.  
  3503.  
  3504. border:0;
  3505.  
  3506.  
  3507.  
  3508. border-radius:3px}
  3509.  
  3510.  
  3511.  
  3512. .statbar span.brn:hover{
  3513.  
  3514.  
  3515.  
  3516. transition:All 1.6116s ease;
  3517.  
  3518. transform: rotate(0deg) scale(0.90) skew(0deg) translate(0px);
  3519.  
  3520.  
  3521.  
  3522. }
  3523.  
  3524.  
  3525.  
  3526. .statbar span.psn
  3527.  
  3528.  
  3529.  
  3530. {
  3531.  
  3532.  
  3533.  
  3534. position:absolute;
  3535.  
  3536.  
  3537.  
  3538. left:-107px;
  3539.  
  3540.  
  3541.  
  3542. top:-5.5px;
  3543.  
  3544.  
  3545.  
  3546. font-size:0px;
  3547.  
  3548.  
  3549.  
  3550. background:url(http://i.imgur.com/4wrWKR0.png);
  3551.  
  3552.  
  3553.  
  3554. padding:10px 36px;
  3555.  
  3556.  
  3557.  
  3558. border:0;
  3559.  
  3560.  
  3561.  
  3562. border-radius:3px}
  3563.  
  3564.  
  3565.  
  3566. .statbar span.psn:hover{
  3567.  
  3568.  
  3569.  
  3570. transition:All 1.6116s ease;
  3571.  
  3572. transform: rotate(0deg) scale(0.90) skew(0deg) translate(0px);
  3573.  
  3574.  
  3575.  
  3576. }
  3577.  
  3578.  
  3579.  
  3580. .statbar span.bad
  3581.  
  3582.  
  3583.  
  3584. {
  3585.  
  3586.  
  3587.  
  3588. background:#e74c3c;
  3589.  
  3590.  
  3591.  
  3592. color:#ecf0f1;
  3593.  
  3594.  
  3595.  
  3596. border-color:#c0392b}
  3597.  
  3598.  
  3599.  
  3600. .statbar span.good
  3601.  
  3602.  
  3603.  
  3604. {
  3605.  
  3606.  
  3607.  
  3608. background:#27ae60;
  3609.  
  3610.  
  3611.  
  3612. color:#ecf0f1;
  3613.  
  3614.  
  3615.  
  3616. border-color:#067A37}
  3617.  
  3618.  
  3619.  
  3620. .statbar span.neutral
  3621.  
  3622.  
  3623.  
  3624. {
  3625.  
  3626.  
  3627.  
  3628. background:#7f8c8d;
  3629.  
  3630.  
  3631.  
  3632. color:#ecf0f1;
  3633.  
  3634.  
  3635.  
  3636. border:solid #2c3e50}
  3637.  
  3638.  
  3639.  
  3640. .pfx-panel{
  3641.  
  3642.  
  3643.  
  3644. background:#333}
  3645.  
  3646.  
  3647.  
  3648.  
  3649.  
  3650. .pfx-topbar{
  3651.  
  3652.  
  3653.  
  3654. background:#2e2e2e;
  3655.  
  3656.  
  3657.  
  3658. border-bottom-color:#2f2f2f}
  3659.  
  3660.  
  3661.  
  3662. .header{
  3663.  
  3664.  
  3665.  
  3666. background:#2e2e2e;
  3667.  
  3668.  
  3669.  
  3670. border-bottom-color:#2f2f2f}
  3671.  
  3672.  
  3673.  
  3674.  
  3675.  
  3676. .replay-wrapper .battle-log{
  3677.  
  3678.  
  3679.  
  3680. height:410px;
  3681.  
  3682.  
  3683.  
  3684. top:-35px}
  3685.  
  3686. .replay-wrapper{
  3687.  
  3688.  
  3689.  
  3690. top:40px}
  3691.  
  3692.  
  3693.  
  3694.  
  3695.  
  3696. }
Advertisement
Add Comment
Please, Sign In to add comment