diff options
| author | Alexander Barton <alex@barton.de> | 2010-12-26 19:27:29 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2011-02-13 17:52:38 +0100 |
| commit | f59f773cfeffeb945c3924f27b4122c9170af31d (patch) | |
| tree | c56a15dcbc9aa9d54428a3bc41d4bfed452da921 /doc/src/ngircd-doc.css | |
| parent | f732c7117e5a4b74b47c4594470506dcb2773760 (diff) | |
| download | ngircd-f59f773cfeffeb945c3924f27b4122c9170af31d.tar.gz ngircd-f59f773cfeffeb945c3924f27b4122c9170af31d.zip | |
Doxygen: remove own header and CSS file
Use the ones of Doxygen instead, this has the advantage that we benefit of new functionality of Doxygen without having to make changes.
Diffstat (limited to 'doc/src/ngircd-doc.css')
| -rw-r--r-- | doc/src/ngircd-doc.css | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/doc/src/ngircd-doc.css b/doc/src/ngircd-doc.css deleted file mode 100644 index a2453aa7..00000000 --- a/doc/src/ngircd-doc.css +++ /dev/null @@ -1,77 +0,0 @@ -/* - * Cascading Style Sheet for the ngIRCd source documentation - * - * $Id: ngircd-doc.css,v 1.2 2005/07/22 21:23:22 alex Exp $ - */ - -BODY { - background-color: white; - color: black; - margin: 30px; - font-family: Geneva, sans-serif; - font-size: 12px; -} - -A:visited { color: purple; background: transparent; } -A:link { color: navy; background: transparent; } -A:active { color: red; background: transparent; } -A:hover { background: #ffa; } - -H1, H2, H3 { - font-family: Verdana, sans-serif; - background-color: white; - color: #005555; -} -H1 { margin-bottom: 10px; } -H2 { - margin-top: 20px; - margin-bottom: 10px; -} - -P, LI, TD, TH, DT { - font-family: Geneva, sans-serif; - font-size: 12px; - line-height: 1.2 -} - -DD { margin-bottom: 1em; } - -UL { list-style-type: square; } - -HR { margin: 2em 0px; } - -BODY>TABLE { padding: 1em 0px; } - -TD.mdRow { - border: 1px dotted silver; - background-color: #fff9dd; -} - -TD.md { font-weight: bold; } - -TD.memItemLeft { padding-top: 4px; } -TD.memItemRight { padding-top: 4px; } -TD.mdescRight { font-style: italic; } - -DIV.qindex { - background-color: #eee; - border: 1px dotted silver; - padding: 3px; - margin-bottom: 2px; -} - -DIV.nav { - margin: 1em 0px; -} - -HR.footer { margin-top: 50px; } - -.comment { - color: gray; - font-style: italic; -} -.preprocessor { color: #f90; } -.keyword, .keywordflow, .keywordtype { color: red; } -.stringliteral { color: green; } - -/* -eof- */ |