Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.83 KB | None | 0 0
  1. .userbar:before{
  2. background: url(http://cdn.bulbagarden.net/upload/f/f5/392MS.png);
  3. }
  4.  
  5. .backdrop:before{
  6.  
  7. display:block;
  8.  
  9. content:"";
  10.  
  11. background:url(http://i.imgur.com/QjLsolX.gif);
  12.  
  13. background-size:cover;
  14.  
  15. width:640px;
  16.  
  17. height:360px}
  18.  
  19. a{
  20. color: #3498db;
  21. }
  22.  
  23. body{
  24. background: url(http://www.hdwallpapers-3d.com/wp-content/uploads/2014/07/infernape-pokemon-hd-wallpaper-3.jpg);
  25. background-size: cover;
  26. }
  27.  
  28. .highlighted, .message-announce {
  29. background: #9b59b6;
  30. }
  31.  
  32. .chat.timer {
  33. color: #e74c3c;
  34. }
  35.  
  36. #lobby-userlist-users small{
  37. color: #ecf0f1;
  38. }
  39.  
  40. .ladder strong, .ladder em{
  41. color: #131313 !important;
  42. }
  43.  
  44. .mainmenufooter small:after {
  45. content: "Pokemon Starters theme by Feliburn";
  46. text-shadow: 0 1px black;
  47. position: absolute;
  48. left: 0px;
  49. top: -40px;
  50. width: 200px;
  51. }
  52.  
  53.  
  54.  
  55.  
  56. .tabbar{
  57. bottom: 0;
  58. }
  59. .userbar{
  60. top: 18px;
  61. }
  62.  
  63. .userbar .username {
  64. text-shadow: none;
  65. text-shadow: 1px 1px black;
  66. }
  67.  
  68. .userbar:before{
  69. display: block;
  70. content:"";
  71. width:32px;
  72. height: 32px;
  73. float: left;
  74. position: relative;
  75. top: -9px;
  76. }
  77.  
  78. .icon-user{
  79. display:none;
  80. }
  81.  
  82. .siderooms{
  83. background: #161616;
  84. height: 56px;
  85. }
  86.  
  87. .maintabbarbottom {
  88. background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
  89. border: none;
  90. box-shadow: none;
  91. z-index:2;
  92. }
  93.  
  94. .header {
  95. height: 56px;
  96. background: #161616;
  97. }
  98.  
  99. .header .logo {
  100. float: left;
  101. margin: 7px 0px 0 2px;
  102. }
  103.  
  104. .tabbar .closebutton, .tabbar a.cur+.closebutton {
  105. top: 19px;
  106. }
  107. .closebutton:hover {
  108. color: #1b1b1b;
  109. }
  110. .closebutton {
  111. color: #ecf0f1;
  112. }
  113.  
  114. .tabbar a.button.notifying {
  115. background: #3498db;
  116. }
  117.  
  118. .maintabbar .inner {
  119. padding-top:0px;
  120. height: 56px;
  121. background: #161616;
  122. }
  123.  
  124. .tabbar.maintabbar {
  125. margin-left: 170px;
  126. margin-right: 0px;
  127. overflow: hidden;
  128. height: 60px;
  129. background-position: right;
  130. background-repeat: no-repeat;
  131. }
  132.  
  133. .tabbar a.button.cur, .tabbar a.button.cur:hover, .tabbar a.button{
  134. color: #ecf0f1;
  135. background: #333333;
  136. box-shadow: none;
  137. border: none;
  138. cursor: default;
  139. top: 0px;
  140. border-radius: 5px;
  141. text-shadow: none;
  142. margin-left: 5px;
  143. margin-top:15px;
  144. }
  145.  
  146. .tabbar a.button:hover, .tabbar a.button.cur{
  147. background: #090909;
  148. }
  149.  
  150. .tabbar a.button {
  151. cursor: pointer;
  152. text-align: center;
  153. white-space: nowrap;
  154. text-shadow: none;
  155. font-size: 11px;
  156. }
  157.  
  158.  
  159. .ps-popup {
  160. position: absolute;
  161. top: auto;
  162. right: auto;
  163. left: auto;
  164. bottom: auto;
  165. text-align: left;
  166. padding: 2px 10px;
  167. z-index: 20;
  168. border: 1px solid #181818;
  169. border-radius: 2px;
  170. box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.2);
  171. background: #e8e8e8;
  172. }
  173.  
  174.  
  175.  
  176. .battle-log-add, .chat-log-add{
  177. border-color: #333;
  178. background: #333;
  179. text-shadow: 1px 1px black;
  180. }
  181.  
  182. .message-pm {
  183. color: #9b59b6;
  184. }
  185.  
  186. .userlist{
  187. background: #333333;
  188. }
  189.  
  190. .userlist li button:hover {
  191. background: black;
  192. }
  193.  
  194. .userlist li{
  195. border-bottom: 1px solid #1b1b1b;
  196. }
  197.  
  198.  
  199. .battle-log, .chat-log{
  200. background: url(http://i.imgur.com/rFSFXGg.png);
  201. color: #ecf0f1;
  202. border-width: 0;
  203. }
  204.  
  205. .username{
  206. text-shadow: 1px 1px black;
  207. }
  208.  
  209. .battle-log h2 {
  210. position: relative;
  211. border: 0px solid #AAAAAA;
  212. background: #161616;
  213. }
  214.  
  215. .battle-log h2:after {
  216. display: block;
  217. content: "";
  218. background: url(http://i.imgur.com/1dbPeSk.png);
  219. width: 31px;
  220. height: 18px;
  221. position: absolute;
  222. right: 5px;
  223. top: 5px;
  224. }
  225.  
  226.  
  227. .battle-log .chat em {
  228. padding: 1px 4px 1px 3px;
  229. color: #ecf0f1;
  230. font-style: normal;
  231. }
  232.  
  233. .battle-log .chat strong {
  234. color: #ecf0f1;
  235. }
  236.  
  237.  
  238.  
  239. .challenge {
  240. background: #3498db;
  241. border: 1px solid #2980b9;
  242. color: rgba(0,0,0,.6);
  243. padding: 1px 5px;
  244. }
  245.  
  246. .pm-log em{
  247. color: #ecf0f1;
  248. }
  249.  
  250. .pm-box .focused{
  251. background: #1b1b1b;
  252. }
  253.  
  254. .pm-window.focused h3:hover{
  255. background: #3498db;
  256. }
  257.  
  258. .pm-window h3, .pm-window.focused h3 {
  259. color: #ecf0f1;
  260. background: #1b1b1b;
  261. margin: 0;
  262. padding: 2px 5px;
  263. font-size: 11pt;
  264. border-width: 0;
  265. cursor: pointer;
  266. border-radius: 0px;
  267. }
  268.  
  269. .pm-log{
  270. background: url(http://i.imgur.com/rFSFXGg.png);
  271. border-width: 0;
  272. }
  273.  
  274. .pm-log-add {
  275. border-width: 0;
  276. background: #1b1b1b;
  277. border-radius: 0px;
  278. }
  279.  
  280. .ladder table{
  281. background-color: #ecf0f1;
  282. }
  283.  
  284. .infobox, .ladder, .pm-window{
  285. position: relative;
  286. border: 1px solid #181818;
  287. border-radius: 2px;
  288. box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.2);
  289. margin-top: 5px;
  290. color: #1b1b1b;
  291. background-color: #ecf0f1;
  292. }
  293.  
  294. .utilichart{
  295. position: relative;
  296. border: 1px solid #181818;
  297. border-radius: 2px;
  298. box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.2);
  299. background: url(http://i.imgur.com/SHCpB0w.png);
  300. margin-top: 5px;
  301. min-height: 33px;
  302. width: 270px;
  303. height: 96px;
  304. }
  305.  
  306. .utilichart:after, .infobox:after, .ladder:after, .pm-window:after, .ps-popup:after, #tooltipwrapper .tooltip:after{
  307. display: block;
  308. content: "";
  309. background: url(http://i.imgur.com/GCuRjnR.png);
  310. width: 45px;
  311. height: 7px;
  312. position: absolute;
  313. left: -1px;
  314. top: -7px;
  315. }
  316.  
  317. .utilichart .numcol, .utilichart .movenamecol, .utilichart .namecol{
  318. padding: 0;
  319. margin: 0;
  320. text-align: left;
  321. font-weight: bold;
  322. color: #1b1b1b;
  323. position: absolute;
  324. left: 10px;
  325. top: 2px;
  326. font-size: 8pt;
  327. }
  328.  
  329. .utilichart .pokemonnamecol{
  330. padding: 0;
  331. margin: 0;
  332. font-weight: bold;
  333. color: #1b1b1b;
  334. position: absolute;
  335. left: 40px;
  336. top: 2px;
  337. font-size: 8pt;
  338. }
  339.  
  340. .utilichart .typecol{
  341. width: 100px;
  342. height: 0;
  343. padding: 0;
  344. margin: 0;
  345. position: absolute;
  346. left: 10px;
  347. top: 18px;
  348. }
  349.  
  350. .utilichart .typecol img{
  351. opacity: 1;
  352. margin-right: 10px;
  353. }
  354.  
  355. .utilichart .iconcol, .utilichart .itemiconcol{
  356. position: absolute;
  357. right: 5px;
  358. top: 3px;
  359. }
  360.  
  361. .utilichart .abilitycol, .utilichart .twoabilitycol{
  362. float: left;
  363. color: #1b1b1b;
  364. margin: 34px 40px 0 0px;
  365. width: 85px;
  366. font-size: 8pt;
  367. }
  368.  
  369. .utilichart .abilitycol em, .utilichart .statcol em, .utilichart .bstcol em, .utilichart .twoabilitycol, .utilichart .labelcol em, .utilichart .widelabelcol em, .utilichart .pplabelcol em{
  370. color: #1b1b1b;
  371. }
  372.  
  373. .utilichart .statcol, .utilichart .bstcol{
  374. position: relative;
  375. left: -5px;
  376. top: 3px;
  377. text-align: center;
  378. margin-right: 12px;
  379. }
  380.  
  381. .utilichart .itemdesccol, .utilichart .abilitydesccol, .utilichart .movedesccol {
  382. white-space: normal;
  383. padding-top: 7px;
  384. font-size: 8pt;
  385. width: 250px;
  386. height: 50px;
  387. overflow: visible;
  388. color: #777777;
  389. position: absolute;
  390. top: 28px;
  391. left: 10px;
  392. }
  393.  
  394. .utilichart .labelcol, .utilichart .widelabelcol, .utilichart .pplabelcol {
  395. padding-top: 0;
  396. height: 28px;
  397. width: 24px;
  398. text-align: center;
  399. font-size: 8pt;
  400. margin: 65px 45px 0 0;
  401. }
  402.  
  403.  
  404. .ps-room.ps-room-opaque {
  405. background: #333;
  406. color: black;
  407. }
  408.  
  409. .ps-room {
  410. position: absolute;
  411. display: block;
  412. top: 56px;
  413. left: 0;
  414. right: 0;
  415. bottom: 0;
  416. border: 1px solid #333;
  417. border-top: none;
  418. }
  419.  
  420. .ps-room .battle{
  421. top: 60px;
  422. border-width: 0px;
  423. }
  424.  
  425. .foehint{
  426. position: relative;
  427. top: 45px;
  428. }
  429.  
  430. .battle {
  431. border: 0px solid #AAAAAA;
  432. width: 640px;
  433. height: 360px;
  434. overflow: visible;
  435. font-family: Verdana, sans-serif;
  436. font-size: 10pt;
  437. }
  438.  
  439. .backdrop {
  440. width: 640px;
  441. height: 360px;
  442. position: absolute;
  443. top: 0px;
  444. left: 0px;
  445. overflow: hidden;
  446. background: -50px -90px;
  447. opacity: 1 !important;
  448. }
  449.  
  450. .backdrop:after{
  451. display: block;
  452. content: "";
  453. background: url(http://i.imgur.com/zQ6bUvr.png);
  454. position: absolute;
  455. top: 0;
  456. left: 0;
  457. width: 640px;
  458. height: 360px;
  459. }
  460.  
  461. .ps-room .battle-controls {
  462. top: 430px;
  463. }
  464.  
  465. .turn {
  466. position: absolute;
  467. top: -42px;
  468. left: 270px !important;
  469. width: 101px;
  470. height: 17px;
  471. font-size: 8pt;
  472. font-weight: bold;
  473. margin: 0px;
  474. padding: 0px;
  475. padding-top:35px;
  476. border: 0;
  477. border-radius: 0;
  478. opacity: 1 !important;
  479. background: url(http://i.imgur.com/Ng0wOlV.png);
  480. text-align: center;
  481. color: #FFF;
  482. }
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. .rightbar {
  490. position: absolute;
  491. top: -60px;
  492. right: 0;
  493. height: 100px;
  494. width: 320px;
  495. background-color: rgba(255,255,255,0);
  496. border: 0px solid rgba(215,215,215,0.5);
  497. color: #777777;
  498. background-image: url(http://i.imgur.com/WEdUzyR.png);
  499. background-position: 0px -35px;
  500. }
  501.  
  502. .rightbar .trainer {
  503. margin-top: 0px;
  504. text-align: right;
  505. }
  506.  
  507. .rightbar .trainersprite{
  508. position: absolute;
  509. top: 5px;
  510. left: 40px;
  511. opacity: 1 !important;
  512. }
  513.  
  514. .trainer strong {
  515. display: block;
  516. font-size: 8pt;
  517. overflow: hidden;
  518. padding-top: 45px;
  519. padding-right: 10px;
  520. color: #111;
  521. }
  522.  
  523.  
  524. .rightbar .trainer .teamicons {
  525. float:left;
  526. position: relative;
  527. top: -42px;
  528. left: 108px;
  529. }
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540. .leftbar {
  541. position: absolute;
  542. top: -60px;
  543. left: 0;
  544. height: 100px;
  545. width: 320px;
  546. background-color: rgba(255,255,255,0);
  547. border: 0px solid rgba(215,215,215,0.5);
  548. color: #777777;
  549. background-image: url(http://i.imgur.com/Y68Rmc5.png);
  550. background-position: 0px -35px;
  551. }
  552.  
  553. .leftbar .trainer {
  554. margin-top: 0px;
  555. text-align: left;
  556. }
  557.  
  558. .leftbar .trainersprite{
  559. position: absolute;
  560. top: 5px;
  561. right: 40px;
  562. opacity: 1 !important;
  563. }
  564.  
  565. .leftbar .trainer strong {
  566. display: block;
  567. font-size: 8pt;
  568. overflow: hidden;
  569. padding-top: 45px;
  570. padding-left: 10px;
  571. }
  572.  
  573.  
  574. .leftbar .trainer .teamicons {
  575. float:right;
  576. position: relative;
  577. top: -42px;
  578. right: 108px;
  579. }
  580.  
  581.  
  582.  
  583. .weather {
  584. text-shadow:none;
  585. color: rgba(0,0,0,0);
  586. }
  587.  
  588. .weather em small {
  589. font-size: 7pt;
  590. color: white;
  591. text-shadow: 1px 1px black;
  592. position: absolute;
  593. left:0;
  594. top: 85px;
  595. width: 95px;
  596. text-align:center;
  597. }
  598.  
  599. .sunweather, .sunnydayweather {
  600. background: url(http://i.imgur.com/zNp4BiP.jpg) no-repeat scroll left top;
  601. }
  602.  
  603. .rainweather, .raindanceweather {
  604. background: url(http://i.imgur.com/xRbPLwC.jpg) no-repeat scroll left top;
  605. }
  606.  
  607. .hailweather {
  608. background: url(http://i.imgur.com/NxZzwHi.gif) no-repeat scroll left top;
  609. }
  610.  
  611. .sandstormweather {
  612. background: url(http://i.imgur.com/PhAU4CK.jpg) no-repeat scroll left top;
  613. }
  614.  
  615. .pseudoweather{
  616. background: url(http://i.imgur.com/diinudq.png) no-repeat scroll left top;
  617. }
  618.  
  619.  
  620.  
  621. .switchmenu button, .switchmenu button:disabled{
  622. background: url(http://i.imgur.com/qYAMtSx.png) !important;
  623. border: none;
  624. box-shadow: none;
  625. border-radius: 0;
  626. font-size: 8pt;
  627. }
  628.  
  629. .switchmenu button{
  630. color: white;
  631. text-shadow: 1px 1px black;
  632. }
  633.  
  634. .switchmenu button:disabled{
  635. opacity: .5;
  636. }
  637.  
  638. .movemenu button{
  639. width: 150px;
  640. height: 50px;
  641. border-radius: 0;
  642. border-width: 0;
  643. box-shadow: none;
  644. color: white;
  645. text-shadow: 1px 1px black;
  646. font-size: 10pt;
  647. padding-top: 10px;
  648. }
  649.  
  650. .movemenu button small{
  651. text-align: center;
  652. width: 62px;
  653. margin-top:2px;
  654. }
  655.  
  656. .movemenu button small.type, .movemenu button small.pp {
  657. padding-top: 8px;
  658. color: white;
  659. margin:6px 15px 0 10px;
  660. }
  661.  
  662. .movemenu button.type-Normal{
  663. background: #8a8a59 url(http://i.imgur.com/ee2HfDF.png);
  664. }
  665. .movemenu button.type-Normal:hover{
  666. background: #79794e url(http://i.imgur.com/ee2HfDF.png);
  667. }
  668.  
  669. .movemenu button.type-Fire{
  670. background: #dd6610 url(http://i.imgur.com/ee2HfDF.png);
  671. }
  672. .movemenu button.type-Fire:hover{
  673. background: #b4530d url(http://i.imgur.com/ee2HfDF.png);
  674. }
  675.  
  676. .movemenu button.type-Water{
  677. background: #386ceb url(http://i.imgur.com/ee2HfDF.png);
  678. }
  679. .movemenu button.type-Water:hover{
  680. background: #1753e3 url(http://i.imgur.com/ee2HfDF.png);
  681. }
  682.  
  683. .movemenu button.type-Electric{
  684. background: #f0c108 url(http://i.imgur.com/ee2HfDF.png);
  685. }
  686. .movemenu button.type-Electric:hover{
  687. background: #c19b07 url(http://i.imgur.com/ee2HfDF.png);
  688. }
  689.  
  690. .movemenu button.type-Grass{
  691. background: #5ca935 url(http://i.imgur.com/ee2HfDF.png);
  692. }
  693. .movemenu button.type-Grass:hover{
  694. background: #4a892b url(http://i.imgur.com/ee2HfDF.png);
  695. }
  696.  
  697. .movemenu button.type-Ice{
  698. background: #69c6c6 url(http://i.imgur.com/ee2HfDF.png);
  699. }
  700. .movemenu button.type-Ice:hover{
  701. background: #45b6b6 url(http://i.imgur.com/ee2HfDF.png);
  702. }
  703.  
  704. .movemenu button.type-Fighting{
  705. background: #9d2721 url(http://i.imgur.com/ee2HfDF.png);
  706. }
  707. .movemenu button.type-Fighting:hover{
  708. background: #82211b url(http://i.imgur.com/ee2HfDF.png);
  709. }
  710.  
  711. .movemenu button.type-Poison{
  712. background: #803380 url(http://i.imgur.com/ee2HfDF.png);
  713. }
  714. .movemenu button.type-Poison:hover{
  715. background: #662966 url(http://i.imgur.com/ee2HfDF.png);
  716. }
  717.  
  718. .movemenu button.type-Ground{
  719. background: #d4a82f url(http://i.imgur.com/ee2HfDF.png);
  720. }
  721. .movemenu button.type-Ground:hover{
  722. background: #aa8623 url(http://i.imgur.com/ee2HfDF.png);
  723. }
  724.  
  725. .movemenu button.type-Flying{
  726. background: #9180c4 url(http://i.imgur.com/ee2HfDF.png);
  727. }
  728. .movemenu button.type-Flying:hover{
  729. background: #7762b6 url(http://i.imgur.com/ee2HfDF.png);
  730. }
  731.  
  732. .movemenu button.type-Psychic{
  733. background: #f61c5d url(http://i.imgur.com/ee2HfDF.png);
  734. }
  735. .movemenu button.type-Psychic:hover{
  736. background: #d60945 url(http://i.imgur.com/ee2HfDF.png);
  737. }
  738.  
  739. .movemenu button.type-Bug{
  740. background: #8d9a1b url(http://i.imgur.com/ee2HfDF.png);
  741. }
  742. .movemenu button.type-Bug:hover{
  743. background: #616b13 url(http://i.imgur.com/ee2HfDF.png);
  744. }
  745.  
  746. .movemenu button.type-Fairy{
  747. background: #FFBAC7 url(http://i.imgur.com/ee2HfDF.png);
  748. }
  749. .movemenu button.type-Fairy:hover{
  750. background: #FF87C7 url(http://i.imgur.com/ee2HfDF.png);
  751. }
  752.  
  753. .movemenu button.type-Rock{
  754. background: #93802d url(http://i.imgur.com/ee2HfDF.png);
  755. }
  756. .movemenu button.type-Rock:hover{
  757. background: #746523 url(http://i.imgur.com/ee2HfDF.png);
  758. }
  759.  
  760. .movemenu button.type-Ghost{
  761. background: #554374 url(http://i.imgur.com/ee2HfDF.png);
  762. }
  763. .movemenu button.type-Ghost:hover{
  764. background: #413359 url(http://i.imgur.com/ee2HfDF.png);
  765. }
  766.  
  767. .movemenu button.type-Dragon{
  768. background: #4c08ef url(http://i.imgur.com/ee2HfDF.png);
  769. }
  770. .movemenu button.type-Dragon:hover{
  771. background: #3d07c0 url(http://i.imgur.com/ee2HfDF.png);
  772. }
  773.  
  774. .movemenu button.type-Dark{
  775. background: #513f34 url(http://i.imgur.com/ee2HfDF.png);
  776. }
  777. .movemenu button.type-Dark:hover{
  778. background: #362a23 url(http://i.imgur.com/ee2HfDF.png);
  779. }
  780.  
  781. .movemenu button.type-Steel{
  782. background: #9797ba url(http://i.imgur.com/ee2HfDF.png);
  783. }
  784. .movemenu button.type-Steel:hover{
  785. background: #7a7aa7 url(http://i.imgur.com/ee2HfDF.png);
  786. }
  787.  
  788. .movemenu button.type-undefined, .movemenu button.type-undefined:hover{
  789. background: url(http://i.imgur.com/ee2HfDF.png);
  790. }
  791.  
  792. .movemenu button:disabled{
  793. background: rgba(0,0,0,0) url(http://i.imgur.com/ee2HfDF.png) !important;
  794. opacity: .5;
  795. }
  796.  
  797.  
  798.  
  799. #tooltipwrapper {
  800. position: absolute;
  801. top: 400px;
  802. left: 100px;
  803. text-align: left;
  804. color: #ecf0f1;
  805. }
  806. #tooltipwrapper .tooltipinner {
  807. position: relative;
  808. }
  809. #tooltipwrapper .tooltip {
  810. position: absolute;
  811. bottom: 0;
  812. left: 0;
  813. width: 300px;
  814. border: 1px solid #161616;
  815. background: url(http://i.imgur.com/rFSFXGg.png);
  816. border-radius: 2px;
  817. }
  818. #tooltipwrapper .tooltip h2 {
  819. padding: 2px 4px;
  820. margin: 0;
  821. border-bottom: 1px solid #161616;
  822. font-size: 10pt;
  823. }
  824. #tooltipwrapper .tooltip h2 small {
  825. font-weight: normal;
  826. }
  827. #tooltipwrapper .tooltip p {
  828. padding: 2px 4px;
  829. margin: 0;
  830. font-size: 8pt;
  831. }
  832. #tooltipwrapper .tooltip p.section {
  833. border-top: 1px solid #161616;
  834. }
  835.  
  836.  
  837.  
  838. .teambuilder-results .utilichart, .teambuilder-results .utilichart li {
  839. border: none;
  840. width: 100%;
  841. height: none;
  842. background: none;
  843. box-shadow: none;
  844. }
  845.  
  846. .teambuilder-results .utilichart:after{
  847. display:none;
  848. }
  849.  
  850. .teambuilder-results .utilichart .col {
  851. float: left;
  852. position: relative;
  853. top:0;
  854. left:0;
  855. padding-top: 6px;
  856. height: 22px;
  857. font-size: 9pt;
  858. color: #444444;
  859. font-weight: normal;
  860. font-size: 8pt;
  861. }
  862.  
  863. .teambuilder-results .utilichart .numcol {
  864. width: 24px;
  865. padding-right: 5px;
  866. text-align: right;
  867. color: #999999;
  868. padding-top: 7px;
  869. font-size: 8pt;
  870. }
  871.  
  872. .teambuilder-results .utilichart .pokemonnamecol {
  873. padding-top: 5px;
  874. height: 23px;
  875. width: 127px;
  876. color: #000000;
  877. font-size: 10pt;
  878. }
  879.  
  880. .teambuilder-results .utilichart .twoabilitycol {
  881. padding-top: 0;
  882. height: 28px;
  883. font-size: 8pt;
  884. width: 90px;
  885. }
  886.  
  887. .teambuilder-results .utilichart .typecol {
  888. width: 70px;
  889. }
  890.  
  891. .teambuilder-results .utilichart .typecol img{
  892. margin-right:1px;
  893. }
  894.  
  895. .teambuilder-results .utilichart .twoabilitycol {
  896. padding-top: 0;
  897. height: 28px;
  898. font-size: 8pt;
  899. width: 90px;
  900. }
  901.  
  902. .teambuilder-results .utilichart .abilitycol, .teambuilder-results .utilichart .twoabilitycol {
  903. margin:0px;
  904. }
  905.  
  906. .teambuilder-results .utilichart .statcol, .teambuilder-results .utilichart .bstcol {
  907. margin:0px; padding-top:0px; font-size: 8pt; text-align: right;
  908. }
  909.  
  910. .teambuilder-results .utilichart .iconcol, .teambuilder-results .utilichart .itemiconcol{ padding-top: 2px; padding-right: 2px; }
  911.  
  912. .teambuilder-results .utilichart .itemdesccol, .teambuilder-results .utilichart .abilitydesccol {
  913. width: 464px;
  914. }
  915.  
  916. .teambuilder-results .utilichart .labelcol, .teambuilder-results .utilichart .widelabelcol, .teambuilder-results .utilichart .pplabelcol {
  917. margin: 0px 8px; padding: 0px; text-align:right;
  918. }
  919.  
  920. .teambuilder-results .utilichart .movedesccol {
  921. width: 284px;
  922. }
  923.  
  924.  
  925.  
  926. .statbar
  927. {
  928. position: absolute;
  929. display: none;
  930. width: 186px;
  931. background: url(http://i.imgur.com/IKIMzZJ.png);
  932. background-repeat: no-repeat;
  933. background-position: 0px 1px;
  934. min-height: 40px;
  935. padding: 2px 4px 2px 26px;
  936. }
  937. .statbar strong
  938. {
  939. position: absolute;
  940. left: 30px;
  941. top: 6px;
  942. font-size: 9px;
  943. font-weight: normal;
  944. display: block;
  945. text-align: center;
  946. color: #FFF;
  947. text-shadow: #000 1px 1px 0, #000 1px -1px 0, #000 -1px 1px 0, #000 -1px -1px 0;
  948. }
  949. .statbar strong small
  950. {
  951. font-size: 9px;
  952. font-weight: normal;
  953. }
  954. .statbar .hpbar
  955. {
  956. position: relative;
  957. border: 1px solid #131313;
  958. background: #FCFEFF;
  959. height: 6px;
  960. margin: 0 0 0 0;
  961. width: 151px;
  962. border-radius: 0px;
  963. padding: 0;
  964. top: -2px;
  965. }
  966. .hptextborder{
  967. display:none !important;
  968. }
  969.  
  970.  
  971.  
  972. .statbar .hpbar .hp
  973. {
  974. height: 3px;
  975. border-top: 1px solid #007734;
  976. background: #00bb51;
  977. border-bottom: 2px solid #007734;
  978. border-radius: 0px;
  979. }
  980. .statbar .hpbar .hp-yellow
  981. {
  982. background-color: #f5d538;
  983. border-color: #be9f0a;
  984. }
  985. .statbar .hpbar .hp-red
  986. {
  987. background-color: #ee4928;
  988. border-color: #a3260d;
  989. }
  990.  
  991.  
  992.  
  993. .statbar .hpbar .prevhp
  994. {
  995. background: #BBEECC;
  996. height: 6px;
  997. border-radius: 0px;
  998. }
  999. .statbar .hpbar .prevhp-yellow
  1000. {
  1001. background-color: #fcf4ca;
  1002. }
  1003. .statbar .hpbar .prevhp-red
  1004. {
  1005. background-color: #facec5;
  1006. }
  1007.  
  1008.  
  1009.  
  1010. .hptext{
  1011. margin-top: 2px;
  1012. }
  1013.  
  1014. .statbar .hpbar .hptext
  1015. {
  1016. position: absolute;
  1017. color: #FFFFFF;
  1018. text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black;
  1019. font-size: 9px;
  1020. width: 32px;
  1021. height: 12px;
  1022. top: -1px;
  1023. text-align: center;
  1024. }
  1025. .rstatbar .hpbar .hptext
  1026. {
  1027. width: 40px;
  1028. height: 15px;
  1029. background:url(http://i.imgur.com/ZZ6x4Xp.png);
  1030. right: -42px;
  1031. border-radius: 0 4px 4px 0;
  1032. }
  1033. .lstatbar .hpbar .hptext
  1034. {
  1035. width: 35px;
  1036. height: 15px;
  1037. background:url(http://i.imgur.com/G56gNPf.png);
  1038. left: -55px;
  1039. border-radius: 4px 0 0 4px;
  1040. padding-left: 2px;
  1041. }
  1042.  
  1043.  
  1044. .statbar .status
  1045. {
  1046. margin-top:15px;
  1047. min-height: 10px;
  1048. font-size: 7pt;
  1049. }
  1050.  
  1051. .statbar span.brn,
  1052. .statbar span.psn,
  1053. .statbar span.slp,
  1054. .statbar span.par,
  1055. .statbar span.frz
  1056. {
  1057. position: absolute;
  1058. left: -21px;
  1059. top: 10px;
  1060. font-size: 8px;
  1061. padding: 1px 2px;
  1062. border: 0;
  1063. border-radius: 3px;
  1064. }
  1065. .statbar span.bad
  1066. {
  1067. background: #e74c3c;
  1068. color: #ecf0f1;
  1069. border-color: #c0392b;
  1070. }
  1071. .statbar span.good
  1072. {
  1073. background: #27ae60;
  1074. color: #ecf0f1;
  1075. border-color: #067A37;
  1076. }
  1077. .statbar span.neutral
  1078. {
  1079. background: #7f8c8d;
  1080. color: #ecf0f1;
  1081. border: 1 solid #2c3e50;
  1082. }
  1083.  
  1084.  
  1085.  
  1086.  
  1087. .pfx-panel{
  1088. background: #333;
  1089. }
  1090.  
  1091. .pfx-topbar{
  1092. background: #131313;
  1093. border-bottom-color: #131313;
  1094. }
  1095.  
  1096. .replay-wrapper .battle-log{
  1097. height: 410px;
  1098. top: -35px;
  1099. }
  1100.  
  1101. .replay-wrapper{
  1102. top: 40px;
  1103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement