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