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.

47 lines
488B

  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. //height: 45px;
  11. padding: 5px;
  12. }
  13. ul.timings {
  14. margin-top:30px;
  15. list-style: none outside none; margin:0; padding: 0;
  16. color: #888;
  17. li {
  18. float: left; margin: 0 7px;
  19. }
  20. }
  21. input {
  22. color: #333;
  23. }
  24. div.num_hits {
  25. color: #09f;
  26. }
  27. div.query {
  28. display: none;
  29. }
  30. ul.hits {
  31. padding: 0;
  32. list-style-type: none;
  33. li {
  34. margin: 10px;
  35. }
  36. }