style.css 485 B

12345678910111213141516171819202122
  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 #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.3em; }
  10. a { text-decoration: none; }
  11. .result_title { margin-bottom: 0; }
  12. .result p { margin-top: 0; padding-top: 0; font-size: 0.9em; }
  13. .result { max-width: 70em; }
  14. .url { font-weight: bold; }
  15. .q { width: 30em; }