Brainstorm_ENT

Other stuff

May 18th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. body
  2. {background:#FFB100;
  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:#FFB100;
  26. color:#304846;
  27. overflow: auto;}
  28. #upgrades
  29. {right: 400px;
  30. background:#FFB100;
  31. color:#304846;
  32. right: 1%;
  33. top: 2%;
  34. padding-bottom: 300px;}
  35. .upgrade
  36. {margin: 4px;}
  37. .bought
  38. {font-size: 10px;
  39. margin: 10px;
  40. padding: 0px;}
  41. .upgrade .upgradeType
  42. {font-weight: bold;}
  43. #achievements
  44. {position: fixed;
  45. background:#FFB100;
  46. color:#304846;
  47. overflow: auto;
  48. left: 320px;
  49. right: 300px;
  50. top: 52%;
  51. bottom: 0%;}
  52. .achievement
  53. {font-size: 10px;
  54. margin: 2px;
  55. padding: 4px;}
  56. #buildings
  57. {position: fixed;
  58. top: 28px;
  59. bottom: 30px;
  60. left: 0%;
  61. width: 300px;
  62. font-size: 12px;
  63. background:#FFB100;
  64. color:#304846;
  65. overflow-x: none;
  66. overflow-y: auto;}
  67. #buildingTitle
  68. {display:none;}
  69. .sell
  70. {bottom: 5px;}
  71. #log
  72. {color:#304846;
  73. background:#FFB100;
  74. width: 300px;
  75. height: 30px;}
Add Comment
Please, Sign In to add comment