Advertisement
Tellurium

[Idle Game Maker] DashNet Forums Play Idle Game Maker CSS

Jun 4th, 2014
599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. #body
  2. {
  3. color: #e6a8fb;
  4. background: #9235b1;
  5. }
  6. #title
  7. {
  8. position: fixed;
  9. width: 20%;
  10. left: 26%;
  11. }
  12. #clickables
  13. {
  14. position: fixed;
  15. width: 20%;
  16. left: 26%;
  17. top: 14%;
  18. height: 37%;
  19. overflow: auto;
  20. background:#e6a8fb;
  21. }
  22. #resources
  23. {
  24. position: fixed;
  25. height: 48%;
  26. width: 28%;
  27. left: 48%;
  28. font-size: 16px;
  29. background:#e6a8fb;
  30. overflow: auto;
  31. }
  32. #upgrades
  33. {
  34. background:#e6a8fb;
  35. height: auto;
  36. right: 1%;
  37. top: 2%;
  38. }
  39. #achievements
  40. {
  41. position: fixed;
  42. height: 43%;
  43. width: 50%;
  44. background:#e6a8fb;
  45. overflow: auto;
  46. left: 26%;
  47. top: 54%;
  48. }
  49. #buildings
  50. {
  51. position: fixed;
  52. top: 2%;
  53. left: 0%;
  54. height: 90%;
  55. width: 24%;
  56. background:#e6a8fb;
  57. overflow: auto;
  58. }
  59. #log
  60. {
  61. color:#664439;
  62. background:#e6a8fb;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement