~pkgcrosswire/bibletime/main

« back to all changes in this revision

Viewing changes to src/display-templates/HighContrast.css

  • Committer: Jonathan Marsden
  • Date: 2011-12-23 20:32:12 UTC
  • Revision ID: jmarsden@fastmail.fm-20111223203212-1g3e35rlhbys07iu
New upstream version 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Theme by BibleTime - www.bibletime.info
 
3
 */
 
4
* {
 
5
        /* To work around a KDE 3.2 bug / problem */
 
6
        /* background-color:white; #this seems to break*/
 
7
}
 
8
 
 
9
body {
 
10
        background-color: white;
 
11
        color: black;
 
12
}
 
13
#content {
 
14
        margin: 10px;
 
15
}
 
16
#content > table {
 
17
        margin: 0;
 
18
        padding: 0;
 
19
        border-spacing:10px;
 
20
        vertical-align:top;
 
21
}
 
22
#content > table th {
 
23
        padding: 0 0 2px 0;
 
24
        text-align: center;
 
25
        /*font-weight: bold;*/
 
26
        font-size: 110%;
 
27
        border-bottom: 1px solid #6B6B6B;
 
28
}
 
29
 
 
30
a {
 
31
        text-decoration:none;
 
32
        font-weight:normal;
 
33
        /*color: #F98100;*/
 
34
        padding:1px;
 
35
}
 
36
a:hover {
 
37
        color: #FF0000;
 
38
        padding:1px;
 
39
        text-decoration:underline;
 
40
}
 
41
 
 
42
/* Settings which apply to all entries in all modules */
 
43
.entry {
 
44
        padding: 2px;
 
45
        /*vertical-align: top;*/
 
46
        text-align: justify;
 
47
}
 
48
#printer .entry {
 
49
        font-size: 90%;
 
50
        text-align: left;
 
51
}
 
52
.entry[dir=rtl],#printer .entry[dir=rtl]  {
 
53
        text-align: right;
 
54
}
 
55
div.entry, td.entry, td.currententry {
 
56
        vertical-align:top;
 
57
}
 
58
 
 
59
/* Keep the values the same as in .entry (take the border into account!) */
 
60
.currententry {
 
61
        padding: 2px;
 
62
        text-align: justify;
 
63
        /*color:white;*/
 
64
        /*The background colour of selected text as of kde 3.5.2*/
 
65
        background-color: #A5A5FF;
 
66
}
 
67
.currententry[dir=rtl] {
 
68
        text-align: right;
 
69
}
 
70
div.currententry {
 
71
}
 
72
span.currententry {
 
73
 
 
74
}
 
75
 
 
76
 
 
77
/*Space between the columns of modules displayed side by side*/
 
78
td.entry + td.entry {
 
79
        margin-left: 5px;
 
80
}
 
81
 
 
82
/* Several additional settings for display of modules*/
 
83
#bible div.currententry, #bible td.currententry {
 
84
        /*border: 1px solid black;*/
 
85
        padding: 4px;
 
86
}
 
87
#bible span.currententry {
 
88
}
 
89
 
 
90
/*Same for books!*/
 
91
#book div.currententry, #book td.currententry {
 
92
        border: 1px solid black;
 
93
}
 
94
#book span.currententry {
 
95
}
 
96
 
 
97
.entryname {
 
98
        font-size:70%;
 
99
        padding:0 1px 0 0;
 
100
        vertical-align:top;
 
101
        /*color: #F98100;*/
 
102
        color: black;
 
103
        /*font-style: italic;*/
 
104
}
 
105
.entry[dir=rtl] .entryname, .currententry[dir=rtl] .entryname {
 
106
        padding:0 0 0 1px;
 
107
        font-size:60%;
 
108
        /*vertical-align:top; */
 
109
}
 
110
.entryname a, #printer .entryname  {
 
111
        vertical-align: top;
 
112
        font-size: 100%;
 
113
        font-weight: bold;
 
114
        color: black;
 
115
}
 
116
 
 
117
#printer .entry  .entry, #printer .entry .sectiontitle , #printer .entry .booktitle {
 
118
        padding-top:0.05em;
 
119
        margin-left:10px;
 
120
}
 
121
 
 
122
.footnote {
 
123
        vertical-align:super;
 
124
        font-weight:bold;
 
125
        /*color: #00B7FF;*/ /*This one is kind of blinding on white*/
 
126
        /*color: #F98100;*/
 
127
        font-size:80%;
 
128
        color: black;
 
129
}
 
130
 
 
131
 
 
132
.footnote:before {
 
133
        content: "(";
 
134
}
 
135
 
 
136
.footnote:after {
 
137
        content: ")";
 
138
}
 
139
 
 
140
.crossreference {
 
141
        font-size: 80%;
 
142
        /*vertical-align:middle;*/
 
143
        /*color: blue;*/
 
144
        /*color: #F98100;*/
 
145
}
 
