Advertisement
lennonluiz0907

Coin Collector Stylesheet

Aug 7th, 2014
26,924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. body
  2. {
  3. background:#FF7E15;
  4. color:#FFB777;
  5. }
  6. #title
  7. {
  8. position: fixed;
  9. width: 20%;
  10. left: 55%;
  11. }
  12. #clickables
  13. {
  14. position: fixed;
  15. width: 20%;
  16. left: 55%;
  17. top: 12%;
  18. height: 24%;
  19. background:#FFB777;
  20. overflow: auto;
  21.  
  22. }
  23. #resources
  24. {
  25. position: fixed;
  26. height: 85%;
  27. width: 27%;
  28. background:#FFB777;
  29. overflow: auto;
  30. left: 0%;
  31. top: 5%;
  32. }
  33. .superimportantresource
  34. {
  35. font-size: 22px;
  36. }
  37. .veryimportantresource
  38. {
  39. font-size: 18px;
  40. }
  41. .importantresource
  42. {
  43. font-size: 16px;
  44. }
  45. .bought
  46. {
  47. font-size: 0px;
  48. }
  49. .obj
  50. {
  51. font-size: 20px;
  52. }
  53. .objBonus
  54. {
  55. font-size: 18px;
  56. }
  57. .achievement
  58. {
  59. font-size: 0px;
  60. }
  61. #building-egg .sell
  62. {
  63. display: none;
  64. }
  65. .obj .sell
  66. {
  67. display: none;
  68. }
  69. .objBonus .sell
  70. {
  71. display: none;
  72. }
  73. #upgrades
  74. {
  75. background:#FFB777;
  76. height: auto;
  77. }
  78. #achievements
  79. {
  80. position: fixed;
  81. height: 85%;
  82. width: 20%;
  83. left: 30%;
  84. top: 5%;
  85. background:#FFB777;
  86. overflow: auto;
  87. }
  88. #buildings
  89. {
  90. position: fixed;
  91. top: 40%;
  92. left: 52%;
  93. height: 55%;
  94. width: 24%;
  95. font-size: 14px;
  96. background:#FFB777;
  97. overflow: auto;
  98. #log
  99. {
  100. color:#664439;
  101. background:#FFD3AC;
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement