platypush/platypush/backend/http/static/css/application.css

98 lines
1.5 KiB
CSS
Raw Normal View History

2018-01-29 13:47:21 +01:00
body {
width: 100%;
overflow-x: hidden;
2018-01-29 13:47:21 +01:00
}
header {
width: 100%;
2018-01-29 21:18:31 +01:00
background: #f4f5f6;
2018-01-29 13:47:21 +01:00
padding: 25px;
margin: 0px 10px 35px -10px;
2018-01-29 21:18:31 +01:00
border-bottom: 1px solid #e1e4e8;
2018-01-29 13:47:21 +01:00
}
.logo {
font-size: 25px;
}
.logo > .logo-1 {
font-weight: bold;
}
#date-time {
text-align: right;
padding-right: 30px;
}
#date-time > .date {
color: #666;
}
#date-time > .time {
font-weight: bold;
}
2018-01-29 13:47:21 +01:00
main {
width: 95%;
2018-01-29 13:47:21 +01:00
margin: auto;
}
2018-01-29 16:28:32 +01:00
ul.tab-nav {
padding-left: 0 !important; /* Override skeleton-tabs default */
}
2018-01-29 13:47:21 +01:00
.tab-content {
border: 1px solid #bbb;
border-top: 0;
padding: 20px;
2018-01-29 16:28:32 +01:00
margin-top: -25px;
border-radius: 0 0 7.5px 7.5px;
2018-01-29 13:47:21 +01:00
}
.playback-controls {
2018-01-29 16:28:32 +01:00
text-align: center;
border-bottom: 1px solid #e8eaf0;
padding-bottom: 12px;
2018-01-29 13:47:21 +01:00
}
.button[disabled] {
background: rgba(240,240,240,1)
}
2018-01-29 16:28:32 +01:00
.track-info {
text-align: center;
margin: -20px -20px 0 -20px;
2018-01-29 21:15:57 +01:00
padding: 10px 20px;
2018-01-29 13:47:21 +01:00
}
2018-01-29 16:28:32 +01:00
.track-info > .artist {
font-weight: bold;
display: block;
}
#playlist-content {
margin-left: 0;
width: 78%;
}
.music-pane {
height: 360px;
overflow-y: scroll;
padding: 15px 15px 0 5px;
background: #f8f8f8;
}
.music-item {
padding: 5px;
}
.music-item:nth-child(odd) {
background-color: #f2f2f2;
}
.playlist-track > .track-time {
text-align: right;
color: #666;
}