diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2010-08-11 17:58:49 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2010-08-14 14:12:20 +0200 |
commit | bc547c2067046ab5c3199d14c45b7c698926b1de (patch) | |
tree | 29969dd7229986e9012c1d19efb9e70ea5880f93 /docs/html/corelib | |
parent | 3a4afb8c0f24456796b9522ecae7150400cf3186 (diff) | |
download | fpGUI-bc547c2067046ab5c3199d14c45b7c698926b1de.tar.xz |
removed all old doc scripts and html content.
Diffstat (limited to 'docs/html/corelib')
-rw-r--r-- | docs/html/corelib/fpdoc.css | 129 |
1 files changed, 0 insertions, 129 deletions
diff --git a/docs/html/corelib/fpdoc.css b/docs/html/corelib/fpdoc.css deleted file mode 100644 index 5314232d..00000000 --- a/docs/html/corelib/fpdoc.css +++ /dev/null @@ -1,129 +0,0 @@ -/* - $Id$ - - Default style sheet for FPDoc reference documentation - by Sebastian Guenther, sg@freepascal.org - - Feel free to use this file as a template for your own style sheets. -*/ - -body { - background: white -} - -body, p, th, td, caption, h1, h2, h3, ul, ol, dl { - color: black; - font-family: sans-serif -} - -tt, span.kw, pre { - font-family: monospace, Courier -} - -body, p, th, td, caption, ul, ol, dl, tt, span.kw, pre { - font-size: 14px -} - -A:link { - color: blue -} - -A:visited { - color: darkblue -} - -A:active { - color: red -} - -A { - text-decoration: none -} - -A:hover { - text-decoration: underline -} - -h1, h2, td.h2 { - color: #005A9C -} - -/* Especially for Netscape on Linux: */ -h3, td.h3 { - font-size: 12pt -} - -/* symbols in source fragments */ -span.sym { - color: darkred -} - -/* keywords in source fragments */ -span.kw { - font-weight: bold -} - -/* comments in source fragments */ -span.cmt { - color: darkcyan; - font-style: italic -} - -/* directives in source fragments */ -span.dir { - color: darkyellow; - font-style: italic -} - -/* numbers in source fragments */ -span.num { - color: darkmagenta -} - -/* characters (#...) in source fragments */ -span.chr { - color: darkcyan -} - -/* strings in source fragments */ -span.str { - color: blue -} - -/* assembler passages in source fragments */ -span.asm { - color: green -} - - -td.pre { - white-space: pre -} - -p.cmt { - color: gray -} - -span.warning { - color: red; - font-weight: bold -} - -/* !!!: How should we define this...? */ -span.file { - color: darkgreen -} - -table.remark { - background-color: #ffffc0; -} - -table.bar { - background-color: #a0c0ff; -} - -span.bartitle { - font-weight: bold; - font-style: italic; - color: darkblue -} |