pilotofsomething

[IGM] Unoriginal Idle Game - CSS

Aug 31st, 2015
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.17 KB | None | 0 0
  1. #clickables {
  2.      position: fixed;
  3.      margin-top: 28px;
  4.      left: 33%;
  5.      right: 33%;
  6.      top: 0%;
  7.      bottom: 66%;
  8. background: #7F7F7F;
  9. overflow: auto;
  10. }
  11. #resources {
  12.      position: fixed;
  13.      margin-top: 28px;
  14.      top: 0%;
  15.      right: 1%;
  16.      left: 67%;
  17.      bottom: 73%;
  18. background: #7F7F7F;
  19. overflow: auto;
  20. }
  21. #upgrades {
  22.      position: fixed;
  23.      margin-top: 28px;
  24.      top: 24%;
  25.      bottom: 0%;
  26.      left: 67%;
  27.      right: 1%;
  28.      height: 84%;
  29.      background: #7F7F7F;
  30.      overflow: auto;
  31. }
  32. #upgrades:hover {
  33.      position: fixed;
  34.      margin-top: 28px;
  35.      top: 24%;
  36.      bottom: 0%;
  37.      left: 67%;
  38.      right: 1%;
  39.      height: 84%;
  40.      overflow: auto;
  41. background: #7F7F7F;
  42. }
  43. #buildings {
  44. position: fixed;
  45. margin-top: 28px;
  46. top: 0%;
  47. bottom: 0%;
  48. left: 0%;
  49. right: 67%;
  50. background: #7F7F7F;
  51. overflow: auto;
  52. }
  53. #achievements {
  54. position: fixed;
  55. margin-top: 28px;
  56. top: 33%;
  57. bottom: 0%;
  58. left: 33%;
  59. right: 33%;
  60. background: #7F7F7F;
  61. overflow: auto;
  62. }
  63. #title {
  64. display: none;
  65. }
  66. #saveBox {
  67.     margin-top: 28px;
  68.     position: fixed;
  69.     left: 68%;
  70.     top: 18%;
  71. }
  72. #support {
  73.     position: fixed;
  74.     top: 70%;
  75.     left: 70%;
  76. }
Add Comment
Please, Sign In to add comment