Advertisement
nugnug

Untitled

Oct 1st, 2016
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. body
  2. {color:#ffffff;}
  3.  
  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. .a
  29. {font-size: 30px;}
  30. .b
  31. {font-size: 20px;}
  32. #upgrades
  33. {height: auto;
  34. right: 1%;
  35. top: 2%;
  36. padding-bottom: 200px;}}
  37. .upgrade
  38. {margin: 1px;}
  39. .bought
  40. {font-size: 0px;
  41. margin: 2px;
  42. padding: 0px;}
  43. .notbought
  44. {font-size: 11px;
  45. margin: 2px;
  46. padding: 0px;
  47. opacity:0.5;}
  48. .upgrade .upgradeType
  49. {font-weight: bold;}
  50. #achievements
  51. {position: fixed;
  52. overflow: auto;
  53. left: 320px;
  54. right: 300px;
  55. top: 52%;
  56. bottom: 0%;}
  57. .achievement
  58. {font-size: 0px;
  59. margin: 2px;
  60. padding: 0px;}
  61. #achievement-dummy
  62. {width: 100%;
  63. height: 150px;
  64. color: rgba(0, 0, 0, 0);
  65. text-shadow: none;
  66. border: none;
  67. box-shadow: none;}
  68. #achievement-dummy:hover
  69. {background: rgba(0, 0, 0, 0);}
  70. #achievement-dummy:active
  71. {background: rgba(0, 0, 0, 0);
  72. box-shadow: none;}
  73. #buildings
  74. {position: fixed;
  75. top: 28px;
  76. bottom: 30px;
  77. left: 0%;
  78. width: 289px;
  79. font-size: 12px;
  80. overflow-x: none;
  81. overflow-y: auto;}
  82. #building-will1
  83. {background-image: url(http://i.imgur.com/H7kvG23.png);
  84. background-repeat: no-repeat;
  85. background-position: 3px 1px;
  86. min-height: 128px}
  87. #building-will1 .amount
  88. {font-size:0px;}
  89. #building-will1 .cost .amount
  90. {font-size:12px;}
  91. #building-rwill1
  92. {background-image: url(http://i.imgur.com/H7kvG23.png);
  93. background-repeat: no-repeat;
  94. background-position: 3px 1px;
  95. min-height: 128px}
  96. #building-rwill1 .amount
  97. {font-size:0px;}
  98. #building-rwill1 .cost .amount
  99. {font-size:12px;}
  100. #building-prestige
  101. {background-image: url(http://i.imgur.com/7ILyrnP.png);
  102. background-repeat: no-repeat;
  103. background-position: 3px 1px;
  104. min-height: 64px}
  105. #building-boostbuy
  106. {background-image: url(http://i.imgur.com/QoJNKni.png);
  107. background-repeat: no-repeat;
  108. background-position: 3px 1px;
  109. min-height: 64px}
  110. #building-prestige .amount
  111. {font-size:0px;}
  112. #building-prestige .cost .amount
  113. {font-size:12px;}
  114.  
  115. #buildingTitle
  116. {display:none;}
  117. #log
  118. {width: 0px;
  119. height: 0px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement