From 66e21dbcada9ffc61d3462df9a4228063dfcf315 Mon Sep 17 00:00:00 2001 From: Gooderist <45722503+drewmayo@users.noreply.github.com> Date: Sat, 10 Oct 2020 21:23:43 -0500 Subject: updated to 2.029 --- style.css | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 38fdd66..727511c 100644 --- a/style.css +++ b/style.css @@ -991,6 +991,22 @@ q:after width:16px; height:16px; } +.hasTinyCookie +{ + position:relative; + padding-left:18px; +} +.hasTinyCookie:before +{ + content:''; + display:block; + position:absolute; + left:0px; + top:0px; + background:url(img/money.png); + width:16px; + height:16px; +} .heavenly.price:before { background:url(img/heavenlyMoney.png); @@ -1411,10 +1427,12 @@ q:after background:url(img/prestigeBar.jpg) 0px 0px; position:absolute; left:0px; - right:100%; + /*right:100%;*/ + right:0px; top:0px; height:100%; - max-width:100%; + /*max-width:100%;*/ + transform:translate(0px,0px); } .meter:after { @@ -1433,10 +1451,11 @@ q:after right:0px; bottom:4px; position:absolute; + overflow:hidden; } #ascendMeter { - right:100px; + /*right:100px;*/ } .meter.filling @@ -2231,12 +2250,13 @@ from {background-position:0px 0px;} .product .content .owned { position:absolute; - right:12px; - top:6px; + right:8px; + bottom:5px; font-size:40px; opacity:0.2; color:#000; text-shadow:0px 0px 8px #fff; + letter-spacing:-2.5px; } .product .icon { @@ -2756,9 +2776,9 @@ p -.green{color:#3f0;}.green b{color:inherit;} -.red{color:#f30;}.red b{color:inherit;} -.gray{color:#999;}.gray b{color:inherit;} +.green,b.green{color:#3f0;}.green b{color:inherit;} +.red,b.red{color:#f30;}.red b{color:inherit;} +.gray,b.gray{color:#999;}.gray b{color:inherit;} #versionNumber { -- cgit v1.2.3