[Insight-developers] Doxygen Cascade Style Sheet fixed | Black characters in alphabetical
index
Luis Ibanez
ibanez@choroid.cs.unc.edu
Sat, 6 Oct 2001 10:18:53 -0400 (EDT)
Hi,
The problem with doxygen's alphabetical index has been fixed.
The {ABC} headers were in black color over black background.
The style used for them in:
Insight/Documentation/DoxygenStyle.css
is now:
DIV.ah {
background-color: black;
color: white;
font-weight: bold;
font-size: larger;
margin-bottom: 3;
margin-top: 3;
}
The nice thing about the css is that it controls the
appearance of the rest of HTML pages from a unique
central place. All doxygen HTML pages include this
.css file.
We can easily customize the look of Insight pages
by changing options in this file. For example using
Carolina-Blue for the background :-)
Information about CSS is available at:
http://www.w3.org/Style/CSS
a nice CSS browser for windows is TopStyle.
http://www.bradsoft.com/topstyle/
There is a free lite version (I like this one)
and a Pro version, still affordable.
On Linux there is "bluefish", but you need to
know the css keywords...
Luis