@jinntec/jinntap 1.7.1 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/editor-styles.css +31 -0
- package/dist/jinn-tap.es.js +959 -782
- package/dist/jinn-tap.umd.js +21 -21
- package/package.json +1 -1
package/dist/editor-styles.css
CHANGED
|
@@ -5,18 +5,26 @@ tei-div, tei-p, tei-item {
|
|
|
5
5
|
tei-head {
|
|
6
6
|
font-size: 2rem;
|
|
7
7
|
font-weight: bold;
|
|
8
|
+
line-height: 1.125;
|
|
9
|
+
margin-top: 3rem;
|
|
8
10
|
}
|
|
9
11
|
|
|
10
12
|
tei-div > tei-div > tei-head {
|
|
11
13
|
font-size: 1.75rem;
|
|
14
|
+
line-height: 1.15;
|
|
15
|
+
margin-top: 2.625rem;
|
|
12
16
|
}
|
|
13
17
|
|
|
14
18
|
tei-div > tei-div > tei-div > tei-head {
|
|
15
19
|
font-size: 1.5rem;
|
|
20
|
+
line-height: 1.175;
|
|
21
|
+
margin-top: 2.25rem;
|
|
16
22
|
}
|
|
17
23
|
|
|
18
24
|
tei-div > tei-div > tei-div > tei-div > tei-head {
|
|
19
25
|
font-size: 1.25rem;
|
|
26
|
+
line-height: 1.2;
|
|
27
|
+
margin-top: 1.874rem;
|
|
20
28
|
}
|
|
21
29
|
|
|
22
30
|
tei-title[level="m"] {
|
|
@@ -155,6 +163,29 @@ tei-anchor {
|
|
|
155
163
|
cursor: pointer;
|
|
156
164
|
}
|
|
157
165
|
|
|
166
|
+
tei-abbr {
|
|
167
|
+
background-color: #9236A4;
|
|
168
|
+
color: white;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
tei-expan {
|
|
172
|
+
background-color: #DB90E8;
|
|
173
|
+
color: white;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
tei-gap {
|
|
177
|
+
color: #9E9E9E;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
tei-supplied {
|
|
181
|
+
text-decoration: underline dotted;
|
|
182
|
+
color: #9E9E9E;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
tei-unclear {
|
|
186
|
+
color: #F06048;
|
|
187
|
+
}
|
|
188
|
+
|
|
158
189
|
tei-pb, tei-lb {
|
|
159
190
|
display: inline-block;
|
|
160
191
|
background-color: #ffa500;
|