Created
February 22, 2019 11:20
-
-
Save Unihedro/fa16d16bc7fa652241d6f3ac2f5d4ea7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body::before { | |
background-image: url(http://i.imgur.com/VcfVGtU.jpg) !important; | |
content: ''; | |
position: fixed; | |
width: 100% !important; | |
height: 100% !important; | |
background-position: top center; | |
background-repeat: no-repeat; | |
background-size: cover; | |
z-index: -1; | |
-webkit-filter:brightness(.4) | |
} | |
#portalBtnContainer{z-index:9} | |
/*delete when doing trapper2 -> */ | |
#trimps{line-height: 1.62857143;} | |
#trapArea,#autoTrapBtn{display:none!important} | |
#trimps>.progress.resProgress{height:14%}/**/ | |
#battleContainer, #buyContainer, #logContainer, .playerGather, #queueContainer | |
{ | |
background: rgba(0,0,0,.5) | |
} | |
#perkCol,#gridContainer,#talentsHere{opacity:.712} | |
#portalWrapper:not(.portalMk6){background:rgba(0,0,0,.28); | |
-overflow-y:hidden!important} | |
#wrapper,#innerWrapper, | |
#grid, #mapGrid,#outerBuyContainer,#buyTabs .tabSelected.buyTab,#buyTabs .tabNotSelected {background:transparent!important} | |
#buyTabs .tabNotSelected:not(#playerSpireTab)>a { | |
background: black; | |
} | |
#outerBuyContainer{border:none} | |
#topRow{height:16vw} | |
#buyContainer{ height: calc((99vh - 19.5vw) - 175px)!important;} | |
#rightCol { height: calc(99vh - 17vw - 27px);} | |
#Wormhole,#natureContainer .natureBuyIcon[onmouseover^="natureTooltip(event, 'stackTransfer', '"]{display:none!important} | |
/* if (critTier == -1) critSpan.innerHTML = "<span style='color: cyan'>Weak!</span>"; | |
if (critTier == 1) critSpan.innerHTML = "Crit!"; | |
if (critTier == 2) critSpan.innerHTML = "<span style='color: orange'>CRIT!</span>"; | |
if (critTier == 3){ | |
critSpan.innerHTML = "<span style='color: red'>CRIT!!</span>";*/ | |
#critSpan,#badCrit{color:#ff73a3!important} | |
#critSpan span[style="color: orange"]{color:#d14878!important} | |
#critSpan span[style="color: red"]{color:#732050!important} | |
#turkimpBuff,.workColorTurkimp { | |
color: #b72cb7; | |
background-color: #2b112b; | |
} | |
/*-.cellColorBeaten~.cellColorOverkill { | |
background-color: #6E7A49 !important; | |
color: black !important; | |
}*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment