]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Added style definitions for source code listings.
authorAlexander Barton <alex@barton.de>
Fri, 22 Jul 2005 21:23:22 +0000 (21:23 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 22 Jul 2005 21:23:22 +0000 (21:23 +0000)
doc/src/ngircd-doc.css

index 185bf3bedfbb4d5efc41eed4f509478e50175006..a2453aa7b2fcd3fccc067214a267172d958689fb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Cascading Style Sheet for the ngIRCd source documentation
  *
 /*
  * Cascading Style Sheet for the ngIRCd source documentation
  *
- * $Id: ngircd-doc.css,v 1.1 2005/07/22 20:58:22 alex Exp $
+ * $Id: ngircd-doc.css,v 1.2 2005/07/22 21:23:22 alex Exp $
  */
 
 BODY {
  */
 
 BODY {
@@ -66,4 +66,12 @@ DIV.nav {
 
 HR.footer { margin-top: 50px; }
 
 
 HR.footer { margin-top: 50px; }
 
+.comment {
+       color: gray;
+       font-style: italic;
+}
+.preprocessor { color: #f90; }
+.keyword, .keywordflow, .keywordtype { color: red; }
+.stringliteral { color: green; }
+
 /* -eof- */
 /* -eof- */