white.css 927 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. body {background:#000; color:#000;}
  2. #header,#footer {background:#fff;}
  3. #main {background:#fff; border:1em solid #fff;}
  4. /* span.h1,span.h2,span.h3,span.h4{background:#ccc;} */
  5. span.rel{background:#007000; color:#fff;}
  6. span.date{background:#000; color:#fff;}
  7. /* span.quot, span.quot2, span.quot3 {} */
  8. /* span.quot {color:#022;} */
  9. /* span.quot2 {color:#202;} */
  10. /* span.quot3 {color:#220;} */
  11. span.cmnt{background:#eef;}
  12. span.shell{border:1px solid #000;}
  13. span.type{background:#9bf;}
  14. a{color:#000;
  15. background:#efe;
  16. text-decoration:underline;
  17. }
  18. a:visited{color:#000;
  19. background:#efe;
  20. }
  21. a.ext{background:#fee;}
  22. a.ext:visited{background:#fee;}
  23. /* a:visited{color:#000; */
  24. /* /\* text-decoration:underline;*\/ */
  25. /* background:#fff; */
  26. /* } */
  27. //a:hover, a:focus{background:#aaf; text-decoration:underline;}
  28. a:hover, a:focus{background:#afa; text-decoration:underline;}
  29. a.ext:hover, a.ext:focus{background:#faa;}