preferred.css.off 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body {font-family: Menlo, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; background:#EEEEEE;}
  2. .main {padding-left:4px;}
  3. .header {border-bottom:solid;}
  4. .footer {border-top:solid; font-size:50%; text-align:right;}
  5. span.bullet{margin-left:1%;font-size:150%;}
  6. span.indent{margin-left:1%;}
  7. span.quot,span.quot2,span.quot3 {font-weight:normal; font-size:100%;}
  8. span.italic {font-style:italic;}
  9. span.bold {font-weight:bold;}
  10. span.h1, span.h2, span.h3, span.h4 {background:#ddd;}
  11. span.h1 {font-size:200%;}
  12. span.h2 {font-size:175%;}
  13. span.h3 {font-size:150%;}
  14. span.h4 {font-size:125%;}
  15. a {text-decoration:none;}
  16. a:visited {text-decoration:none;}
  17. a:hover,a:focus {text-decoration:none;}
  18. input {font-size:65%;}
  19. img {float:right;}
  20. span.rel {background:#070; color:#fff;}
  21. span.date {background:#595959; color:#fff;}
  22. span.quot {background:#ffffee;}
  23. span.quot2 {background:#ffeeff;}
  24. span.quot3 {background:#eeffff;}
  25. span.shell {background:#ddd;}
  26. span.cmnt {background:#dfd;}
  27. span.type {background:#9bf;}
  28. a {color:#008; background:#e4e4ee;}
  29. a:visited {color:#006; background:#eeeeee;}
  30. a:hover, a:focus {color:#008; background:#e4e4a0;}
  31. a.ext {color:#080; background:#e4eee4;}
  32. a.ext:hover, a.ext:focus {background:#e4a0e4;}
  33. a.eml {color:#800; background:#eee4e4;}
  34. a.eml:hover, a.eml:focus {background:#a0e4e4;}