screen.css 623 B

123456789101112131415161718192021222324
  1. html, body {height:100%; margin: 0; padding: 0; }
  2. html>body {
  3. font-size: 16px;
  4. font-size: 68.75%;
  5. } /* Reset Base Font Size */
  6. body {
  7. font-family: Verdana, helvetica, arial, sans-serif;
  8. font-size: 68.75%;
  9. background: #fff;
  10. color: #333;
  11. }
  12. h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
  13. h1 { font-size: large }
  14. #banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
  15. background: url(bg.gif) repeat-x; text-align: center }
  16. #banner a { color: white; }
  17. #main { padding: 1em; }
  18. a img { border: none; }