Re: [XXE] XXE editor CSS problem

2025-03-31 Thread Hussein Shafie
On 3/31/25 15:50, Martin Goik wrote: Turns out it was a font installation / configuration issue on my Linux/ Fedora box. The following CSS supplement worked as expected: emphasis[role=red] {     color: #FF;     font-family: monospace; } But when adding »font-weight: bold;« the shit hits

Re: [XXE] XXE editor CSS problem

2025-03-31 Thread Martin Goik
and BTW: A corresponding xxe warning would be nice! Martin -- Martin Goik Tel. +49-711-8923-2164 http://www.HdM-Stuttgart.de/~goik GnuPG public key: https://www.hdm-stuttgart.de/~goik/goik.asc Die lauteste Meinung hat oft nicht die leiseste Ahnung -- XMLmind XML Editor Support List xmledit

Re: [XXE] XXE editor CSS problem

2025-03-31 Thread Martin Goik
Turns out it was a font installation / configuration issue on my Linux/Fedora box. The following CSS supplement worked as expected: emphasis[role=red] {     color: #FF;     font-family: monospace; } But when adding »font-weight: bold;« the shit hits the fan: I do see a proportional rathe

[XXE] XXE editor CSS problem

2025-03-31 Thread Martin Goik
Hello, I've extended XXE's docbook sylesheet .../addon/config/docbook/css/inline.imp to allow for role='red'>... in the editor view: emphasis[role=red] {    color: red;    font-family: monospace;    font-style: normal; } This works as expected with respect to displaying text in red. However