Advertisement
Gouchnox

[IGM] Not Enough Cobble CSS

Apr 4th, 2015
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.47 KB | None | 0 0
  1. body
  2.     {background:#a7acc4;
  3.     color:#bebfc2;}
  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:#bebfc2;
  26.     color:#3e4048;
  27.     overflow: auto;}
  28. #resource-cobble
  29.     {font-size: 20px;}
  30. .veryimportantresource
  31.     {font-size: 18px;}
  32. .importantresource
  33.     {font-size: 16px;}
  34. #upgrades
  35.     {background:#bebfc2;
  36.     color:#3e4048;
  37.     height: auto;
  38.     right: 1%;
  39.     top: 2%;
  40.     padding-bottom: 200px;}
  41. .upgrade
  42.     {margin: 1px;}
  43. .bought
  44.     {font-size: 0px;
  45.     margin: 2px;
  46.     padding: 0px;}
  47. .upgrade .upgradeType
  48.     {font-weight: bold;}
  49. #achievements
  50.     {position: fixed;
  51.     background:#bebfc2;
  52.     color:#3e4048;
  53.     overflow: auto;
  54.     left: 320px;
  55.     right: 300px;
  56.     top: 52%;
  57.     bottom: 0%;}
  58. .achievement
  59.     {font-size: 0px;
  60.     margin: 2px;
  61.     padding: 0px;}
  62. #achievement-dummy
  63.     {width: 100%;
  64.     height: 150px;
  65.     color: rgba(0, 0, 0, 0);
  66.     text-shadow: none;
  67.     border: none;
  68.     box-shadow: none;}
  69. #achievement-dummy:hover
  70.     {background: rgba(0, 0, 0, 0);}
  71. #achievement-dummy:active
  72.     {background: rgba(0, 0, 0, 0);
  73.     box-shadow: none;}
  74. #buildings
  75.     {position: fixed;
  76.     top: 28px;
  77.     bottom: 30px;
  78.     left: 0%;
  79.     width: 300px;
  80.     font-size: 12px;
  81.     background:#bebfc2;
  82.     color:#3e4048;
  83.     overflow-x: none;
  84.     overflow-y: auto;}
  85. #buildingTitle
  86.     {display:none;}
  87.     div[id^="building-"] .buildingType
  88.     {font-size: 18px;
  89.     font-weight: bold;}
  90. #building-generatorbuild .buildingType
  91.     {font-size: 15px;
  92.     font-weight: bold;
  93.     padding-top: 2px;}
  94.     div[id^="building-"] .amount
  95.     {position: absolute;
  96.     float:right;
  97.     right: 5px;
  98.     top: 5px;
  99.     font-size: 18px;
  100.     font-weight: bold;}
  101.     div[id^="building-"] .cost .amount
  102.     {position: static;
  103.     float: left;
  104.     font-size: 12px;
  105.     font-weight: normal;}
  106. .building .cost .amount:after
  107.     {content: " cobblestone";}
  108. .sell
  109.     {position: absolute;
  110.     bottom: 5px;}
  111.     div[id^="building-"]
  112.     {background-repeat: no-repeat !important;
  113.     background-position: 3px 3px;
  114.     padding-left: 70px;
  115.     width: 217px;
  116.     min-height: 55px;}
  117. #building-robotbuild {background-image: url(https://i.imgur.com/t2k1JWH.png);}
  118. #building-farmbuild {background-image: url(https://i.imgur.com/t2k1JWH.png);}
  119. #building-generatorbuild {background-image: url(https://i.imgur.com/t2k1JWH.png);}
  120. #building-quarrybuild {background-image: url(https://i.imgur.com/Hgi3EPQ.png);}
  121. #building-crafterbuild {background-image: url(https://i.imgur.com/tqpX16L.png);}
  122. #building-tetrisbuild {background-image: url(https://i.imgur.com/ycXnazM.png);}
  123. #building-portalbuild {background-image: url(https://i.imgur.com/t2k1JWH.png);}
  124. #building-compromiserbuild {background-image: url(https://i.imgur.com/t2k1JWH.png);}
  125. #building-fabricatorbuild {background-image: url(https://i.imgur.com/t2k1JWH.png);}
  126. #log
  127.     {color: #664439;
  128.     background: #bebfc2;
  129.     width: 300px;
  130.     height: 15px;}
  131. .building .cost .label, .building .cost .name {display:none}
  132. #upgrade-diamondunlock .costs-cobble{display:none}
  133. #upgrades .costs-upgradeamount{display:none}
  134. #upgrades .costs-unstablecounter{display:none}
  135. #upgrades .costs-diamondtrigger{display:none}
  136. #upgrades .costs-unstabletrigger{display:none}
  137. #upgrades .costs-dirttrigger{display:none}
  138. #upgrades .costs-stonetrigger{display:none}
  139. #upgrades .costs-diamondwire1{display:none}
  140. #resource-unstablecounter
  141.     {font-size: 16px;
  142.     color:#880a0a;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement