Simanalix343

CSS Country Clicker

May 16th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. /*CSS for Country Clicker*/
  2. #box-g1{
  3. position:absolute;
  4. left:0%;
  5. top:0%;
  6. right:80%;
  7. bottom:80%;
  8. background-color:rgba(222,55,55,0.4);
  9. border:6x solid rgba(0,0,0,0.8);
  10. overflow-y:scroll;
  11. }
  12. #box-g2{
  13. position:absolute;
  14. left:0%;
  15. top:20%;
  16. right:60%;
  17. bottom:30%;
  18. background-color:rgba(0,0,0,0);
  19. border:6x solid rgba(0,0,0,0.8);
  20. overflow-x:hidden;
  21. overflow-y:hidden;
  22. }
  23. #box-g3{
  24. position:absolute;
  25. left:0%;
  26. top:70%;
  27. right:40%;
  28. bottom:0%;
  29. background-color:rgba(166,77,210,0.5);
  30. border:6x solid rgba(0,0,0,0.8);
  31. overflow-x:hidden;
  32. overflow-y:scroll;
  33. }
  34. #box-g4{
  35. position:absolute;
  36. left:40%;
  37. top:0%;
  38. right:30%;
  39. bottom:30%;
  40. background-color:rgba(22,155,33,0.5);
  41. border:6x solid rgba(0,0,0,0.8);
  42. overflow-x:hidden;
  43. overflow-y:scroll;
  44. }
  45. #box-g5{
  46. position:absolute;
  47. left:40%;
  48. top:70%;
  49. right:30%;
  50. bottom:0%;
  51. background-color:rgba(160,230,40,0.5);
  52. border:6x solid rgba(0,0,0,0.8);
  53. overflow-x:hidden;
  54. overflow-y:hidden;
  55. }
  56. #box-g6{
  57. position:absolute;
  58. left:70%;
  59. top:0%;
  60. right:0%;
  61. bottom:30%;
  62. background-color:rgba(66,80,250,0.5);
  63. border:6x solid rgba(0,0,0,0.8);
  64. overflow-x:hidden;
  65. overflow-y:scroll;
  66. }
  67. #box-g7{
  68. position:absolute;
  69. left:70%;
  70. top:70%;
  71. right:0%;
  72. bottom:0%;
  73. background-color:rgba(70,90,10,1);
  74. border:6x solid rgba(0,0,0,1);
  75. overflow-x:hidden;
  76. overflow-y:scroll;
  77. }
  78. .thing{
  79. border-radius:14px;
  80. border:solid 3px black
  81. }
  82. .thing.cantAfford{
  83. opacity:60%;
  84. }
  85. .building{
  86. background-color:rgba(30,170,30,0.8);
  87. }
  88. .upgrade{
  89. background-color:rgba(50,50,220,0.8);
  90. }
  91. .achieve{
  92. background-color:rgba(220,50,50,0.8);
  93. }
  94. .upgrade.owned,.achiev.owned{
  95. background-image:linear-gradient(up,#dc3232,#32dc32)
  96. }
Add Comment
Please, Sign In to add comment