You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

remove-directive.css 673B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .animals .platypus-icon {
  2. background-image: url('/images/platypus.png');
  3. }
  4. .animals .rhinoceros-icon {
  5. background-image: url('/images/rhinoceros.png');
  6. }
  7. .animals .llama-icon {
  8. background-image: url('/images/llama.png');
  9. }
  10. .animals .duck-icon {
  11. background-image: url('/images/duck.png');
  12. }
  13. .animals .duck-icon {
  14. background-image: url('/images/duck.png');
  15. }
  16. .exotic-animals .platypus-icon {
  17. background-image: url('/images/platypus.png');
  18. }
  19. .exotic-animals .rhinoceros-icon {
  20. background-image: url('/images/rhinoceros.png');
  21. }
  22. .exotic-animals .llama-icon {
  23. background-image: url('/images/llama.png');
  24. }
  25. .ball {
  26. font-size: 12px;
  27. }
  28. .cube {
  29. font-size: 12px;
  30. }