Advertisement
ClickerGuy

TESTR II

Nov 17th, 2017
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #bulkDisplay
  2. {
  3. margin:-20px 24px 6px 24px;
  4. border:none;
  5. background:transparent;
  6. }
  7.  
  8.  
  9. .thing
  10. {
  11. display:inline-block;
  12. padding:0px;
  13. cursor:pointer;
  14. }
  15. .thing:active
  16. {
  17. opacity:0.5;
  18. }
  19. .upgrade.owned,.achiev.owned
  20. {
  21. box-shadow:0px 0px 0px 2px rgba(0,0,0,0.5) inset;
  22. }
  23. .thing.cantAfford
  24. {
  25. opacity:0.65;
  26. }
  27. .upgrade.cantAfford
  28. {
  29. border:none;
  30. }
  31.  
  32. .thing-costs{font-weight:bold;text-shadow:1px 1px 0px rgba(0,0,0,0.5);}
  33. .cost.hasEnough{color:#0f0;}
  34. .cost.notEnough{color:#f00;}
  35.  
  36. and replace it in the style sheet, and for the ones that arnt owned, make it a dim color like light gray and the ones i do own a bright color?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement