ympd/htdocs/css/mpd.css

168 lines
2.3 KiB
CSS
Raw Normal View History

2013-11-04 17:18:38 +00:00
body {
padding-top: 50px;
padding-bottom: 50px;
2013-11-04 17:18:38 +00:00
}
2013-11-04 17:18:38 +00:00
.starter-template {
padding: 40px 15px;
}
#volumeslider {
width: 150px;
}
#volumeslider .progress {
margin-bottom: 0;
}
2016-02-07 21:23:48 +00:00
button {
overflow: hidden;
}
#volume-icon {
float: left;
margin-right: 10px;
margin-top: 2px;
2013-11-04 17:18:38 +00:00
}
2013-11-07 09:09:40 +00:00
#breadcrump {
display: block;
overflow: auto;
white-space: nowrap;
}
#breadcrump > li > a {
cursor: pointer;
}
2013-11-07 09:09:40 +00:00
#counter {
2018-02-04 12:24:44 +00:00
font-size: 24px;
margin-top: -6px;
margin-left: 10px;
min-width: 50px;
2013-11-07 09:09:40 +00:00
}
#search {
margin-right: -10px;
}
2013-11-07 16:40:22 +00:00
.btn-group-hover {
2018-02-04 12:24:44 +00:00
opacity: 20%;
2013-11-07 16:40:22 +00:00
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
color: #428bca;
background-color: #fdfdfd;
border-color: #adadad;
}
2014-01-19 01:08:56 +00:00
@media (max-width: 1199px) {
#btn-responsive-block > .btn {
padding: 6px 12px;
font-size: 14px;
border-radius: 4px;
2014-01-19 01:08:56 +00:00
}
}
h1 {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
td:nth-child(4),
th:nth-child(4) {
/* This *has* to be placed before
any t[dh]:nth-last-child(2) for
the override to work. */
2018-04-22 18:48:18 +00:00
min-width: 50%;
}
td:nth-last-child(2),
th:nth-last-child(2) {
text-align: right;
2018-04-23 11:38:58 +00:00
width: 4em;
}
2018-04-23 11:38:58 +00:00
#salamisandwich td:nth-child(4) span {
font-size: 90%;
display: block;
}
td:nth-child(2),
td:nth-child(3) {
2018-04-22 18:48:18 +00:00
min-width: 25%;
2018-04-23 11:38:58 +00:00
max-width: 10em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
2018-04-23 11:38:58 +00:00
@media only screen and (max-width: 600px) {
td:nth-child(2),
td:nth-child(3) {
min-width: 0;
max-width: 0;
}
td:nth-child(4),
th:nth-child(4) {
min-width: 10%;
white-space: normal;
}
}
tbody {
cursor: pointer;
}
td:last-child,
td:first-child {
2014-01-17 15:26:26 +00:00
width: 30px;
}
.notifications {
position: fixed;
z-index: 9999;
}
/* Positioning */
.notifications.top-right {
right: 10px;
top: 60px;
}
/* Notification Element */
.notifications > div {
position: relative;
z-index: 9999;
margin: 5px 0px;
}
button {
overflow: hidden;
}
#trashmode span:last-child {
display: inline-block;
text-align: left;
width: 2.8em;
}
#filter > a.active {
font-weight: bold;
pointer-events: none;
cursor: default;
text-decoration: none;
color: black;
}