DarkSoul1800

Frick, Let's Shit A Brick - StyleBitch Beta [IGM]

Feb 28th, 2015
1,426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. body
  2. {background:#434343;
  3. color:#642e00;}
  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. background:#434343;
  26. overflow: auto;}
  27. #resource-brick
  28. {font-size: 20px;}
  29. .veryimportantresource
  30. {font-size: 18px;}
  31. .importantresource
  32. {font-size: 16px;}
  33. #upgrades
  34. {background:#434343;
  35. height: auto;
  36. right: 1%;
  37. top: 2%;
  38. padding-bottom: 200px;}
  39. .upgrade
  40. {margin: 1px;}
  41. .bought
  42. {font-size: 0px;
  43. margin: 2px;
  44. padding: 0px;}
  45. .upgrade .upgradeType
  46. {font-weight: bold;}
  47. #achievements
  48. {position: fixed;
  49. background:#434343;
  50. overflow: auto;
  51. left: 320px;
  52. right: 300px;
  53. top: 52%;
  54. bottom: 0%;}
  55. .achievement
  56. {font-size: 0px;
  57. margin: 2px;
  58. padding: 0px;}
  59. #achievement-dummy
  60. {width: 100%;
  61. height: 150px;
  62. color: rgba(0, 0, 0, 0);
  63. text-shadow: none;
  64. border: none;
  65. box-shadow: none;}
  66. #achievement-dummy:hover
  67. {background: rgba(0, 0, 0, 0);}
  68. #achievement-dummy:active
  69. {background: rgba(0, 0, 0, 0);
  70. box-shadow: none;}
  71. #buildings
  72. {position: fixed;
  73. top: 28px;
  74. bottom: 30px;
  75. left: 0%;
  76. width: 300px;
  77. font-size: 12px;
  78. background:#434343;
  79. overflow-x: none;
  80. overflow-y: auto;}
  81. #buildingTitle
  82. {display:none;}
  83. .walls .amount
  84. {font-size: 0px;}
  85. #building-frickpower .buildingType, #building-worker .buildingType, #building-school .buildingType, #building-city .buildingType, #building-factory .buildingType, #building-china .buildingType, #building-moon .buildingType, #building-marsportal .buildingType, .walls .buildingType
  86. {font-size: 18px;
  87. font-weight: bold;}
  88. #building-frickpower .amount, #building-worker .amount, #building-school .amount, #building-city .amount, #building-factory .amount, #building-china .amount, #building-moon .amount, #building-marsportal .amount
  89. {position: absolute;
  90. float:right;
  91. right: 60px;
  92. top: 5px;
  93. font-size: 18px;
  94. font-weight: bold;}
  95. #building-frickpower .cost, #building-worker .cost, #building-school .cost, #building-city .cost, #building-factory .cost, #building-china .cost, #building-moon .cost, #building-marsportal .cost, .walls .cost
  96. {font-size: 0px;}
  97. #building-frickpower .cost .amount, #building-worker .cost .amount, #building-school .cost .amount, #building-city .cost .amount, #building-factory .cost .amount, #building-china .cost .amount, #building-moon .cost .amount, #building-marsportal .cost .amount, .walls .cost .amount
  98. {position: static;
  99. float: left;
  100. font-size: 12px;
  101. font-weight: normal;}
  102. #building-wall1 .cost .amount:after, #building-wall2 .cost .amount:after, #building-wall3 .cost .amount:after, #building-wall4 .cost .amount:after, #building-wall5 .cost .amount:after, #building-wall6 .cost .amount:after, #building-wall7 .cost .amount:after, #building-wall8 .cost .amount:after
  103. {content: " Total Bricks"}
  104. .building .cost .amount:after
  105. {content: " bricks"}
  106. .sell
  107. {position: absolute;
  108. bottom: 5px;}
  109. #log
  110. {background: #434343;
  111. width: 300px;
  112. height: 15px;}
  113.  
  114. #topBar
  115. {
  116. background:#000 url(blackNoise.jpg);
  117. color:#ccc;
  118. font-size:10px;
  119. text-shadow:0px 1px 1px #000;
  120. border-bottom:2px solid #000;
  121. height:26px;
  122. }
  123. #topBar>div
  124. {
  125. display:inline-block;
  126. box-shadow:0px 0px 1px rgba(255,255,255,0.4) inset,0px -2px 4px rgba(255,255,255,0.1) inset;
  127. padding:8px;
  128. margin-right:1px;
  129. }
  130. #topBar a.neat{color:#99f;}
  131. #topBar a{color:#fff;text-shadow:0px 0px 3px rgba(255,255,255,0.5);}
  132. #topBar a:hover{color:#fff;text-shadow:0px 0px 3px rgba(255,255,255,1);}
  133. #topBar a:active{color:#fff;text-shadow:none;}
  134.  
  135. .button
  136. {
  137. display:inline-block;
  138. cursor:pointer;
  139. margin:4px;
  140. border:1px solid #000;
  141. }
  142. .button:hover
  143. {
  144. background:rgba(255,255,255,0.5);
  145. }
  146. .button:active
  147. {
  148. background:rgba(0,0,0,0.1);
  149. box-shadow:0px 0px 6px rgba(0,0,0,0.2) inset,0px 0px 0px 1px rgba(255,255,255,0.5),0px 0px 6px rgba(0,0,0,0.2);
  150. }
  151.  
  152.  
  153. .hidden,.abstract
  154. {
  155. display:none;
  156. }
Advertisement
Add Comment
Please, Sign In to add comment