/*
 * CSS for splec
 */

@import url("../default.css");
body {background: #ffdd82;}
h1 {text-align: center;}
h2 {text-decoration; underline; color: blue;}
h3 {color: green;}
h4:before {content: "¡þ";}
pre {background: #f8f8fe; padding: 0 0.2ex;}
table.border th {background: #fc6;}
span.sq3:before {content: "sqlite> "; color: white;}
span.sq3, span.irb {color: yellow;}
span.sq3c:before {content: "   ...> "; color: white;}
span.sq3c {color: yellow;}
span.irb:before {content: "irb(main):> "; color: white;}
div.screen pre {background: #232;}

.wbg {background: white;}
.ybg {background: yellow;}
.cbg {background: cyan;}
.mbg {background: magenta;}
