Advertisement
6Volts

IDLE Ascend CSS

Nov 20th, 2014
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. body
  2. {background:#696969;
  3. color:#1f2f2f;}
  4. #title
  5. {position: fixed;
  6. background:#ffdab9;
  7. color:#1f2f2f;
  8. width: 300px;
  9. left: 320px;}
  10. #clickables
  11. {position: fixed;
  12. background:#ffdab9;
  13. color:#1f2f2f;
  14. width: 300px;
  15. left: 0px;
  16. top: 28px;
  17. bottom: 30px;
  18. overflow-x: none;
  19. overflow-y: auto;}
  20. #resources
  21. {position: fixed;
  22. left: 320px;
  23. right: 330px;
  24. top: 65px;
  25. bottom: 48%;
  26. font-size: 14px;
  27. background:#ffdab9;
  28. color:#1f2f2f;
  29. overflow: auto;}
  30. #upgrades
  31. {position: fixed;
  32. background:#ffdab9;
  33. color:#1f2f2f;
  34. overflow-y: auto;
  35. left: 320px;
  36. right: 50%;
  37. top: 52%;
  38. bottom: 0%;
  39. padding-bottom: 150px;}
  40. .chest .cost
  41. {font-size: 0px;}
  42. .relic
  43. {padding: 10px;}
  44. .relic .cost
  45. {font-size: 0px;}
  46. .bought
  47. {font-size: 0px;
  48. padding: 5px;}
  49. #achievements
  50. {position: fixed;
  51. background:#ffdab9;
  52. color:#1f2f2f;
  53. overflow: auto;
  54. left: 50%;
  55. right: 330px;
  56. top: 52%;
  57. bottom: 0%;
  58. padding-bottom: 150px;}
  59. .achievement
  60. {font-size: 0px;}
  61. #buildings
  62. {top: 28px;
  63. bottom: 45px;
  64. right: 0px;
  65. width: 300px;
  66. font-size: 12px;
  67. background:#ffdab9;
  68. color:#1f2f2f;
  69. padding-bottom: 150px;}
  70. .skies .amount
  71. {font-size: 0px;}
  72. .skies .cost .amount
  73. {font-size: 12px;}
  74. #log
  75. {color: #1f2f2f;
  76. background: #ffdab9;
  77. width: 300px;
  78. height: 15px;}
  79. #saveBox
  80. {background:#ffdab9;
  81. color:#1f2f2f;
  82. bottom: 0%;
  83. width: 290px;
  84. right: 10px;}
  85. #box-store
  86. {right: 0px;
  87. width: 335px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement