Page 1 of 1

Webhelp output: change frame color in the header

Posted: Fri Jul 26, 2013 8:29 pm
by mcverma
Hi,

I am sure the answer is really simple, but for the life of me, I can't figure out how to change the solid grey colour on top of the webhelp output. Any help will save me from consequent hair loss.

Thanks

Re: Webhelp output: change frame color in the header

Posted: Mon Jul 29, 2013 12:11 pm
by sorin_ristache
Hi,

To change the background color of the title area in the Webhelp output (grey by default) you have to change the background-color property in several CSS selectors from the stylesheet [Oxygen-15.0-install-dir]\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources\skins\desktop\toc.css:

Code: Select all

#tocMenu

#tocMenu div.tab

#tocMenu div.selectedTab

#lHeader

#productTitle
If you use the frameset version of the Webhelp pages (the index_frames.html main file) the file to be edited is [Oxygen-15.0-install-dir]\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources\skins\desktop-frames\toc.css.


Regards,
Sorin