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

58 lines
904 B
CSS
Raw Normal View History

2018-01-29 13:47:21 +01:00
body {
width: 100%;
height: 100%;
overflow: hidden;
}
header {
width: 100%;
2018-01-29 21:18:31 +01:00
background: #f4f5f6;
2018-01-29 13:47:21 +01:00
padding: 25px;
2018-01-29 21:18:31 +01:00
margin: -10px 10px 35px -10px;
border-bottom: 1px solid #e1e4e8;
2018-01-29 13:47:21 +01:00
}
.logo {
font-size: 25px;
}
.logo > .logo-1 {
font-weight: bold;
}
main {
width: 80%;
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;
2018-01-29 13:47:21 +01:00
}
.playback-controls {
2018-01-29 16:28:32 +01:00
text-align: center;
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;
2018-01-29 21:15:57 +01:00
margin: -20px -20px 15px -20px;
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;
}