2018-12-04 11:58:53 +00:00
|
|
|
body {
|
|
|
|
-webkit-animation: none;
|
|
|
|
animation: none;
|
|
|
|
}
|
|
|
|
|
2018-04-13 16:20:57 +00:00
|
|
|
#dashboard {
|
2018-12-04 11:58:53 +00:00
|
|
|
-webkit-animation: fadeInOpacity .5s;
|
|
|
|
animation: fadeInOpacity .5s;
|
2018-04-13 16:20:57 +00:00
|
|
|
}
|
2018-03-24 16:45:51 +00:00
|
|
|
|
2018-01-26 17:34:20 +00:00
|
|
|
.section {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-list a {
|
2018-04-25 14:11:15 +00:00
|
|
|
color: #3794d2;
|
2018-10-09 19:52:41 +00:00
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
2018-01-26 17:34:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-list a:hover {
|
2018-04-25 14:11:15 +00:00
|
|
|
color: #60a8dc;
|
2018-01-26 17:34:20 +00:00
|
|
|
background-color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-list a.is-active {
|
|
|
|
color: #eff0f1;
|
2018-04-25 14:11:15 +00:00
|
|
|
background-color: #3794d2;
|
2018-01-26 17:34:20 +00:00
|
|
|
}
|
|
|
|
|
2018-10-09 19:52:41 +00:00
|
|
|
.menu-list a[disabled] {
|
|
|
|
color: #7a7a7a;
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-list a[disabled]:hover {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2018-12-04 11:58:53 +00:00
|
|
|
ul#albumsContainer {
|
|
|
|
border-left: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#albumsContainer li {
|
|
|
|
border-left: 1px solid #898b8d;
|
|
|
|
padding-left: .75em;
|
2018-12-13 08:01:30 +00:00
|
|
|
-webkit-animation: fadeInOpacity .5s;
|
|
|
|
animation: fadeInOpacity .5s;
|
2018-12-04 11:58:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#page.fade-in {
|
|
|
|
-webkit-animation: fadeInOpacity .5s;
|
|
|
|
animation: fadeInOpacity .5s
|
|
|
|
}
|
|
|
|
|
2019-06-18 18:48:30 +00:00
|
|
|
.pagination a:not([disabled]) {
|
2018-01-26 17:34:20 +00:00
|
|
|
color: #eff0f1;
|
|
|
|
border-color: #4d4d4d;
|
|
|
|
background-color: #31363b;
|
|
|
|
}
|
|
|
|
|
2019-06-18 18:48:30 +00:00
|
|
|
a.pagination-link:not(.is-current):hover,
|
|
|
|
a.pagination-next:not([disabled]):hover,
|
|
|
|
a.pagination-previous:not([disabled]):hover {
|
2018-01-26 17:34:20 +00:00
|
|
|
color: #eff0f1;
|
2018-04-25 14:11:15 +00:00
|
|
|
border-color: #60a8dc;
|
2018-01-26 17:34:20 +00:00
|
|
|
background-color: #31363b;
|
|
|
|
}
|
|
|
|
|
2019-06-18 18:48:30 +00:00
|
|
|
a.pagination-link.is-current {
|
|
|
|
background-color: #3794d2;
|
|
|
|
border-color: #3794d2;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.pagination-link.is-current:hover {
|
|
|
|
border-color: #60a8dc;
|
|
|
|
}
|
|
|
|
|
2019-08-26 22:23:54 +00:00
|
|
|
li[data-action="page-ellipsis"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-01-26 17:34:20 +00:00
|
|
|
.label {
|
|
|
|
color: #bdc3c7;
|
|
|
|
}
|
|
|
|
|
2018-03-24 16:45:51 +00:00
|
|
|
.menu-list li ul {
|
|
|
|
border-left-color: #898b8d;
|
|
|
|
}
|
|
|
|
|
2018-10-09 19:52:41 +00:00
|
|
|
.image-container .checkbox {
|
2018-03-29 23:47:31 +00:00
|
|
|
position: absolute;
|
|
|
|
top: .75rem;
|
|
|
|
left: .75rem;
|
|
|
|
}
|
|
|
|
|
2018-10-09 19:52:41 +00:00
|
|
|
.no-touch .image-container .checkbox {
|
2019-01-14 12:33:53 +00:00
|
|
|
opacity: .5;
|
2018-03-29 23:47:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-touch .image-container .controls,
|
2018-03-31 14:44:06 +00:00
|
|
|
.no-touch .image-container .details {
|
2018-03-28 11:36:28 +00:00
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
2018-10-09 19:52:41 +00:00
|
|
|
.no-touch .image-container:hover .checkbox,
|
2018-03-29 23:47:31 +00:00
|
|
|
.no-touch .image-container:hover .controls,
|
2018-03-31 14:44:06 +00:00
|
|
|
.no-touch .image-container:hover .details {
|
2018-03-28 11:36:28 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
2018-03-29 23:22:08 +00:00
|
|
|
|
|
|
|
#page {
|
|
|
|
/* fix overflow issue with flex */
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
2018-03-31 14:32:27 +00:00
|
|
|
.table {
|
|
|
|
color: #bdc3c7;
|
|
|
|
background-color: #31363b;
|
|
|
|
font-size: .75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table tr:hover,
|
|
|
|
.table.is-striped tbody tr:nth-child(2n) {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table.is-striped tbody tr:hover,
|
|
|
|
.table.is-striped tbody tr:nth-child(2n):hover,
|
|
|
|
.tag {
|
|
|
|
background-color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table thead td,
|
|
|
|
.table thead th {
|
|
|
|
color: #eff0f1;
|
|
|
|
background-color: #ff3860;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table td,
|
|
|
|
.table th {
|
|
|
|
border: 0;
|
|
|
|
white-space: nowrap;
|
2018-03-29 23:22:08 +00:00
|
|
|
}
|
2018-04-03 19:05:15 +00:00
|
|
|
|
|
|
|
.table th {
|
|
|
|
color: #eff0f1;
|
|
|
|
height: 2.25em;
|
|
|
|
}
|
2018-04-13 16:20:57 +00:00
|
|
|
|
2019-04-05 17:32:52 +00:00
|
|
|
.table .cell-indent {
|
|
|
|
padding-left: 2.25em;
|
|
|
|
}
|
|
|
|
|
2018-10-09 19:52:41 +00:00
|
|
|
.is-linethrough {
|
|
|
|
text-decoration: line-through
|
2018-04-28 17:26:39 +00:00
|
|
|
}
|