// ==UserScript== // @name HWM - Resourses as images Style Mod // @namespace Resourses as images // @author code: Dinozon2, ElMarado; style: sw.East // @collaborator sw.East // @version 0.21.4 // @description Заменяет текстовое описание ресурсов на изображения // @icon http://i.imgur.com/GScgZzY.jpg // @include https://www.heroeswm.*/pl_info.php* // @include *//178.248.235.15/pl_info.php* // @include *//*.lordswm.*/pl_info.php* // @grant GM_addStyle // @copyright 2013-2018, sw.East (https://www.heroeswm.ru/pl_info.php?id=3541252) // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/16376/HWM%20-%20Resourses%20as%20images%20Style%20Mod.user.js // @updateURL https://update.greasyfork.icu/scripts/16376/HWM%20-%20Resourses%20as%20images%20Style%20Mod.meta.js // ==/UserScript== // 0.21.2-0.21.4 - Отображение картинок и ссылок на рынок для частей имперских артов // 0.21.1 - fix. Отображение картинок для частей имперских артов /** === Style === */ GM_addStyle ( ` #box{ width: 93%; height: 100%; margin: 0 5px 0 10px; } #amount_slot{ overflow: hidden; float: right; width: 48px; height: 48px; margin: 5px 5px 5px 0; padding: 0; border: 3px solid #fff; box-shadow: 0px 0px 5px #aaa; z-index: 1; } #amount_slot img { display: block; width: 42px; height: 42px; margin: 3px 0 0 3px; padding: 0; } #amount_slot a img { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } #amount_slot:hover a img { -webkit-transform: scale(1.20,1.20); -moz-transform: scale(1.20,1.20); -ms-transform: scale(1.20,1.205); -o-transform: scale(1.20,1.20); transform: scale(1.20,1.20); opacity:1; } #amount_slot a{ text-decoration: none; } .amount_wrap { position: absolute; min-width:14px; height: 13px; margin: -48px 0 0 -3px; padding:0 1px 1px; color:#fff; border:2px solid #fff; background:#222; -webkit-box-shadow: 1px 1px 1px #aaa; -moz-box-shadow: 1px 1px 1px #aaa; box-shadow: 1px 1px 1px #aaa; z-index: 15; font-size: 10px; text-align: center; text-decoration: none !important; text-shadow: 1px 1px 1px rgba(0,0,0, 0.8); cursor: pointer; opacity:.7; -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out; -ms-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out; -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out; transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out; } ` ); /* Style End */ var HTMLOut='
'+
''+
'
'+
''+
'