Advertisement
Guest User

Untitled

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