IronDizaster

Untitled

Dec 18th, 2019
2,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. .tier1
  2. {
  3. border:5px ridge #996633;
  4. border-top:5px ridge #996633;
  5. border-right:5px ridge #996633;
  6. border-bottom:5px ridge #996633;
  7. border-left:5px ridge #996633;
  8. }
  9.  
  10. .tier2
  11. {
  12. border:5px ridge #c4c4c4;
  13. border-top:5px ridge #c4c4c4;
  14. border-right:5px ridge #c4c4c4;
  15. border-bottom:5px ridge #c4c4c4;
  16. border-left:5px ridge #c4c4c4;
  17. }
  18.  
  19. #thing-icon-5
  20. {
  21. height:64px;
  22. width:64px;
  23. }
  24.  
  25. #thing-icon-6
  26. {
  27. height:64px;
  28. width:64px;
  29. }
  30.  
  31. #thing-icon-7
  32. {
  33. height:64px;
  34. width:64px;
  35. }
  36.  
  37. #thing-icon-8
  38. {
  39. height:64px;
  40. width:64px;
  41. }
  42.  
  43. #thing-icon-9
  44. {
  45. height:64px;
  46. width:64px;
  47. }
  48.  
  49. #thing-icon-10
  50. {
  51. height:64px;
  52. width:64px;
  53. }
  54.  
  55. .thing
  56. {
  57. border-radius:8px;
  58. }
  59.  
  60. .building
  61. {
  62. background:#bf8040;
  63. border-top-left-radius:45px;
  64. border-bottom-left-radius:45px;
  65. border-bottom-right-radius:0px;
  66. border-top-right-radius:0px;
  67. display:block;
  68. margin-right:0px;
  69. font-size:12px;
  70. min-height:75px;
  71. vertical-align: middle
  72. border-radius:8px;
  73. }
  74.  
  75. .box-header
  76. {
  77. background:#bf8040;
  78. border:5px ridge #996633;
  79. border-top-left-radius:0px;
  80. border-bottom-left-radius:0px;
  81. border-bottom-right-radius:0px;
  82. border-top-right-radius:0px;
  83. }
  84.  
  85.  
  86.  
  87. .box-bit{
  88. border:5px ridge #996633;
  89. background:#bf8040;
  90. border-radius:5px;
  91. }
  92.  
  93.  
  94.  
  95. .wobble2
  96. {
  97. animation:wobble2 0.5s;
  98. }
  99. @keyframes wobble2
  100. {
  101. 0% {transform:translateZ(0) scale(1.05);}
  102. 20% {transform:translateZ(0) scale(0.95);}
  103. 40% {transform:translateZ(0) scale(1.05);}
  104. 60% {transform:translateZ(0) scale(0.975);}
  105. 80% {transform:translateZ(0) scale(1.025);}
  106. 99% {transform:scale(1,1)}
  107. 100% {}
  108. }
  109.  
  110. #box-upgrades, #box-buildings
  111. {
  112. background-image:url("https://imgur.com/bBNrXIT.jpg");
  113. border:5px ridge #996633;
  114. box-shadow:0px 0px 4px rgba(0,0,0,0.2),1px 1px 2px rgba(0,0,0,0.5),0px 0px 16px rgba(0,0,0,0.5) inset;
  115. }
  116.  
  117. .res
  118. {
  119. background:#bf8040;
  120. border:5px ridge #996633;
  121. }
  122.  
  123. .upgrade
  124. {
  125. background:#bf8040;
  126. border:5px ridge #996633;
  127.  
  128. }
  129.  
  130. .upgrade.cantAfford:hover
  131. {
  132. box-shadow:0px 0px 16px #d4a06c;
  133. }
  134.  
  135. .thing:hover,.thing.lit
  136. {
  137. background:#d4a06c;
  138. }
  139.  
  140. .upgrade.cantAfford
  141. {
  142. box-shadow:0px 0px 16px #bf8040; // #c7c7c7
  143. border-radius:8px;
  144. }
  145.  
  146. .upgrade.owned,.achiev.owned
  147. {
  148. background:#bf8040;
  149. }
  150.  
  151. .upgrade:hover
  152. {
  153. background:#d4a06c;
  154. }
  155.  
  156. .building:hover
  157. {
  158. background:#d4a06c;
  159. }
Advertisement
Add Comment
Please, Sign In to add comment