Advertisement
DigitalEdge

d

Mar 29th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.18 KB | None | 0 0
  1. /**************
  2. * General CSS *
  3. **************/
  4.  
  5. body {
  6. background: url('https://i.imgur.com/LI74gwV.png') !important;
  7. background-size: cover !important;
  8. }
  9.  
  10. .ps-room.ps-room-light {
  11. background: rgba(0, 0, 0, 0);
  12. border-color: #11484F;
  13. }
  14.  
  15. .ps-room.ps-room-light.scrollable {
  16. background: rgba(51, 98, 81, 0.6);
  17. }
  18.  
  19. .ps-room.ps-room-light.scrollable h3 {
  20. color: #CBEBE0;
  21. text-shadow: 0px 0px 2px #11484F;
  22. }
  23.  
  24. .ps-room.ps-room-light.scrollable p {
  25. color: #031012;
  26. text-shadow: 0px 0px 2px #CBEBE0;
  27. }
  28.  
  29. .ps-room.ps-room-light.scrollable .button {
  30. background: #CBEBE0;
  31. border: 1px solid #11484F;
  32. color: #11484F;
  33. text-shadow: 0px 0px 2px #CBEBE0;
  34. }
  35.  
  36. .ps-room.ps-room-light.scrollable .button:hover {
  37. background: #CBEBE0;
  38. border-color: #0C2D32;
  39. }
  40.  
  41. .chat.mine {
  42. background: rgba(0, 0, 0, 0);
  43. }
  44.  
  45. .broadcast-blue {
  46. background: #dcd1ff;
  47. border: 1px solid #0B1361;
  48. color: #0B1361;
  49. text-shadow: 0px 0px 2px #dcd1ff;
  50. text-align: center;
  51. font-family: sans-serif;
  52. padding: 8px;
  53. margin: 5px;
  54. }
  55.  
  56. .broadcast-blue a {
  57. color: #000F98;
  58. }
  59.  
  60. .broadcast-blue button {
  61. background: #dcd1ff;
  62. border: 1px solid #090F47;
  63. color: #FFF9FF;
  64. text-shadow: 0px 0px 2px #090F47;
  65. padding: 2px 8px;
  66. }
  67.  
  68. .broadcast-blue button:hover {
  69. background: #9F7697;
  70. }
  71.  
  72. .broadcast-red {
  73. background: #FFEBF4;
  74. border: 1px solid #B52C43;
  75. color: #B52C43;
  76. text-shadow: 0px 0px 2px #F2DBE5;
  77. text-align: center;
  78. font-family: sans-serif;
  79. padding: 8px;
  80. margin: 5px;
  81. }
  82.  
  83. .broadcast-red a {
  84. color: #B3001E;
  85. }
  86.  
  87. .broadcast-green {
  88. background: #B5D896;
  89. border: 1px solid #20493B;
  90. color: #20493B;
  91. text-shadow: 0px 0px 2px #A4C786;
  92. text-align: center;
  93. font-family: sans-serif;
  94. padding: 8px;
  95. margin: 5px;
  96. }
  97.  
  98. .broadcast-green a {
  99. color: #005C3E;
  100. }
  101.  
  102. .ps-overlay {
  103. background: rgba(0, 0, 0, 0.35);
  104. }
  105.  
  106. /*******************
  107. * General CSS ~end *
  108. *******************/
  109.  
  110. /*************
  111. * Header CSS *
  112. *************/
  113.  
  114. .header {
  115. background: rgba(17, 72, 79, 0.6) url("") no-repeat;
  116. }
  117.  
  118. .header .logo {
  119. opacity: 0;
  120. }
  121.  
  122. .maintabbarbottom {
  123. border-color: #706585;
  124. background: #dcd1ff;
  125. }
  126.  
  127. .tabbar a.button.notifying {
  128. background: #EAFCA2;
  129. border-color: #706585;
  130. color: #706585;
  131. text-shadow: none;
  132. font-style: italic;
  133. }
  134.  
  135. .tabbar a.button.notifying:hover {
  136. background: #EAFCA2;
  137. border-color: #706585;
  138. color: #bcb3ce;
  139. }
  140. .tabbar a.button.subtle-notifying {
  141. color: #07948F;
  142. }
  143.  
  144. .tabbar a.button.subtle-notifying:hover {
  145. color: #07948F;
  146. }
  147.  
  148. .tabbar a.button.cur, .tabbar a.button.cur:hover {
  149. border-color: #706585;
  150. background: #dcd1ff;
  151. color: #706585;
  152. text-shadow: 0px 0px 2px #FCE8F1;
  153. }
  154.  
  155. .tabbar a.button {
  156. border-color: #706585;
  157. background: #dcd1ff;
  158. color: #706585;
  159. text-shadow: none;
  160. }
  161.  
  162. .tabbar a.button:hover {
  163. background: #bcb3ce;
  164. }
  165.  
  166. .tabbar .closebutton {
  167. color: #706585;
  168. }
  169.  
  170. .tabbar .closebutton:hover {
  171. color: #527263;
  172. }
  173.  
  174. .userbar button.icon {
  175. border: 1px solid #706585;
  176. background: #dcd1ff;
  177. color: #706585;
  178. text-shadow: 0px 0px 2px #FCE8F1;
  179. }
  180.  
  181. .userbar button.icon:hover {
  182. background: #bcb3ce;
  183. }
  184.  
  185. .userbar .username {
  186. text-shadow: 1px 1px 0px #527263, 1px -1px 0px #527263, -1px 1px 0px #527263, -1px -1px 0px #527263;
  187. }
  188.  
  189. /******************
  190. * Header CSS ~end *
  191. ******************/
  192.  
  193. /*****************
  194. * Roomlist CSS *
  195. ***************/
  196.  
  197. .roomlist h2 {
  198. color: #EAFCA2;
  199. text-shadow: 0px -1px 0px #527263;
  200. }
  201.  
  202. .roomlist a.ilink, .roomcounters button {
  203. background: #CBEBE0;
  204. border-color: #527263;
  205. color: #527263;
  206. text-shadow: 0px 0px 2px #CBEBE0;
  207. }
  208.  
  209. .roomlist a.ilink:hover, .roomcounters button:hover {
  210. background: #CBEBE0;
  211. border-color: #527263;
  212. color: #527263;
  213. text-shadow: none;
  214. }
  215.  
  216. /********************
  217. * Roomlist CSS ~end *
  218. ********************/
  219.  
  220. /***********
  221. * Chat CSS *
  222. ***********/
  223.  
  224. .userlist {
  225. background: rgba(17, 72, 79, 0.6);
  226. border-color: #527263;
  227. color: #527263;
  228. }
  229.  
  230. .userlist li {
  231. background: rgba(255, 255, 255, 0.65);
  232. border-color: #527263;
  233. }
  234.  
  235. .userlist li em.group {
  236. color: #527263;
  237. }
  238.  
  239. .userlist li button:hover, .userlist-minimized .userlist-count:hover {
  240. background: rgba(255, 255, 255, 0.5);
  241. }
  242.  
  243. .infobox {
  244. border-color: #527263;
  245. }
  246.  
  247. .chat-log {
  248. background: rgba(255, 247, 251, 0.8) url("") top right no-repeat;
  249. }
  250.  
  251. .chat-log .chat small {
  252. color: #527263;
  253. }
  254.  
  255. .chat-log .chat.mine.chat small {
  256. color: #527263;
  257. }
  258.  
  259. .chat.highlighted {
  260. background: rgba(178, 215, 148, 0.7);
  261. }
  262.  
  263. .chat-log-add {
  264. border-color: #527263;
  265. background: rgba(51, 98, 81, 0.6);
  266. }
  267.  
  268. .chat-log-add .textbox {
  269. border-color: #527263;
  270. }
  271.  
  272. .chatbox label {
  273. text-shadow: 0px 0px 2px #527263;
  274. }
  275.  
  276. .nightclub {
  277. background: rgba(0, 0, 0, 0.85);
  278. margin:-3px;
  279. text-shadow: 0px 0px 2px #000;
  280. color: #FFF;
  281. }
  282.  
  283. /****************
  284. * Chat CSS ~end *
  285. ****************/
  286.  
  287. /*******************
  288. * Tournaments CSS *
  289. ******************/
  290.  
  291. .tournament-title {
  292. background: rgba(17, 72, 79, 0.6);
  293. text-shadow: 0px -1px 0px #527263;
  294. color: #AFCFD4;
  295. }
  296.  
  297. .tournament-status, .tournament-toggle {
  298. background: rgba(255, 255, 255, 0.65);
  299. border-color: #527263;
  300. text-shadow: none;
  301. color: #527263;
  302. }
  303.  
  304. .tournament-tools {
  305. border-color: #527263;
  306. background: rgba(51, 98, 81, 0.6);
  307. }
  308.  
  309. .tournament-tools .select {
  310. border-color: #527263;
  311. background: #527263;
  312. color: #CBEBE0;
  313. text-shadow: 0px -1px 0px #527263;
  314. }
  315.  
  316. .tournament-tools .select:hover {
  317. background: #527263;
  318. }
  319.  
  320. .tournament-tools .select:disabled, .tournament-tools .select:disabled:hover {
  321. background: rgba(51, 98, 81, 0.45);
  322. color: #527263 !important;
  323. text-shadow: none !important;
  324. border-color: #527263 !important;
  325. }
  326.  
  327. .tournament-tools button {
  328. border-color: #527263;
  329. background: #527263;
  330. color: #CBEBE0;
  331. text-shadow: 0px -1px 0px #527263;
  332. }
  333.  
  334. .tournament-tools button:hover {
  335. background: #527263;
  336. }
  337.  
  338. .tournament-wrapper, .tournament-box {
  339. border-color: #527263;
  340. }
  341.  
  342. .tournament-box {
  343. background: url("");
  344. }
  345.  
  346. /***********************
  347. * Tournaments CSS ~end *
  348. ***********************/
  349.  
  350. /**********************
  351. * Mainmenuwrapper CSS *
  352. **********************/
  353.  
  354. .menugroup {
  355. border: 1px solid #527263;
  356. background: rgba(139, 124, 203, .25);
  357. color: #CBEBE0;
  358. text-shadow: 0px 0px 2px #527263;
  359. }
  360.  
  361. .menugroup .select, .menugroup .button {
  362. background: #EAFCA2 !important;
  363. border-color: #527263 !important;
  364. color: #527263 !important;
  365. text-shadow: none !important;
  366. font-style: italic !important;
  367. }
  368.  
  369. .menugroup .select:hover, .menugroup .button:hover {
  370. background: #EAFCA2 !important;
  371. border-color: #527263 !important;
  372. color: #527263 !important;
  373. text-shadow: none !important;
  374. font-style: italic !important;
  375. }
  376.  
  377. .menugroup .select:disabled, .menugroup .select:disabled:hover {
  378. background: rgba(255, 224, 167, 0.7) !important;
  379. border-color: #527263 !important;
  380. color: #527263 !important;
  381. text-shadow: none !important;
  382. font-style: italic !important;
  383. }
  384.  
  385. .pm-window h3 {
  386. border-color: #CBEBE0;
  387. background: rgba(51, 98, 81, 0.6) url("") bottom right no-repeat;
  388. background-position: 200px;
  389. color: #CBEBE0;
  390. text-shadow: 0px -1px 0px #D2E9D4;
  391. }
  392.  
  393. .pm-window h3:hover {
  394. background: rgba(51, 98, 81, 0.6) url("") bottom right no-repeat;
  395. background-position: 200px;
  396. color: #CBEBE0;
  397. }
  398.  
  399. .pm-window h3 small {
  400. color: #CBEBE0;
  401. }
  402.  
  403. .pm-window.focused h3, .pm-window.focused h3:hover {
  404. border-color: #CBEBE0;
  405. background: rgba(51, 98, 81, 0.8) url("") bottom right no-repeat;
  406. background-position: 200px;
  407. color: #CBEBE0;
  408. text-shadow: 0px -1px 0px #CBEBE0;
  409. }
  410.  
  411. .pm-window h3:hover .minimizebutton, .pm-window h3 .closebutton, .pm-window h3 .minimizebutton {
  412. color: #CBEBE0;
  413. }
  414.  
  415. .pm-window h3 .closebutton:hover {
  416. color: #EAFCA2;
  417. }
  418.  
  419. .pm-window h3 .minimizebutton:hover {
  420. color: #EAFCA2;
  421. }
  422.  
  423. .pm-window h3 .closebutton:hover + .minimizebutton {
  424. color: #CBEBE0 !important;
  425. }
  426.  
  427. .message-pm {
  428. color: #CBEBE0;
  429. }
  430.  
  431. .pm-window h3.pm-notifying {
  432. border-color: #527263;
  433. background: #D2E9D4;
  434. color: #527263;
  435. text-shadow: none;
  436. }
  437.  
  438. .pm-window h3.pm-notifying:hover {
  439. background: #CBEBE0;
  440. }
  441.  
  442. .pm-window h3.pm-notifying small {
  443. color: #527263;
  444. }
  445.  
  446. .pm-window h3.pm-notifying .closebutton, .pm-window h3.pm-notifying .minimizebutton {
  447. color: #527263;
  448. }
  449.  
  450. .pm-window h3.pm-notifying .closebutton:hover {
  451. color: #EAFCA2;
  452. }
  453.  
  454. .pm-window h3.pm-notifying .minimizebutton:hover {
  455. color: #EAFCA2;
  456. }
  457.  
  458. .pm-window h3.pm-notifying .closebutton:hover + .minimizebutton {
  459. color: #527263 !important;
  460. }
  461.  
  462. .pm-log, .pm-window.focused .pm-log {
  463. border-color: #527263;
  464. }
  465.  
  466. .challenge {
  467. border-color: #527263;
  468. background: #CBEBE0;
  469. color: #527263;
  470. text-shadow: none;
  471. }
  472.  
  473. .challenge .select {
  474. border-color: #527263;
  475. background: #d7cee9;
  476. color: #527263;
  477. text-shadow: 0px 0px 2px #d7cee9;
  478. }
  479.  
  480. .challenge .select:hover {
  481. background: #CBEBE0;
  482. }
  483.  
  484. .challenge .select:disabled {
  485. background: rgba(205, 159, 196, 0.5);
  486. }
  487.  
  488. .challenge .select.preselected, .challenge .select.preselected:disabled {
  489. color: #527263;
  490. }
  491.  
  492. .challenge .buttonbar button {
  493. border: 1px solid #527263;
  494. background: #dcd1ff;
  495. color: #527263;
  496. text-shadow: 0px 0px 2px #dcd1ff;
  497. padding: 2px 5px;
  498. }
  499.  
  500. .challenge .buttonbar button:hover {
  501. background: #CBEBE0;
  502. }
  503.  
  504. .pm-log-add {
  505. border-color: #527263;
  506. background: rgba(51, 98, 81, 0.6);
  507. }
  508.  
  509. .pm-window.focused .pm-log-add {
  510. border-color: #527263;
  511. background: rgba(51, 98, 81, 0.75);
  512. }
  513.  
  514. .pm-log-add .textbox {
  515. border-color: #527263;
  516. }
  517.  
  518. .mainmenufooter a {
  519. color: #EAFCA2;
  520. }
  521.  
  522. .mainmenufooter a:hover {
  523. color: #EAFCA2;
  524. }
  525.  
  526. .mainmenufooter {
  527. color: #EAFCA2;
  528. }
  529.  
  530. /***************************
  531. * Mainmenuwrapper CSS ~end *
  532. ***************************/
  533.  
  534. /************
  535. * Popup CSS *
  536. ************/
  537.  
  538. .ps-popup {
  539. background: #CBEBE0;
  540. border-color: #527263;
  541. }
  542.  
  543. .ps-popup a, .credits h2, .credits ul {
  544. color: #527263;
  545. text-shadow: 0px 0px 2px #CBEBE0;
  546. }
  547.  
  548. .ps-popup a:hover {
  549. color: #173B40;
  550. }
  551.  
  552. .ps-popup a.ilink.yours {
  553. color: #527263;
  554. }
  555.  
  556. .ps-popup a.ilink.yours:hover {
  557. color: #04171A;
  558. }
  559.  
  560. .ps-popup .buttonbar button {
  561. background: #527263;
  562. border: 1px solid #527263;
  563. padding: 2px 5px;
  564. color: #CBEBE0;
  565. text-shadow: 0px -1px 0px #527263;
  566. }
  567.  
  568. .ps-popup .buttonbar button:hover {
  569. background: #1B545C;
  570. }
  571.  
  572. .popupmenu h3 {
  573. color: #11484F;
  574. text-shadow: 0px 0px 2px #CBEBE0;
  575. }
  576.  
  577. .popupmenu button.sel {
  578. border-color: #527263;
  579. }
  580.  
  581. .popupmenu button:hover, .popupmenu button.sel:hover {
  582. border-color: #11484F;
  583. background: rgba(255, 255, 255, 0.3);
  584. }
  585.  
  586. a.subtle, a.subtle:hover {
  587. color: #000;
  588. }
  589.  
  590. .avatarlist button {
  591. border-color: #527263;
  592. }
  593.  
  594. .avatarlist button:hover {
  595. border-color: #11484F;
  596. background-color: rgba(0, 0, 0, 0.3);
  597. }
  598.  
  599. .effect-volume em, .music-volume em {
  600. color: #527263;
  601. }
  602.  
  603. .ps-popup hr {
  604. border: none;
  605. border-bottom: 1px solid #527263;
  606. }
  607.  
  608. /*****************
  609. * Popup CSS ~end *
  610. *****************/
  611.  
  612. /*************
  613. * Ladder CSS *
  614. *************/
  615.  
  616. .ladder th {
  617. background: #dcd1ff;
  618. color: #706585;
  619. text-shadow: 0px 0px 2px #dcd1ff;
  620. }
  621.  
  622. .ladder td {
  623. background: rgba(255, 246, 250, 0.75);
  624. color: #706585;
  625. text-shadow: 0px 0px 2px #dcd1ff;
  626. }
  627.  
  628. .ladder td:hover {
  629. background: rgba(255, 246, 250, 0.95);
  630. }
  631.  
  632. .ladder table, .ladder td, .ladder th {
  633. border-color: #706585;
  634. }
  635.  
  636. /******************
  637. * Ladder CSS ~end *
  638. ******************/
  639.  
  640. /******************
  641. * Teambuilder CSS *
  642. ******************/
  643.  
  644. .teamchartbox {
  645. border-color: #527263;
  646. }
  647.  
  648. .teamlist .team {
  649. background: #dcd1ff;
  650. border-color: #527263;
  651. color: #32453c;
  652. text-shadow: 0px 0px 2px #dcd1ff;
  653. }
  654.  
  655. .teamlist .team:hover {
  656. background: #dcd1ff;
  657. border-color: #527263;
  658. color: #32453c;
  659. text-shadow: none;
  660. }
  661.  
  662. .setchart {
  663. border-color: #527263;
  664. background: #527263;
  665. }
  666.  
  667. .setchart-nickname {
  668. background: #527263;
  669. border-color: #527263;
  670. }
  671.  
  672. .setchart input, .setdetails, .setstats, .statform input.inputform {
  673. border-color: #527263;
  674. }
  675.  
  676. .setchart input:hover, .setdetails:hover, .setstats:hover, .statform input.inputform:hover {
  677. border-color: #527263;
  678. }
  679.  
  680. .setchart .setdetails label, .setchart .setstats label {
  681. color: #32453c;
  682. text-shadow: none;
  683. }
  684.  
  685. .setchart label {
  686. text-shadow: 0px -1px 0px #527263;
  687. color: #32453c;
  688. }
  689.  
  690. .setchart-nickname label {
  691. text-shadow: 0px -1px 0px #527263;
  692. color: #dcd1ff;
  693. }
  694.  
  695. .setchart-nickname input {
  696. border-color: #527263;
  697. }
  698.  
  699. .setchart-nickname input:hover {
  700. border-color: #527263;
  701. }
  702.  
  703. .setchart input.incomplete {
  704. background: #FFF5FA;
  705. color: #706585;
  706. border-color: #706585;
  707. }
  708.  
  709. .teambuilder-results {
  710. background: rgba(255, 255, 255, 0.3);
  711. }
  712.  
  713. .teambuilder-results h3, .teambuilder-results .utilichart h3 {
  714. border-color: #706585 !important;
  715. background: #dcd1ff !important;
  716. color: #706585 !important;
  717. text-shadow: none !important;
  718. }
  719.  
  720. .teambuilder-results .firstresult a {
  721. background: #dcd1ff;
  722. border-color: #527263;
  723. }
  724.  
  725. .teambuilder-results .firstresult a:hover, .teambuilder-results .result a:hover {
  726. background: #dcd1ff;
  727. border-color: #527263;
  728. }
  729.  
  730. .utilichart b {
  731. color: #32453c;
  732. text-shadow: 0px 0px 2px #dcd1ff;
  733. font-style: italic;
  734. }
  735.  
  736. .utilichart .movenamecol, .utilichart .namecol, .utilichart .pokemonnamecol {
  737. color: #32453c;
  738. text-shadow: 0px 0px 2px #dcd1ff;
  739. }
  740.  
  741. .utilichart .itemdesccol, .utilichart .abilitydesccol, .utilichart .movedesccol, .utilichart .statcol, .utilichart .bstcol, .utilichart .labelcol, .utilichart .widelabelcol, .utilichart .pplabelcol, .utilichart .abilitycol, .utilichart .twoabilitycol {
  742. color: #32453c;
  743. }
  744.  
  745. .utilichart .labelcol em, .utilichart .widelabelcol em, .utilichart .pplabelcol em, .utilichart .statcol em, .utilichart .bstcol em {
  746. color: #32453c;
  747. }
  748.  
  749. .utilichart .numcol {
  750. color: #706585;
  751. text-shadow: 0px 0px 2px #dcd1ff;
  752. }
  753.  
  754. .utilichart .typecol img {
  755. opacity: 0.75;
  756. }
  757.  
  758. .teambar button {
  759. background: #dcd1ff;
  760. border-color: #527263;
  761. color: #32453c;
  762. text-shadow: 0px 0px 2px #dcd1ff;
  763. }
  764.  
  765. .teambar button:hover, .teambar button:disabled, .teambar button:disabled:hover, .teambar button:disabled:active {
  766. background: #dcd1ff;
  767. border-color: #527263;
  768. color: #32453c;
  769. text-shadow: none;
  770. }
  771.  
  772. .setmenu button {
  773. color: #706585;
  774. text-shadow: 0px 0px 2px #dcd1ff;
  775. }
  776.  
  777. .setmenu button:hover {
  778. border-color: #706585 !important;
  779. background: #dcd1ff !important;
  780. color: #706585 !important;
  781. text-shadow: none !important;
  782. }
  783.  
  784. .statform p.suggested button {
  785. background: #dcd1ff;
  786. border: 1px solid #527263;
  787. color: #32453c;
  788. text-shadow: 0px 0px 2px #dcd1ff;
  789. padding: 2px 5px;
  790. }
  791.  
  792. .statform p.suggested button:hover {
  793. background: #dcd1ff;
  794. border-color: #527263;
  795. }
  796.  
  797. .statform p.suggested a {
  798. color: #32453c;
  799. }
  800.  
  801. .statform .col div label, .statform .col div em, .detailsform label {
  802. color: #062529;
  803. text-shadow: 0px 0px 2px #dcd1ff;
  804. }
  805.  
  806. .statform .col div b {
  807. color: #031315;
  808. text-shadow: 0px 0px 2px #dcd1ff;
  809. }
  810.  
  811. .jslider .jslider-label {
  812. opacity: 1;
  813. color: #062529;
  814. }
  815.  
  816. .jslider .jslider-value {
  817. background: #dcd1ff;
  818. border: 1px solid #527263;
  819. color: #32453c;
  820. text-shadow: 0px 0px 2px #dcd1ff;
  821. }
  822.  
  823. /***********************
  824. * Teambuilder CSS ~end *
  825. ***********************/
  826.  
  827. /*************
  828. * Battle CSS *
  829. *************/
  830.  
  831. .ps-room.ps-room-opaque {
  832. background: rgba(51, 98, 81, 0.6);
  833. }
  834.  
  835. .ps-room .battle-controls {
  836. background: rgba(255, 255, 255, 0.25);
  837. padding-top: 10px;
  838. padding-bottom: 10px;
  839. }
  840.  
  841. .battle-log {
  842. background: rgba(255, 255, 255, 0.9);
  843. border-color: #706585;
  844. }
  845.  
  846. .battle-log h2 {
  847. border-color: #706585;
  848. background: #dcd1ff;
  849. color: #706585;
  850. text-shadow: none;
  851. text-align: center;
  852. }
  853.  
  854. .battle-log h2:hover {
  855. color: #706585;
  856. }
  857.  
  858. .battle-log .rated strong {
  859. border-color: #706585;
  860. background: #dcd1ff;
  861. color: #706585;
  862. text-shadow: none;
  863. border: 1px solid #706585;
  864. padding: 3px 6px;
  865. }
  866.  
  867. .battle-log .chat strong {
  868. color: #706585;
  869. }
  870.  
  871. .battle-log-add {
  872. border-color: #706585;
  873. background: #dcd1ff;
  874. }
  875.  
  876. .battle-log-add .chatbox label {
  877. text-shadow: 0px 0px #dcd1ff;
  878. }
  879.  
  880. .battle-log-add .textbox {
  881. border-color: #706585;
  882. }
  883.  
  884. .turnstatus-protect {
  885. background:url(http://i.imgur.com/RVxCoHz.png);
  886. opacity: 1 !important;
  887. height: 103px !important;
  888. width: 150px !important;
  889. border-radius: 0;
  890. border-width: 0;
  891. box-shadow: none;
  892. opacity: 0.9;
  893. }
  894.  
  895. .sidecondition-safeguard {
  896. background: url(http://i.imgur.com/FrCoWCW.png);
  897. opacity: 0.6 !important;
  898. height: 90px !important;
  899. width: 130px !important;
  900. border-radius: 0;
  901. opacity: 0.9;
  902. border-width: 0;
  903. box-shadow: none;
  904. }
  905.  
  906. .sidecondition-reflect {
  907. background: url(http://i.imgur.com/X1XDxVB.png);
  908. opacity: 0.7 !important;
  909. height: 90px !important;
  910. width: 130px !important;
  911. border-radius: 0;
  912. border-width: 0;
  913. opacity: 0.9;
  914. box-shadow: none;
  915. }
  916.  
  917. .sidecondition-lightscreen {
  918. background: url(http://i.imgur.com/8eLftNA.png);
  919. opacity: 0.6 !important;
  920. height: 90px !important;
  921. width: 130px !important;
  922. opacity: 0.9;
  923. border-radius: 0;
  924. border-width: 0;
  925. box-shadow: none;
  926. }
  927.  
  928. .backdrop {
  929. background: transparent url("http://i.imgur.com/Ly6TWVD.png?1") no-repeat scroll right top !important;
  930. opacity: 0.6;
  931. }
  932.  
  933. .battle {
  934. border-color: #527263 !important;
  935. }
  936.  
  937. .rightbar, .leftbar {
  938. background: rgba(51, 98, 81, 0.6);
  939. border-color: #527263;
  940. }
  941.  
  942. .trainer strong {
  943. color: #E6FDFF;
  944. text-shadow: 0px -1px 0px #527263;
  945. }
  946.  
  947. .trainer div {
  948. opacity: 1;
  949. }
  950.  
  951. .battle-controls .whatdo {
  952. color: #111;
  953. }
  954.  
  955. .battle-controls .whatdo small {
  956. border-color: #111;
  957. }
  958.  
  959. .moveselect button, .switchselect button {
  960. color: #dcd1ff !important;
  961. text-shadow: 0px 0px 2px #527263 !important;
  962. }
  963.  
  964. .switchmenu button {
  965. background: #dcd1ff !important;
  966. border-color: #527263 !important;
  967. color: #527263 !important;
  968. text-shadow: 0px 0px 2px #dcd1ff !important;
  969. }
  970.  
  971. .switchmenu button:hover {
  972. background: #dcd1ff !important;
  973. border-color: #527263 !important;
  974. color: #527263 !important;
  975. text-shadow: none !important;
  976. }
  977.  
  978. .switchmenu button .hpbar {
  979. border-color: #527263;
  980. }
  981.  
  982. .switchmenu button.disabled, .switchmenu button:disabled {
  983. background: #dcd1ff !important;
  984. border: 2px solid #527263 !important;
  985. color: #527263 !important;
  986. font-weight: bold !important;
  987. text-shadow: none !important;
  988. }
  989.  
  990. .movemenu button:disabled {
  991. background: #9BB6B1;
  992. border: 2px solid #0E3339;
  993. color: #0E3339;
  994. font-weight: bold;
  995. text-shadow: none;
  996. }
  997.  
  998. .movemenu button:disabled .movemenu button small.pp, .movemenu button:disabled .movemenu button small.type {
  999. text-shadow: none;
  1000. color: #527263;
  1001. }
  1002.  
  1003. .movemenu button {
  1004. border: 1px solid #527263 !important;
  1005. }
  1006.  
  1007. #tooltipwrapper {
  1008. position: absolute;
  1009. top: 400px;
  1010. left: 100px;
  1011. text-align: left;
  1012. color: #527263;
  1013. text-shadow: 0px 0px 2px #dcd1ff;
  1014. }
  1015.  
  1016. #tooltipwrapper .tooltipinner {
  1017. position: relative;
  1018. }
  1019.  
  1020. #tooltipwrapper .tooltip {
  1021. position: absolute;
  1022. bottom: 0;
  1023. left: 0;
  1024. width: 300px;
  1025. background: #dcd1ff;
  1026. border-color: #527263;
  1027. border-radius: 1px;
  1028. }
  1029.  
  1030. #tooltipwrapper .tooltip h2 {
  1031. padding: 2px 4px;
  1032. margin: 0;
  1033. border-bottom: 1px solid #527263;
  1034. font-size: 10pt;
  1035. color: #527263;
  1036. text-shadow: 0px 0px 2px #dcd1ff;
  1037. }
  1038.  
  1039. #tooltipwrapper .tooltip p {
  1040. padding: 2px 4px;
  1041. margin: 0;
  1042. font-size: 8pt;
  1043. }
  1044.  
  1045. #tooltipwrapper .tooltip p.section {
  1046. border-top: 1px solid #527263;
  1047. }
  1048.  
  1049. /******************
  1050. * Battle CSS ~end *
  1051. ******************/
  1052.  
  1053. /************************
  1054. * Roomintro Classes CSS *
  1055. ************************/
  1056.  
  1057. .astext {
  1058. border: none;
  1059. background: none;
  1060. padding: 0;
  1061. height: -20em;
  1062. font-family: Verdana,sans-serif;
  1063. font-size: 12px;
  1064. cursor: pointer;
  1065. }
  1066.  
  1067. /*****************************
  1068. * Roomintro Classes CSS ~end *
  1069. *****************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement