Advertisement
22radioactive22

Untitled

Mar 20th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. body
  2. {background:#AF8919;}
  3. #title
  4. {position: fixed;
  5. top: 28px;
  6. width:300px;
  7. left: 0%;
  8. }
  9. #clickables
  10.  
  11. {position: fixed;
  12. overflow: auto;
  13. height: 78%;
  14. left: 320px;
  15. right: 300px;
  16. top: 30%;
  17. bottom: 35%;}
  18. #clickableTitle
  19. {display: none;}
  20. #resources
  21. {position: fixed;
  22. left: 320px;
  23. right: 300px;
  24. top: 28px;
  25. bottom: 70%;
  26. font-size: 14px;
  27. overflow: auto;}
  28. .biggerresource
  29. {font-size: 18px;}
  30. .bigresource
  31. {font-size: 16px;}
  32. .smallresource
  33. {font-size: 12px;}
  34. #upgrades
  35. {height: auto;
  36. overflow: auto;
  37. left: 320px;
  38. right: 300px;
  39. top: 75%;
  40. bottom: 0%;
  41. position: fixed;}
  42. .upgrade
  43. {margin: 1px;}
  44. .bought
  45. {/*font-size: 0px;*/
  46. margin: 2px;
  47. padding: 0px;}
  48. .upgrade .upgradeType
  49. {font-weight: bold;}
  50. #achievements
  51. {position: fixed;
  52. top: 20px;
  53. bottom: 0%;
  54. height: 300px;
  55. left: 70%;
  56. right: 5%;
  57. overflow-x: none;
  58. overflow-y: auto;}
  59. /*#save
  60. {position:fixed;
  61. left: 0%;
  62. top: 50px;
  63. width:300px;
  64. height:17%;}*/
  65. .achievement
  66. {/*font-size: 0px;*/
  67. margin: 2px;
  68. padding: 0px;}
  69. #buildings
  70. {position: fixed;
  71. width: 300px;
  72. left: 0%;
  73. top: 80px;
  74. bottom: 30px;
  75. overflow-x: none;
  76. overflow-y: auto;}
  77. #buildingTitle
  78. {display:none;}
  79. #log
  80. {background: #a93c2b;
  81. width: 300px;
  82. height: 15px;}
  83. div[id="support"]
  84. {left:78%;
  85. top:100%;
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement