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.

48 lines
505B

  1. body {
  2. background-color: #efefef;
  3. padding: 30px;
  4. }
  5. * {
  6. font: 16px arial,sans-serif;
  7. }
  8. input, button {
  9. font-size: 20px;
  10. padding: 5px;
  11. }
  12. ul.timings {
  13. margin-top:30px;
  14. list-style: none outside none; margin:0; padding: 0;
  15. color: #888;
  16. li {
  17. float: left; margin: 0 7px;
  18. }
  19. }
  20. input {
  21. color: #333;
  22. }
  23. div.num_hits {
  24. color: #09f;
  25. }
  26. div.query {
  27. display: none;
  28. }
  29. ul.hits {
  30. margin-top: 30px;
  31. clear: both;
  32. padding: 0;
  33. list-style-type: none;
  34. li {
  35. margin: 10px;
  36. }
  37. }