mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 12:49:13 -04:00
195 lines
No EOL
2.9 KiB
CSS
195 lines
No EOL
2.9 KiB
CSS
#timeslider-slider #ui-slider-handle {
|
|
border-radius: 3px;
|
|
width: 12px;
|
|
height: 28px;
|
|
}
|
|
|
|
#editorcontainerbox {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
button {
|
|
font-family: inherit;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#timeslider-slider #ui-slider-bar {
|
|
border-radius: 3px;
|
|
background-color: #e4e4e4;
|
|
}
|
|
#slider-btn-container {
|
|
margin: 0 20px;
|
|
margin-top: -15px;
|
|
}
|
|
#slider-btn-container #playpause_button_icon {
|
|
color: white;
|
|
margin-right: 5px;
|
|
}
|
|
#slider-btn-container .stepper {
|
|
border: 2px solid;
|
|
height: 25px;
|
|
width: 25px;
|
|
margin-left: 5px;
|
|
font-size: 13px;
|
|
}
|
|
#slider-btn-container .stepper.disabled {
|
|
opacity: .5;
|
|
}
|
|
|
|
.timeslider #editbar .buttontext {
|
|
color: white;
|
|
margin: 0;
|
|
}
|
|
|
|
#editbar {
|
|
display: block;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
#editbar li > a {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#timeslider-slider #timer {
|
|
opacity: .7;
|
|
top: -12px;
|
|
font-size: .8em;
|
|
}
|
|
|
|
.timeslider #authorsList .author {
|
|
padding: 2px 5px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.timeslider-title {
|
|
font-size: 1.8rem !important;
|
|
}
|
|
.timeslider-subtitle {
|
|
margin-top: 6px;
|
|
font-size: .9em;
|
|
}
|
|
|
|
/*@media (max-width: 600px) { html { overflow: hidden } }
|
|
|
|
@media (max-width: 1100px) {
|
|
.timeslider #padeditor {
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
|
|
.timeslider #import_export, .timeslider #settings{
|
|
top: 108px !important;
|
|
right: 55px;
|
|
}
|
|
|
|
.timeslider #export > p {
|
|
font-size: 15px;
|
|
margin-top: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.timeslider #padpage {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.timeslider #timeslider-top {
|
|
position: relative;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
}
|
|
|
|
.timeslider-bar { background: none; }
|
|
.timeslider-bar p { margin: 8px; font-size: 12px;}
|
|
|
|
.timeslider-bar #editbar {
|
|
border: none;
|
|
background: none !important;
|
|
margin-right: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
#timeslider, #timeslider-left, #timeslider-right {
|
|
height: 57px;
|
|
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; }
|
|
|
|
|
|
|
|
#timeslider .star {
|
|
top: 25px;
|
|
}
|
|
#timeslider .star:before {
|
|
color: #da9700;
|
|
content: "\e836";
|
|
}
|
|
|
|
|
|
.timeslider #editbar .grouped-right {
|
|
margin: 0;
|
|
border-radius: 3px;
|
|
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;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
*/ |