cave.css 486 B

1234567891011121314151617181920212223
  1. body {background:#000; color:#ccc;}
  2. #main {background:#000; border:1em solid #111;}
  3. #header,#footer {background:#111;}
  4. span.date{background:#ccc; color:#000;}
  5. span.quot,span.quot2,span.quot3{color:#ccc;}
  6. span.quot{background:#022;}
  7. span.quot2{background:#220;}
  8. span.quot3{background:#202;}
  9. span.cmnt{background:#020;}
  10. span.shell{background:#222;}
  11. span.type{background:#200;}
  12. a{color:#0af;}
  13. a:visited{color:#0c6;}
  14. a:hover, a:focus{background:#fa0; color:#000;}
  15. a.ext{color:#c06;}