Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // http://pastebin.com/9wFy8KKe http://orteil.dashnet.org/experiments/idlegamemaker/?game=9wFy8KKe
- // I... 'borrowed' most of this from Wall Destroyer. Thanks Tellurium!
- body
- {background:#58c4b1;
- color:#a2cfc4;}
- #title
- {position: fixed;
- width: 250px;
- left: 320px;}
- #clickables
- {position: fixed;
- width: 250px;
- left: 320px;
- top: 14%;
- bottom: 48%;
- overflow-x: none;
- overflow-y: auto;}
- #clickableTitle
- {display: none;}
- #resources
- {position: fixed;
- left: 590px;
- right: 300px;
- top: 28px;
- bottom: 48%;
- font-size: 14px;
- background:#a2cfc4;
- color:#304846;
- overflow: auto;}
- #achievements
- {position: fixed;
- background:#a2cfc4;
- color:#304846;
- overflow: auto;
- left: 320px;
- right: 300px;
- top: 52%;
- bottom: 0%;}
- .achievement
- {font-size: 0px;
- margin: 2px;
- padding: 0px;}
Advertisement
Add Comment
Please, Sign In to add comment