From: Alexander Barton Date: Fri, 22 Jul 2005 21:23:22 +0000 (+0000) Subject: Added style definitions for source code listings. X-Git-Tag: rel-0-10-0-pre1~144 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=e5097bf2e66791c02334a6712d69c9ba424d7dba Added style definitions for source code listings. --- diff --git a/doc/src/ngircd-doc.css b/doc/src/ngircd-doc.css index 185bf3be..a2453aa7 100644 --- a/doc/src/ngircd-doc.css +++ b/doc/src/ngircd-doc.css @@ -1,7 +1,7 @@ /* * 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 { @@ -66,4 +66,12 @@ DIV.nav { HR.footer { margin-top: 50px; } +.comment { + color: gray; + font-style: italic; +} +.preprocessor { color: #f90; } +.keyword, .keywordflow, .keywordtype { color: red; } +.stringliteral { color: green; } + /* -eof- */