Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +22 -0
css/main.css
CHANGED
@@ -34,3 +34,25 @@ ul {
|
|
34 |
/* .text {
|
35 |
background: #e7fefc;
|
36 |
} */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
/* .text {
|
35 |
background: #e7fefc;
|
36 |
} */
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
/* Transcript styles */
|
41 |
+
.movControl {
|
42 |
+
background: #FFFFFF;
|
43 |
+
color: #999;
|
44 |
+
font-size: 20px;
|
45 |
+
padding-right: 50px;
|
46 |
+
}
|
47 |
+
.selected {
|
48 |
+
background: #D7F0FF;
|
49 |
+
}
|
50 |
+
span[name="utterance"]:hover {
|
51 |
+
cursor: pointer;
|
52 |
+
}
|
53 |
+
.movControl {
|
54 |
+
cursor: pointer;
|
55 |
+
}
|
56 |
+
.uttPlaying {
|
57 |
+
background: #FFF68F;
|
58 |
+
}
|