Brosjustcuz

TID CSS

Jun 29th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. // http://pastebin.com/9wFy8KKe http://orteil.dashnet.org/experiments/idlegamemaker/?game=9wFy8KKe
  2. // I... 'borrowed' most of this from Wall Destroyer. Thanks Tellurium!
  3. body
  4. {background:#58c4b1;
  5. color:#a2cfc4;}
  6. #title
  7. {position: fixed;
  8. width: 250px;
  9. left: 320px;}
  10. #clickables
  11. {position: fixed;
  12. width: 250px;
  13. left: 320px;
  14. top: 14%;
  15. bottom: 48%;
  16. overflow-x: none;
  17. overflow-y: auto;}
  18. #clickableTitle
  19. {display: none;}
  20. #resources
  21. {position: fixed;
  22. left: 590px;
  23. right: 300px;
  24. top: 28px;
  25. bottom: 48%;
  26. font-size: 14px;
  27. background:#a2cfc4;
  28. color:#304846;
  29. overflow: auto;}
  30. #achievements
  31. {position: fixed;
  32. background:#a2cfc4;
  33. color:#304846;
  34. overflow: auto;
  35. left: 320px;
  36. right: 300px;
  37. top: 52%;
  38. bottom: 0%;}
  39. .achievement
  40. {font-size: 0px;
  41. margin: 2px;
  42. padding: 0px;}
Advertisement
Add Comment
Please, Sign In to add comment