Advertisement
TunerZr1

Idlescape thingy

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