<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 05/06/2018 11:50 AM, Cyrille wrote:<br>
</div>
<blockquote type="cite"
cite="mid:404b0378-c630-ac7f-dc2e-d496510c06a5@gmail.com"> <font
face="FreeSerif">I have no change in the intro with this entry
for KonVb or linvb. The intro is before the chapter 1 of Matthew
(by instance).</font></blockquote>
<font face="FreeSerif"><br>
You need to create style.css in your module's DataPath directory,
or .xiphos/default-style.css, to contain the CSS controls you wish
to affect introduction. Per my example before, this...<br>
<br>
.introMaterial { background-color:yellow ; color:black }<br>
<br>
...works fine.<br>
<br>
And of course you need to be running X4.1.0 for .introMaterial to
be available at all. The engine does not (yet) provide any
introduction CSS class, and so this is a new Xiphos thing, which
will remain unless the engine starts providing it directly. <br>
<br>
Xiphos' default CSS control for .introMaterial is to italicize.<br>
</font>
</body>
</html>