premier commit
[bazdig.git] / bazdig / codepress / languages / sql.css
blobd146f8f4e13367be63cc05a6f76fb592fd2ccb73
1 /*
2 * CodePress color styles for SQL syntax highlighting
3 * By Merlin Moncure
4 */
5 b {color:blue;font-style:normal;font-weight:bold;} /* reserved words */
6 u {color:blue;font-style:normal;} /* types */
7 a {color:fuchsia;font-style:normal;font-weight:bold;} /* commands */
8 i, i b, i u, i a, i s {color:silver;font-weight:normal;font-style:italic;} /* comments */
9 s, s b, s u, s a, s i {color:#2A00FF;font-weight:normal;} /* strings */