-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathinterlinear.css
More file actions
47 lines (40 loc) · 794 Bytes
/
Copy pathinterlinear.css
File metadata and controls
47 lines (40 loc) · 794 Bytes
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
.il_paragraph {
width: 100%;
overflow-wrap: anywhere;
font-size: 1px;
}
.il_word {
font-size: 16px;
position: relative;
display: inline-block;
padding-left: 12px;
padding-right: 12px;
text-align: center;
overflow-wrap: normal;
height: 70px;
}
.il_word:first-child {
padding-left: 0px;
}
.il_word:last-child {
padding-right: 0px;
}
.il_translation {
width: 100%;
position: absolute;
top: 30px;
left: 0;
font-size: 12px;
text-align: center;
color: #999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* line-height: 0; */
overflow-wrap: normal;
}
.not-word, .missing-translation {
padding-left: 0;
padding-right: 0;
}