sun.css 494 B

1234567891011121314151617181920
  1. body {background:#ff8; color:#000;}
  2. #header,#footer {background:#ff8;}
  3. #main {background:#ffa; border:1em solid #ff8;}
  4. span.h1,span.h2,span.h3,span.h4{background:#fff;}
  5. span.date{background:#000; color:#fff;}
  6. /* span.quot{background:#022;} */
  7. /* span.quot2{background:#220;} */
  8. /* span.quot3{background:#202;} */
  9. span.cmnt{background:#0c0;}
  10. span.shell{background:#ccc;}
  11. span.type{background:#c00;}
  12. a{color:#006;}
  13. a:visited{color:#060;}
  14. a:hover, a:focus{background:#9cf;}
  15. a.ext{color:#600;}