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.
parallel-library/cps/static/css/listen.css

90 lines
1.2 KiB
CSS

.sm2-bar-ui {
4 years ago
font-size: 20px;
}
.sm2-bar-ui.compact {
max-width: 90%;
}
.sm2-progress .sm2-progress-ball {
width: 0.5333em;
height: 1.9333em;
4 years ago
border-radius: 0;
4 years ago
}
.sm2-progress .sm2-progress-track {
height: 0.15em;
background: white;
}
.sm2-bar-ui .sm2-main-controls,
.sm2-bar-ui .sm2-playlist-drawer {
4 years ago
background-color: transparent;
4 years ago
}
.sm2-bar-ui .sm2-inline-texture {
4 years ago
background: transparent;
4 years ago
}
.rating .glyphicon-star {
4 years ago
color: gray;
4 years ago
}
.rating .glyphicon-star.good {
4 years ago
color: white;
4 years ago
}
body {
4 years ago
overflow: hidden;
background: #272b30;
color: #aaa;
4 years ago
}
#main {
4 years ago
position: absolute;
width: 100%;
height: 100%;
4 years ago
}
#area {
4 years ago
width: 80%;
height: 80%;
margin: 5% auto;
max-width: 1250px;
overflow: hidden;
4 years ago
}
#area iframe {
4 years ago
border: none;
4 years ago
}
#prev {
4 years ago
left: 40px;
4 years ago
}
#next {
4 years ago
right: 40px;
4 years ago
}
xmp,
pre,
plaintext {
4 years ago
display: block;
font-family: -moz-fixed;
white-space: pre;
margin: 1em 0;
4 years ago
}
pre {
4 years ago
white-space: pre-wrap;
word-wrap: break-word;
font-family: -moz-fixed;
column-count: 2;
-webkit-columns: 2;
-moz-columns: 2;
column-gap: 20px;
-moz-column-gap: 20px;
-webkit-column-gap: 20px;
position: relative;
4 years ago
}