Hi,

I mentioned this before for previous releases and it happened again for FPC 2.2
The 'fpc-2.2.0-doc-html.tar.gz' does not contain the 'fpdoc.css' file
for RTL and FCL directories. This results in no styling to the html
docs and looks very ugly!

The fpdoc.css should be located in
  <fpcdir>/share/docs/fpdocs-2.2.0/fcl/
  <fpcdir>/share/docs/fpdocs-2.2.0/rtl/


I attached the fpdoc.css file as being used by the Online HTML help
for RTL and FCL.
Having that stylesheet available makes a *huge* difference in the look
of the fpdoc generated HTML help!  Please update the tar.gz file
available for download from SourceForge.

Regards,
  - Graeme -
/*
  $Id: fpdoc.css 7437 2005-07-28 14:02:24Z vincents $

  Default style sheet for FPDoc reference documentation
  by Sebastian Guenther, [EMAIL PROTECTED]

  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: Courier, monospace
}

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
}
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to