Advertisement
boblovespi

CSS

Jul 22nd, 2015
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. body
  2. {
  3. background: #80FFFF;
  4. }
  5. #title
  6. {
  7. position: fixed;
  8. width: 60%;
  9. min-width: 60%;
  10. left: 15%;
  11. top: 2%;
  12. height: 3%;
  13. background: #5AB2B2
  14. }
  15. #clickables
  16. {
  17. position: fixed;
  18. min-width: 60%;
  19. width: 60%;
  20. left: 15%;
  21. top: 10%;
  22. height: 60%;
  23. overflow-y: auto;
  24. background: #5AB2B2
  25. }
  26. #upgrades
  27. {
  28. position: fixed;
  29. left: 15%;
  30. width: 30%;
  31. top: 70%;
  32. //bottom: 50%;
  33. min-height: 20%;
  34. height: 20%;
  35. overflow-y: scroll;
  36. background: #5AB2B2
  37. }
  38. .bought
  39. {
  40. font-size: 0px;
  41. }
  42. #resources
  43. {
  44. position: fixed;
  45. min-width: 12%;
  46. width: 12%;
  47. height: 20%;
  48. left: 2%;
  49. top: 2%;
  50. background:#5AB2B2
  51. }
  52. #achievements
  53. {
  54. position: fixed;
  55. left: 45%;
  56. top: 70%;
  57. height: 20%;
  58. min-width: 30%;
  59. width: 30%;
  60. overflow-y: scroll;
  61. background:#5AB2B2;
  62. font-size: 0px;
  63. }
  64. #buildings
  65. {
  66. position: fixed;
  67. background:#5AB2B2;
  68. overflow-y: scroll;
  69. height:75%;
  70. min-height:75%;
  71. }
  72. #log
  73. {
  74. position: fixed;
  75. left: 0;
  76. bottom: 0;
  77. height: 10px;
  78. min-width: 23%;
  79. width: 23%;
  80. opacity: 1.0;
  81. background:#5AB2B2;
  82. font-size: 12px;
  83. }
  84. #saveBox
  85. {
  86. position: fixed;
  87. top: 80%;
  88. left: 80%;
  89. height:5%;
  90. width:10%;
  91. }
  92. #support
  93. {
  94. //position: relative;
  95. top: 90%;
  96. left: 90%;
  97. height: auto;
  98. width:auto;
  99. }
  100. .adsbygoogle
  101. {
  102. position: fixed;
  103. top: 65%;
  104. left: -10%;
  105. height:15%;
  106. width:15%;
  107. }
  108. #supportComment
  109. {
  110. position: relative;
  111. top: 65%;
  112. left: -3%;
  113. height:15%;
  114. width:15%;
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement