calibre-web/cps/static/css/listen.css

83 lines
1.1 KiB
CSS
Raw Normal View History

.sm2-bar-ui {
2020-04-27 18:01:13 +00:00
font-size: 20px;
}
.sm2-bar-ui.compact {
max-width: 90%;
}
.sm2-progress .sm2-progress-ball {
width: 0.5333em;
height: 1.9333em;
2020-04-27 18:22:55 +00:00
border-radius: 0;
2020-04-27 18:01:13 +00:00
}
.sm2-progress .sm2-progress-track {
height: 0.15em;
background: white;
}
.sm2-bar-ui .sm2-main-controls,
.sm2-bar-ui .sm2-playlist-drawer {
2020-04-27 18:22:55 +00:00
background-color: transparent;
2020-04-27 18:01:13 +00:00
}
.sm2-bar-ui .sm2-inline-texture {
2020-04-27 18:22:55 +00:00
background: transparent;
2020-04-27 18:01:13 +00:00
}
.rating .glyphicon-star {
2020-04-27 18:22:55 +00:00
color: gray;
2020-04-27 18:01:13 +00:00
}
.rating .glyphicon-star.good {
2020-04-27 18:22:55 +00:00
color: white;
2020-04-27 18:01:13 +00:00
}
body {
2020-04-27 18:22:55 +00:00
overflow: hidden;
background: #272b30;
color: #aaa;
2020-04-27 18:01:13 +00:00
}
#main {
2020-04-27 18:22:55 +00:00
position: absolute;
width: 100%;
height: 100%;
2020-04-27 18:01:13 +00:00
}
#area {
2020-04-27 18:22:55 +00:00
width: 80%;
height: 80%;
margin: 5% auto;
max-width: 1250px;
overflow: hidden;
2020-04-27 18:01:13 +00:00
}
#area iframe {
2020-04-27 18:22:55 +00:00
border: none;
2020-04-27 18:01:13 +00:00
}
#prev {
2020-04-27 18:22:55 +00:00
left: 40px;
2020-04-27 18:01:13 +00:00
}
#next {
2020-04-27 18:22:55 +00:00
right: 40px;
2020-04-27 18:01:13 +00:00
}
2021-03-14 15:57:33 +00:00
pre {
2020-04-27 18:22:55 +00:00
display: block;
margin: 1em 0;
white-space: pre-wrap;
word-wrap: break-word;
2021-03-14 15:57:33 +00:00
font-family: -moz-fixed, sans-serif;
2020-04-27 18:22:55 +00:00
column-count: 2;
-webkit-columns: 2;
-moz-columns: 2;
column-gap: 20px;
-moz-column-gap: 20px;
-webkit-column-gap: 20px;
position: relative;
2020-04-27 18:01:13 +00:00
}