2018-11-08 21:56:39 +01:00
|
|
|
@media (max-width: 600px) { html { overflow: hidden } }
|
|
|
|
|
|
|
|
@media (max-width: 1100px) {
|
|
|
|
.timeslider #padeditor {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-08 21:56:40 +01:00
|
|
|
.timeslider #import_export, .timeslider #settings{
|
|
|
|
top: 108px !important;
|
|
|
|
right: 55px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #export > p {
|
|
|
|
font-size: 15px;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 20px;
|
2018-11-08 21:56:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #padpage {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #timeslider-top {
|
|
|
|
position: relative;
|
2019-10-20 02:09:22 +02:00
|
|
|
border-bottom: 1px solid #e4e4e4;
|
2018-11-08 21:56:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider-bar { background: none; }
|
2018-11-08 21:56:40 +01:00
|
|
|
.timeslider-bar p { margin: 8px; font-size: 12px;}
|
2018-11-08 21:56:39 +01:00
|
|
|
|
|
|
|
.timeslider-bar #editbar {
|
|
|
|
border: none;
|
|
|
|
background: none !important;
|
|
|
|
margin-right: 10px;
|
2020-03-31 19:27:04 +02:00
|
|
|
margin-top: 10px;
|
2018-11-08 21:56:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #padmain {
|
|
|
|
position: relative;
|
|
|
|
top: 0 !important;
|
|
|
|
flex: 1 auto;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #padeditor {
|
|
|
|
height: 100%;
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #editorcontainerbox {
|
|
|
|
height: 100%;
|
|
|
|
overflow: visible;
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timeslider {
|
|
|
|
margin-top: -20px;
|
|
|
|
margin-left: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2019-10-20 02:09:22 +02:00
|
|
|
#timeslider, #timeslider-left, #timeslider-right {
|
|
|
|
height: 57px;
|
2018-11-08 21:56:39 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timeslider #timer {
|
|
|
|
opacity: 0.8;
|
|
|
|
font-style: italic;
|
|
|
|
right: 158px;
|
|
|
|
top: -3px;
|
|
|
|
left: initial;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timeslider #timeslider-slider { margin-left: 4px; }
|
|
|
|
|
|
|
|
#ui-slider-handle {
|
|
|
|
z-index: 5;
|
|
|
|
border-radius: 3px;
|
|
|
|
height: 28px;
|
|
|
|
top: 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ui-slider-bar {
|
|
|
|
height: 10px;
|
|
|
|
margin-top: 28px;
|
|
|
|
margin-right: 180px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #e4e4e4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timeslider .star {
|
|
|
|
top: 25px;
|
|
|
|
}
|
|
|
|
#timeslider .star:before {
|
|
|
|
color: #da9700;
|
|
|
|
content: "\e836";
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #editbar .buttontext {
|
|
|
|
color: white;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.timeslider #editbar .grouped-right {
|
2020-03-31 19:27:04 +02:00
|
|
|
margin: 0;
|
|
|
|
border-radius: 3px;
|
2018-11-08 21:56:39 +01:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #playpause_button {
|
|
|
|
right: 95px;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
#playpause_button_icon {
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
#playpause_button_icon:before { color: white; }
|
|
|
|
|
|
|
|
.timeslider #leftstep {
|
|
|
|
right: 60px;
|
|
|
|
top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #rightstep {
|
|
|
|
top: 12px;
|
|
|
|
right: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stepper {
|
|
|
|
border: 2px solid;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 50%;
|
|
|
|
height: 25px;
|
2019-10-20 02:09:22 +02:00
|
|
|
padding-top: 2px;
|
2018-11-08 21:56:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.timeslider #authorsList .author {
|
|
|
|
padding: 2px 5px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|