style.css 671 B

12345678910111213141516171819202122232425262728293031
  1. html {
  2. font-family: sans-serif;
  3. -webkit-text-size-adjust: 100%;
  4. -ms-text-size-adjust: 100%;
  5. color: #444444;
  6. }
  7. .center { text-align: center; }
  8. h1 { font-size: 5em; }
  9. input { border: 2px solid #666666; color: #444444; padding: 8px; background-color: #FFFFFF; font-size: 1.1em; }
  10. a { text-decoration: none; }
  11. #container { position: relative;}
  12. .result_title { margin-bottom: 0; }
  13. .result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
  14. .result h3 { font-size: 0.9em;}
  15. .result { max-width: 70em; }
  16. .url { font-weight: bold; }
  17. .q { width: 30em; }
  18. .engines { color: #888888; }
  19. .small p { margin: 2px 0; }
  20. .right { float: right; }