Advertisement
Gaunab

stylesheet

Sep 19th, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. body
  2. {
  3. background: #0080ff;
  4. }
  5. .button:hover
  6. {
  7. background: none;
  8. }
  9. #title
  10. {
  11. position: fixed;
  12. min-width: 23%;
  13. width: 23%;
  14. left: 0;
  15. bottom: 0;
  16. margin-bottom: 8px;
  17. height: auto;
  18. background:#409fff
  19. }
  20. #clickables
  21. {
  22. position: fixed;
  23. min-width: 23%;
  24. width: 23%;
  25. left: 0;
  26. top: 95px;
  27. bottom: 0;
  28. margin-bottom: 53px;
  29. overflow-y: auto;
  30. background:#409fff
  31. }
  32. .VoiceGaunab
  33. {
  34. position: absolute;
  35. left: 0%;
  36. top: 0%;
  37. width: 80%;
  38. height: 30%;
  39. border: none;
  40. box-shadow: none;
  41. background-repeat: no-repeat;
  42. background-image: url(http://i.imgur.com/PpcEg60.png);
  43. background-size: contain;
  44. }
  45. .VoiceGaunab:hover
  46. {
  47. //background-color: transparent !important
  48. //color:none;
  49. //-moz-appearance: none !important;
  50. //opacity: 0.4;
  51. //filter: alpha(opacity=40);
  52. //position: absolute;
  53. //left: 0%;
  54. //top: 0%;
  55. //width: 80%;
  56. //height: 30%;
  57. //border: none;
  58. //box-shadow: none;
  59. background-repeat: no-repeat;
  60. background-image: url(http://i.imgur.com/PpcEg60.png);
  61. background-size: contain;
  62. }
  63. #clickableTitle
  64. {
  65. display: none;
  66. }
  67.  
  68. #buildings
  69. {
  70. //position: absolute;
  71. //right: 0;
  72. //top: 0;
  73. width: 250px;
  74. //height: auto;
  75. //padding-bottom: 500px;
  76. min-height: 100%;
  77. right: 0.5%;
  78. top: 2%;
  79. //padding-bottom: 200px;
  80. text-shadow: none;
  81. border: none;
  82. box-shadow: none;
  83. //background:#409fff;
  84. background-image: url(http://i.imgur.com/vI5CQMw.png);
  85. }
  86. #buildingTitle
  87. {
  88. display:none;
  89. }
  90. .buildingType, .amount, .cost, .sell
  91. {
  92. font-size: 0;
  93. }
  94. .building
  95. {
  96. background-repeat: no-repeat;
  97. height: 60px;
  98. text-shadow: none;
  99. border: none;
  100. box-shadow: none;
  101. margin-left: 2px;
  102. background-image: url(http://i.imgur.com/J2FrJvp.png);
  103. }
  104. .building:hover
  105. {
  106. background-image: url(http://i.imgur.com/YHW1L6k.png);
  107. }
  108. .building:active
  109. {
  110. background-image: url(http://i.imgur.com/K2Y09p0.png);
  111. }
  112. #upgrades
  113. {
  114. position: fixed;
  115. left: 23%;
  116. margin-left: 30px;
  117. top: 95px;
  118. right: 300px;
  119. bottom: 25%;
  120. height: auto;
  121. width: auto;
  122. overflow-y: auto;
  123. background:#409fff
  124. }
  125. #upgradeTitle
  126. {
  127. display:none;
  128. }
  129. .upgradebuffer
  130. {
  131. position: absolute;
  132. left: 50%;
  133. top: 50%;
  134. right: 25%;
  135. bottom: 25%;
  136. //margin: 10px;
  137. //padding: 25px;
  138. opacity: 0.4;
  139. filter: alpha(opacity=40);
  140. background-repeat: no-repeat;
  141. background-image: url(http://i.imgur.com/PpcEg60.png);
  142. background-size: contain;
  143. }
  144. .bought
  145. {
  146. //font-size: 0px;
  147. }
  148. #resources
  149. {
  150. position: fixed;
  151. //min-width: 100%;
  152. left: 0;
  153. top: 28px;
  154. height: 42px;
  155. right: 300px;
  156. overflow-y: auto;
  157. background:#409fff
  158. }
  159. #resourceTitle
  160. {
  161. display:none;
  162. }
  163. #achievements
  164. {
  165. position: fixed;
  166. right: 300px;
  167. left: 23%;
  168. margin-left: 30px;
  169. top: 75%;
  170. margin-top: 8px;
  171. bottom: 1%;
  172. width: auto;
  173. //height: 24%;
  174. //margin: 10px;
  175. overflow-y: auto;
  176. background:#409fff;
  177. //font-size: 0px;
  178. }
  179. #achievementTitle
  180. {
  181. display:none;
  182. }
  183. #popups
  184. {
  185. display:none;
  186. }
  187. #particles
  188. {
  189. display:none;
  190. }
  191. #log
  192. {
  193. position: fixed;
  194. left: 0;
  195. bottom: 0;
  196. height: 10px;
  197. //margin-right: 7px;
  198. min-width: 23%;
  199. width: 23%;
  200.  
  201. opacity: 0.2;
  202. background:#409fff;
  203. font-size: 12px;
  204. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement