Advertisement
Keifanel

Untitled

Jan 19th, 2020
2,854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.66 KB | None | 0 0
  1. //TODO:
  2. //recipes
  3. // var OldItemNexos = newItem;
  4. // newItem = function (items) {
  5. // OldItemNexos(items);
  6. // var style = document.createElement("style");
  7. // var css = "#tip.type_normal { box-shadow: 0 0 0px 1px #9d9d9d; border:none !important;} #tip.type_unique { background:#4b4638!important;; box-shadow: 0px 0px 0px 1px #daa520; border:none !important; } #tip.type_upgraded { background:#4f4f35!important;; box-shadow: 0px 0px 0px 1px #ffff00; border:none !important; } #tip.type_heroic { background: #38424f !important; box-shadow: 0px 0px 0px 1px #2090fe; border:none !important; } #tip.type_legendary { background:#483543!important;; box-shadow: 0px 0px 0px 1px #bb0088; border:none !important; }";
  8. // style.type = "text/css";
  9. // style.innerText = css;
  10. // document.getElementsByTagName('head')[0].appendChild(style);
  11. // for (i in items) {
  12. // document.getElementById("item" + items[i].id).setAttribute("ctip", 't_item type_' + (items[i].stat.match(/unique|upgraded|heroic|legendary/) === null ? "normal" : items[i].stat.match(/unique|upgraded|heroic|legendary/)[0]));
  13. // }
  14. // }
  15. g.loadQueue.push({
  16. data: "#tip.tip {color: #9d9d9d; box-shadow: 0px 0px 0px 0px #bb0088; border:1px solid #9d9d9d !important; }",
  17. fun(css) {
  18. const style = document.createElement("style");
  19.  
  20. style.type = "text/css";
  21. style.appendChild(document.createTextNode(css));
  22. document.head.appendChild(style);
  23. document.getElementById("hero").setAttribute("ctip", "tip");
  24. }
  25. });
  26. $('<style>@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&subset=latin-ext");</style>').appendTo('head');
  27. $('#leorn1').attr('src', 'https://i.imgur.com/KJC7BZY.png');
  28. $('#leorn2').attr('src', 'https://i.imgur.com/CLipXlq.png');
  29. $("#corners>img[src='img/border-u.png']").attr("src", "https://i.imgur.com/dSB4R1P.png"); //up
  30. $("#corners>img[src='img/border-d.png']").attr("src", "https://i.imgur.com/D8FL7sN.png"); //down
  31. $("#corners>img[src='img/border-r.png']").attr("src", "https://i.imgur.com/7MPeFXs.png"); //right
  32. $("#corners>img[src='img/border-l.png']").attr("src", "https://i.imgur.com/ByUsFwZ.png"); //left
  33. $('<style>\
  34. * {font-family: Open Sans, Arial, sans-serif !important;}\
  35. #life1, #life2, #exp1, #exp2 { border-radius: 5px !important;}\
  36. #abilitypoints{color: #9d9d9d !important; background-color: transparent !important; background-image:url("https://i.imgur.com/Qrjy3EL.png"); border: 1px solid #9d9d9d; border-radius: 5px;}\
  37. .ab1{background-color: transparent !important; background-image:url("https://i.imgur.com/BL112Ql.png");}\
  38. .ab5{background-color: transparent !important; background-image:url("https://i.imgur.com/dZGnEUa.png");}\
  39. button.changeClient {background-image:url("https://i.imgur.com/Zx5Xk1Z.png") !important;width:140px;}\
  40. #abpoints, #strength-increase, #dexternity-increase, #intelect-increase{color: #9d9d9d !important; }\
  41. #newlvl{background: url("https://i.imgur.com/UBrn9dJ.gif") }\
  42. #abilitypoints > .closebut{margin-top: 5px !important; margin-right: 5px !important;}\
  43. #stats > b > .stats-row > .golden-text{display:none !important;text-transform: none !important; font-weight: normal; font-size: 12px !important; text-shadow: none !important;margin-left: 2px;}\
  44. #hlbag{background: #626262 !important; width: 30px; height:30px; border:1px solid #b1b1b1;}\
  45. #lagmeter {background-image: url("https://i.imgur.com/c7Zzfa4.png");}\
  46. .closebut,#quest-log-window .quest-log-close-but { background-image: url("https://i.imgur.com/QmqTEIy.png") !important;}\
  47. #pre-premium-panel .close-pre-premium,.close-but { background-image: url("https://i.imgur.com/QmqTEIy.png") !important;}\
  48. .a2 {color:#9d9d9d;}\
  49. #tip.t_item {border: 0px !important; border-radius: 5px !important; background: #3b3b3b; opacity: 1 !important;}\
  50. #tip.t_npc, #tip.t_other { border-radius: 5px !important; border: 1px solid #9d9d9d !important; background: #3b3b3b; opacity: 1 !important;}\
  51. #tip {border: 1px solid #9d9d9d; border-radius: 5px !important; background: #3b3b3b; opacity: 1 !important;}\
  52. #tip-o1, #tip-o2, #h-orn1, #h-orn2 {display:none !important;}\
  53. #pk_list{background: #3b3b3b !important; color: #9d9d9d;}\
  54. #console {height: 252px;background-image: url("https://i.imgur.com/7TzXTby.png") !important; background-color: transparent;}\
  55. .gfont {color: #9d9d9d !Important; text-shadow: none;}\
  56. .gfont:before, .gfont:after {display: none; text-shadow: none;}\
  57. #conin {color: #9d9d9d !Important; background: #262626; margin: 0px; width: 786px;}\
  58. #addonDetails textarea, #addon_search {color: #9d9d9d !Important; background: #262626; border: 1px solid #9d9d9d;border-radius: 5px;}\
  59. #contxt {color: #9d9d9d;}\
  60. #sl_shop_banner, #gold_shop_banner {background-image: url("https://i.imgur.com/O68X3B3.png") !important;}\
  61. #hieronim_button, #lehim_button {top: -25px !important;background-image: url("https://i.imgur.com/O68X3B3.png") !important;}\
  62. #hmenu BUTTON{margin-bottom: -1px !important;border: 1px solid #9d9d9d !important;background: #262626 !important; color: #9d9d9d !important; }\
  63. #hmenu > button:nth-of-type(1){margin-bottom: -1px !important;border-top-left-radius: 5px !Important;border-top-right-radius: 5px !Important;border: 1px solid #9d9d9d !important; }\
  64. #hmenu > button.last{margin-bottom: -1px !important;border-bottom-left-radius: 5px !Important;border-bottom-right-radius: 5px !Important;border: 1px solid #9d9d9d !important;}\
  65. #hmenu BUTTON:hover{background: #626262 !important; color: #b1b1b1 !important;}\
  66. #hmenu {border: 0px solid #9d9d9d !important; }\
  67. #gold_shop_banner{bottom:-30px !Important;}\
  68. .golden-text{color: #9d9d9d !important; }\
  69. .combo-point.active{background: #daa520;}\
  70. #tr2_value{left:85px !Important; color: #9d9d9d !important;}\
  71. #mytr_value{left:382px !Important; color: #9d9d9d !important;}\
  72. #trade BUTTON{height: 21px !important;}\
  73. #tr2_gold, #mytr_gold{color: #9d9d9d; }\
  74. #tradebg,#tradeaccept, #tradeaccept2, #tradecancel{background-color: transparent !important; background-image:url("https://i.imgur.com/ZwiRY12.png")}\
  75. #panel { background:url("https://i.imgur.com/iJ2gxvn.png"); width:276px; height: 539px;}\
  76. #buttons, #b_pvp, #b_recipes, #b_quests, #b_clans, #b_config, #b_map, #b_skills, #b_friends, #b_addons, #bchat, #logoutbut, #b_help, #b_matchmaking, .b_buttons { background-image: url("https://i.imgur.com/mVWHUoc.png") !important;}\
  77. #skillSwitch {background-image: url("https://i.imgur.com/F99WnZr.png")!important;}\
  78. #life2 { background-image: url("https://i.imgur.com/VNYthFZ.png");}\
  79. #stats { background-image: url("https://i.imgur.com/5CCWxsP.png");}\
  80. #premiumbut { background-image: url("https://i.imgur.com/zdXFiUQ.png");}\
  81. #event_calendar_switch {top: 512px;}\
  82. #pvpmode{top:517px; left:4px; height:16px; width:16px; border-radius:5px; background-image: url("https://i.imgur.com/16RJR7o.png")}\
  83. .ld-hor, .ld-ver, .rt-hor, .rt-ver, .rd-hor, .rd-ver, .lt-hor, .lt-ver {display: none !important;}\
  84. #leorn1, #leorn2 {top:42px;}\
  85. #leorn2 {left:634px;}\
  86. #base3 {top:48px;}\
  87. #gold {top:73px; left:528px;}\
  88. #base3, #gold, #stats {color:#9d9d9d;}\
  89. #base3, #gold {font: normal normal 10px/14px Open Sans, Arial, sans-serif !important;}\
  90. .MM-battleset-switch-button { background-image: url("https://i.imgur.com/z6jn4La.png");}\
  91. .MM-battleset-switch {top:93px; left:18px;}\
  92. .news-panel{background-image: url("https://i.imgur.com/PzLtAkf.png") !important;}\
  93. .news-panel > .closebut {background-image: url("https://i.imgur.com/QmqTEIy.png") !important;}\
  94. .news-panel .closebut{top: 0px !Important; right: 0px !important;}\
  95. #startbutton, #shufflebutton, #hdbutton, #volumeSlider .marker{background-image: url("https://i.imgur.com/7gb2eab.png") !important;}\
  96. #startbutton{background-position: -27px -82px !important;}\
  97. #startbutton.active{background-position: -27px -107px !important;}\
  98. #add_list .view_port{height: 442px !important;}\
  99. #surrenderBattleButton{right: 0; left: 20px !important;}\
  100. #surrenderBattleButton, #autobattleButton {background: #3b3b3b !important; border: 1px solid #9d9d9d !important; color: #9d9d9d !important;}\
  101. #battlelog.big {height: 193px;}\
  102. #battlepanelback, #battleclose, #battlehelp { background-image: url("https://i.imgur.com/wCptZ8F.png");}\
  103. #battlepanel {color:#9d9d9d;}\
  104. #battle .border-b { display:none;}\
  105. #battlelog DIV.txt {background: #444 !important;}\
  106. #battlelog DIV.win {background: black !important;}\
  107. #loots {border-image: url("https://i.imgur.com/SPLRVAD.png") 41 32 17 49 fill round}\
  108. #loots_l, #loots_r, #loots .loot, #loots B.need, #loots B.yes, #loots B.no, #loots_button, #loots_counter {background-image: url("https://i.imgur.com/MpdlZfP.png") !important; color: #9d9d9d;}\
  109. #loots TD{border: 1px #9d9d9d solid !important;}\
  110. #loots_header_label {display:none !important;}\
  111. #loots_bag {color: #9d9d9d !important;}\
  112. #battletimer {font-size: 13px;}\
  113. #battlelog {height: 127px; top:385px; left:0px; width:338px;}\
  114. #battlelog DIV {margin: 2px 0px 2px 0px !important;} \
  115. #battlelog > .neu {background: #060f3b !important;}\
  116. #battlelog > .attack2 {background: #380000 !important;}\
  117. #battlelog > .attack, #battlelog DIV {background: #061d01 !important;}\
  118. #battleenergy {left: 141px;width:26px; text-align:center;}\
  119. #battlemana {left: 55px; width:33px; text-align:center;}\
  120. #corners .border-l {left:-6px!important;}\
  121. #chat.left > #chatTxtContainer > #chattxt {height: 518px !important; width: 255px !important; margin-left:-2px !important; margin-top:-3px !important;}\
  122. #chat.left > #chatscrollbar, #chat.left > chatscrollbar.ui-draggable {background-image: none; background-color: #3b3b3b; border: 1px solid #9d9d9d; border-radius: 5px; margin-top: -5px !important; width: 6px !important; left:259px !important;}\
  123. #chat.left > s#chb3.choosen {width:70px!important;}\
  124. #chat.left {margin-left:7px !important; height: 539px; margin-top:-1px; background-repeat: no-repeat !important; background-color: transparent !important; background-image: url("https://i.imgur.com/r5ocAUF.png");} \
  125. #chat.left > #chattabs S {width: 67px !important; background-image: url("https://i.imgur.com/r5ocAUF.png") !important;}\
  126. #chat.left > #chattabs {background-image: none !important;}\
  127. #chat.left > #chattabs, #chat.left > chattabs S {height: 18px !important; margin: 1px 0px 0px 1px; width: 269px !important;}\
  128. #bchat{top:516px; left:24px;}\
  129. #bottombar { background-image: url("https://i.imgur.com/G2RJHoz.png");}\
  130. #inpchat { background-image: url("https://i.imgur.com/G2RJHoz.png"); top:4px; left:82px;}\
  131. #lastmsg {width:325px;}\
  132. #bottxt {top:5px; left:82px; }\
  133. #botloc {top:514px; height:23px !Important; line-height:23px !important;}\
  134. #chat, #chat > #chattabs, #chat > #chattabs S {background-image: url("https://i.imgur.com/JAmaLHW.png")}\
  135. #ni-promo{background-image:url("https://i.imgur.com/A7CwjOU.png");top:-47px;}\
  136. #gClock{background:#3b3b3b;border:1px solid #9d9d9d; border-radius:5px; color:#9d9d9d;}\
  137. #chattabs {top: 1px;}\
  138. #chattxt {top: 1px; bottom: 0px; right: 0px; left:88px}\
  139. #nick {font: normal 14px Open Sans; color: #9d9d9d; margin-top:6px;}\
  140. #dialog { background-image: url("https://i.imgur.com/vIh9ddg.png");}\
  141. #dialog .borders {background: #9d9d9d !important; height: 1px !important;}\
  142. #chatscrollbar, #chatscrollbar.ui-draggable { z-index:999999; background-image: none; background-color: #3b3b3b; border: 1px solid #9d9d9d; border-radius: 5px; width: 6px !important;}\
  143. #talkscroll, #talkscroll.ui-draggable {background-image: none; background-color: #3b3b3b; border: 1px solid #9d9d9d; border-radius: 5px; margin-left: 13px !important; width: 6px !important;}\
  144. #dlgin {left: -10px; margin-right: -11px !important;height:319px; top: 1px;}\
  145. #dlgin .message {padding-top: 3px; margin-left:3px;}\
  146. #recipes .choose-item-type, #recipes .choose-prof,#recipes .receipe-list{margin-top:2px;}\
  147. #recipes .receipe-list .one-recipe-on-list {border-image: url("https://i.imgur.com/yZAZndH.png") 5 fill repeat stretch !important;}\
  148. #recipes .receipe-list .recipe-group .card-graphic {border-image: url("https://i.imgur.com/yZAZndH.png") 5 17 fill repeat stretch !important;}\
  149. #recipes .recipe-list-search .search,#recipes .start-lvl,#recipes .stop-lvl,#recipes .choose-item-type, #recipes .choose-prof{color:#9d9d9d;border:1px solid #9d9d9d;border-radius:5px;}\
  150. #recipes .recipe-list-search .search {width: 105px; margin-left: -21px;}\
  151. #recipes .receipe-list .active-recipe {background: none !important; border-image: url("https://i.imgur.com/hQ6Q98k.png") 5 fill repeat stretch !important;}\
  152. #recipes { background-image: url("https://i.imgur.com/Ayz7ndB.png");}\
  153. #recipes > * {color:#9d9d9d;}\
  154. #recipes .receipe-list .one-recipe-on-list .name-wrapper .name {color: #9d9d9d !important;}\
  155. .item-reagent.item-slot > .item > .itemHighlighter {z-index: -1;}\
  156. #frsort, div.frparty, div.chatfr, div.delfr, div.delen, #fradd, #enadd {background-image: url("https://i.imgur.com/73tJE9A.png") !important; background-color: #3b3b3b !important;}\
  157. #fradd, #enadd {margin-top:2px;}\
  158. #myfrscrollbar, #myenscrollbar {background: #3b3b3b !important;; border: 1px solid #9d9d9d; border-radius: 5px;}\
  159. #myfriends, #myenemies{height:446px; top:32px}\
  160. #h_help_scrolled{margin-top:-10px !Important; margin-bottom: -10px !Important;}\
  161. #depo, #depo-title { background-image: url("https://i.imgur.com/Ukj8zNY.png");}\
  162. #friends { background-image: url("https://i.imgur.com/oqmhAsR.png");}\
  163. #mappanel {background-image: url("https://i.imgur.com/W7tztr5.png"); background-color: transparent;}\
  164. #minimap {background-color: transparent;}\
  165. #inmap2wrapper {background:#3b3b3b;}\
  166. #addonspanel {background-image: url("https://i.imgur.com/Eh1fjD2.png"); background-color: transparent;}\
  167. #addon_search_div {top:9px;}\
  168. UL.boxhover LI:not(.disabled):hover {border: 1px solid #9d9d9d; border-radius: 5px; box-shadow: none;}\
  169. UL.boxhover LI {border: 1px solid transparent; border-radius: 5px; box-shadow: none;}\
  170. #addons {background:#3b3b3b; color: #9d9d9d; overflow: hidden !important;}\
  171. #addons h2, #addons .addon .author, #addons .add_list_menu {background:transparent; color: #9d9d9d; border: none; }\
  172. #addons h1 {background:transparent; color: #9d9d9d; border: none; text-shadow: none; font-size: 18px; font-weight: normal; width: 496px; text-align: center; }\
  173. #frsort {top:5px; left:204px !Important;}\
  174. #friends > .closebut {margin-top:5px; margin-right:5px;}\
  175. #skillInBattleCount {left:148px;color:#9d9d9d;font-weight:normal;top:7px;}\
  176. #skills, #skills_title {background-image: url("https://i.imgur.com/Jm4ZHMd.png");}\
  177. .skills_tab_header {background-image: url("https://i.imgur.com/JsBSVOd.png");}\
  178. .skillbox_shadow {background: transparent !Important;}\
  179. .skillbox_border {border: 1px solid transparent;}\
  180. .skillbox {background-image: url("https://i.imgur.com/LdypF8I.png");}\
  181. .skillbox_lvl.cl-6, .skillbox_lvl.cl-5, .skillbox_lvl.cl-4, .skillbox_lvl.cl-3, .skillbox_lvl.cl-2, .skillbox_lvl.cl-1,.skillbox_border .learn-btn,.skillbox_border .learn-btn:hover,.skillbox_border .active,.skillbox_border .set-active-state {background-image: url("https://i.imgur.com/GDcwbpe.png");}\
  182. #skillcount {color: #9d9d9d; font-weight:normal; left:314px; top:7px; }\
  183. .SI-button .left, .SI-button .label, .SI-button .right {background-image: url("https://i.imgur.com/TVuFFHe.png");}\
  184. #clanmenu {background-image: url("https://i.imgur.com/GzvcrWY.png"); background-color: transparent;}\
  185. #clanbox {background:#3b3b3b; color:#9d9d9d;}\
  186. table>tbody>tr.hover:hover {border-left: 1px solid #b1b1b1 !important; border-right: 1px solid #b1b1b1 !important; background:#626262; color:#b1b1b1;}\
  187. .clan TD {color:#9d9d9d;}\
  188. #clanbox .members TD,table>tbody>tr>td.normal-td {border:1px solid #9d9d9d;}\
  189. #clanbox BUTTON{color:#9d9d9d; border: 1px solid #9d9d9d; border-radius: 5px; background: #262626; font-weight: normal; font-size: 12px; padding: 0 3px 0 3px; margin-left:5px;}\
  190. #clanbox .members TH, table>tbody>tr>td.table-header{color:#9d9d9d; border: 1px solid #9d9d9d !important; background: #262626; font-weight: normal;}\
  191. #clanbox .clan-list-content .hover-header:hover, #clanbox .clan-members-content .hover-header:hover{color:#b1b1b1; border: 1px solid #b1b1b1 !important; background: #626262; font-weight: normal;}\
  192. #clanbox {left:-1px; width:514px;}\
  193. #clanbox .clan-skills-content .scroll-wrapper .scroll-pane .one-clan-skill {border: 1px solid #b1b1b1; border-radius: 5px; background: #3b3b3b;}\
  194. .one-clan-quest {box-shadow: 0px transparent; border: 1px solid #b1b1b1; border-radius: 5px; background: #3b3b3b;}\
  195. .one-clan-quest.quest_active, .one-clan-quest.quest_completed {border: 1px solid #a8ffb4;}\
  196. .one-clan-quest .quest-state.quest_unactive {border: 1px solid #b1b1b1; color: #b1b1b1; background: #3b3b3b; font-weight: normal;}\
  197. .one-clan-quest.quest_unactive {border: 1px solid #b1b1b1;}\
  198. .one-clan-quest .quest-state.quest_completed, .one-clan-quest .quest-state.quest_active {background: #3b3b3b;border: 1px solid #a8ffb4; color: #a8ffb4; font-weight: normal; }\
  199. .one-clan-quest .quest-progress-wrapper .clan-progress-bar .background-bar, .one-clan-quest .quest-progress-wrapper .clan-progress-bar {background-image: url("https://i.imgur.com/l0XVYDM.png");}\
  200. .one-clan-quest .quest-progress-wrapper .clan-progress-bar .measure-wrapper .measure {background: #262626;top: -14px; height:6px; width: 1px; }\
  201. .one-clan-skill .skill-clan-info .skill-progress .skill-slots-wrapper .empty-lvl.left, .one-clan-skill .skill-clan-info .skill-progress .skill-slots-wrapper .empty-lvl.middle, .one-clan-skill .skill-clan-info .skill-progress .skill-slots-wrapper .empty-lvl.right, .one-clan-skill .skill-clan-info .skill-progress .skill-points-wrapper .use-lvl {background-image: url("https://i.imgur.com/TVuFFHe.png"); }\
  202. #add_list, #add_mine, #add_active, #add_help {color: #9d9d9d; }\
  203. .extMgrLinksList div a {padding-left:2px; padding-right: 2px; line-height: 1.6;color: #9d9d9d; background: #262626; border: 1px solid #9d9d9d; border-radius: 5px; }\
  204. #addon_help_txt > a {color: #9d9d9d;}\
  205. #depo-gold > input {background: #262626 !important; color: #9d9d9d !important; border: 1px solid #9d9d9d !important;}\
  206. #depo BUTTON { background-image: url("https://i.imgur.com/CjsYyAJ.png");}\
  207. #depo-sections .d-movebar{background: #262626; border: 1px solid #9d9d9d !important; border-radius: 5px; margin-bottom: 1px; color: #9d9d9d !important;}\
  208. #depo-sections .d-section.active{opacity: 1 !important; background-color:#626262 !important;}\
  209. #depo-sections .d-section{opacity: 1 !important;background: #262626; border: 1px solid #9d9d9d !important; border-radius: 5px; bottom: 3px; color: #9d9d9d !important;}\
  210. #depo-sections .d-section.notExists{opacity: 1 !important;background: #3b3b3b !important;; border: 1px solid #9d9d9d !important; border-radius: 5px; bottom: 3px; color: #9d9d9d !important;} \
  211. #depo-back{ opacity: 0.4; background-color: #3b3b3b; border-bottom: 1px solid #9d9d9d !important;}\
  212. #depo-sections .depoUpgrade {border: 1px solid #9d9d9d; border-right: 0px !important; margin-bottom: 5px !important; border-top-left-radius: 5px; border-bottom-left-radius:5px;background: #262626; color: #9d9d9d; }\
  213. #depo {color: #9d9d9d; }\
  214. #auctions BUTTON.new_s,#auctions BUTTON.new_s:hover,#auctions BUTTON.next, #auctions BUTTON.next:hover, #auctions BUTTON.prev, #auctions BUTTON.prev:hover,#auctions .itemcont, #auctions BUTTON.end, #auctions BUTTON.end:hover, #auctions BUTTON.bid, #auctions BUTTON.bid:hover, #auctions BUTTON.buyout:hover, #auctions #ah_filter BUTTON, #auctions BUTTON.buyout, #ah_filter,#ah_mylist H5, #ahtitle, #ahselect, #ahselect B#b_myah{background-image: url("https://i.imgur.com/W91CnKr.png");}\
  215. #ahselect B:hover{border: 1px solid #b1b1b1; color: #b1b1b1;}\
  216. #ah_list > center > b, #ah_filter, #ahselect{color: #9d9d9d !important;}\
  217. #ahselect > #au0{display: none; }\
  218. #auctions .redback{background: #3b3b3b; color: #9d9d9d;}\
  219. #auctions TH{border: 1px solid #9d9d9d; border-right: none !important;color: #9d9d9d; background: #3b3b3b;}\
  220. #auctions .sep{background: #9d9d9d; height: 1px!important;}\
  221. #ah_mylist H5{border: none !Important;}\
  222. #ah_window, #ah_list{background: #3b3b3b !important;}\
  223. #ah_mylist{margin-left:-1px !Important;}\
  224. #ah_window INPUT, #auctions TD INPUT, #auctions TD{border:1px solid #9d9d9d; color: #9d9d9d; background: #3b3b3b !important;}\
  225. #ah_filter INPUT, #ah_filter SELECT{border-radius: 5px; border: 1px solid #9d9d9d; background: #262626 !important; color: #9d9d9d !important;}\
  226. #auctions #ah_filter BUTTON {padding-bottom:3px !Important;margin-top:3px !Important;}\
  227. #auctions .ahitem{background: url("https://i.imgur.com/W91CnKr.png");}\
  228. #auctions TABLE{width: calc(100% - 1px);}\
  229. #auctions BUTTON.next{background-position: 0px -190px !Important;}\
  230. #auctions BUTTON.next:hover{background-position: 0px -209px !Important;}\
  231. #auctions BUTTON.prev{background-position: 0px -228px }\
  232. #auctions BUTTON.prev:hover{background-position: 0px -247px }\
  233. #auctions TD.unique{color:#daa520;}\
  234. #addonDetails{color: #9d9d9d !important; background: #3b3b3b; border: 1px solid #9d9d9d; }\
  235. #addons #addonDetails h2{color: #9d9d9d !important}\
  236. #addons .author a, #addonDetails .infoBox{color: #b1b1b1 !important}\
  237. #addons #addonDetails .author {top:30px !important;}\
  238. #addons .image {border: none;}\
  239. #addons span.ptValplus {color: #a8ffb4 !important; font-weight: normal !important;}\
  240. #addons span.ptValminus {color: #ff8282 !important; font-weight: normal !important;}\
  241. #addons .uninstall {color: #ff8282 !important; font-weight: normal !important; background: transparent; border: 1px solid #ff8282; border-radius: 5px;}\
  242. #addons .install {color: #a8ffb4 !important; font-weight: normal !important; background: transparent; border: 1px solid #a8ffb4; border-radius: 5px;}\
  243. #addons .close {color: #9d9d9d !important; font-weight: normal !important; background: transparent; border: 1px solid #9d9d9d; border-radius: 5px;}\
  244. .MM-dialog {border-image: url("https://i.imgur.com/PQivfgj.png") 51 64 24 57 fill repeat;webkit-border-image: url("https://i.imgur.com/PQivfgj.png") 51 64 24 57 fill repeat;} \
  245. .MM-dialog-header {background: #262626;}\
  246. .MM-dialog .closebut {top: -54px !important; background-image: url("https://i.imgur.com/QmqTEIy.png")}\
  247. .MM-dialog-space .warning-points {background-image: url("")}\
  248. .my-checkbox {color: #9d9d9d;}\
  249. .MM-dialog-space > .MM-button .content {width: 90px !important;}\
  250. .MM-button .right {width: 10px !important;}\
  251. .MM-tab-button.MM-tab-button-menu.active .content .gfont {text-shadow: none !important;}\
  252. .progress-wnd .left-side .char-info, .progress-wnd .left-side .char-prof {font-weight: normal; color: #9d9d9d;}\
  253. .progress-wnd .left-side .tokens-amount-1 .green, .tokens-amount-1, .tokens-amount-1 > * {color: #9d9d9d;}\
  254. #shop{background-image: url("https://i.imgur.com/xe5CK0C.png"); background-color: transparent !important;}\
  255. #shop_close, #shop_accept {background-image: url("https://i.imgur.com/TWRuAhT.png")}\
  256. #shop_desc {color: #9d9d9d !important;}\
  257. .season-wnd .reward-wrapper .rage-wrapper, .MM-big-button, .MM-big-button-header, #chests-window, #chests-window .chests-choice-wrapper .promo-chest, #for-you-plug, #pre-premium-panel, #pre-premium-panel .tiles-wrapper .pre-premium-panel-tile, .MM-dialog-header-txt, .MM-button .left, .MM-button .content, .MM-button .right {background-image:url("https://i.imgur.com/TVuFFHe.png")}\
  258. #pre-premium-panel, #chests-window {width: 661px !important; background-position: 0px -1379px !important;}\
  259. #pre-premium-header-txt {color: #9d9d9d !Important;}\
  260. #pre-premium-panel .tiles-wrapper .pre-premium-panel-tile .header-txt {background: #9d9d9d !important;-webkit-background-clip: text !important;}\
  261. #chests-window .close-chests-window {background-image: url("https://i.imgur.com/TVuFFHe.png");}\
  262. #for-you-plug{background: #3b3b3b !important; border: 1px solid #9d9d9d; border-radius: 5px !important; top: 147px !important; height: 160px !important;}\
  263. #for-you-txt {display: none !important;}\
  264. .MM-fight-header {height:13px !important;}\
  265. .MM-table, .MM-table-row {border: 1px solid #9d9d9d !important;}\
  266. #shop_bilans, .MM-dialog {color: #9d9d9d !important;}\
  267. .season-wnd .winners-background {border: 1px solid #9d9d9d !important; border-radius: 5px;}\
  268. .season-wnd .winners-wrapper .amount-players-got-outfit-info, .matchmaking-progress-stage .points-side .stage, .season-wnd .winners-wrapper .header-info, .season-wnd .winners-wrapper .players-in-ranking-info span {color: #a8ffb4 !important;}\
  269. #premiumshop .premiumItem, #premiumshop .buymore_ps, #premiumshop .closebutton_ps, #premiumshop .promocode_button, #premiumshop {background-image: url("https://i.imgur.com/xq7YGre.png") !important;}\
  270. #premiumshop .sl_amount_ps {color: #9d9d9d !important; text-shadow: none !important;}\
  271. #alert div.mAlertInputContainer input[name="mAlertInput"] {background: #262626 !important; border: 1px solid #9d9d9d !important; color: #9d9d9d !important;}\
  272. #alert div.mAlertInputContainer .bRight,#alert div.mAlertInputContainer .bLeft {display: none !important;}\
  273. #shop.outfit {background-image: url("https://i.imgur.com/jnn6q32.png");}\
  274. #tip.t_fr, #tip.t_cl, #tip.t_cl-fr {background:#294329 !Important; border: 1px solid #4e794e !important;}\
  275. #tip.t_en, #tip.t_cl-en, #tip.t_fr-en {background:#4d2525 !important; border:1px solid #886060 !important;}\
  276. #ktotujest, #ktotujest_lista, #ktotujest_config { font-weight: normal; border:1px solid #9d9d9d!important; background: #3b3b3b !important; color: #9d9d9d !important;}\
  277. #ktotujest_hide {width: 115px !important; text-align: center !important; margin-top:-1px !important;border-bottom-right-radius: 5px; border-bottom-left-radius:5px; background: #3b3b3b !important; color: #9d9d9d !important; border-top: 1px solid #9d9d9d !important; border-bottom: 0px !important;border-right: 0px !important;border-left: 0px !important;}\
  278. #ktotujest_lista {text-align: left !important; width: 115px !important; border: 1px solid #9d9d9d; border-bottom: 0px !important;border-left: 0px !important; border-right: 0px !important;}\
  279. #ktotujest {text-align: center !important; width: 115px !important;border-radius: 5px; border-top-left-radius: 5px; border-top-right-radius:5px;}\
  280. #auto-leczenie {border-radius: 5px; border: 1px solid #9d9d9d !important; background: #3b3b3b !important; color: #9d9d9d !Important}\
  281. #lkonfiguracja_Antybocik, #Lotfiltr_Antybocik {border-radius: 5px; background: #3b3b3b !important; color: #9d9d9d !important; border: 1px solid #9d9d9d !important;}\
  282. #Lotfiltr_Antybocik > div:nth-of-type(1), #Lotfiltr_Antybocik > div:nth-of-type(2) {display: none !Important;}\
  283. #wartosclotu_Antybocik, #limitZlota_Antybocik, #nazwalot_Antybocik {border:1px solid #9d9d9d !important; background:#262626 !important; color: #9d9d9d !important; border-radius: 5px; }\
  284. #qsw_box {border: 1px solid #9d9d9d !important; border-radius: 5px; background: #3b3b3b !important; color: #9d9d9d !important; padding: 3px !Important;}\
  285. #configss {background: #3b3b3b !important; border: 1px solid #9d9d9d; border-radius: 5px; }\
  286. #cfg_optionsss > * {background-image: url("https://i.imgur.com/6CKgbsH.png") !important;}\
  287. #btn1 {background-image: url("https://i.imgur.com/EwvCrZs.png")!important; }\
  288. #btn2 {background-image: url("https://i.imgur.com/8fJezO7.png")!important; }\
  289. #wybtorbe {top: 110px !important; color: #9d9d9d !important;}\
  290. .questlist p {color:#9d9d9d;background-image:url("https://i.imgur.com/06pY5oY.png");}\
  291. #torba1, #torba2, #torba3 {border: 1px solid #9d9d9d !important; border-radius: 5px; background-color: #262626 !important; color: #9d9d9d !important; font-size: 18px !important;}\
  292. input#depo-search, select#depo-soulbound, select#depo-reqprof, select#depo-reqcl, select#depo-bystat {background: #262626 !important; border: 1px solid #9d9d9d; border-radius: 5px; color: #9d9d9d;}\
  293. #depo-left {top: 35px !important;}\
  294. #depo-left OPTION {color: #b1b1b1 !important;}\
  295. #nexosBelkaLeg {border-bottom-left-radius: 5px !important; border-bottom-right-radius: 5px !important; left: -1px !important; background: #3a3a3a !important; border-top: 0px !important;border-bottom: 1px solid #9d9d9d !important; border-right: 1px solid #9d9d9d !important; border-left: 1px solid #9d9d9d !important; width: 768px !important; z-index: -1; top:538px !important; padding:10px;}\
  296. #nexosBelkaPrawa {border-bottom-right-radius: 5px !important; border-top-right-radius: 5px !important; border: 1px solid #9d9d9d !important; background: #3a3a3a !important; top:-1px !important; height:590px !Important;}\
  297. #online {color: #9d9d9d !important; border-bottom-right-radius:5px !important; width: 30px !important; border: 1px solid #9d9d9d !important; right:80px !important; bottom: -22px !important;}\
  298. #lagometrNexos {border-top-right-radius:5px !important; background-color: #3b3b3b !important; background-image:url("https://i.imgur.com/m5t7Lql.png") !important; border: 1px solid #9d9d9d !important; right:95px !Important; bottom: -54px !important;}\
  299. #nexosZegar {bottom:-52px !important; color: #9d9d9d !important;}\
  300. #forum {background: url("https://i.imgur.com/s6UQUWa.png")!important;}\
  301. #logi {background: url("https://i.imgur.com/LiMewGc.png")!important;}\
  302. #blok {background: url("https://i.imgur.com/fDQ5Rbu.png")!important;}\
  303. #regulamin {background: url("https://i.imgur.com/9xyy48y.png")!important;}\
  304. #ustawienia {background: url("https://i.imgur.com/e1WSnyf.png")!important;}\
  305. #chatnex {background: #3a3a3a !important; border:1px solid #9d9d9d; border-radius: 5px;}\
  306. #chatnex-input {margin-left: -1px !important; padding-left:5px !important; width:240px !important; padding-right: 9px; border:1px solid #9d9d9d !important; border-top-left-radius: 5px; border-top-right-radius: 5px;}\
  307. #chatnexscrollbar {background: #3a3a3a; border:1px solid #9d9d9d; border-radius: 5px;} \
  308. #alert, #alertNex, #staminashop { background-image: url("https://i.imgur.com/lghVGF2.png");}\
  309. #alert .a1, #alert .a3, #alertNex .a1Nex, #alertNex .a3Nex, #alert button, #staminashop .a1, #staminashop .a3, #staminashop button, #a_okNex.bal_yes, #a_cancelNex.bal_no { background-image: url("https://i.imgur.com/Qapi0Cl.png"); color:#ffffff;}\
  310. #dlgwin .w2[style*=empty-title] {border-radius: 5px; background-image: url("https://i.imgur.com/D6eecHI.png") !important;}\
  311. #dlgtitle {color: #9d9d9d !important;}\
  312. #dlgwin .w2[style*=help-title] {border-radius: 5px; background-image: url("https://i.imgur.com/lUqhFEE.png") !important;}\
  313. #dlgwin {background: #3b3b3b; border: 1px solid #9d9d9d; border-radius: 5px;}\
  314. .w1 {border-radius: 5px; background: #3b3b3b; }\
  315. #h_help_scrolled_scroll {border: 1px solid #9d9d9d; border-radius: 5px; background: #3b3b3b; width: 6px; }\
  316. #h_help_scrolled, #h_help_scrolled > *, #h_help_scrolled > * > *{color: #9d9d9d !important; }.conf-title {background-image: url("https://i.imgur.com/qpGl1lz.png"); border-radius: 5px; }\
  317. #config {background: #3b3b3b !important; border: 1px solid #9d9d9d; border-radius: 5px; }\
  318. #cfg_options DIV, #checkboxgrp, .my-checkbox, #checkbox-fight_message {background-image: url("https://i.imgur.com/NRj15tx.png") !important;}\
  319. #config .save{background-image: url("https://i.imgur.com/UZqYaQn.png")!important; }\
  320. #config .cancel{background-image: url("https://i.imgur.com/w1WRfOe.png")!important; }\
  321. #quest-log-window{background-image:url("https://i.imgur.com/3jdejIS.png");}\
  322. #base3 div{padding:0;}\
  323. .q_doit {color: #a8ffb4 !important;}\
  324. a.qsw_button, .q_kill {color: #ff8282 !important;}\
  325. .scroll400 {width: 400px; margin-left:-16px;}\
  326. //dodatki\
  327. .mButton .inner-part, .mButton .left, .mButton .right {background-image:url("http://nexos.margonem.pl/img/en/margo-com-sprite.png?v=4") !important;}\
  328. #gIcons{right:6px;top:20px;z-index:444;}\
  329. #gsite{background-image:url("https://i.imgur.com/k2XeRCn.png");}\
  330. #gsite:hover{background-image:url("https://i.imgur.com/kCfJYGJ.png");}\
  331. #gadmin{background-image:url("https://i.imgur.com/BKrYTeK.png");}\
  332. #gadmin:hover{background-image:url("https://i.imgur.com/J3P0k8S.png");}\
  333. #gonline{background-image:url("https://i.imgur.com/NXYhdOn.png");}\
  334. #gonline:hover{background-image:url("https://i.imgur.com/8MNgCjJ.png");}\
  335. #gshop{background-image:url("https://i.imgur.com/EDTJ26A.png");}\
  336. #gshop:hover{background-image:url("https://i.imgur.com/xwkdCHh.png");}\
  337. #gquests{background-image:url("https://i.imgur.com/kaj9qHv.png");}\
  338. #gquests:hover{background-image:url("https://i.imgur.com/OREenQm.png");}\
  339. #gconfig{background-image:url("https://i.imgur.com/2EgTcuM.png");}\
  340. #gconfig:hover{background-image:url("https://i.imgur.com/IB0ijV5.png");}\
  341. #gchat{background-image:url("https://i.imgur.com/WfMBuiI.png");}\
  342. #gchat:hover{background-image:url("https://i.imgur.com/VMXw2iI.png");}\
  343. #gt0{background-image:url("https://i.imgur.com/KKbV3Kv.png");}\
  344. #gt0:hover{background-image:url("https://i.imgur.com/YMgmWqQ.png");}\
  345. #gt1{background-image:url("https://i.imgur.com/vjmLU0K.png");}\
  346. #gt1:hover{background-image:url("https://i.imgur.com/IEyIIBP.png");}\
  347. #gt2{background-image:url("https://i.imgur.com/aVnE8w8.png");}\
  348. #gt2:hover{background-image:url("https://i.imgur.com/XV73wan.png");}\
  349. #gt3{background-image:url("https://i.imgur.com/4Fqv6nU.png");}\
  350. #gt3:hover{background-image:url("https://i.imgur.com/f760YtW.png");}\
  351. #gt4{background-image:url("https://i.imgur.com/SZx5PPG.png");}\
  352. #gt4:hover{background-image:url("https://i.imgur.com/1JvZ8c4.png");}\
  353. #gt5{background-image:url("https://i.imgur.com/Q1ADIwg.png");}\
  354. #gt5:hover{background-image:url("https://i.imgur.com/UJbf0OK.png");}\
  355. #gt6{background-image:url("https://i.imgur.com/n009i1a.png");}\
  356. #gt6:hover{background-image:url("https://i.imgur.com/Klku0vX.png");}\
  357. #gt7{background-image:url("https://i.imgur.com/csdVl0b.png");}\
  358. #gt7:hover{background-image:url("https://i.imgur.com/m1MxOgP.png");}\
  359. #gt8{background-image:url("https://i.imgur.com/bdH1Xaf.png");}\
  360. #gt8:hover{background-image:url("https://i.imgur.com/adPCUGW.png");}\
  361. #lastLoots.fixed::before{background-image:url("https://i.imgur.com/KuKMIJh.png");}\
  362. </style>').appendTo('body');
  363. $("#gIcons > span").remove();
  364. ! function (a) {
  365. parseInput = function (b, c, d) {
  366. a(b, c, d);
  367. document.querySelector("#exp2").style.background = hero.ttl < 1 ? "url(\"https://i.imgur.com/ZNyL7qE.png\")" : "url(\"https://i.imgur.com/083LuUB.png\")";
  368. }
  369. }(parseInput)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement