/**
 * Copyright (C) 2021, by XunScore contributors (xunscore@139.com)
 * Report bugs and download new versions at http://www.xunscore.cn/
 *
 * This library is distributed under the MIT License. See notice at the end
 * of this file.
 */
body {
  text-align: center; 
  margin: 0;
  background-color: #4a4c4d;
}
.interface {
  position: fixed; 
  top: 0px;
  width: 100%;
  background-image: linear-gradient(#4a4c4d, #2b2d2d);
  display: flex;  
}
.button {
  height: 20px;
  background: transparent;
  border: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);    
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.progress {
  padding: 6px;
  border: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  flex: 1;  
}
.seekbar {
  height: 8px;
  background: #262929;
  border-radius: 1px;
  cursor: pointer;
}
.playbar {
  width: 0px;
  height: 8px;
  background: #862E3D;
  border-radius: 1px;
}
.time {
  font-size: 0.75em;
  padding: 0.25em;
  border: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media (max-width: 479px) { 
  #zoomin {display: none;}
  #zoomout {display: none;}
}
/**
 * Copyright (c) 2021 XunScore contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 */
