tidy html
This commit is contained in:
parent
da7c5700d6
commit
de95c5afa0
1 changed files with 80 additions and 60 deletions
|
@ -72,15 +72,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.controls--playback{
|
.controls--playback {
|
||||||
/* display:flex; */
|
/* display:flex; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.timecode{
|
.timecode {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 100%;
|
right: 100%;
|
||||||
width: 5%;
|
width: 5%;
|
||||||
font-size:8px;
|
font-size: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls--playback input[type='range'] {
|
.controls--playback input[type='range'] {
|
||||||
|
@ -93,15 +93,18 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls button.paused, .controls button.playing{
|
.controls button.paused,
|
||||||
|
.controls button.playing {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 100%;
|
left: 100%;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
.controls button.paused::before{
|
|
||||||
|
.controls button.paused::before {
|
||||||
content: '⏵';
|
content: '⏵';
|
||||||
}
|
}
|
||||||
.controls button.playing::before{
|
|
||||||
|
.controls button.playing::before {
|
||||||
content: '⏸';
|
content: '⏸';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,17 +135,19 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags li{
|
.tags li {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.tags .subtags{
|
|
||||||
padding:0;
|
.tags .subtags {
|
||||||
|
padding: 0;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.tags .subtags .tag{
|
|
||||||
|
.tags .subtags .tag {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -177,11 +182,12 @@
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noUi-handle:focus{
|
.noUi-handle:focus {
|
||||||
/* background: red;; */
|
/* background: red;; */
|
||||||
border: solid 2px #601be0;
|
border: solid 2px #601be0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .noUi-handle:focus::before, .noUi-handle:focus::after{
|
/* .noUi-handle:focus::before, .noUi-handle:focus::after{
|
||||||
background: #601be0;
|
background: #601be0;
|
||||||
} */
|
} */
|
||||||
|
@ -194,7 +200,8 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.tags .subtags .tag span{
|
|
||||||
|
.tags .subtags .tag span {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
@ -247,73 +254,84 @@
|
||||||
.noUi-horizontal .noUi-touch-area {
|
.noUi-horizontal .noUi-touch-area {
|
||||||
cursor: ew-resize;
|
cursor: ew-resize;
|
||||||
}
|
}
|
||||||
#interface .noUi-horizontal .noUi-tooltip{
|
|
||||||
|
#interface .noUi-horizontal .noUi-tooltip {
|
||||||
/* tooltips go below the buttons */
|
/* tooltips go below the buttons */
|
||||||
bottom:auto;
|
bottom: auto;
|
||||||
top:110%;
|
top: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audioconfig{
|
.audioconfig {
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
background:black;
|
background: black;
|
||||||
color: white;
|
color: white;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100px; /* as wide as audio controls only */
|
width: 100px;
|
||||||
|
/* as wide as audio controls only */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
left: -50px;
|
left: -50px;
|
||||||
}
|
}
|
||||||
.audioconfig:hover{
|
|
||||||
|
.audioconfig:hover {
|
||||||
width: auto;
|
width: auto;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
.audioconfig select, .audioconfig input{
|
|
||||||
margin:10px;
|
.audioconfig select,
|
||||||
}
|
.audioconfig input {
|
||||||
audio{
|
margin: 10px;
|
||||||
vertical-align: middle;
|
|
||||||
width: 100px; /* hides seek head */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.playlist img{
|
audio {
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 100px;
|
||||||
|
/* hides seek head */
|
||||||
|
}
|
||||||
|
|
||||||
|
.playlist img {
|
||||||
position: static;
|
position: static;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
background: white;
|
background: white;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.help{
|
|
||||||
|
.help {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top:10px;
|
top: 10px;
|
||||||
left:70px;
|
left: 70px;
|
||||||
margin:0;
|
margin: 0;
|
||||||
padding:0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
.help li{
|
|
||||||
|
.help li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: gray;
|
color: gray;
|
||||||
margin-right:10px;
|
margin-right: 10px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
.help .key{
|
|
||||||
padding:5px;
|
.help .key {
|
||||||
|
padding: 5px;
|
||||||
background-color: aliceblue;
|
background-color: aliceblue;
|
||||||
border: solid 1px black;
|
border: solid 1px black;
|
||||||
color:black;
|
color: black;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
#interface:not(.selected-annotation) .help .esc1{
|
|
||||||
display: none;
|
#interface:not(.selected-annotation) .help .esc1 {
|
||||||
}
|
|
||||||
#interface.selected-annotation .help .esc2{
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#interface.selected-annotation .help .esc2 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="assets/nouislider-15.5.0.css">
|
<link rel="stylesheet" href="assets/nouislider-15.5.0.css">
|
||||||
<link rel="stylesheet" href="core.css">
|
<link rel="stylesheet" href="core.css">
|
||||||
|
@ -324,12 +342,14 @@
|
||||||
<ul class="help">
|
<ul class="help">
|
||||||
<li><span class='key'>Space</span> play/pause</li>
|
<li><span class='key'>Space</span> play/pause</li>
|
||||||
<li><span class='key'>Shift</span> + <span class='key'>→</span> Skip 1s</li>
|
<li><span class='key'>Shift</span> + <span class='key'>→</span> Skip 1s</li>
|
||||||
<li><span class='key'>Shift</span> + <span class='key'>Ctrl</span> + <span class='key'>→</span> Skip 10s</li>
|
<li><span class='key'>Shift</span> + <span class='key'>Ctrl</span> + <span class='key'>→</span>
|
||||||
|
Skip 10s</li>
|
||||||
<li><span class='key'>i / o</span> set in/out-point</li>
|
<li><span class='key'>i / o</span> set in/out-point</li>
|
||||||
<li><span class='key'>Shift</span> + <span class='key'>i / o</span> Jump to in/out-point</li>
|
<li><span class='key'>Shift</span> + <span class='key'>i / o</span> Jump to in/out-point</li>
|
||||||
<li><span class='key'>← / →</span> Shift selected point 1s</li>
|
<li><span class='key'>← / →</span> Shift selected point 1s</li>
|
||||||
<li><span class='key'>PgUp/Dwn</span> Shift selected point 10s</li>
|
<li><span class='key'>PgUp/Dwn</span> Shift selected point 10s</li>
|
||||||
<li class="esc"><span class='key'>Esc</span> <span class='esc1'>Deselect annotation</span><span class="esc2">reset in & out-points</span></li>
|
<li class="esc"><span class='key'>Esc</span> <span class='esc1'>Deselect annotation</span><span
|
||||||
|
class="esc2">reset in & out-points</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<script src="assets/nouislider-15.5.0.js"></script>
|
<script src="assets/nouislider-15.5.0.js"></script>
|
||||||
|
@ -350,12 +370,12 @@
|
||||||
|
|
||||||
|
|
||||||
// Hack to disable hardware media keys starting/stopping the audio playback
|
// Hack to disable hardware media keys starting/stopping the audio playback
|
||||||
navigator.mediaSession.setActionHandler('play', function() { /* Code excerpted. */ });
|
navigator.mediaSession.setActionHandler('play', function () { /* Code excerpted. */ });
|
||||||
navigator.mediaSession.setActionHandler('pause', function() { /* Code excerpted. */ });
|
navigator.mediaSession.setActionHandler('pause', function () { /* Code excerpted. */ });
|
||||||
navigator.mediaSession.setActionHandler('seekbackward', function() { /* Code excerpted. */ });
|
navigator.mediaSession.setActionHandler('seekbackward', function () { /* Code excerpted. */ });
|
||||||
navigator.mediaSession.setActionHandler('seekforward', function() { /* Code excerpted. */ });
|
navigator.mediaSession.setActionHandler('seekforward', function () { /* Code excerpted. */ });
|
||||||
navigator.mediaSession.setActionHandler('previoustrack', function() { /* Code excerpted. */ });
|
navigator.mediaSession.setActionHandler('previoustrack', function () { /* Code excerpted. */ });
|
||||||
navigator.mediaSession.setActionHandler('nexttrack', function() { /* Code excerpted. */ });
|
navigator.mediaSession.setActionHandler('nexttrack', function () { /* Code excerpted. */ });
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue