|
RE: Changing CSS in Doxygen: msg#00110text.doxygen.general
A.qindex refers only to anchor tags that have "qindex" class attributes, such as <a href="blah" class="qindex">bogus</a> Likewise, the A.elRef refers only to anchor tags with the "elRef" class attributes. Search for "class" in your HTML files and you'll start to grasp who gets assigned what. I may not be the best source of information on this particular matter, because I generated the doxygen.css once about two years ago, mined it for styles, tweaked them, and incorporated them into the CSS that I actually use. I'm also stripping out the doxygen navigation that goes across the top of each page and uses the qindex stuff. That could be why I don't even have it as a class in my CSS. Looking at a recent generation of the CSS shows that it has no attributes. Hence, it will probably default to the normal attributes assigned for hyperlinks (e.g., the default settings of your browser). You ask are "qindex" and "elRef" documented? They don't need to be IMHO. This is standard HTML/CSS stuff, and doxygen uses them pretty consistently in its autogeneration. Hence, the true documentation is in an example HTML file. Something to note. You may want to rename the CSS file that you are modifying and then use that name within the project files to define the CSS. That way, doxygen won't keep generating a new one over the top of it and trashing your tweaks. > -----Original Message----- > From: Nacho Abril [mailto:iab941@xxxxxxxxxxx] > Sent: Thursday, February 27, 2003 8:10 AM > To: Glenn Maxey; Doxygen-users@xxxxxxxxxxxxxxxxxxxxx > Subject: RE: [Doxygen-users] Changing CSS in Doxygen > > > 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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Changing CSS in Doxygen: 00110, Ferdinand Prantl |
|---|---|
| Next by Date: | RE: Changing CSS in Doxygen: 00110, Nacho Abril |
| Previous by Thread: | RE: Changing CSS in Doxygeni: 00110, Ferdinand Prantl |
| Next by Thread: | RE: Changing CSS in Doxygen: 00110, Nacho Abril |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |