logo       

RE: Changing CSS in Doxygen: msg#00105

text.doxygen.general

Subject: RE: Changing CSS in Doxygen

Hi Nacho,

In frequently asked questions, no 8 it says:

The overall HTML output looks different, while I only wanted to use my own
html header file
You probably forgot to include the stylesheet doxygen.css that doxygen
generates. You can include this by putting

<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">

in the HEAD section of the HTML page.



In the configuration file ensure that you specifiy a stylesheet:

# The HTML_STYLESHEET tag can be used to specify a user defined cascading
# style sheet that is used by each HTML page. It can be used to
# fine-tune the look of the HTML output. If the tag is left blank doxygen
# will generate a default style sheet

HTML_STYLESHEET = c:/html/doxygen.css

The css file can be edited and the font changed. For example you could
change the body style:

body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
width: 100%;
}

Here's a few references that I've found useful:
http://freespace.virgin.net/sizzling.jalfrezi/iniframe.htm
http://www.canit.se/~griffon/web/writing_stylesheets.html
http://www.w3.org/TR/REC-CSS1

Hope this helps.

Katherine



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise