You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: aliceblue;
|
|
|
|
background: dimgray;
|
|
|
|
|
|
|
|
max-width: 900px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#PlayerContainer {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
font-family: @sans-serif;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#speakers {
|
|
|
|
margin-top: 1em;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#transcription {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-family: @serif;
|
|
|
|
text-indent: 1.5em;
|
|
|
|
padding-top: 1ex;
|
|
|
|
padding-bottom: 1ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#new_transcription {
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
height: 5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#update_indicator {
|
|
|
|
width: 1.3em;
|
|
|
|
height: 1.3em;
|
|
|
|
margin-left: 1em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|