Advertisement
Smogoon

Pokemon B2W2 style

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