Advertisement
Guest User

PokeheroesDark cooking pot fix redo

a guest
Jan 22nd, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.26 KB | None | 0 0
  1. @-moz-document url-prefix("https://pokeheroes.com") {
  2. #userbar {
  3. background: rgba(157, 85, 252, 0.5);
  4. position: fixed;
  5. z-index: 15;
  6. top: 0;
  7. margin-top: -2px;
  8. left: 0;
  9. right: 0;
  10. width: 100%;
  11. max-width: 900px;
  12. min-width: 320px;
  13. padding: 0 8px;
  14. border: 2px solid rgba(0, 0, 0, 0.6);
  15. font-weight: bold;
  16. color: rgb(200, 190, 210);
  17. }
  18. a.userbar {
  19. cursor: pointer;
  20. color: #BDFFFC;
  21. text-decoration: underline;
  22. }
  23. #header .banner {
  24. overflow: hidden;
  25. border: 2px solid rgba(0, 0, 0, 0.6);
  26. max-height: 175px;
  27. }
  28. .rounded {
  29. border-radius: 8px;
  30. }
  31. #topnav_wrapper {
  32. display: flex;
  33. flex-wrap: wrap;
  34. position: absolute;
  35. bottom: 6px;
  36. width: 100%;
  37. padding: 0 2px;
  38. }
  39. .nav_button {
  40. width: 100%;
  41. position: relative;
  42. cursor: pointer;
  43. padding: 8px 0;
  44. background: #601C76 url(https://cdn.discordapp.com/attachments/808539974747160576/809225364860960768/unknown.png) repeat-x;
  45. font-size: 16pt;
  46. color: rgb(250, 245, 255);
  47. text-align: center;
  48. opacity: .6;
  49. font-variant: small-caps;
  50. display: inline-block;
  51. text-decoration: none;
  52. }
  53. div.subnav {
  54. position: absolute;
  55. width: 100%;
  56. max-width: 500px;
  57. background: #601C76;
  58. z-index: 10;
  59. display: none;
  60. color: rgb(250, 245, 255);
  61. font-size: 11pt;
  62. letter-spacing: 1px;
  63. }
  64. a.subnav {
  65. display: block;
  66. height: 30px;
  67. color: rgb(250, 245, 255);
  68. text-decoration: none;
  69. font-weight: 400;
  70. font-size: 11pt;
  71. letter-spacing: 1px;
  72. font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  73. margin-top: 4px;
  74. }
  75. #userp_top {
  76. margin-left: 8px;
  77. margin-right: 8px;
  78. border: 1.5px solid rgba(0, 0, 0, 0.8);
  79. background: #170522 url(https://cdn.discordapp.com/attachments/808539974747160576/808540824932581418/unknown.png) repeat-x;
  80. }
  81. img#userp_thumbnail {
  82. border: 1.5px solid;
  83. margin-left: 5px;
  84. box-shadow: 6px 5px 10px #000;
  85. }
  86. .userp_box {
  87. width: 100%;
  88. margin-top: 15px;
  89. background: #170522 url(https://cdn.discordapp.com/attachments/808539974747160576/808540824932581418/unknown.png) repeat-x;
  90. border: 1.5px solid rgba(0, 0, 0, 0.8);
  91. font-size: 11px;
  92. }
  93. .userp_box th {
  94. font-size: 12px;
  95. border: 1px solid rgba(0, 0, 0, 0.6);
  96. background-color: rgba(157, 85, 252, 0.4);
  97. padding: 4px;
  98. }
  99. .userp_box td {
  100. font-size: 11px;
  101. border: 1px solid rgba(0, 0, 0, 0.6);
  102. background-color: rgba(0, 0, 0, 0.1);
  103. padding: 4px;
  104. text-align: center;
  105. vertical-align: middle;
  106. }
  107. #party_box {
  108. width: 100%;
  109. position: relative;
  110. background-color: rgba(0, 0, 0, 0.4);
  111. border: 1px solid rgba(0, 0, 0, 0.6);
  112. min-height: 100px;
  113. box-sizing: border-box;
  114. overflow: hidden;
  115. }
  116. #left_box input[type=submit] {
  117. background-image: none;
  118. background-color: rgba(115, 70, 235, 0.3);
  119. color: #98C5F3;
  120. border: 1px solid rgba(0, 0, 0, 0.6);
  121. text-shadow: 0 0 0;
  122. position: relative;
  123. left: 100%;
  124. margin-left: -111px;
  125. margin-top: 4px;
  126. width: 100px;
  127. cursor: pointer;
  128. z-index: 2;
  129. outline: 0;
  130. }
  131. textarea {
  132. background-color: rgba(0, 0, 0, 0.4);
  133. color: rgb(200, 190, 210);
  134. box-sizing: border-box;
  135. border-radius: 2px;
  136. }
  137. textarea:focus {
  138. background-color: #000
  139. }
  140. #userp_feed1 {
  141. background: rgba(0, 0, 0, 0.4);
  142. color: rgb(200, 190, 210);
  143. }
  144. #userp_feed2 {
  145. background: rgba(0, 0, 0, 0.4);
  146. color: rgb(200, 190, 210);
  147. }
  148. td.feed_text hr {
  149. border: 0;
  150. color: rgb(250, 245, 255);
  151. background-color: rgba(0, 0, 0, 0.6);
  152. height: 1px;
  153. opacity: .8;
  154. margin-top: 1px;
  155. }
  156. img.feed_ava {
  157. width: 50px;
  158. background-color: rgba(255, 255, 255, 0.5);
  159. border: 1px solid rgba(0, 0, 0, 0.6);
  160. }
  161. .feed_table_wrapper {
  162. background: rgba(0, 0, 0, 0.4) !important;
  163. }
  164. #private_chat {
  165. position: fixed;
  166. width: 100%;
  167. max-width: 360px;
  168. height: 100%;
  169. max-height: 450px;
  170. margin: auto;
  171. background: #601C76;
  172. border: 1px solid rgba(0, 0, 0, 0.6);
  173. z-index: 75;
  174. display: none;
  175. flex-direction: column;
  176. }
  177. #private_chat div.chat_head,
  178. #private_chat_group_creator .head {
  179. width: 100%;
  180. background: #E979EC;
  181. top: 0;
  182. left: 0;
  183. font-weight: 700;
  184. color: #2F182F;
  185. padding: 6px;
  186. padding-top: 10px;
  187. }
  188. #friend_bar {
  189. position: fixed;
  190. width: 100%;
  191. max-width: 220px;
  192. height: 100%;
  193. right: 0;
  194. top: 0;
  195. background: #601C76;
  196. z-index: 75;
  197. overflow-x: hidden;
  198. border-left: 1px solid rgba(0, 0, 0, 0.6);
  199. display: none;
  200. flex-direction: column;
  201. }
  202. #friend_bar a.friend_chat {
  203. display: inline-block;
  204. width: 100%;
  205. height: 50px;
  206. padding: 5px;
  207. text-decoration: none;
  208. vertical-align: middle;
  209. border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  210. background: #E451A4;
  211. word-wrap: break-word;
  212. box-sizing: border-box;
  213. color: #2E1021
  214. }
  215. #friend_bar a.friend_chat:hover {
  216. display: inline-block;
  217. width: 100%;
  218. height: 50px;
  219. padding: 5px;
  220. text-decoration: none;
  221. vertical-align: middle;
  222. border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  223. background: #D5114A;
  224. word-wrap: break-word;
  225. box-sizing: border-box;
  226. }
  227. #friend_bar .action_btn {
  228. flex: 1;
  229. text-align: center;
  230. height: 32px;
  231. background: #D5114A;
  232. padding: 4px;
  233. border-radius: 2px;
  234. margin: 1px;
  235. cursor: pointer;
  236. }
  237. #main {
  238. background: rgba(85, 28, 117, 0.3);
  239. background-size: auto;
  240. border: 2px solid rgba(0, 0, 0, 0.6);
  241. }
  242. a {
  243. color: #98C5F3;
  244. }
  245. div.right_box {
  246. width: 100%;
  247. position: relative;
  248. background-color: rgba(0, 0, 0, 0.4);
  249. border: 1px solid rgba(0, 0, 0, 0.6);
  250. margin-top: 16px;
  251. min-height: 80px;
  252. }
  253. li.filter {
  254. list-style: none outside none;
  255. margin: 0;
  256. padding: 6px;
  257. margin-left: -40px;
  258. margin-bottom: 5px;
  259. font-size: 14px;
  260. font-weight: 700;
  261. cursor: pointer;
  262. background-color: rgba(115, 70, 235, 0.4);
  263. opacity: .6;
  264. }
  265. li.filter:hover {
  266. background-color: rgba(115, 70, 235, 0.8);
  267. opacity: .9;
  268. color: rgb(250, 245, 255);
  269. }
  270. li.filter.selected {
  271. background-color: rgba(255, 255, 255, 0.4);
  272. color: #000;
  273. }
  274. #feed_comments {
  275. position: fixed;
  276. z-index: 120;
  277. width: 100%;
  278. height: 100%;
  279. max-width: 600px;
  280. max-height: 700px;
  281. margin: auto;
  282. left: 0;
  283. right: 0;
  284. top: 0;
  285. bottom: 0;
  286. background-color: #0B0619;
  287. border: 1px solid rgba(0, 0, 0, 0.6);
  288. opacity: 0.9;
  289. overflow-y: scroll;
  290. }
  291. #feed_likes {
  292. position: fixed;
  293. z-index: 120;
  294. width: 100%;
  295. height: 100%;
  296. max-width: 400px;
  297. max-height: 600px;
  298. margin: auto;
  299. left: 0;
  300. right: 0;
  301. top: 0;
  302. bottom: 0;
  303. background-color: #0B0619;
  304. border: 1px solid rgba(0, 0, 0, 0.6);
  305. opacity: 0.9;
  306. overflow-y: scroll;
  307. }
  308. div.dropDownFeed {
  309. position: absolute;
  310. right: 2px;
  311. border: 1px solid rgba(0, 0, 0, 0.6);
  312. margin-top: 15px;
  313. background: #0B0619;
  314. min-width: 180px;
  315. opacity: .88;
  316. display: none;
  317. }
  318. div.dropDownFeed div.inner:hover {
  319. background: #241452;
  320. }
  321. body {
  322. color: #E0A0FF;
  323. }
  324. td.feed_text {
  325. background-color: rgba(0, 0, 0, 0.4);
  326. border: 1px solid rgba(0, 0, 0, 0.6);
  327. color: rgb(200, 190, 210);
  328. }
  329. element.style {
  330. background: #f00/*No clue what this does.. Come back to it later?*/;
  331. color: #f1e5cc;
  332. padding: 5px;
  333. margin-top: 4px;
  334. }
  335. h3.headline1 {
  336. text-align: left;
  337. padding-left: 40px;
  338. margin-right: 120px;
  339. margin-left: 10px;
  340. border-bottom: 2px solid;
  341. color: #E0A0FF;
  342. }
  343. a.sidebar {
  344. text-decoration: none;
  345. color: #E0A0FF;
  346. }
  347. li.sidebar_nav:hover {
  348. background-color: #E0A0FF40;
  349. color: rgb(250, 245, 255);
  350. }
  351. select {
  352. -webkit-writing-mode: horizontal-tb !important;
  353. text-rendering: auto;
  354. color: #000;
  355. letter-spacing: normal;
  356. word-spacing: normal;
  357. text-transform: none;
  358. text-indent: 0px;
  359. text-shadow: none;
  360. display: inline-block;
  361. text-align: start;
  362. appearance: auto;
  363. box-sizing: border-box;
  364. align-items: center;
  365. white-space: pre;
  366. -webkit-rtl-ordering: logical;
  367. background-color: #888;
  368. cursor: default;
  369. margin: 0em;
  370. font: 400 13.3333px Arial;
  371. border-radius: 0px;
  372. border-width: 1px;
  373. border-style: solid;
  374. border-color: #00000080;
  375. border-image: initial;
  376. }
  377. input {
  378. -webkit-writing-mode: horizontal-tb !important;
  379. text-rendering: auto;
  380. color: #000;
  381. letter-spacing: normal;
  382. word-spacing: normal;
  383. text-transform: none;
  384. text-indent: 0px;
  385. text-shadow: none;
  386. display: inline-block;
  387. text-align: start;
  388. appearance: auto;
  389. background-color: #888;
  390. -webkit-rtl-ordering: logical;
  391. cursor: text;
  392. margin: 0em;
  393. font: 400 13.3333px Arial;
  394. padding: 1px 2px;
  395. border-width: 2px;
  396. border-style: inset;
  397. border-color: #000;
  398. border-image: initial;
  399. }
  400. #party_field {
  401. position: relative;
  402. background: rgba(0, 0, 0, 0.4);
  403. padding: 7px;
  404. text-align: center;
  405. min-width: 130px;
  406. box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
  407. }
  408. .retrieve_screen {
  409. background: rgba(96, 96, 96, 0.8)
  410. }
  411. .retrieve_screen div {
  412. color: #E0C0FF;
  413. text-shadow: 3px 3px 5px #000
  414. }
  415. #big_button {
  416. background: rgba(115, 70, 235, 0.3);
  417. padding: 10px;
  418. text-align: center;
  419. color: rgb(250, 245, 255);
  420. font-size: 18pt;
  421. font-weight: 700;
  422. box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  423. border-radius: 4px;
  424. }
  425. table#blue_table th,
  426. .bluecell_head {
  427. background-color: rgba(157, 85, 252, 0.4);
  428. padding: 2px;
  429. text-align: center;
  430. color: rgba(250, 245, 255);
  431. font-size: 10pt;
  432. font-weight: 700;
  433. box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  434. margin: 4px;
  435. }
  436. table#blue_table td,
  437. .bluecell {
  438. background-color: rgba(0, 0, 0, 0.2);
  439. padding: 2px;
  440. text-align: center;
  441. vertical-align: middle;
  442. box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  443. margin: 4px;
  444. }
  445. table#blue_table td,
  446. table#blue_table th {
  447. border: 1px outset rgba(0, 0, 0, 0.6);
  448. }
  449. table#blue_table tr:hover td {
  450. background-color: #A070C040!important;
  451. }
  452. div input[type=submit],
  453. button {
  454. background-color: rgba(115, 70, 235, 0.4);
  455. border-radius: 2px;
  456. text-indent: 0;
  457. border: 0;
  458. display: inline-block;
  459. color: rgb(250, 245, 255);
  460. font-size: 13px;
  461. font-weight: 700;
  462. font-style: normal;
  463. line-height: 28px;
  464. padding: 0 16px;
  465. text-decoration: none;
  466. text-align: center;
  467. font-family: inherit;
  468. cursor: pointer;
  469. }
  470. input[type=submit]:hover,
  471. button:hover {
  472. background-color: rgba(115, 70, 235, 0.8);
  473. }
  474. ::-webkit-scrollbar-thumb {
  475. background: #CA4496;
  476. -webkit-box-shadow: inset 1px 1px 2px #67011E;
  477. border-radius: 20px;
  478. }
  479. #greenfield {
  480. background: #0d3f15;
  481. border: 2px solid #66cc8680;
  482. color: #66cc86;
  483. }
  484. #redfield {
  485. background: #65140b;
  486. border: 2px solid #db848c80;
  487. color: #db848c;
  488. }
  489. #pkmn_profile {
  490. width: 270px;
  491. padding: 10px;
  492. background: #130525;
  493. border: 2px solid #601C76;
  494. }
  495. #profile_bar {
  496. position: absolute;
  497. margin-left: 80px;
  498. padding: 5px 0;
  499. padding-left: 25px;
  500. width: 150px;
  501. height: 30px;
  502. border: 1px solid #601C76;
  503. background: rgba(128, 128, 128, 0.1);
  504. z-index: 1;
  505. font-weight: 700;
  506. color: rgb(200, 190, 210);
  507. font-size: 10px;
  508. }
  509. #pkmn_pic {
  510. position: absolute;
  511. width: 96px;
  512. height: 96px;
  513. border: 1px solid #601C76;
  514. background: #291E38;
  515. z-index: 2;
  516. text-align: center;
  517. }
  518. td.poketable1 {
  519. font-size: 11px;
  520. font-weight: 700;
  521. padding: 4px;
  522. width: 110px;
  523. height: 20px;
  524. -moz-border-radius: 5px;
  525. -webkit-border-radius: 5px;
  526. border-radius: 5px;
  527. behavior: url(../../border-radius.htc);
  528. color: rgb(200, 190, 210);
  529. background-color: rgba(159, 23, 99, 0.5);
  530. }
  531. td.poketable2 {
  532. font-size: 11px;
  533. font-weight: 700;
  534. padding: 4px;
  535. width: 110px;
  536. -moz-border-radius: 5px;
  537. -webkit-border-radius: 5px;
  538. border-radius: 5px;
  539. behavior: url(../../border-radius.htc);
  540. color: rgb(200, 190, 210);
  541. background-color: rgba(159, 23, 99, 0.25);
  542. }
  543. h2.indexheadline {
  544. text-align: center;
  545. font-size: 30pt;
  546. color: #E0A0FF;
  547. margin-top: 25px;
  548. margin-bottom: -10px;
  549. }
  550. #newsbox {
  551. line-height: 24px;
  552. background: #83758C;
  553. border: 3px solid #601C76;
  554. color: #232124;
  555. font-weight: 700;
  556. box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.8);
  557. position: relative;
  558. }
  559. #newsbox .head {
  560. display: flex;
  561. flex-wrap: nowrap;
  562. justify-content: space-around;
  563. align-items: center;
  564. min-height: 44px;
  565. max-width: 400px;
  566. margin-right: 5.5em;
  567. color: #f1e5cc;
  568. background: #601C76;
  569. }
  570. #newsbox > div {
  571. background: #601C76 !important;
  572. }
  573. #newsbox > div ~ div {
  574. background: inherit !important;
  575. }
  576. #newsbox a.news {
  577. font-size: 10pt;
  578. color: #111F8D;
  579. text-decoration: none;
  580. padding: 6px 0;
  581. margin-right: 14px;
  582. border-top: 1px solid;
  583. border-bottom: 1px solid;
  584. text-transform: uppercase;
  585. }
  586. #newsbox a.news:hover {
  587. color: #1033B3
  588. }
  589. div.ribbon {
  590. background: #170547;
  591. background: linear-gradient(#0E3CCA 0%, #170547 100%);
  592. color: #f1e5cc;
  593. padding: .5em 0;
  594. text-align: center;
  595. text-shadow: -1px -1px 0 #a06780;
  596. }
  597. div.ribbon:after {
  598. border-left: 20px solid #170547;
  599. border-right: 20px solid #170547;
  600. border-bottom: 10px solid transparent;
  601. bottom: 0;
  602. content: '';
  603. height: 0;
  604. left: 0;
  605. position: absolute;
  606. width: 0;
  607. }
  608. #lovebox span.lovebox_hl {
  609. color: rgb(250, 245, 255);
  610. font-weight: 700;
  611. font-size: 14pt;
  612. margin-left: 30px;
  613. }
  614. #lovebox {
  615. line-height: 16px;
  616. width: 280px;
  617. height: 140px;
  618. padding: 5px;
  619. background: #4e0f34 url(https://cdn.discordapp.com/attachments/808539974747160576/808616900724523058/unknown.png) repeat-x;
  620. border-color: #601C76;
  621. color: #232124;
  622. font-weight: 700;
  623. box-shadow: 15px 10px 20px rgba(0, 0, 0, 0.8);
  624. position: relative;
  625. margin-top: 8px;
  626. margin-bottom: 8px;
  627. }
  628. #lovebox a:link {
  629. color: #111F8D
  630. }
  631. #lovebox a:link:hover {
  632. color: #1033B3
  633. }
  634. ::-webkit-scrollbar-track {
  635. background: #67011E;
  636. -webkit-box-shadow: inset 1px 1px 2px #370010;
  637. border: 1px solid #1F000B;
  638. border-radius: 20px;
  639. }
  640. table#forum {
  641. width: 100%;
  642. border: 2px solid rgba(0, 0, 0, 0.6);
  643. }
  644. table#forum th {
  645. text-align: left;
  646. background: #532782 url(https://cdn.discordapp.com/attachments/808539974747160576/808542832850632774/unknown.png) repeat-x;
  647. color: rgb(250, 245, 255);
  648. padding: 4px;
  649. font-size: 15pt;
  650. border-top: 2px solid rgba(0, 0, 0, 0.6);
  651. border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  652. }
  653. table#forum tr.subforum {
  654. background: #320E3B url(https://cdn.discordapp.com/attachments/808539974747160576/832057867339038720/unknown.png) repeat-x;
  655. color: rgb(250, 245, 255);
  656. padding: 4px;
  657. border: 1px solid #00000080;
  658. }
  659. table#forum tr.first {
  660. border-top: 2px solid rgba(0, 0, 0, 0.6);
  661. }
  662. table#forum tr.thread {
  663. background: #320E3B url(https://cdn.discordapp.com/attachments/808539974747160576/832057867339038720/unknown.png) repeat-x;
  664. color: rgb(250, 245, 255);
  665. padding: 1px;
  666. border: 1px solid #00000080;
  667. }
  668. table#forum a.thread {
  669. font-size: 10pt;
  670. text-decoration: none;
  671. color: #60A0ff;
  672. }
  673. #post_field {
  674. width: 100%;
  675. position: relative;
  676. background: #461353 url(https://cdn.discordapp.com/attachments/808539974747160576/821229233010900992/unknown.png) repeat-x;
  677. border: none;
  678. }
  679. #post_field > div {
  680. background: #380F43 url(https://cdn.discordapp.com/attachments/808539974747160576/821228803883139142/unknown.png) repeat-x !important;
  681. border: 1px solid rgba(0, 0, 0, 0.6) !important;
  682. }
  683. #post_field > div ~ div {
  684. background: inherit !important;
  685. }
  686. td.post_info {
  687. background: #380F43 url(https://cdn.discordapp.com/attachments/808539974747160576/821228803883139142/unknown.png) repeat-x !important;
  688. }
  689. fieldset.quote {
  690. background: #621A74 url(https://cdn.discordapp.com/attachments/808539974747160576/821229547910332466/unknown.png) repeat-x;
  691. color: #FFF;
  692. border: 1px solid rgba(0, 0, 0, 0.6)
  693. }
  694. h3.thread_headline {
  695. color: #B96AC9
  696. }
  697. hr {
  698. border: 0;
  699. color: #faf5ff40;
  700. background-color: #faf5ff40;
  701. height: 1px;
  702. }
  703. div element.style {
  704. min-width: 150px;
  705. flex: 1;
  706. text-align: center;
  707. border-right: 1px solid;
  708. border-bottom: 1px solid;
  709. padding: 5px;
  710. background: #80FF00 url(https://i.imgur.com/N0DpeHU.png) repeat-x /*FIX - no clue what this goes to!!*/;
  711. display: flex;
  712. flex-wrap: wrap;
  713. align-content: flex-start;
  714. }
  715. .gardenNavigation {
  716. width: 90%;
  717. position: relative;
  718. margin: auto;
  719. background: #7d3760;
  720. border: 2px solid #7d3760;
  721. text-align: center;
  722. padding: 10px 3px;
  723. display: flex;
  724. flex-wrap: wrap;
  725. justify-content: center;
  726. }
  727. .inbox_button {
  728. width: 40%;
  729. position: relative;
  730. background-color: #501050;
  731. float: left;
  732. margin-left: 20px;
  733. padding: 7px;
  734. border: 1px solid #00000080;
  735. line-height: 18px;
  736. margin-top: 15px;
  737. cursor: pointer;
  738. }
  739. .inbox_button:hover {
  740. background: #79176B;
  741. }
  742. .tradeUnitBox {
  743. background: #621A74;
  744. border: 1px solid #00000080;
  745. }
  746. .tradePkmnAdd {
  747. width: 85%;
  748. height: 41px;
  749. background-color: #A94BD2;
  750. margin: 8px;
  751. margin-left: 32px;
  752. cursor: pointer;
  753. }
  754. #pkmn_select_fixed {
  755. position: fixed;
  756. margin: auto;
  757. left: 0;
  758. right: 0;
  759. top: 0;
  760. bottom: 0;
  761. padding: 5px;
  762. background: #541F5B url(https://cdn.discordapp.com/attachments/808539974747160576/811065239227334656/unknown.png) repeat-x;
  763. border: 2px solid #00000080;
  764. display: none;
  765. z-index: 200;
  766. max-width: 550px;
  767. max-height: 600px;
  768. overflow-y: auto;
  769. }
  770. #pkmn_storage_small {
  771. position: relative;
  772. height: 350px;
  773. padding: 5px;
  774. border: 2px solid #00000080;
  775. background: #A94BD2 url(https://cdn.discordapp.com/attachments/808539974747160576/819088843105894400/unknown.png) repeat-x;
  776. color: #100C2A;
  777. margin-bottom: 3px;
  778. }
  779. #box_select {
  780. width: 100%;
  781. min-height: 150px;
  782. padding: 5px;
  783. border: 2px solid #00000080;
  784. background: #A94BD2 url(https://cdn.discordapp.com/attachments/808539974747160576/819088843105894400/unknown.png) repeat-x;
  785. color: #100C2A;
  786. overflow-y: auto;
  787. line-height: 19px;
  788. margin-bottom: 3px;
  789. }
  790. #pkmn_storage_info {
  791. position: relative;
  792. min-height: 100px;
  793. padding: 5px;
  794. padding-top: 10px;
  795. padding-left: 20px;
  796. border: 2px solid #00000080;
  797. background: #A94BD2 url(https://cdn.discordapp.com/attachments/808539974747160576/819088843105894400/unknown.png) repeat-x;
  798. color: #100C2A;
  799. text-align: left;
  800. }
  801. #pkmn_storage_info a {
  802. color: #06258B
  803. }
  804. #pkmn_storage_info a:hover {
  805. color: #0C4DE8
  806. }
  807. div.battle_add {
  808. width: 85%;
  809. background-color: #8000ff40;
  810. margin: 8px;
  811. float: right;
  812. }
  813. div.battle_add:hover {
  814. background-color: #8000ff80;
  815. }
  816. .tabcontent {
  817. display: none;
  818. border: 2px solid #00000080;
  819. background-color: #CF67FD20;
  820. z-index: 2;
  821. margin-top: -2px;
  822. padding: 10px;
  823. border-radius: 4px;
  824. position: relative;
  825. }
  826. .tabselect {
  827. border: 2px solid #00000080;
  828. border-bottom: 0;
  829. border-radius: 4px 4px 0 0;
  830. z-index: 1;
  831. cursor: pointer;
  832. display: inline-block;
  833. padding: 5px;
  834. padding-bottom: 10px;
  835. font-weight: 700;
  836. margin-left: 5px;
  837. background-color: #CF67FD20;
  838. position: relative;
  839. opacity: .7;
  840. }
  841. /*Optional storage box stuff
  842. ---
  843. #storage_box {
  844. width: 100%;
  845. background-image: url(https://i.imgur.com/Xle5zwb.png);
  846. border: #7d3760 3px solid;
  847. padding-top: 15px;
  848. color: #f1e5cc;
  849. }
  850. #storage_box #st_headline {
  851. height: 28px;
  852. margin-bottom: 4px;
  853. width: 100%;
  854. background: #7d3760;
  855. font-weight: 700;
  856. font-size: 12pt;
  857. padding: 5px;
  858. padding-left: 15px;
  859. }*/
  860. #pokedex {
  861. background-image: url(https://cdn.discordapp.com/attachments/808539974747160576/809289917129687047/unknown.png);
  862. background-repeat: repeat;
  863. width: 100%;
  864. max-width: 700px;
  865. position: relative;
  866. margin: auto;
  867. border: 2px solid #220F61;
  868. color: #f1e5cc;
  869. }
  870. #pkdx_img {
  871. width: 120px;
  872. height: 120px;
  873. background-color: #98C5F3;
  874. border: 1px solid #06258B;
  875. position: relative;
  876. left: 50%;
  877. margin-left: -60px;
  878. margin-top: 20px;
  879. text-align: center;
  880. }
  881. .pkdx_button {
  882. display: flex;
  883. background-color: #571666;
  884. margin-top: 5px;
  885. padding: 8px;
  886. border-radius: 2px;
  887. opacity: .9;
  888. }
  889. .pkdx_button:hover {
  890. background-color: #802990;
  891. }
  892. #pkdx_entry {
  893. display: none;
  894. position: absolute;
  895. z-index: 2;
  896. width: 100%;
  897. height: 100%;
  898. top: 0;
  899. left: 0;
  900. background: #150D41;
  901. }
  902. #pokedex_info {
  903. width: 100%;
  904. background-color: #220F61;
  905. text-align: center;
  906. font-weight: 700;
  907. padding: 8px;
  908. }
  909. #pokedex_region_wrapper input {
  910. text-align: center;
  911. padding: 0
  912. }
  913. #tall_grass_legend {
  914. margin-left: 50px;
  915. padding: 10px;
  916. border: 1px solid #00000080;
  917. font-size: 16px;
  918. background-color: #A45A5E;
  919. font-weight: bold;
  920. }
  921. #tall_grass_fieldset {
  922. position: relative;
  923. margin: auto;
  924. max-width: 500px;
  925. border: 2px solid #00000080;
  926. background-color: #825A63;
  927. }
  928. #current_chain {
  929. position: relative;
  930. margin: 32px auto;
  931. padding: 10px;
  932. width: 100%;
  933. max-width: 350px;
  934. border: 2px solid #00000080;
  935. text-align: center;
  936. background: #A45A5E;
  937. }
  938. #shiny_radar_background {
  939. position: relative;
  940. margin: auto;
  941. margin-top: 16px;
  942. width: 300px;
  943. height: 300px;
  944. background-image: url(https://cdn.discordapp.com/attachments/808539974747160576/822630193930960896/unknown.png);
  945. border: 2px solid #00000080;
  946. box-shadow: 5px 5px 10px #00000080;
  947. }
  948. #blue_box {
  949. width: 90%;
  950. left: 5%;
  951. padding: 15px;
  952. margin-left: -7.5px;
  953. position: relative;
  954. background: #5C2E64 url(https://cdn.discordapp.com/attachments/808539974747160576/811067471300919296/unknown.png) repeat-x;
  955. border: 2px solid #00000080;
  956. box-shadow: 11px 8px 10px #00000080;
  957. }
  958. div#wondercard {
  959. background: #9D7395;
  960. width: 290px;
  961. height: 160px;
  962. margin: 4px;
  963. position: relative;
  964. overflow: hidden;
  965. color: #4e0f34;
  966. cursor: pointer;
  967. }
  968. div.wondercardStatistic {
  969. width: 125px;
  970. height: 125px;
  971. margin: 4px;
  972. background: #9F698B;
  973. text-align: center;
  974. padding: 10px;
  975. font-weight: 700;
  976. }
  977. div.wondercardInnerLayer {
  978. position: absolute;
  979. width: 100%;
  980. height: 100%;
  981. background: #9D7395e3;
  982. }
  983. div.cardNumberWrapper {
  984. border-radius: 100px;
  985. background: #9B537B;
  986. width: 70px;
  987. height: 70px;
  988. margin-left: -30px;
  989. margin-top: -30px;
  990. position: absolute;
  991. line-height: 25px;
  992. }
  993. .letterGuess {
  994. background: #631d63;
  995. color: #f1cbe4;
  996. text-decoration: none;
  997. font-size: 12pt;
  998. padding: 8px;
  999. line-height: 40px;
  1000. }
  1001. .letterGuess:hover {
  1002. background: #84269B;
  1003. color: #FFDDFF;
  1004. }
  1005. .spoiler_content {
  1006. display: none;
  1007. border: 2px solid rgba(0, 0, 0, 0.6);
  1008. background: #62216E url(https://cdn.discordapp.com/attachments/808539974747160576/821234754837282847/unknown.png) repeat-x;
  1009. margin-top: 5px;
  1010. padding: 8px;
  1011. }
  1012. .speech {
  1013. position: relative;
  1014. width: 90%;
  1015. padding: 10px;
  1016. color: #f1e5cc;
  1017. min-height: 35px;
  1018. background: #919191;
  1019. }
  1020. #ranklist td {
  1021. font-size: 11px;
  1022. border: 1px solid #00000080;
  1023. background-color: #0003;
  1024. padding: 4px;
  1025. text-align: center;
  1026. vertical-align: middle;
  1027. }
  1028. #mini_notif_wrapper .mini_notif {
  1029. width: 240px;
  1030. padding: 8px;
  1031. background: #CF67FD url(https://cdn.discordapp.com/attachments/808539974747160576/809208669891067904/unknown.png) repeat-x;
  1032. border: 1px solid #00000080;
  1033. color: #100C2A;
  1034. margin-top: 8px;
  1035. display: flex;
  1036. opacity: 0.9;
  1037. }
  1038. #mini_notif_wrapper .mini_notif:hover {
  1039. width: 240px;
  1040. padding: 8px;
  1041. background: #CF67FD url(https://cdn.discordapp.com/attachments/808539974747160576/809208669891067904/unknown.png) repeat-x;
  1042. border: 1px solid #00000080;
  1043. color: #100C2A;
  1044. margin-top: 8px;
  1045. display: flex;
  1046. opacity: 1
  1047. }
  1048. #special_fixbox {
  1049. position: fixed;
  1050. z-index: 14;
  1051. left: 2%;
  1052. top: 100%;
  1053. margin-top: -80px;
  1054. width: 180px;
  1055. height: 80px;
  1056. padding: 20px;
  1057. border: 2px solid #00000080;
  1058. background: #CF67FD url(https://cdn.discordapp.com/attachments/808539974747160576/809208669891067904/unknown.png) repeat-x;
  1059. color: #100C2A;
  1060. border-radius: 20px;
  1061. opacity: 0.9
  1062. }
  1063. #special_fixbox:hover {
  1064. position: fixed;
  1065. z-index: 14;
  1066. left: 2%;
  1067. top: 100%;
  1068. margin-top: -80px;
  1069. width: 180px;
  1070. height: 80px;
  1071. padding: 20px;
  1072. border: 2px solid #00000080;
  1073. background: #CF67FD url(https://cdn.discordapp.com/attachments/808539974747160576/809208669891067904/unknown.png) repeat-x;
  1074. color: #100C2A;
  1075. border-radius: 20px;
  1076. opacity: 1
  1077. }
  1078. .gc_game_selection img {
  1079. color: #000000A0
  1080. }
  1081. .gc_game_selection img:hover {
  1082. color: #ffffffA0
  1083. }
  1084. #daily_reward_box a {
  1085. color: #06258B
  1086. }
  1087. #daily_reward_box a:hover {
  1088. color: #0C4DE8
  1089. }
  1090. .greenBerryWindow {
  1091. color: #000;
  1092. border: 2px solid #00000080;
  1093. background: #5A8B93 url(https://cdn.discordapp.com/attachments/808539974747160576/811076488492744754/unknown.png) repeat-x;
  1094. }
  1095. .orangeBerryWindow {
  1096. color: #1A130F;
  1097. border: 2px solid #00000080;
  1098. background: #AA7D62 url(https://cdn.discordapp.com/attachments/808539974747160576/811078844152807474/unknown.png) repeat-x;
  1099. }
  1100. #moverLoader div {
  1101. background-color: #715DB5 !important;
  1102. border-color: #00000080 !important
  1103. }
  1104. .cheat_valid {
  1105. background: rgba(0, 0, 0, 0.8);
  1106. color: white
  1107. }
  1108. div.menuOrderPopup {
  1109. background: hsl(282, 53%, 26%) !important;
  1110. border: 2px solid #00000080 !important;
  1111. }
  1112. div#mystery_open.rounded {
  1113. background: #88174abf;
  1114. color: #df9fbc;
  1115. border: 2px solid #df9fbc54
  1116. }
  1117. div.bulletinPaper, div.bulletinExtendedView0, div.bulletinExtendedView1, div.bulletinExtendedView2, div.bulletinExtendedView3, div.bulletinExtendedView4 {
  1118. color: #1A130F !important
  1119. }
  1120. div.bulletinExtendedView0 a, div.bulletinExtendedView1 a, div.bulletinExtendedView2 a, div.bulletinExtendedView3 a, div.bulletinExtendedView4 a, div.bulletinExtendedView5 a {
  1121. color: rgba(56, 0, 208) !important;
  1122. opacity: .5 !important
  1123. }
  1124. div.bulletinExtendedView0 a:hover, div.bulletinExtendedView1 a:hover, div.bulletinExtendedView2 a:hover, div.bulletinExtendedView3 a:hover, div.bulletinExtendedView4 a:hover, div.bulletinExtendedView5 a:hover {
  1125. color: rgba(56, 0, 208) !important;
  1126. opacity: .65 !important
  1127. }
  1128. div.bulletinExtendedView0 input, div.bulletinExtendedView1 input, div.bulletinExtendedView2 input, div.bulletinExtendedView3 input, div.bulletinExtendedView4 input, #bulletinDeliverSelection0 input, #bulletinDeliverSelection1 input, #bulletinDeliverSelection2 input, #bulletinDeliverSelection3 input, #bulletinDeliverSelection4 input, #bulletinDeliverSelection5 input, #addItemWindow > div > div.sellInterface.small_rounded > div > form > input[type=submit] {
  1129. background: rgba(56, 0, 208) !important;
  1130. opacity: .5 !important
  1131. }
  1132. div.bulletinExtendedView0 input:hover, div.bulletinExtendedView1 input:hover, div.bulletinExtendedView2 input:hover, div.bulletinExtendedView3 input:hover, div.bulletinExtendedView4 input:hover, #bulletinDeliverSelection0 input:hover, #bulletinDeliverSelection1 input:hover, #bulletinDeliverSelection2 input:hover, #bulletinDeliverSelection3 input:hover, #bulletinDeliverSelection4 input:hover, #bulletinDeliverSelection5 input:hover, #addItemWindow > div > div.sellInterface.small_rounded > div > form > input[type=submit]:hover {
  1133. background: rgba(56, 0, 208) !important;
  1134. opacity: .65 !important
  1135. }
  1136. div#viewItemWindow.rounded {
  1137. background: #111111e6 !important
  1138. }
  1139. .cookingInterface .innerinner {
  1140. background: #C0FFFF20
  1141. }
  1142. .cookingInterface .innerinner a {
  1143. color: #181c62
  1144. }
  1145. #cookingSelection > div > div.innerinner.small_rounded > div > form b {
  1146. color: #004f05
  1147. }
  1148. }
  1149.  
  1150. @-moz-document url-prefix("https://pokeheroes.com/itemshop") {
  1151. #tabselect4, #tabselect5, #tab4, #tab5 {
  1152. background-color: #A77757 !important;
  1153. border-color: #00000080 !important
  1154. }
  1155. #tab4 td {
  1156. background-color: #00000040 !important;
  1157. border-color: #00000080 !important
  1158. }
  1159. }
  1160.  
  1161. @-moz-document url-prefix("https://pokeheroes.com/event_distribution") {
  1162. #textbar div {
  1163. background: hsl(238, 60%, 18%) !important;
  1164. border-color: #00000080 !important
  1165. }
  1166. p {
  1167. background: #00000080 !important
  1168. }
  1169. }
  1170.  
  1171. @-moz-document url-prefix("https://pokeheroes.com/beach") {
  1172. div#rodinterface.small_rounded {
  1173. color: hsl(275, 66%, 25%);
  1174. }
  1175. div#rodinterface.small_rounded a {
  1176. color: hsl(225, 50%, 50%)
  1177. }
  1178. div#rodinterface.small_rounded a:hover {
  1179. color: hsl(225, 75%, 25%)
  1180. }
  1181. .widget2, .rodBaitSelector, .widget4, .fishBag {
  1182. background: #d1ac61 !important
  1183. }
  1184. .focusWidgetOverlay {
  1185. background: #80808080 !important
  1186. }
  1187. div.catchInterface {
  1188. background: #80808080 !important
  1189. }
  1190. }
  1191.  
  1192. @-moz-document url-prefix("https://pokeheroes.com/fountain") {
  1193. #textbar div.small_rounded {
  1194. background: #302b2de6 !important;
  1195. color: rgb(200, 190, 210) !important
  1196. }
  1197. }
  1198.  
  1199. @-moz-document url-prefix("https://pokeheroes.com/skygift") {
  1200. #textbar > form > div > div > b {
  1201. color: #000 !important
  1202. }
  1203. #textbar > form > div > textarea {
  1204. background-color: #0008;
  1205. opacity: 100% !important;
  1206. }
  1207. #textbar > form > div > textarea:focus {
  1208. background-color: #000C !important;
  1209. opacity: 100% !important;
  1210. }
  1211. #giftCard {
  1212. color: #000 !important;
  1213. }
  1214. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement