Zarif

Pika

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