/usr/share/bibletime/display-templates/Crazy.css is in bibletime-data 2.10.1-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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 | /**
* Theme by BibleTime - www.bibletime.info *
*/
body {
background-color: white;
color: black;
margin:0px;
padding:0;
padding:1em;
}
/* content wraps all of the displayed elements */
#content {
margin:0px;
padding:0px;
font-size:12pt;
text-align:justify;
}
/* The table contains the Bible verses, each verse on an own row, each Bible module in an own column */
#content > table {
margin:0;
padding:3px;
border-spacing:0;
vertical-align:top;
text-align:justify;
}
/* The heading contains the name of the module and may contain additional information like the display keys */
#content > table th {
text-shadow:black 1px 1px 3px;
font-size:1.3em;
background-color:#F0F0F0;
padding:8px;
border-bottom:1px solid black;
}
#content tr:nth-child(odd) { background-color: white; }
#content tr:nth-child(even) { background-color: #EDEDED; }
/* The a links are the normal HTML hyperlinks. Links without a class attribute are hyperlinks into the web */
a { color:#FF0004; padding:0; }
a:hover { }
/* An entry is the generic element used for all content items.
In Bibles an entry contains a verse, in commentaries the comment to a verse range,
in lexicons an simple item and in book the text of an item with other .entry elements as childs.
If just one module is chosen, all entries are put together in one sourrounding table column. In this case the elements div and span may have the class "entry". If it's a div each entry should be on it's own line. span.entry should not add a linebreak.
If more than one module (Bibles) was chosen, the entry class applies to "td" elements, one column for a verse
*/
.entry {
padding:0.3em;
}
table .entry:nth-child(odd) {
border-left:10px solid #DEE6F6;
}
table .entry:nth-child(even) {
border-left:10px solid #E6EEFF;
}
#printer .entry { text-indent:15px; }
/* Often needed to format BiDi text in the right way */
/* .entry[dir=rtl] { text-align:right !important; } */b
/* #printer .entry[dir=rtl] { } */
/* Special formatting for the block element entries */
div.entry, td.entry { }
td.entry, td.currententry {
vertical-align:top;
}
/* Currententry is chosen when the entry should be highlighted as the current entry chosen by the user
currententry may apply to span, div, td (just like .entry)
*/
.currententry {
padding:0.3em;
line-height:1.6em;
background-color:#D3E5FF;
/*border: thin solid black;*/
}
table .currententry:nth-child(1) {
margin-left:0;
border-left:10px solid #99B4FF;
/*border-left:10px solid #F5FF6A;*/
}
/* .currententry[dir=rtl] { */
/* } */
div.currententry { }
span.currententry { }
/* You may use this to format the space between two columns */
td.entry + td.entry {
margin:0;
}
/* Several additional settings for displaying Bible modules*/
#bible div.entry {
border-left:10px solid white;
}
#bible div.entry[dir=rtl] {
border-left:none;
border-right:10px solid white;
text-align:right;
}
#bible div.currententry {
border-left:10px solid #99B4FF;
}
#bible div.currententry[dir=rtl] {
border-left:none;
border-right:10px solid #99B4FF;
}
#bible div.currententry, #bible td.currententry { }
#bible td.currententry { }
/* Same for books! */
#book div.currententry, #book td.currententry { }
#book .entryname + .entry { }
/* To remove the gap between the entryname and the entry's content*/
#book .entry > *, #book .currententry > * { }
/* An entryname is embedded in an .entry tag and contains the name of the key, which belongs to the text of the .entry */
.entryname { size:60%; vertical-align:super;}
.entryname a { text-decoration:none !important; color:#8F2627 !important; font-style:italic; padding:0; }
.entry[dir=rtl] .entryname, .currententry[dir=rtl] .entryname { }
.entryname a, #printer .entryname { }
/* As you can see #printer is used to format pages which are send to the printer. Printer pages should be clean and easy to read */
#printer .entry .entry, #printer .entry .sectiontitle , #printer .entry .booktitle { }
/* Footnote formatting options */
/* A footnote is displayed as an asterisk or another small character. You can set the colors, font-size, etc. for the footnote. */
.footnote { color:#8F2627; vertical-align:super; font-size:70%;}
/* You may use this to add sourrounding brackets in Bible modules. To do this the content command of CSS */
#bible .footnote:before { content:" ["; color:#8F2627; }
#bible .footnote:after { content:"]"; color:#8F2627; }
/* Crossreferences. The same as footnotes */
.crossreference { color:#8f2627;}
#bible .crossreference:before { content:" {" }
#bible .crossreference:after { content:"}" }
/*Keep in mind that for cross references it is not enough to
*set only the cross reference colour, you must also set the
*cross reference anchor marker with .crossreference a
*This way both the non linked and linked text will show
*as desired. Additionally, you can have seperate formatting
*for linked and non linked text in the cross reference*/
.crossreference a {
color:#8f2627;
/*Get rid of underlines on the notes when not hovered*/
text-decoration: none;
}
.crossreference a:hover {}
/* Alternative reading as defined in the OSIS specs. The information about the alternative text is displayed in the info display. It's
often a good idea to format this the same as footnotes
The text which is the alternative of the displayed text is available in the attribute "alternative"
so something like .alternative:before { content:"'"attr(alternative); } is possible
*/
.alternative {}
.alternative:before { }
.alternative:after { }
/* An abbreviation. */
.abbreviation { }
/* A title within the text. This is the formatting which applies to a title of a section, as you can find them in Bibles */
.sectiontitle {
padding:0.3em;
/*text-shadow:gray 0px 0px 3px;*/
font-size:1.3em;
font-weight:bold;
text-transform:uppercase;
padding-bottom:2px;
}
#printer .sectiontitle { }
/* You may want to format elements before section titles in a special way. */
* + .sectiontitle { }
/* The title of a book, e.g. "The gospel of Matthew" */
.booktitle { }
#printer .booktitle { }
/* A foreign word */
.foreign { }
/* Words spoken by Jesus Christ */
/*.jesuswords { color: red; }*/
.jesuswords { color: #B60000; }
/* An introduction to a module, book or chapter */
.introduction { }
/* A quotation without a special speaker */
.quotation { }
/* Poetry formatting */
.poetry { }
/* Text displayed above. It's like the sup tag in HTML */
.sup { }
/* Sub text, the opposite of .sup */
.sub { }
/* Display the text inside as right aligned text */
.right { }
/* Display as centered text */
.center { }
/* Visual attributes to the text */
.bold {
font-weight: bold;
}
.illuminated { }
.italic {
font-style: italic;
}
.line-through {
text-decoration: line-through;
}
.normal { }
.small-caps{
font-variant: small-caps;
}
.underline {
text-decoration: underline;
}
/* An inscription */
.inscription { }
.mentioned { }
/* Special formatting rules for names, see the OSIS specs for detailed information */
.name {}
.name > .geographic { }
.name > .holiday { }
.name > .nonhuman { }
.name > .person { }
.name > .ritual { }
.name > .divine { font-variant: small-caps; }
/* Information added by the translator */
.transchange {}
.transchange > .added { }
.transchange > .amplified {}
.transchange > .changed { }
.transchange > .deleted { }
.transchange > .moved { }
.transchange > .tenseChange { }
/* Special text markup */
/* Morph segmentation is a special feature for hebrew to markup the word divisions in the text */
/* .morphSegmentation { border-left:1px solid red; } */
.morphSegmentation + .morphSegmentation {
border-right: 1px red solid;
}
/* The formatting of all things displayed in the information window */
#infodisplay {background:white; font-size:10pt; padding:5px; margin:0px;}
/* The headings of a section, several sections may be displayed together at the same time */
#infodisplay .footnoteinfo h3,
#infodisplay .strongsinfo h3,
#infodisplay .morphinfo h3,
#infodisplay .translationinfo h3,
#infodisplay .crossrefinfo h3,
#infodisplay .moduleinfo h3 {
font-size:12pt;
font-weight:bold;
text-transform:uppercase;
text-align:right;
color:gray;
border-bottom:1px solid black;
padding:4px;
}
#infodisplay > p, #infodisplay * > p { /* We only format the first p child in a special way */
}
/*Required for cross references*/
#infodisplay .entry {
}
#infodisplay .entry .entry { /* No smaller font size for nested entries */
}
#infodisplay .entryname {
font-weight:bold;
}
#infodisplay .rangeheading {
font-weight:bold;
}
#printer .rangeheading {}
*[dir=rtl] { text-align:right !important; }
|