Hi Bernhard,

All colors, fonts and padding in the Author editing mode are controlled via CSS. If you right click inside the indexterm in the Author editing mode there is an "Inspect Styles" action which allows you to see where in the CSSs used for Docbook rendering the indexterm CSS selectors are defined. For example in the "OXYGEN_INSTALL_DIR\frameworks\docbook\css\elements.css" there are selectors like:

indexterm:before {
    content: "Indexterm{ ";
    color: gray;
    background-color:inherit;
}

indexterm:after {
    content: "} ";
    color: gray;
    background-color:inherit;
}

which can be changed to other colors, or you can also change the font-weight to bold on the text.

Regards,
Radu

Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com

On 5/17/2018 1:42 PM, Bernhard Kleine wrote:
I have looked in the preference dialogue and did not find how to color
specifically indexterms in the author mode. In text mode they can not be
given specific colors as well. Do I miss something?

For me when indexing my book, it would be very (!) helpful when the
existing indexterms reach out to the eye.

Any help appreciated.

Regards

Bernhard



_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user

_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to