> From: varun joshi > Date: 14.08.2013 19:52 > > Hi, > > I am just starting to learn Doxygen. I wanted to know how and if we can > change the color of the blue bar that shows all the tabs in Doxygen? [...]
Hello Joshi. Do you mean the top navigation bar, which is light blue shaded and shows for example the "Mainpage" link? The appearance is rendered from a background image "tab_b.png". This graphics is only 1x36 pixels and contains also the color gradient. There are some other similar files for other kinds of tabs, too. If you just like to change the color, then look at the HTML_COLORSTYLE_HUE config option: "The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen will adjust the colors in the stylesheet and background images according to this color. Hue is specified as an angle on a colorwheel,..." (quote from doxygen.conf) If want to change more than color, then could make your own color gradient and replace that file. Or you could make an alternative file and edit the CSS rules (in tabs.css or install your own CSS file with HTML_STYLESHEET config option) .tablist li { float: left; display: table-cell; background-image: url('tab_b_CUSTOMIZED.png'); /* HERE */ line-height: 36px; list-style: none; } Clemens ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users