source: alternate styling for syntax highlighting
[sheet.git] / mono.css
index c59ac0bb54c69706e0da4646675ad05ea020f8b8..30f878a835d2349f13d81c4b074985ebeecb6167 100644 (file)
--- a/mono.css
+++ b/mono.css
@@ -21,3 +21,15 @@ body ul.keys li.new {
        border-color: #888;
 }
 
+/* code syntax */
+#source pre    { color: #444 }
+.sy-comment    { color: #888; text-shadow: #888 0 0 1em }
+.sy-constant   { color: inherit; font-style: italic }
+.sy-type,
+.sy-identifier { color: #000 }
+.sy-statement  { color: #000 }
+.sy-preProc    { color: #000 }
+.sy-special    { color: #000; font-style: italic }
+.sy-error      { font-weight: bold; background-color: #000; color: #FFF }
+.sy-todo       { background-color: #CCC }
+