-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathijal.css
160 lines (142 loc) · 2.75 KB
/
ijal.css
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
.line-wrapper {
display: grid;
grid-template-columns: 1fr 20fr;
//border: 1px solid green;
margin: 20px;
background: white;
}
.line-sidebar{
//border: 1px solid gray;
background: white;
padding: 10px;
padding-top: 4px;
width: 40px;
margin-top: 0px;
margin-right: 10px;
font-size: 24px;
}
.line-content{
height: 100%;
//background-color: lightyellow;
//border: 1px solid red;
margin: 0px;
margin-bottom: 2px;
overflow-x: auto;
white-space: nowrap;
}
.line {
display: grid;
background-color: transparent;
//border: 1px solid gray;
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
}
.speech-tier{
background-color: transparent;
grid-template-columns: auto;
//border: 1px solid rgba(0, 0, 0, 0.8);
padding: 0px;
font-size: 30px;
text-align: left;
vertical-align: bottom;
margin-left: 5px;
word-spacing: 20px;
}
.freeTranslation-tier{
//background-color: lightyellow;
grid-template-columns: auto;
//border: 1px solid rgba(0, 0, 0, 0.8);
padding: 0px;
font-size: 30px;
text-align: left;
margin-left: 5px;
word-spacing: 20px;
}
.secondTranscription-tier{
//background-color: lightyellow;
grid-template-columns: auto;
//border: 1px solid rgba(0, 0, 0, 0.8);
padding: 0px;
font-size: 24px;
text-align: left;
margin-left: 5px;
word-spacing: 20px;
}
.gloss-tier{
background-color: transparent;
grid-template-columns: auto;
//border: 0px solid rgba(0, 0, 0, 0.8);
padding: 10px;
font-size: 20px;
text-align: left;
margin-left: 30px;
word-spacing: 20px;
}
.morpheme-tier {
display: grid;
//background-color: white;
border: 0px solid rgba(0, 0, 0, 0.8);
grid-template-columns: 4ch 5ch 5ch 4ch 5ch 12ch 7ch 5ch 16ch;
grid-column-gap: 2%;
font-size: 20px;
margin: 5px;
width: 95%;
justify-content: flex-start;
}
.morpheme-cell {
//background-color: white;
//border: 1px solid lightgray;
margin-bottom: 2px;
padding: 3px;
font-size: 20px;
text-align: left;
}
button{
background-color: white;
border: 0px;
}
.grammatical-term {
font-variant: small-caps;
color: blue;
}
sup {
vertical-align:text-top;
font-size:75%;
}
sub {
vertical-align:text-middle;
font-size:75%;
}
.player {
width: 100%;
height: 22px;
background: #0101DF;
border-bottom: 4px solid;
border-top: 4px solid;
border-left: 4px solid;
border-right: 4px solid;
z-index: 1;
position: fixed;
bottom: 0px;
left: -5px;
}
.current-line {
background: #B6E8FF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.audio-wrapper {
position: relative;
margin: 0 auto;
width: 100%;
}
.audio-wrapper audio {
position: absolute;
top:4px;
left:0px;
}
.spacer {
height: 32px;
}