This commit is contained in:
Trixter9994 2021-09-20 13:28:07 -04:00 committed by GitHub
parent fa158c25a3
commit 74074e91ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -829,6 +829,7 @@ input[type=range]:active::-ms-thumb,input[type=range]:hover::-ms-thumb {backgrou
font-size:14px; font-size:14px;
font-family:Georgia; font-family:Georgia;
font-weight:bold; font-weight:bold;
margin-top:-2px;
} }
.framed .close .framed .close
{ {
@ -991,6 +992,22 @@ q:after
width:16px; width:16px;
height: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 .heavenly.price:before
{ {
background:url(img/heavenlyMoney.png); background:url(img/heavenlyMoney.png);
@ -1411,10 +1428,12 @@ q:after
background:url(img/prestigeBar.jpg) 0px 0px; background:url(img/prestigeBar.jpg) 0px 0px;
position:absolute; position:absolute;
left:0px; left:0px;
right:100%; /*right:100%;*/
right:0px;
top:0px; top:0px;
height:100%; height:100%;
max-width:100%; /*max-width:100%;*/
transform:translate(0px,0px);
} }
.meter:after .meter:after
{ {
@ -1433,10 +1452,11 @@ q:after
right:0px; right:0px;
bottom:4px; bottom:4px;
position:absolute; position:absolute;
overflow:hidden;
} }
#ascendMeter #ascendMeter
{ {
right:100px; /*right:100px;*/
} }
.meter.filling .meter.filling
@ -2189,7 +2209,7 @@ from {background-position:0px 0px;}
position:absolute; position:absolute;
left:0px; left:0px;
top:0px; top:0px;
background:url(img/buildings.png?v=4); background:url(img/buildings.png?v=5);
background-repeat:no-repeat; background-repeat:no-repeat;
margin:0px; margin:0px;
} }
@ -2210,7 +2230,7 @@ from {background-position:0px 0px;}
height:64px; height:64px;
left:0px; left:0px;
top:0px; top:0px;
background:url(img/buildings.png?v=4); background:url(img/buildings.png?v=5);
background-repeat:no-repeat; background-repeat:no-repeat;
margin:-16px; margin:-16px;
transform:scale(0.5); transform:scale(0.5);
@ -2231,12 +2251,13 @@ from {background-position:0px 0px;}
.product .content .owned .product .content .owned
{ {
position:absolute; position:absolute;
right:12px; right:8px;
top:6px; bottom:5px;
font-size:40px; font-size:40px;
opacity:0.2; opacity:0.2;
color:#000; color:#000;
text-shadow:0px 0px 8px #fff; text-shadow:0px 0px 8px #fff;
letter-spacing:-2.5px;
} }
.product .icon .product .icon
{ {
@ -2250,7 +2271,7 @@ from {background-position:0px 0px;}
{ {
z-index:100; z-index:100;
opacity:1; opacity:1;
background:url(img/buildings.png?v=4); background:url(img/buildings.png?v=5);
background-repeat:no-repeat; background-repeat:no-repeat;
-webkit-transition: opacity 2s ease-out; -webkit-transition: opacity 2s ease-out;
-moz-transition: opacity 2s ease-out; -moz-transition: opacity 2s ease-out;
@ -2756,9 +2777,9 @@ p
.green{color:#3f0;}.green b{color:inherit;} .green,b.green{color:#3f0;}.green b{color:inherit;}
.red{color:#f30;}.red b{color:inherit;} .red,b.red{color:#f30;}.red b{color:inherit;}
.gray{color:#999;}.gray b{color:inherit;} .gray,b.gray{color:#999;}.gray b{color:inherit;}
#versionNumber #versionNumber
{ {