Thanks for all answers. I finally do it.
But how can I known which elements affect, for example, A.qindex; which
A.elRef...? Is it documented?
TIA
Nacho
From: "Glenn Maxey" <glenn.maxey@xxxxxxxxxxxxxx>
To: "Nacho Abril"
<iab941@xxxxxxxxxxx>,<Doxygen-users@xxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [Doxygen-users] Changing CSS in Doxygen
Date: Thu, 27 Feb 2003 07:58:53 -0700
Here's a CSS tutorial.
http://www.w3schools.com/css/default.asp
Another very useful set of information which has a CSS checker.
http://www.htmlhelp.com/
Glenn Maxey
Technical Writer
Voyant Technologies, Inc.
1765 West 121st Avenue
Westminster, CO 80234-2301
Tel. +1 303.223.5164
Fax. +1 303.223.5275
glenn.maxey@xxxxxxxxxxxxxx
> -----Original Message-----
> From: Nacho Abril [
mailto:iab941@xxxxxxxxxxx]
> Sent: Thursday, February 27, 2003 7:51 AM
> To: ferdinand.prantl@xxxxxxx; mi@xxxxxxxxxxxxx;
> Doxygen-users@xxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [Doxygen-users] 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
> _______________________________________________
> 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
Thread at a glance:
Previous Message by Date:
click to view message preview
RE: Changing CSS in Doxygen
Here's a CSS tutorial.
http://www.w3schools.com/css/default.asp
Another very useful set of information which has a CSS checker.
http://www.htmlhelp.com/
Glenn Maxey
Technical Writer
Voyant Technologies, Inc.
1765 West 121st Avenue
Westminster, CO 80234-2301
Tel. +1 303.223.5164
Fax. +1 303.223.5275
glenn.maxey@xxxxxxxxxxxxxx
> -----Original Message-----
> From: Nacho Abril [mailto:iab941@xxxxxxxxxxx]
> Sent: Thursday, February 27, 2003 7:51 AM
> To: ferdinand.prantl@xxxxxxx; mi@xxxxxxxxxxxxx;
> Doxygen-users@xxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [Doxygen-users] 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
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Next Message by Date:
click to view message preview
RE: Changing CSS in Doxygen
Hi Nacho,
well, the general method how to change look of some element is to look at
the HTML source and find the class, e.g.:
<A class="EL" href="...">something</a>
Then you search the element/cass in CSS and change it (here EL or A.EL). If
you cannot find the class in an element or in parent elements then it's not
possible.
One of the best HTML/CSS/scripting references:
http://www.htmlib.demon.co.uk/.
Ferda
-----Original Message-----
From: Nacho Abril [mailto:iab941@xxxxxxxxxxx]
Sent: Thursday, February 27, 2003 15:51
To: ferdinand.prantl@xxxxxxx; mi@xxxxxxxxxxxxx;
Doxygen-users@xxxxxxxxxxxxxxxxxxxxx
Subject: RE: [Doxygen-users] 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
Previous Message by Thread:
click to view message preview
RE: Changing CSS in Doxygen
Here's a CSS tutorial.
http://www.w3schools.com/css/default.asp
Another very useful set of information which has a CSS checker.
http://www.htmlhelp.com/
Glenn Maxey
Technical Writer
Voyant Technologies, Inc.
1765 West 121st Avenue
Westminster, CO 80234-2301
Tel. +1 303.223.5164
Fax. +1 303.223.5275
glenn.maxey@xxxxxxxxxxxxxx
> -----Original Message-----
> From: Nacho Abril [mailto:iab941@xxxxxxxxxxx]
> Sent: Thursday, February 27, 2003 7:51 AM
> To: ferdinand.prantl@xxxxxxx; mi@xxxxxxxxxxxxx;
> Doxygen-users@xxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [Doxygen-users] 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
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Next Message by Thread:
click to view message preview
RE: Changing CSS in Doxygen
Hi Nacho,
well, the general method how to change look of some element is to look at
the HTML source and find the class, e.g.:
<A class="EL" href="...">something</a>
Then you search the element/cass in CSS and change it (here EL or A.EL). If
you cannot find the class in an element or in parent elements then it's not
possible.
One of the best HTML/CSS/scripting references:
http://www.htmlib.demon.co.uk/.
Ferda
-----Original Message-----
From: Nacho Abril [mailto:iab941@xxxxxxxxxxx]
Sent: Thursday, February 27, 2003 15:51
To: ferdinand.prantl@xxxxxxx; mi@xxxxxxxxxxxxx;
Doxygen-users@xxxxxxxxxxxxxxxxxxxxx
Subject: RE: [Doxygen-users] 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