diff options
| author | ྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org> | 2020-10-11 12:58:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-11 12:58:43 +0200 |
| commit | b1137bf9d80fec6ea977b9edc26218f1f20146d6 (patch) | |
| tree | f0dc87ae514ee285917cb790f91d0abe8d3784a7 /style.css | |
| parent | 3238e2a9eb10cef50aeea2e4f2ddb89ce3e877da (diff) | |
| parent | ff1da671baa5f61c20a46ed433b9e9431ebce307 (diff) | |
Merge pull request #7 from Gooderist0x1/gh-pages
Update 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 { |