diff options
| author | Gooderist <45722503+drewmayo@users.noreply.github.com> | 2020-10-10 21:23:43 -0500 |
|---|---|---|
| committer | Gooderist <45722503+drewmayo@users.noreply.github.com> | 2020-10-10 21:23:43 -0500 |
| commit | 66e21dbcada9ffc61d3462df9a4228063dfcf315 (patch) | |
| tree | 87c8ac1cfde25681874ba4e703e127241df30288 /style.css | |
| parent | 3238e2a9eb10cef50aeea2e4f2ddb89ce3e877da (diff) | |
updated to 2.029
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 36 |
1 files changed, 28 insertions, 8 deletions
@@ -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 { |