This file is indexed.

/usr/share/bibledit/bb/css.html is in bibledit-data 5.0.453-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<style type="text/css">##custom_css##</style>
<h3>translate("Font and text settings")</h3>
<p>translate("Bible"): <a href="settings?bible=##bible##">##bible##</a></p>
<br>
<p>
  translate("Make settings for font and text for the Bible editors.")
</p>
<br>
<form action="?bible=##bible##" name="form" method="post">

  <p>translate("Font"): <input type="text" name="font" value="##font##"></p>
  <ul>
  <li>
    translate("Enter the name of a locally available font.")
    translate("Example:")
    Gentium Plus
  </li>
  <li>
    <a href="../manage/index">translate("Upload a font file.")</a>
    translate("Then enter its name.")
    translate("Example:")
    GentiumPlus-R.ttf
  </li>
  <li>
    translate("Enter the name of a font available on the Internet.")
    translate("Example:")
    http://website.org/fonts/GentiumPlus-R.ttf
  </li>
  </ul>
  <!-- #BEGINZONE client -->
  <p>
    translate("If the font is empty, it takes the font entered in Bibledit Cloud.")
  </p>
  <!-- #ENDZONE client -->

  <br>
  <p>translate("Direction"):</p>
  <p><input type="radio" name="direction" value="" ##direction_none##>translate("Unspecified")</p>
  <p><input type="radio" name="direction" value="ltr" ##direction_ltr##>translate("Left-to-right")</p>
  <p><input type="radio" name="direction" value="rtl" ##direction_rtl##>translate("Right-to-left")</p>
  <br>
  <p>translate("Writing mode"):</p>
  <p><input type="radio" name="mode" value="" ##mode_none##>translate("Unspecified")</p>
  <p><input type="radio" name="mode" value="tb-lr" ##mode_tblr##>translate("Top to bottom and left to right")</p>
  <p><input type="radio" name="mode" value="tb-rl" ##mode_tbrl##>translate("Top to bottom and right to left")</p>
  <p><input type="radio" name="mode" value="bt-lr" ##mode_btlr##>translate("Bottom to top and left to right")</p>
  <p><input type="radio" name="mode" value="bt-rl" ##mode_btrl##>translate("Bottom to top and right to left")</p>
  <br>

  <br>
  <p>translate("Line height"): <input type="text" name="lineheight" value="##lineheight##"> translate("percent") (50-300)</p>

  <br>
  <p>translate("Letter spacing"): <input type="text" name="letterspacing" value="##letterspacing##"> translate("pixels") (-3.0 to 3.0)</p>

  <br>
  <p><input type="submit" name="submit" value=translate("Save") /></p>
</form>
<br>
<p>
  translate("After saving, the settings will be applied to the editable sample text below.")
</p>
<div class="##custom_class##" contenteditable="true">
Jesus therefore said to them again, “Most certainly, I tell you, I am the sheep’s door. All who came before me are thieves and robbers, but the sheep didn’t listen to them. I am the door. If anyone enters in by me, he will be saved, and will go in and go out, and will find pasture. The thief only comes to steal, kill, and destroy. I came that they may have life, and may have it abundantly. I am the good shepherd. The good shepherd lays down his life for the sheep. He who is a hired hand, and not a shepherd, who doesn’t own the sheep, sees the wolf coming, leaves the sheep, and flees. The wolf snatches the sheep, and scatters them. The hired hand flees because he is a hired hand, and doesn’t care for the sheep. I am the good shepherd. I know my own, and I’m known by my own; even as the Father knows me, and I know the Father. I lay down my life for the sheep. I have other sheep, which are not of this fold. I must bring them also, and they will hear my voice. They will become one flock with one shepherd. Therefore the Father loves me, because I lay down my life, that I may take it again. No one takes it away from me, but I lay it down by myself. I have power to lay it down, and I have power to take it again. I received this commandment from my Father.”
</div>