Advertisement
22radioactive22

RCV1

May 24th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.32 KB | None | 0 0
  1. #thisthing
  2.     {
  3. }
  4. #body
  5.     {
  6.     color :#000000
  7.     background :#000000
  8. }
  9. #clickables
  10.     {
  11.     position : fixed;
  12.     width : 16%;
  13.     left : 270px;
  14.     top : 18%;
  15.     overflow-x: none;
  16.     overflow-y: auto;
  17. }
  18. #clickableTitle
  19.     {
  20.     display : none;
  21. }
  22. #title {
  23.     position: fixed;
  24.     width: 200px;
  25.     left: 270px;}
  26. #resources
  27.     {
  28.     position : fixed;
  29.     width : 200px;
  30.     left : 600px;
  31.     top : 28px;
  32.     bottom : 48%;
  33.     font-size : 14px;
  34.     overflow : auto;
  35. }
  36. #upgrades
  37.     {
  38.     height : auto;
  39.     width : 275px;
  40.     right : 1%;
  41.     top : 2%;
  42.     padding-bottom : 200px;
  43. }
  44. .upgrade
  45.     {
  46.     margin: 1px;
  47. }
  48. .bought
  49.     {
  50.     font-size : 0px;
  51.     margin : 2px;
  52.     padding : 0px;
  53. }
  54. #achievements
  55.     {position: fixed;
  56.     overflow: auto;
  57.     left: 270px;
  58.     right: 300px;
  59.     top: 52%;
  60.     bottom: 0%;}
  61. .achievement
  62.     {font-size: 0px;
  63.     margin: 2px;
  64.     padding: 0px;}
  65. #achievement-dummy
  66.     {width: 100%;
  67.     height: 150px;
  68.     color: rgba(0, 0, 0, 0);
  69.     text-shadow: none;
  70.     border: none;
  71.     box-shadow: none;}
  72. #achievement-dummy:hover
  73.     {background: rgba(0, 0, 0, 0);}
  74. #achievement-dummy:active
  75.     {background: rgba(0, 0, 0, 0);
  76.     box-shadow: none;}
  77. #buildings
  78.     {
  79.     position : fixed;
  80.     top : 28px;
  81.     bottom : 30px;
  82.     left : 0%;
  83.     width : 250px;
  84.     font-size : 12px;
  85.     overflow-x : none;
  86.     overflow-y : auto;
  87. }
  88. #buildingTitle
  89.     {
  90.     display : none;
  91. }
  92. #log
  93.     {
  94.     width : 250px;
  95.     height : 15px;
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement