|
|
RE: Changing CSS in Doxygen: msg#00106
text.doxygen.general
|
Subject: |
RE: Changing CSS in Doxygen |
Yes, I known. Sorry by my bad-expression. My problem is I don't known how
can I change, for example, the
font in detailed description to arial.
I put in the css file:
A.el { text-decoration: none; font-weight: bold; font-family: "Arial" }
but it seems don't work.
(I don't use CSS before)
Thanks.
Nacho
From: Ferdinand Prantl <ferdinand.prantl@xxxxxxx>
To: "'mi@xxxxxxxxxxxxx'" <mi@xxxxxxxxxxxxx>, "'Nacho Abril'"
<iab941@xxxxxxxxxxx>, "'Doxygen-users@xxxxxxxxxxxxxxxxxxxxx'"
<Doxygen-users@xxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [Doxygen-users] Changing CSS in Doxygen
Date: Thu, 27 Feb 2003 15:28:53 +0100
Hello Nacho,
you can make some style tweaks in HTML header as Mike wrote, indeed, or you
can also provide your own CSS file with
HTML_STYLESHEET = my.css
directive (it's documented). You may want to use the doxygen's file as a
model, see command line documentation how to generate it:
doxygen -w html headerFile footerFile styleSheetFile [configFile]
rgds,
Ferda
-----Original Message-----
From: mi@xxxxxxxxxxxxx [mailto:mi@xxxxxxxxxxxxx]
Sent: Thursday, February 27, 2003 14:53
To: Nacho Abril; Doxygen-users@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: [Doxygen-users] Changing CSS in Doxygen
Hello Nacho
Thursday, February 27, 2003, 10:38:49 AM, you wrote:
NA> I'm using ´Doxygen to generate doc in compiled HTML. I want change
NA> the aparence via CSS, but I don't find any doc. about it. Has
NA> anybody do it? (for example changing font)
The HTML_HEADER option looks like it might be helpful.
--
Regards,
Mike
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf _______________________________________________
Doxygen-users mailing list
Doxygen-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/doxygen-users
_________________________________________________________________
MSN. Más Útil Cada Día http://www.msn.es/intmap/
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
|
|