DarkSoul1800

Eistee Clicker - StyleBitch

Aug 7th, 2014
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. body
  2. {
  3. color:#98CE63;
  4. }
  5. #title
  6. {
  7. position: fixed;
  8. width: 20%;
  9. left: 26%;
  10. }
  11. #clickables
  12. {
  13. position: fixed;
  14. width: 20%;
  15. left: 26%;
  16. top: 12%;
  17. height: 37%;
  18. overflow: auto;
  19. }
  20. #resources
  21. {
  22. position: fixed;
  23. height: 46%;
  24. width: 28%;
  25. left: 48%;
  26. font-size: 14px;
  27. background:#4CCEAE;
  28. overflow: auto;
  29. }
  30. #resource-Eistee
  31. {
  32. font-size: 22px;
  33. }
  34. #upgrades
  35. {
  36. background:#4CCEAE;
  37. height: auto;
  38. right: 1%;
  39. top: 2%;
  40. }
  41. .bought
  42. {
  43. font-size: 0px;
  44. }
  45. #achievements
  46. {
  47. position: fixed;
  48. height: 45%;
  49. width: 50%;
  50. background:#4CCEAE;
  51. overflow: auto;
  52. left: 26%;
  53. top: 52%;
  54. }
  55. .achievement
  56. {
  57. font-size: 0px;
  58. }
  59. #buildings
  60. {
  61. position: fixed;
  62. top: 2%;
  63. left: 0%;
  64. height: 90%;
  65. width: 24%;
  66. font-size: 14px;
  67. background:#4CCEAE;
  68. overflow: auto;
  69. }
  70. #building-TheBusinessman
  71. {
  72. font-size: 20px;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment