Advertisement
idlegamecolaboration

CSS

Apr 3rd, 2015
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. body
  2. {background:#dbb67a;
  3. color:#000000;}
  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:#dbb67a;
  26. color:#000000;
  27. overflow: auto;}
  28. #resource-money
  29. {font-size: 20px;}
  30. .veryimportantresource
  31. {font-size: 18px;}
  32. .importantresource
  33. {font-size: 16px;}
  34. #upgrades
  35. {background:#dbb67a;
  36. color:#000000;
  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:#dbb67a;
  52. color:#000000;
  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:#dbb67a;
  82. color:#000000;
  83. overflow-x: none;
  84. overflow-y: auto;}
  85. {display:none;}
  86. {font-size: 0px;}
  87. {font-size: 18px;
  88. font-weight: bold;}
  89. {font-size: 16px;
  90. font-weight: bold;
  91. padding-top: 2px;}
  92. {position: absolute;
  93. float:right;
  94. right: 5px;
  95. top: 5px;
  96. font-size: 18px;
  97. font-weight: bold;}
  98. {font-size: 0px;}
  99. {display: none;}
  100. {position: static;
  101. float: left;
  102. font-size: 12px;
  103. font-weight: normal;
  104. padding-left: 4px;}
  105. {position: static;
  106. float: left;
  107. font-size: 12px;
  108. font-weight: normal;}
  109. {background-repeat: no-repeat;
  110. background-position: 5px 1px;
  111. min-height: 100px;
  112. width: 281px;}
  113. {font-size: 20px;
  114. font-weight: bold;
  115. padding-left: 4px;}
  116. {color: #dbb67a;
  117. background: #000000;
  118. width: 300px;
  119. height: 15px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement