Advertisement
100lol

its for game, gtfo

Sep 5th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. body
  2. {background: ;
  3. color: ;}
  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: ;
  26. color:#ffffff;
  27. overflow: auto;}
  28. #resource-money
  29. {font-size: 20px;}
  30. .veryimportantresource
  31. {font-size: 18px;}
  32. .importantresource
  33. {font-size: 16px;}
  34. #upgrades
  35. {background: ;
  36. color:#ffffff;
  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: ;
  52. color:#ffffff;
  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. {position: fixed;
  76. top: 28px;
  77. bottom: 30px;
  78. left: 0%;
  79. width: 300px;
  80. font-size: 12px;
  81. background: ;
  82. color:#ffffff;
  83. overflow-x: none;
  84. overflow-y: auto;}
  85. #log
  86. {color: ;
  87. background: ;
  88. width: 300px;
  89. height: 15px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement