/usr/share/bibletime/display-templates/Simple.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 | /**
* Theme by BibleTime
*/
body {
background-color: white;
color: black;
}
#content {
margin: 5px;
}
#content table {
margin:0;
padding:0;
border-spacing:10px;
border-collapse: collapse;
vertical-align: top;
}
#content table th {
padding: 0 0 2px 0;
text-align: center;
font-weight: bold;
font-size: 115%;
}
a {
text-decoration:none;
font-weight:normal;
color: blue;
padding:2px;
}
td.entry, div.entry {
padding: 5px;
vertical-align: top;
}
div.entry {
padding: 5px;
}
td.currententry, div.currententry {
padding: 5px;
vertical-align: top;
font-weight:bold;
}
td.entry + td.entry {
margin-left: 5px;
}
div.currententry {
font-weight:bold;
/*vertical-align: middle;*/
padding: 5px;
}
.footnote {
color: gray;
}
.strongnumber {
vertical-align: top;
font-size: 60%;
color: blue;
}
.morphcode {
vertical-align: top;
font-size: 60%;
color: blue;
}
.lemma {
}
.sectiontitle {
font-weight: bold;
font-size: 120%;
}
.entry + .sectiontitle {
margin-top:35px;
padding-top:35px;
}
.booktitle {
font-weight: bold;
font-size: 140%;
}
.foreign {
}
.jesuswords {
color: red;
font-size: 0.9em;
}
.name > .divine {
font-variant: small-caps;
}
.quotation {
}
.poetry {
}
.sup {
vertical-align: super;
}
.sub {
vertical-align: sub;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
/*TODO: Think of something better here since this will get confusing*/
/* on verses but, is needed for things inthe Mag/Info window*/
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
|