Keifanel

Nexos motyw v1.1

Sep 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.25 KB | None | 0 0
  1. ((_newItem) => {
  2. const style = document.createElement("style");
  3. const css = `
  4. #tip.type_normal { box-shadow: 0 0 0px 1px #9d9d9d; border:none !important;}
  5. #tip.type_unique { background-color:#4b4638!important;; box-shadow: 0px 0px 0px 1px #daa520; border:none !important; }
  6. #tip.type_upgraded { background-color:#4f4f35!important;; box-shadow: 0px 0px 0px 1px #ffff00; border:none !important; }
  7. #tip.type_heroic { background-color: #38424f !important; box-shadow: 0px 0px 0px 1px #2090fe; border:none !important; }
  8. #tip.type_legendary { background-color:#483543!important;; box-shadow: 0px 0px 0px 1px #bb0088; border:none !important; }
  9. `;
  10. const getItemAttr = (itemStats) => {
  11. const itemType = itemStats.match(/unique|upgraded|heroic|legendary/);
  12.  
  13. return null === itemType ? "type_normal" : `type_${itemType[0]}`;
  14. };
  15.  
  16. style.type = "text/css";
  17. style.appendChild(document.createTextNode(css));
  18. document.head.appendChild(style);
  19.  
  20. newItem = (items) => {
  21. _newItem(items);
  22.  
  23. for (const [id, item] of Object.entries(items)) {
  24. if (item.hasOwnProperty("id")) {
  25. const itemAttr = getItemAttr(item.stat);
  26.  
  27. document.getElementById(`item${id}`).setAttribute("ctip", `t_item ${itemAttr}`);
  28. }
  29. }
  30. };
  31. })(newItem);
  32.  
  33. g.loadQueue.push({
  34. data: "#tip.tip {color: #9d9d9d; box-shadow: 0px 0px 0px 0px #bb0088; border:1px solid #9d9d9d !important; }",
  35. fun(css) {
  36. const style = document.createElement("style");
  37.  
  38. style.type = "text/css";
  39. style.appendChild(document.createTextNode(css));
  40. document.head.appendChild(style);
  41. document.getElementById("hero").setAttribute("ctip", "tip");
  42. }
  43. });
  44. $('<style>@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&subset=latin-ext");</style>').appendTo('head');
  45. $('#leorn1').attr('src', 'https://i.imgur.com/YuOxX5S.png');
  46. $('#leorn2').attr('src', 'https://i.imgur.com/W6ogBza.png');
  47. $("#corners>img[src='img/border-u.png']").attr("src", "https://i.imgur.com/vwipSps.png"); //up
  48. $("#corners>img[src='img/border-d.png']").attr("src", "https://i.imgur.com/wPcyCWA.png"); //down
  49. $("#corners>img[src='img/border-r.png']").attr("src", "https://i.imgur.com/cS6PB8s.png"); //right
  50. $("#corners>img[src='img/border-l.png']").attr("src", "https://i.imgur.com/ECVp5k2.png"); //left
  51. $('<style>\
  52. #chatnex-in > * > span {color: #cfcfcf !important; text-shadow: 1px 1px #000;}\
  53. #chatnex-in, #chatnex-in > * > font {text-shadow: 1px 1px #000;}\
  54. * {font-family: Open Sans, Arial, sans-serif !important;}\
  55. #chatnex {margin-top:2px !important; width: 267px !important; margin-left:-14px !Important;}\
  56. #chatnex-logo {color: #9d9d9d !important;background: #3b3b3b !important; border: 0px !important;}\
  57. #chatnex-in {width:255px !important;}\
  58. #chatnexscrollbar {margin-left:18px !important; width:6px !important;}\
  59. #chatnex-input {width:261px !important; padding-left:3px !Important; padding-right:3px !Important;}\
  60. #life1, #life2, #exp1, #exp2 { border-radius: 5px !important;}\
  61. #abilitypoints{color: #9d9d9d !important; background-color: transparent !important; background-image:url("https://i.imgur.com/I8UCEhL.png"); border: 1px solid #9d9d9d; border-radius: 5px;}\
  62. .ab1{background-color: transparent !important; background-image:url("https://i.imgur.com/W2RJJjt.png");}\
  63. .ab5{background-color: transparent !important; background-image:url("https://i.imgur.com/x50XSsk.png");}\
  64. #abpoints, #strength-increase, #dexternity-increase, #intelect-increase{color: #9d9d9d !important; }\
  65. #newlvl{background: url("https://i.imgur.com/kR60vbs.gif") }\
  66. #abilitypoints > .closebut{margin-top: 5px !important; margin-right: 5px !important;}\
  67. #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;}\
  68. #hlbag{background: #626262 !important; width: 30px; height:30px; border:1px solid #b1b1b1;}\
  69. #lagmeter {background-image: url("https://i.imgur.com/m5t7Lql.png");}\
  70. .closebut { background-image: url("https://i.imgur.com/hV15m3t.png") !important;}\
  71. .close-but { background-image: url("https://i.imgur.com/hV15m3t.png") !important;}\
  72. .a2 {color:#9d9d9d;}\
  73. #tip.t_item {border: 0px !important; border-radius: 5px !important; background: #3b3b3b; opacity: 1 !important;}\
  74. #tip.t_npc, #tip.t_other { border-radius: 5px !important; border: 1px solid #9d9d9d !important; background: #3b3b3b; opacity: 1 !important;}\
  75. #tip {border: 1px solid #9d9d9d; border-radius: 5px !important; background: #3b3b3b; opacity: 1 !important;}\
  76. #tip-o1, #tip-o2, #h-orn1, #h-orn2 {display:none !important;}\
  77. #pk_list{background: #3b3b3b !important; color: #9d9d9d;}\
  78. #console {height: 252px;background-image: url("https://i.imgur.com/IAtKvm7.png") !important; background-color: transparent;}\
  79. .gfont {color: #9d9d9d !Important; text-shadow: none;}\
  80. .gfont:before, .gfont:after {display: none; text-shadow: none;}\
  81. #conin {color: #9d9d9d !Important; background: #262626; margin: 0px; width: 786px;}\
  82. #addonDetails textarea, #addon_search {color: #9d9d9d !Important; background: #262626; border: 1px solid #9d9d9d;border-radius: 5px;}\
  83. #contxt {color: #9d9d9d;}#sl_shop_banner, #gold_shop_banner {background-image: url("https://i.imgur.com/uacSyw9.png") !important;}\
  84. #hieronim_button, #lehim_button {top: -25px !important;background-image: url("https://i.imgur.com/rovtNep.png") !important;}\
  85. #hmenu BUTTON{margin-bottom: -1px !important;border: 1px solid #9d9d9d !important;background: #262626 !important; color: #9d9d9d !important; }\
  86. #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; }\
  87. #hmenu > button.last{margin-bottom: -1px !important;border-bottom-left-radius: 5px !Important;border-bottom-right-radius: 5px !Important;border: 1px solid #9d9d9d !important;}\
  88. #hmenu BUTTON:hover{background: #626262 !important; color: #b1b1b1 !important;}\
  89. #hmenu {border: 0px solid #9d9d9d !important; }\
  90. #gold_shop_banner{bottom:-30px !Important;}\
  91. .golden-text{color: #9d9d9d !important; }\
  92. .combo-point.active{background: #daa520;}\
  93. #tr2_value{left:85px !Important; color: #9d9d9d !important;}\
  94. #mytr_value{left:382px !Important; color: #9d9d9d !important;}\
  95. #trade BUTTON{height: 21px !important;}\
  96. #tr2_gold, #mytr_gold{color: #9d9d9d; }\
  97. #tradebg,#tradeaccept, #tradeaccept2, #tradecancel{background-color: transparent !important; background-image:url("https://i.imgur.com/WelXOMb.png")}\
  98. #panel { background:url("https://i.imgur.com/CY5LafC.png"); width:276px; height: 539px;}\
  99. #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/cL8yRTp.png") !important;}\
  100. #skillSwitch {background-image: url("https://i.imgur.com/PUglaAw.png")!important;}\
  101. #life2 { background-image: url("https://i.imgur.com/hHcA4ni.png");}\
  102. #stats { background-image: url("https://i.imgur.com/ayRr9rH.png");}\
  103. #premiumbut { background-image: url("https://i.imgur.com/sLvtjNg.png");}\
  104. #event_calendar_switch {top: 512px;}\
  105. #pvpmode{top:517px; left:4px; height:16px; width:16px; border-radius:5px; background-image: url("https://i.imgur.com/PyYsxIX.png")}\
  106. .ld-hor, .ld-ver, .rt-hor, .rt-ver, .rd-hor, .rd-ver, .lt-hor, .lt-ver {display: none !important;}\
  107. #leorn1, #leorn2 {top:42px;}\
  108. #leorn2 {left:634px;}\
  109. #base3 {top:48px;}\
  110. #gold {top:73px; left:528px;}\
  111. #base3, #gold, #stats {color:#9d9d9d;}\
  112. #base3, #gold {font: normal normal 10px/14px Open Sans, Arial, sans-serif !important;}\
  113. .MM-battleset-switch-button { background-image: url("https://i.imgur.com/RxA5ULN.png");}\
  114. .MM-battleset-switch {top:93px; left:18px;}\
  115. DIV#b_news.b_buttons.notif {background: url("https://i.imgur.com/ByzNIex.gif") !important;}\
  116. DIV#b_news.b_buttons.notif:hover {background: url("https://i.imgur.com/O1mpQyh.gif") !important;}\
  117. .news-panel{background-image: url("https://i.imgur.com/8dEmdRb.png") !important;}\
  118. .news-panel > .closebut {background-image: url("https://i.imgur.com/hV15m3t.png") !important;}\
  119. .news-panel .closebut{top: 0px !Important; right: 0px !important;}\
  120. #startbutton, #shufflebutton, #hdbutton, #volumeSlider .marker{background-image: url("https://i.imgur.com/VkogW3A.png") !important;}\
  121. #startbutton{background-position: -27px -82px !important;}\
  122. #startbutton.active{background-position: -27px -107px !important;}\
  123. #add_list .view_port{height: 442px !important;}\
  124. #surrenderBattleButton{right: 0; left: 20px !important;}\
  125. #surrenderBattleButton, #autobattleButton {background: #3b3b3b !important; border: 1px solid #9d9d9d !important; color: #9d9d9d !important;}\
  126. #battlelog.big {height: 193px;}\
  127. #battlepanelback, #battleclose, #battlehelp { background-image: url("https://i.imgur.com/1C06sDQ.png");}\
  128. #battlepanel {color:#9d9d9d;}\
  129. #battle .border-b { display:none;}\
  130. #battlelog DIV.txt {background: #444 !important;}\
  131. #battlelog DIV.win {background: black !important;}\
  132. #loots {border-image: url("https://i.imgur.com/4YigZf9.png") 41 32 17 49 fill round}\
  133. #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/sLVyHkf.png") !important; color: #9d9d9d;}\
  134. #loots TD{border: 1px #9d9d9d solid !important;}\
  135. #loots_header_label {display:none !important;}\
  136. #loots_bag {color: #9d9d9d !important;}\
  137. #battletimer {font-size: 13px;}\
  138. #battlelog {height: 127px; top:385px; left:0px; width:338px;}\
  139. #battlelog DIV {margin: 2px 0px 2px 0px !important;} \
  140. #battlelog > .neu {background: #060f3b !important;}\
  141. #battlelog > .attack2 {background: #380000 !important;}\
  142. #battlelog > .attack, #battlelog DIV {background: #061d01 !important;}\
  143. #battleenergy {left: 141px;width:26px; text-align:center;}\
  144. #battlemana {left: 55px; width:33px; text-align:center;}\
  145. #corners .border-l {left:-6px!important;}\
  146. #chat.left > #chatTxtContainer > #chattxt {height: 518px !important; width: 255px !important; margin-left:-2px !important; margin-top:-3px !important;}\
  147. #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;}\
  148. #chat.left > s#chb3.choosen {width:70px!important;}\
  149. #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/WFmBl3l.png");} \
  150. #chat.left > #chattabs S {width: 67px !important; background-image: url("https://i.imgur.com/WFmBl3l.png") !important;}\
  151. #chat.left > #chattabs {background-image: none !important;}\
  152. #chat.left > #chattabs, #chat.left > chattabs S {height: 18px !important; margin: 1px 0px 0px 1px; width: 269px !important;}\
  153. #bchat{top:516px; left:24px;}\
  154. #bottombar { background-image: url("https://i.imgur.com/cTLAZjE.png");}\
  155. #inpchat { background-image: url("https://i.imgur.com/cTLAZjE.png"); top:4px; left:82px;}\
  156. #lastmsg {width:325px;}\
  157. #bottxt {top:5px; left:82px; }\
  158. #botloc {top:514px; height:23px !Important; line-height:23px !important;}\
  159. #chat, #chat > #chattabs, #chat > #chattabs S {background-image: url("https://i.imgur.com/wnJBPPy.png")}\
  160. #chattabs {top: 1px;}\
  161. #chattxt {top: 1px; bottom: 0px; right: 0px; left:88px}\
  162. #nick {font: normal 18px Open Sans; color: #9d9d9d; margin-top:2px;}\
  163. #dialog { background-image: url("https://i.imgur.com/woTIKCS.png");}\
  164. #dialog .borders {background: #9d9d9d !important; height: 1px !important;}\
  165. #chatscrollbar, #chatscrollbar.ui-draggable { z-index:999999; background-image: none; background-color: #3b3b3b; border: 1px solid #9d9d9d; border-radius: 5px; width: 6px !important;}\
  166. #talkscroll, #talkscroll.ui-draggable {background-image: none; background-color: #3b3b3b; border: 1px solid #9d9d9d; border-radius: 5px; margin-left: 13px !important; width: 6px !important;}\
  167. #dlgin {left: -10px; margin-right: -11px !important;height:319px; top: 1px;}\
  168. #dlgin .message {padding-top: 3px; margin-left:3px;}\
  169. #recipes .receipe-list .one-recipe-on-list {border-image: url("https://i.imgur.com/WlBFEnl.png") 5 fill repeat stretch !important;}\
  170. #recipes .receipe-list .recipe-group .card-graphic {border-image: url("https://i.imgur.com/60uq1Nz.png") 5 17 fill repeat stretch !important;}\
  171. #recipes .receipe-list .active-recipe {background: none !important; border-image: url("https://i.imgur.com/U9ER6M4.png") 5 fill repeat stretch !important;}\
  172. #recipes { background-image: url("https://i.imgur.com/E0WeVpR.png");}\
  173. #recipes > * {color:#9d9d9d;}\
  174. #recipes .receipe-list .one-recipe-on-list .name-wrapper .name {color: #9d9d9d !important;}\
  175. .item-reagent.item-slot > .item > .itemHighlighter {z-index: -1;}\
  176. #frsort, div.frparty, div.chatfr, div.delfr, div.delen, #fradd, #enadd {background-image: url("https://i.imgur.com/DlUipPp.png") !important; background-color: #3b3b3b !important;}\
  177. #fradd, #enadd {margin-top:2px;}\
  178. #myfrscrollbar, #myenscrollbar {background: #3b3b3b !important;; border: 1px solid #9d9d9d; border-radius: 5px;}\
  179. #myfriends, #myenemies{height:446px; top:32px}\
  180. #h_help_scrolled{margin-top:-10px !Important; margin-bottom: -10px !Important;}\
  181. #depo, #depo-title { background-image: url("https://i.imgur.com/6p9Sn3u.png");}\
  182. #friends { background-image: url("https://i.imgur.com/l2LF29T.png");}\
  183. #mappanel {background-image: url("https://i.imgur.com/86yTVjm.png"); background-color: transparent;}\
  184. #minimap {background-color: transparent;}\
  185. #inmap2wrapper {background:#3b3b3b;}\
  186. #addonspanel {background-image: url("https://i.imgur.com/eF4IyL8.png"); background-color: transparent;}\
  187. #addon_search_div {top:9px;}\
  188. UL.boxhover LI:not(.disabled):hover {border: 1px solid #9d9d9d; border-radius: 5px; box-shadow: none;}\
  189. UL.boxhover LI {border: 1px solid transparent; border-radius: 5px; box-shadow: none;}\
  190. #addons {background:#3b3b3b; color: #9d9d9d; overflow: hidden !important;}\
  191. #addons h2, #addons .addon .author, #addons .add_list_menu {background:transparent; color: #9d9d9d; border: none; }\
  192. #addons h1 {background:transparent; color: #9d9d9d; border: none; text-shadow: none; font-size: 18px; font-weight: normal; width: 496px; text-align: center; }\
  193. #frsort {top:5px; left:204px !Important;}\
  194. #friends > .closebut {margin-top:5px; margin-right:5px;}\
  195. #skills, #skills_title {background-image: url("https://i.imgur.com/xY7v9oM.png");}\
  196. .skills_tab_header {background-image: url("https://i.imgur.com/6kZyrFF.png");}\
  197. .skillbox_shadow {background: transparent !Important;}\
  198. .skillbox_border {border: 1px solid transparent;}\
  199. .skillbox {background-image: url("https://i.imgur.com/3BEALCT.png");}\
  200. .skillbox_lvl.cl-6, .skillbox_lvl.cl-5, .skillbox_lvl.cl-4, .skillbox_lvl.cl-3, .skillbox_lvl.cl-2, .skillbox_lvl.cl-1 {background-image: url("https://i.imgur.com/Kyrs0xx.png");}\
  201. #skillcount {color: #9d9d9d; font-weight:normal; left:314px; top:7px; }\
  202. .SI-button .left, .SI-button .label, .SI-button .right {background-image: url("https://i.imgur.com/FF5q91S.png");}\
  203. #clanmenu {background-image: url("https://i.imgur.com/eawYJQY.png"); background-color: transparent;}\
  204. #clanbox {background:#3b3b3b; color:#9d9d9d;}\
  205. table>tbody>tr.hover:hover {border-left: 1px solid #b1b1b1 !important; border-right: 1px solid #b1b1b1 !important; background:#626262; color:#b1b1b1;}\
  206. .clan TD {color:#9d9d9d;}\
  207. #clanbox .members TD,table>tbody>tr>td.normal-td {border:1px solid #9d9d9d;}\
  208. #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;}\
  209. #clanbox .members TH, table>tbody>tr>td.table-header{color:#9d9d9d; border: 1px solid #9d9d9d !important; background: #262626; font-weight: normal;}\
  210. #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;}\
  211. #clanbox {left:-1px; width:514px;}\
  212. #clanbox .clan-skills-content .scroll-wrapper .scroll-pane .one-clan-skill {border: 1px solid #b1b1b1; border-radius: 5px; background: #3b3b3b;}\
  213. .one-clan-quest {box-shadow: 0px transparent; border: 1px solid #b1b1b1; border-radius: 5px; background: #3b3b3b;}\
  214. .one-clan-quest.quest_active, .one-clan-quest.quest_completed {border: 1px solid #a8ffb4;}\
  215. .one-clan-quest .quest-state.quest_unactive {border: 1px solid #b1b1b1; color: #b1b1b1; background: #3b3b3b; font-weight: normal;}\
  216. .one-clan-quest.quest_unactive {border: 1px solid #b1b1b1;}\
  217. .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; }\
  218. .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/enQZPan.png");}\
  219. .one-clan-quest .quest-progress-wrapper .clan-progress-bar .measure-wrapper .measure {background: #262626;top: -14px; height:6px; width: 1px; }\
  220. .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/FeA1fy0.png"); }\
  221. #add_list, #add_mine, #add_active, #add_help {color: #9d9d9d; }\
  222. .extMgrLinksList div a {padding-left:2px; padding-right: 2px; line-height: 1.6;color: #9d9d9d; background: #262626; border: 1px solid #9d9d9d; border-radius: 5px; }\
  223. #addon_help_txt > a {color: #9d9d9d;}\
  224. #depo-gold > input {background: #262626 !important; color: #9d9d9d !important; border: 1px solid #9d9d9d !important;}\
  225. #depo BUTTON { background-image: url("https://i.imgur.com/o4qXWJc.png");}\
  226. #depo-sections .d-movebar{background: #262626; border: 1px solid #9d9d9d !important; border-radius: 5px; margin-bottom: 1px; color: #9d9d9d !important;}\
  227. #depo-sections .d-section.active{opacity: 1 !important; background-color:#626262 !important;}\
  228. #depo-sections .d-section{opacity: 1 !important;background: #262626; border: 1px solid #9d9d9d !important; border-radius: 5px; bottom: 3px; color: #9d9d9d !important;}\
  229. #depo-sections .d-section.notExists{opacity: 1 !important;background: #3b3b3b !important;; border: 1px solid #9d9d9d !important; border-radius: 5px; bottom: 3px; color: #9d9d9d !important;} \
  230. #depo-back{ opacity: 0.4; background-color: #3b3b3b; border-bottom: 1px solid #9d9d9d !important;}\
  231. #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; }\
  232. #depo {color: #9d9d9d; }\
  233. #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/pSNM6y7.png");}\
  234. #ahselect B:hover{border: 1px solid #b1b1b1; color: #b1b1b1;}\
  235. #ah_list > center > b, #ah_filter, #ahselect{color: #9d9d9d !important;}\
  236. #ahselect > #au0{display: none; }\
  237. #auctions .redback{background: #3b3b3b; color: #9d9d9d;}\
  238. #auctions TH{border: 1px solid #9d9d9d; border-right: none !important;color: #9d9d9d; background: #3b3b3b;}\
  239. #auctions .sep{background: #9d9d9d; height: 1px!important;}\
  240. #ah_mylist H5{border: none !Important;}\
  241. #ah_window, #ah_list{background: #3b3b3b !important;}\
  242. #ah_mylist{margin-left:-1px !Important;}\
  243. #ah_window INPUT, #auctions TD INPUT, #auctions TD{border:1px solid #9d9d9d; color: #9d9d9d; background: #3b3b3b !important;}\
  244. #ah_filter INPUT, #ah_filter SELECT{border-radius: 5px; border: 1px solid #9d9d9d; background: #262626 !important; color: #9d9d9d !important;}\
  245. #auctions #ah_filter BUTTON {padding-bottom:3px !Important;margin-top:3px !Important;}\
  246. #auctions .ahitem{background: url("https://i.imgur.com/x7KXbAM.png");}\
  247. #auctions TABLE{width: calc(100% - 1px);}\
  248. #auctions BUTTON.next{background-position: 0px -190px !Important;}\
  249. #auctions BUTTON.next:hover{background-position: 0px -209px !Important;}\
  250. #auctions BUTTON.prev{background-position: 0px -228px }\
  251. #auctions BUTTON.prev:hover{background-position: 0px -247px }\
  252. #auctions TD.unique{color:#daa520;}\
  253. #addonDetails{color: #9d9d9d !important; background: #3b3b3b; border: 1px solid #9d9d9d; }\
  254. #addons #addonDetails h2{color: #9d9d9d !important}\
  255. #addons .author a, #addonDetails .infoBox{color: #b1b1b1 !important}\
  256. #addons #addonDetails .author {top:30px !important;}\
  257. #addons .image {border: none;}\
  258. #addons span.ptValplus {color: #a8ffb4 !important; font-weight: normal !important;}\
  259. #addons span.ptValminus {color: #ff8282 !important; font-weight: normal !important;}\
  260. #addons .uninstall {color: #ff8282 !important; font-weight: normal !important; background: transparent; border: 1px solid #ff8282; border-radius: 5px;}\
  261. #addons .install {color: #a8ffb4 !important; font-weight: normal !important; background: transparent; border: 1px solid #a8ffb4; border-radius: 5px;}\
  262. #addons .close {color: #9d9d9d !important; font-weight: normal !important; background: transparent; border: 1px solid #9d9d9d; border-radius: 5px;}\
  263. .MM-dialog {border-image: url("https://i.imgur.com/J81pPUi.png") 51 64 24 57 fill repeat;webkit-border-image: url("https://i.imgur.com/J81pPUi.png") 51 64 24 57 fill repeat;} \
  264. .MM-dialog-header {background: #262626;}\
  265. .MM-dialog .closebut {top: -54px !important; background-image: url("https://i.imgur.com/hV15m3t.png")}\
  266. .MM-dialog-space .warning-points {background-image: url("")}\
  267. .my-checkbox {color: #9d9d9d;}\
  268. .MM-dialog-space > .MM-button .content {width: 90px !important;}\
  269. .MM-button .right {width: 10px !important;}\
  270. .MM-tab-button.MM-tab-button-menu.active .content .gfont {text-shadow: none !important;}\
  271. .progress-wnd .left-side .char-info, .progress-wnd .left-side .char-prof {font-weight: normal; color: #9d9d9d;}\
  272. .progress-wnd .left-side .tokens-amount-1 .green, .tokens-amount-1, .tokens-amount-1 > * {color: #9d9d9d;}\
  273. #shop{background-image: url("https://i.imgur.com/mI5beej.png"); background-color: transparent !important;}\
  274. #shop_close, #shop_accept {background-image: url("https://i.imgur.com/Sj3dgEv.png")}\
  275. #shop_desc {color: #9d9d9d !important;}\
  276. .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/sPXR1om.png")}\
  277. #pre-premium-panel, #chests-window {width: 661px !important; background-position: 0px -1379px !important;}\
  278. #pre-premium-header-txt {color: #9d9d9d !Important;}\
  279. #pre-premium-panel .tiles-wrapper .pre-premium-panel-tile .header-txt {background: #9d9d9d !important;-webkit-background-clip: text !important;}\
  280. #pre-premium-panel .close-pre-premium, #chests-window .close-chests-window {background-image: url("https://i.imgur.com/hV15m3t.png");}\
  281. #for-you-plug{background: #3b3b3b !important; border: 1px solid #9d9d9d; border-radius: 5px !important; top: 147px !important; height: 160px !important;}\
  282. #for-you-txt {display: none !important;}\
  283. .MM-fight-header {height:13px !important;}\
  284. .MM-table, .MM-table-row {border: 1px solid #9d9d9d !important;}\
  285. #shop_bilans, .MM-dialog {color: #9d9d9d !important;}\
  286. .season-wnd .winners-background {border: 1px solid #9d9d9d !important; border-radius: 5px;}\
  287. .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;}\
  288. #premiumshop .premiumItem, #premiumshop .buymore_ps, #premiumshop .closebutton_ps, #premiumshop .promocode_button, #premiumshop {background-image: url("https://i.imgur.com/ecpD5KF.png") !important;}\
  289. #premiumshop .sl_amount_ps {color: #9d9d9d !important; text-shadow: none !important;}\
  290. #alert div.mAlertInputContainer input[name="mAlertInput"] {background: #262626 !important; border: 1px solid #9d9d9d !important; color: #9d9d9d !important;}\
  291. #alert div.mAlertInputContainer .bRight,#alert div.mAlertInputContainer .bLeft {display: none !important;}\
  292. #shop.outfit {background-image: url("https://i.imgur.com/5jhR7Pb.png");}\
  293. #tip.t_fr, #tip.t_cl, #tip.t_cl-fr {background:#294329 !Important; border: 1px solid #4e794e !important;}\
  294. #tip.t_en, #tip.t_cl-en, #tip.t_fr-en {background:#4d2525 !important; border:1px solid #886060 !important;}\
  295. #ktotujest, #ktotujest_lista, #ktotujest_config { font-weight: normal; border:1px solid #9d9d9d!important; background: #3b3b3b !important; color: #9d9d9d !important;}\
  296. #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;}\
  297. #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;}\
  298. #ktotujest {text-align: center !important; width: 115px !important;border-radius: 5px; border-top-left-radius: 5px; border-top-right-radius:5px;}\
  299. #auto-leczenie {border-radius: 5px; border: 1px solid #9d9d9d !important; background: #3b3b3b !important; color: #9d9d9d !Important}\
  300. #lkonfiguracja_Antybocik, #Lotfiltr_Antybocik {border-radius: 5px; background: #3b3b3b !important; color: #9d9d9d !important; border: 1px solid #9d9d9d !important;}\
  301. #Lotfiltr_Antybocik > div:nth-of-type(1), #Lotfiltr_Antybocik > div:nth-of-type(2) {display: none !Important;}\
  302. #wartosclotu_Antybocik, #limitZlota_Antybocik, #nazwalot_Antybocik {border:1px solid #9d9d9d !important; background:#262626 !important; color: #9d9d9d !important; border-radius: 5px; }\
  303. #qsw_box {border: 1px solid #9d9d9d !important; border-radius: 5px; background: #3b3b3b !important; color: #9d9d9d !important; padding: 3px !Important;}\
  304. #configss {background: #3b3b3b !important; border: 1px solid #9d9d9d; border-radius: 5px; }\
  305. #cfg_optionsss > * {background-image: url("https://i.imgur.com/6CKgbsH.png") !important;}\
  306. #btn1 {background-image: url("https://i.imgur.com/EwvCrZs.png")!important; }\
  307. #btn2 {background-image: url("https://i.imgur.com/8fJezO7.png")!important; }\
  308. #wybtorbe {top: 110px !important; color: #9d9d9d !important;}\
  309. #torba1, #torba2, #torba3 {border: 1px solid #9d9d9d !important; border-radius: 5px; background-color: #262626 !important; color: #9d9d9d !important; font-size: 18px !important;}\
  310. 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;}\
  311. #depo-left {top: 35px !important;}\
  312. #depo-left OPTION {color: #b1b1b1 !important;}\
  313. #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;}\
  314. #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;}\
  315. #online {color: #9d9d9d !important; border-bottom-right-radius:5px !important; width: 30px !important; border: 1px solid #9d9d9d !important; right:80px !important; bottom: -22px !important;}\
  316. #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;}\
  317. #nexosZegar {bottom:-52px !important; color: #9d9d9d !important;}\
  318. #forum {background: url("https://i.imgur.com/s6UQUWa.png")!important;}\
  319. #logi {background: url("https://i.imgur.com/LiMewGc.png")!important;}\
  320. #blok {background: url("https://i.imgur.com/fDQ5Rbu.png")!important;}\
  321. #regulamin {background: url("https://i.imgur.com/9xyy48y.png")!important;}\
  322. #ustawienia {background: url("https://i.imgur.com/e1WSnyf.png")!important;}\
  323. #chatnex {background: #3a3a3a !important; border:1px solid #9d9d9d; border-radius: 5px;}\
  324. #chatnex-input {margin-left: -1px !important; border:1px solid #9d9d9d !important; border-top-left-radius: 5px; border-top-right-radius: 5px;}\
  325. #chatnexscrollbar {background: #3a3a3a; border:1px solid #9d9d9d; border-radius: 5px;} \
  326. #alert, #alertNex, #staminashop { background-image: url("https://i.imgur.com/y6PqpsD.png");}\
  327. #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/QyY0xLm.png"); color:#ffffff;}\
  328. #dlgwin .w2[style*=empty-title] {border-radius: 5px; background-image: url("https://i.imgur.com/D6eecHI.png") !important;}\
  329. #dlgtitle {color: #9d9d9d !important;}\
  330. #dlgwin .w2[style*=help-title] {border-radius: 5px; background-image: url("https://i.imgur.com/BpXHSFh.png") !important;}\
  331. #dlgwin {background: #3b3b3b; border: 1px solid #9d9d9d; border-radius: 5px;}\
  332. .w1 {border-radius: 5px; background: #3b3b3b; }\
  333. #h_help_scrolled_scroll {border: 1px solid #9d9d9d; border-radius: 5px; background: #3b3b3b; width: 6px; }\
  334. #h_help_scrolled, #h_help_scrolled > *, #h_help_scrolled > * > *{color: #9d9d9d !important; }.conf-title {background-image: url("https://i.imgur.com/S1Zlygw.png"); border-radius: 5px; }\
  335. #config {background: #3b3b3b !important; border: 1px solid #9d9d9d; border-radius: 5px; }\
  336. #cfg_options DIV, #checkboxgrp, .my-checkbox, #checkbox-fight_message {background-image: url("https://i.imgur.com/6CKgbsH.png") !important;}\
  337. #config .save{background-image: url("https://i.imgur.com/5hb0Elm.png")!important; }\
  338. #config .cancel{background-image: url("https://i.imgur.com/NiVTipw.png")!important; }\
  339. #dlgwin .w2[style*=quests-title] {border-radius: 5px; background-image: url("https://i.imgur.com/7KeBEmd.png") !important;}\
  340. .questlist p {background-image: url("https://i.imgur.com/tyGDTET.png"); color: #9d9d9d; font-style: normal;}\
  341. .q_doit {color: #a8ffb4 !important;}\
  342. a.qsw_button, .q_kill {color: #ff8282 !important;}\
  343. .scroll400 {width: 400px; margin-left:-16px;}\
  344. </style>').appendTo('body');
  345.  
  346. ! function(a) {
  347. parseInput = function(b, c, d) {
  348. a(b, c, d);
  349. document.querySelector("#exp2").style.background = hero.ttl < 1 ? "url(\"https://i.imgur.com/GcZeKHc.png\")" : "url(\"https://i.imgur.com/tdSkgga.png\")";
  350. }
  351. }(parseInput)
Add Comment
Please, Sign In to add comment