-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathclauses.css
More file actions
101 lines (83 loc) · 1.54 KB
/
clauses.css
File metadata and controls
101 lines (83 loc) · 1.54 KB
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
@font-face {
font-family: 'Ezra SIL';
src: url('EzraSIL.ttf');
}
div#text {
font-size: 24px;
margin-top: 20px;
padding-bottom: 15em;
}
div.verse {
position: relative;
right: 1.5em;
}
div.expandable-verse {
color: #888;
cursor: pointer;
font-family: serif;
direction: ltr;
text-align: right;
}
span.ref {
cursor: pointer;
font-family: serif;
position: absolute;
right: -1.5em;
}
div.clause {
font-family: 'SBL Hebrew', 'Ezra SIL', 'David';
}
div.clause.special-diacritical:before {
content: '÷';
}
div.word {
border-radius: 3px;
border: 2px solid transparent;
cursor: pointer;
display: inline-block;
margin-left: 0.5em;
padding: 2px;
vertical-align: top;
}
div.word:hover {
border-color: #ccc;
}
div.word.selected {
border-color: #33c2f2;
}
div.word.highlighted {
background-color: #bef;
}
div.word.deleted {
color: #aaa;
}
div.word .note {
color: #888 !important;
direction: ltr;
display: block;
font-family: sans-serif;
font-size: 12px;
text-align: right;
}
div.word.selected .note {
color: #000 !important;
}
div.word .translation {
direction: ltr;
display: block;
font-family: sans-serif;
font-size: 15px;
text-align: right;
}
div.word.special-predicate {
color: #00f !important;
}
div.word.special-predicate.deleted {
color: #66f;
}
div.word.special-subject {
color: #b00 !important;
}
div.word.special-subject.deleted {
color: #f66;
}