Advertisement
MaygeKyatt

CSS stuffs

Mar 24th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. body
  2. {background:#4B0082;
  3. color:#a2cfc4;}
  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. overflow: auto;}
  26. #resource-money
  27. {font-size: 20px;}
  28. #upgrades
  29. {height: auto;
  30. right: 1%;
  31. top: 2%;
  32. padding-bottom:200px;}
  33. #achievements
  34. {position: fixed;
  35. overflow: auto;
  36. left: 320px;
  37. right: 300px;
  38. top: 52%;
  39. bottom: 0%;}
  40. #buildings
  41. {position: fixed;
  42. top: 28px;
  43. bottom: 30px;
  44. left: 0%;
  45. width: 300px;
  46. font-size: 12px;
  47. overflow-x: none;
  48. overflow-y: auto;}
  49. #log
  50. {width: 300px;
  51. height: 15px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement