spider/html/style.css
2001-09-04 10:49:55 +00:00

18 lines
692 B
CSS

body { font-family: verdana, helvetica, arial, sans-serif; background: white; }
table { font-family: verdana, helvetica, arial, sans-serif; background: white; }
th { font-family: verdana, helvetica, arial, sans-serif; background: white; }
td { font-family: verdana, helvetica, arial, sans-serif; background: white; }
h1 { font-size: +130%}
h2 { font-size: +120%}
h3 { font-size: +110%}
hr { color: gray; }
blockquote code { font-family: courier; color: blue; }
code { color: blue; }
.copy { font-size: small; color: red; }
.id { font-size: small; }
.code { color: blue; }
.send { color: blue; }
.expect { color: red; }
.cmd { color: green; }
.connect { color: purple; }