Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .tier1
- {
- border:5px ridge #996633;
- border-top:5px ridge #996633;
- border-right:5px ridge #996633;
- border-bottom:5px ridge #996633;
- border-left:5px ridge #996633;
- }
- .tier2
- {
- border:5px ridge #c4c4c4;
- border-top:5px ridge #c4c4c4;
- border-right:5px ridge #c4c4c4;
- border-bottom:5px ridge #c4c4c4;
- border-left:5px ridge #c4c4c4;
- }
- #thing-icon-5
- {
- height:64px;
- width:64px;
- }
- #thing-icon-6
- {
- height:64px;
- width:64px;
- }
- #thing-icon-7
- {
- height:64px;
- width:64px;
- }
- #thing-icon-8
- {
- height:64px;
- width:64px;
- }
- #thing-icon-9
- {
- height:64px;
- width:64px;
- }
- #thing-icon-10
- {
- height:64px;
- width:64px;
- }
- .thing
- {
- border-radius:8px;
- }
- .building
- {
- background:#bf8040;
- border-top-left-radius:45px;
- border-bottom-left-radius:45px;
- border-bottom-right-radius:0px;
- border-top-right-radius:0px;
- display:block;
- margin-right:0px;
- font-size:12px;
- min-height:75px;
- vertical-align: middle
- border-radius:8px;
- }
- .box-header
- {
- background:#bf8040;
- border:5px ridge #996633;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- border-bottom-right-radius:0px;
- border-top-right-radius:0px;
- }
- .box-bit{
- border:5px ridge #996633;
- background:#bf8040;
- border-radius:5px;
- }
- .wobble2
- {
- animation:wobble2 0.5s;
- }
- @keyframes wobble2
- {
- 0% {transform:translateZ(0) scale(1.05);}
- 20% {transform:translateZ(0) scale(0.95);}
- 40% {transform:translateZ(0) scale(1.05);}
- 60% {transform:translateZ(0) scale(0.975);}
- 80% {transform:translateZ(0) scale(1.025);}
- 99% {transform:scale(1,1)}
- 100% {}
- }
- #box-upgrades, #box-buildings
- {
- background-image:url("https://imgur.com/bBNrXIT.jpg");
- border:5px ridge #996633;
- box-shadow:0px 0px 4px rgba(0,0,0,0.2),1px 1px 2px rgba(0,0,0,0.5),0px 0px 16px rgba(0,0,0,0.5) inset;
- }
- .res
- {
- background:#bf8040;
- border:5px ridge #996633;
- }
- .upgrade
- {
- background:#bf8040;
- border:5px ridge #996633;
- }
- .upgrade.cantAfford:hover
- {
- box-shadow:0px 0px 16px #d4a06c;
- }
- .thing:hover,.thing.lit
- {
- background:#d4a06c;
- }
- .upgrade.cantAfford
- {
- box-shadow:0px 0px 16px #bf8040; // #c7c7c7
- border-radius:8px;
- }
- .upgrade.owned,.achiev.owned
- {
- background:#bf8040;
- }
- .upgrade:hover
- {
- background:#d4a06c;
- }
- .building:hover
- {
- background:#d4a06c;
- }
Advertisement
Add Comment
Please, Sign In to add comment