146
 
 
147
.crossreference:before {
 
148
        content: "[";
 
149
}
 
150
 
 
151
.crosreference:after {
 
152
        content: "]";
 
153
}
 
154
 
 
155
.sectiontitle {
 
156
        font-weight: bold;
 
157
        font-size: 110%;
 
158
}
 
159
#printer .sectiontitle {
 
160
        font-weight: bold;
 
161
        font-size: 100%;
 
162
}
 
163
* + .sectiontitle {
 
164
        margin-top:15px;
 
165
}
 
166
 
 
167
.booktitle {
 
168
        font-weight: bold;
 
169
        font-size: 120%;
 
170
        font-variant: small-caps;
 
171
}
 
172
#printer .booktitle {
 
173
        font-weight: bold;
 
174
        font-size: 120%;
 
175
        font-variant: small-caps;
 
176
}
 
177
.foreign {
 
178
}
 
179
.jesuswords {
 
180
        /*color:red;*/
 
181
        /*color: #7500AC;*/
 
182
        /*color: #F98100;*/
 
183
        font-style:italic;
 
184
        /*font-weight: bold;*/
 
185
        font-size:0.9em;
 
186
}
 
187
 
 
188
.quotation {
 
189
}
 
190
.poetry {
 
191
}
 
192
.sup {
 
193
        vertical-align: super;
 
194
}
 
195
.sub {
 
196
        vertical-align: sub;
 
197
}
 
198
.right {
 
199
        text-align: right;
 
200
}
 
201
.center {
 
202
        text-align: center;
 
203
}
 
204
 
 
205
.bold {
 
206
        font-weight:bold;
 
207
}
 
208
.illuminated {
 
209
}
 
210
.italic {
 
211
        font-style:italic;
 
212
}
 
213
.line-through {
 
214
    text-decoration: line-through;
 
215
}
 
216
.normal {
 
217
}
 
218
.small-caps {
 
219
   font-variant: small-caps;
 
220
}
 
221
.underline {
 
222
        text-decoration: underline;
 
223
}
 
224
 
 
225
.inscription {
 
226
}
 
227
.mentioned {
 
228
}
 
229
.name > .geographic {
 
230
}
 
231
.name > .holiday {
 
232
}
 
233
.name > .nonhuman {
 
234
}
 
235
.name > .person {
 
236
}
 
237
.name > .ritual {
 
238
}
 
239
.name > .divine {
 
240
   font-variant: small-caps;
 
241
}
 
242
 
 
243
.transchange {
 
244
        font-style:italic;
 
245
}
 
246
.transchange > .added {
 
247
        background-color:inherit;
 
248
}
 
249
.transchange > .amplified {
 
250
}
 
251
.transchange > .changed {
 
252
}
 
253
.transchange > .deleted {
 
254
}
 
255
.transchange > .moved {
 
256
}
 
257
.transchange > .tenseChange {
 
258
}
 
259
 
 
260
.morphSegmentation {
 
261
        border: 1px solid grey;
 
262
        margin-top: 1px; /* Don`t let the boxes touch here, between the lines */
 
263
        margin-left: -1px; /* But here, for better reading of the text,
 
264
                                                                                        this will only occur within a word consisting of several segments.*/
 
265
        margin-right: 0px;
 
266
}
 
267
 
 
268
#infodisplay {
 
269
        margin:0;
 
270
        padding:0;
 
271
}
 
272
 
 
273
#infodisplay .footnoteinfo h3, #infodisplay .strongsinfo h3, #infodisplay .morphinfo h3, #infodisplay .translationinfo h3, #infodisplay .crossrefinfo h3, #infodisplay .moduleinfo h3 {
 
274
        padding: 2px 0 0 0;
 
275
        color: black;
 
276
        font-weight: bold;
 
277
        border-bottom: 1px solid black;
 
278
        margin: 0 0 3px 0;
 
279
}
 
280
 
 
281
#infodisplay > p { /* We only format the first p child in a special way */
 
282
        color: black;
 
283
        margin: 0px;
 
284
        padding: 0px;
 
285
}
 
286
 
 
287
/*Required for cross references*/
 
288
#infodisplay .entry {
 
289
        padding: 2px;
 
290
        text-align: justify;
 
291
        margin: 0 0 10px 10px;
 
292
}
 
293
#infodisplay .entry .entry { /*No smaller font size for nested entries*/
 
294
        margin: 0px;
 
295
}
 
296
#infodisplay .entryname {
 
297
        padding: 2px;
 
298
        margin: 0px;
 
299
        text-align: left;
 
300
        font-weight: bold;
 
301
}
 
302
 
 
303
#infodisplay .rangeheading {
 
304
        color: black;
 
305
        font-weight: bold;
 
306
        margin-left: -5px;
 
307
}
 
308
 
 
309
#printer .rangeheading {
 
310
        border-bottom: 1px solid black;
 
311
        color: black;
 
312
}