TEXT   53   0
   94 933 B    56

FillyClickCSS

By flutterpony
Created: 2020-12-31 17:08:56
Expiry: Never

  1. 1.
    body{}
  2. 2.
    body{margin:0px; padding:0px;}
  3. 3.
     
  4. 4.
    #title{
  5. 5.
    position:absolute;
  6. 6.
    top:0px; left:222px;}
  7. 7.
     
  8. 8.
    #clickables{visibility:hidden;}
  9. 9.
     
  10. 10.
    #clickable-makeburger{
  11. 11.
    visibility:visible;
  12. 12.
    width:500px; height:500px;
  13. 13.
    margin:20%;
  14. 14.
    margin-top:100px;}
  15. 15.
     
  16. 16.
    #buildingTitle{padding-bottom:3px;}
  17. 17.
     
  18. 18.
    .building{height:70px;}
  19. 19.
    #building-frycook{height:145px;}
  20. 20.
    #building-burgerstand{height:147px;}
  21. 21.
    #building-diner{height:70px;}
  22. 22.
     
  23. 23.
    .building img{
  24. 24.
    position:absolute;
  25. 25.
    margin-left:0px; bottom:1px;}
  26. 26.
     
  27. 27.
    .sell{
  28. 28.
    position:relative;
  29. 29.
    top:15px;}
  30. 30.
     
  31. 31.
    #buildings{
  32. 32.
    padding-bottom:0px;}
  33. 33.
     
  34. 34.
    #box-store{
  35. 35.
    position:absolute;
  36. 36.
    right:0px;
  37. 37.
    width:330px;}
  38. 38.
     
  39. 39.
    #box-stats{
  40. 40.
    position:absolute;
  41. 41.
    left:309px; bottom:0px;
  42. 42.
    padding-right:428px;}
  43. 43.
     
  44. 44.
    #achievements{
  45. 45.
    padding-bottom:50px;
  46. 46.
    width:428px;}
  47. 47.
     
  48. 48.
    #achievementTitle{
  49. 49.
    font-size:1.3em;
  50. 50.
    padding-left:35%}
  51. 51.
     
  52. 52.
    </style>
  53. 53.
    <script>alert('test');</script>
  54. 54.
    <style>
  55. 55.
     
  56. 56.
    #resources,#clickables,#buildings,#upgrades,#achievements,#log{}