2013-11-04 17:18:38 +00:00
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
2013-11-05 13:59:12 +00:00
|
|
|
padding-bottom: 50px;
|
2013-11-04 17:18:38 +00:00
|
|
|
}
|
2013-11-05 13:59:12 +00:00
|
|
|
|
2013-11-04 17:18:38 +00:00
|
|
|
.starter-template {
|
|
|
|
padding: 40px 15px;
|
2013-11-05 13:59:12 +00:00
|
|
|
}
|
|
|
|
|
2014-01-16 17:32:20 +00:00
|
|
|
#volumeslider {
|
|
|
|
width: 150px;
|
2013-11-05 13:59:12 +00:00
|
|
|
}
|
|
|
|
|
2014-01-16 17:32:20 +00:00
|
|
|
#volumeslider .progress {
|
|
|
|
margin-bottom: 0;
|
2013-11-05 13:59:12 +00:00
|
|
|
}
|
|
|
|
|
2016-02-07 21:23:48 +00:00
|
|
|
|
|
|
|
button {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-16 17:32:20 +00:00
|
|
|
#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
|
|
|
|
2018-04-10 19:14:16 +00:00
|
|
|
#breadcrump {
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
overflow: auto;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2014-02-22 00:57:26 +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
|
|
|
}
|
2014-01-16 17:32:20 +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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-10 19:14:16 +00:00
|
|
|
h1 {
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2018-04-23 11:38:58 +00:00
|
|
|
td:nth-child(4), th:nth-child(4) {
|
2018-04-10 19:14:16 +00:00
|
|
|
/* 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%;
|
2018-04-10 19:14:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td:nth-last-child(2), th:nth-last-child(2) {
|
2014-01-16 17:32:20 +00:00
|
|
|
text-align: right;
|
2018-04-23 11:38:58 +00:00
|
|
|
width: 4em;
|
2014-01-16 17:32:20 +00:00
|
|
|
}
|
|
|
|
|
2018-04-23 11:38:58 +00:00
|
|
|
#salamisandwich td:nth-child(4) span {
|
2018-04-04 17:44:08 +00:00
|
|
|
font-style: italic;
|
|
|
|
font-size: 90%;
|
|
|
|
|
|
|
|
display: block;
|
2018-02-03 11:03:33 +00:00
|
|
|
}
|
|
|
|
|
2018-04-23 11:38:58 +00:00
|
|
|
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;
|
2018-04-10 19:14:16 +00:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-16 17:32:20 +00:00
|
|
|
tbody {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2014-01-17 15:26:26 +00:00
|
|
|
td:last-child, td:first-child {
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
2014-01-16 17:32:20 +00:00
|
|
|
.notifications {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
|
2018-04-10 19:14:16 +00:00
|
|
|
/* Positioning */
|
2014-01-16 17:32:20 +00:00
|
|
|
.notifications.top-right {
|
|
|
|
right: 10px;
|
|
|
|
top: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Notification Element */
|
|
|
|
.notifications > div {
|
|
|
|
position: relative;
|
|
|
|
z-index: 9999;
|
|
|
|
margin: 5px 0px;
|
2014-05-24 16:23:45 +00:00
|
|
|
}
|
2016-02-14 11:30:14 +00:00
|
|
|
|
|
|
|
button {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2018-02-04 23:38:20 +00:00
|
|
|
|
|
|
|
#trashmode span:last-child {
|
|
|
|
display:inline-block;
|
|
|
|
text-align:left;
|
|
|
|
width:2.8em;
|
|
|
|
}
|