DarkSoul1800

Eistee Clicker - StyleBitch 2.0

Oct 3rd, 2014
1,743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. body
  2. {background:#4CCEAE;
  3. color:#304846;}
  4. #title
  5. {position: fixed;
  6. width: 250px;
  7. left: 320px;}
  8. #clickables
  9. {position: fixed;
  10. width: 250px;
  11. left: 320px;
  12. top: 14%;
  13. bottom: 48%;
  14. overflow-x: none;
  15. overflow-y: auto;}
  16. #clickableTitle
  17. {display: none;}
  18. #resources
  19. {position: fixed;
  20. left: 590px;
  21. right: 300px;
  22. top: 28px;
  23. bottom: 48%;
  24. font-size: 14px;
  25. background:#4CCEAE;
  26. color:#304846;
  27. overflow: auto;}
  28. #resource-eistee
  29. {font-size: 20px;}
  30. .veryimportantresource
  31. {font-size: 18px;}
  32. .importantresource
  33. {font-size: 16px;}
  34. #upgrades
  35. {background:#4CCEAE;
  36. color:#304846;
  37. height: auto;
  38. right: 1%;
  39. top: 2%;
  40. padding-bottom: 200px;}
  41. .upgrade
  42. {margin: 1px;}
  43. .bought
  44. {font-size: 0px;
  45. margin: 2px;
  46. padding: 0px;}
  47. .upgrade .upgradeType
  48. {font-weight: bold;}
  49. #achievements
  50. {position: fixed;
  51. background:#4CCEAE;
  52. color:#304846;
  53. overflow: auto;
  54. left: 320px;
  55. right: 300px;
  56. top: 52%;
  57. bottom: 0%;}
  58. .achievement
  59. {font-size: 0px;
  60. margin: 2px;
  61. padding: 0px;}
  62. #achievement-dummy
  63. {width: 100%;
  64. height: 150px;
  65. color: rgba(0, 0, 0, 0);
  66. text-shadow: none;
  67. border: none;
  68. box-shadow: none;}
  69. #achievement-dummy:hover
  70. {background: rgba(0, 0, 0, 0);}
  71. #achievement-dummy:active
  72. {background: rgba(0, 0, 0, 0);
  73. box-shadow: none;}
  74. #buildings
  75. {
  76. position: fixed;
  77. top: 2%;
  78. left: 0%;
  79. height: 90%;
  80. width: 24%;
  81. font-size: 14px;
  82. background:#4CCEAE;
  83. overflow: auto;
  84. }
  85.  
  86. #log
  87. {color: #664439;
  88. background: #4CCEAE;
  89. width: 300px;
  90. height: 15px;}
Advertisement
Add Comment
Please, Sign In to add comment