Advertisement
DescendingBear

cssstyle

Jun 24th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. body
  2. {
  3. }
  4. #title
  5. {
  6. position: fixed;
  7. height: 3%;
  8. width: 77%;
  9. left: 23%;
  10. }
  11. #buildings
  12. {
  13. position: fixed;
  14. left: 0%;
  15. height: auto;
  16. width: 22%;
  17. font-size: 12px;
  18. overflow: auto;
  19. }
  20. #upgrades
  21. {
  22. position: fixed;
  23. top: 7%
  24. left: 23%;
  25. height: auto;
  26. width: 22%;
  27. font-size: 12px;
  28. overflow: auto;
  29. }
  30.  
  31. #clickables
  32. {
  33. top: 7%;
  34. position: fixed;
  35. height: 29%;
  36. width: 44%;
  37. left: 46%;
  38. font-size: 20px;
  39. overflow: auto;
  40. }
  41. #resources
  42. {
  43. top: 37%;
  44. position: fixed;
  45. height: 63%;
  46. width: 44%;
  47. left: 46%;
  48. font-size: 20px;
  49. overflow: auto;
  50. }
  51. #achievements
  52. {
  53. top: 100%;
  54. position: fixed;
  55. height: 0%;
  56. width: 0%;
  57. left: 100%;
  58. font-size: 20px;
  59. overflow: auto;
  60. }
  61.  
  62.  
  63. // .title {display:none;}
  64. // .gameTitle {display:inline;}
  65. // .bought
  66. {
  67. font-size: 10px;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement