Webhelp output: change frame color in the header

Post here questions and problems related to editing and publishing DITA content.
mcverma
Posts: 7
Joined: Fri Jul 26, 2013 7:57 pm

Webhelp output: change frame color in the header

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Webhelp output: change frame color in the header

Post 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
Post Reply