2018-12-04 11:58:53 +00:00
|
|
|
body {
|
|
|
|
-webkit-animation: none;
|
|
|
|
animation: none;
|
|
|
|
}
|
|
|
|
|
2018-04-13 16:20:57 +00:00
|
|
|
#auth,
|
|
|
|
#dashboard {
|
2018-12-04 11:58:53 +00:00
|
|
|
display: none;
|
|
|
|
-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
|
|
|
|
}
|
|
|
|
|
2018-01-26 17:34:20 +00:00
|
|
|
.pagination a {
|
|
|
|
color: #eff0f1;
|
|
|
|
border-color: #4d4d4d;
|
|
|
|
background-color: #31363b;
|
|
|
|
}
|
|
|
|
|
2018-03-24 16:45:51 +00:00
|
|
|
.pagination-link:hover,
|
|
|
|
.pagination-next:hover,
|
|
|
|
.pagination-previous: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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
color: #bdc3c7;
|
|
|
|
}
|
|
|
|
|
2018-03-24 16:45:51 +00:00
|
|
|
.menu-list li ul {
|
|
|
|
border-left-color: #898b8d;
|
|
|
|
}
|
|
|
|
|
2018-03-29 23:47:31 +00:00
|
|
|
.image-container {
|
2018-04-13 16:20:57 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
2018-03-28 12:28:17 +00:00
|
|
|
display: flex;
|
2018-03-24 16:45:51 +00:00
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
margin: 9px;
|
2018-01-26 17:34:20 +00:00
|
|
|
background-color: #31363b;
|
2018-03-24 16:45:51 +00:00
|
|
|
overflow: hidden;
|
2018-04-13 16:20:57 +00:00
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
2018-03-24 16:45:51 +00:00
|
|
|
align-items: center;
|
2018-04-08 18:30:25 +00:00
|
|
|
position: relative;
|
2018-04-16 16:31:05 +00:00
|
|
|
-webkit-box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
|
|
|
|
box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
|
2018-01-26 17:34:20 +00:00
|
|
|
}
|
|
|
|
|
2018-03-29 23:47:31 +00:00
|
|
|
.image-container .title {
|
2018-03-24 16:45:51 +00:00
|
|
|
font-weight: normal;
|
2019-01-14 13:00:08 +00:00
|
|
|
word-break: break-all;
|
2018-03-24 16:45:51 +00:00
|
|
|
}
|
|
|
|
|
2018-03-29 23:47:31 +00:00
|
|
|
.image-container .image {
|
2019-01-14 12:33:53 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
2018-04-08 18:48:32 +00:00
|
|
|
width: 100%;
|
2019-01-14 12:33:53 +00:00
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
2018-03-24 16:45:51 +00:00
|
|
|
}
|
|
|
|
|
2019-01-29 19:50:45 +00:00
|
|
|
.image-container .image img {
|
|
|
|
max-height: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-container .controls {
|
2018-04-13 16:20:57 +00:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
2018-03-29 23:22:08 +00:00
|
|
|
display: flex;
|
2018-03-24 16:45:51 +00:00
|
|
|
position: absolute;
|
2018-03-29 23:22:08 +00:00
|
|
|
top: .75rem;
|
|
|
|
right: .75rem;
|
|
|
|
}
|
|
|
|
|
2018-03-29 23:47:31 +00:00
|
|
|
.image-container .controls .button {
|
2018-03-29 23:22:08 +00:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2018-03-29 23:47:31 +00:00
|
|
|
.image-container .controls .button:not(:active):not(:hover) {
|
2018-03-30 02:39:53 +00:00
|
|
|
color: #fff;
|
2018-03-28 11:36:28 +00:00
|
|
|
background-color: rgba(49, 54, 59, .75);
|
|
|
|
}
|
|
|
|
|
2018-03-31 14:44:06 +00:00
|
|
|
.image-container .details {
|
2018-03-28 11:36:28 +00:00
|
|
|
position: absolute;
|
2018-03-29 23:22:08 +00:00
|
|
|
left: .75rem;
|
|
|
|
bottom: .75rem;
|
|
|
|
right: .75rem;
|
2018-03-28 11:36:28 +00:00
|
|
|
background-color: rgba(49, 54, 59, .75);
|
|
|
|
color: #eff0f1;
|
2018-03-29 23:22:08 +00:00
|
|
|
padding: .25rem;
|
2018-03-28 11:36:28 +00:00
|
|
|
font-size: .75rem;
|
|
|
|
}
|
|
|
|
|
2018-03-31 14:44:06 +00:00
|
|
|
.image-container .details p {
|
|
|
|
display: block;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-container .details p span {
|
2018-03-28 11:36:28 +00:00
|
|
|
font-weight: 800;
|
2018-03-24 16:45:51 +00:00
|
|
|
}
|
|
|
|
|
2018-03-28 11:36:28 +00:00
|
|
|
/* Make extra info appear on hover only on non-touch devices */
|
|
|
|
|
2018-10-09 19:52:41 +00:00
|
|
|
.no-touch .image-container .checkbox {
|
2019-01-14 12:33:53 +00:00
|
|
|
opacity: .5;
|
2018-04-13 16:20:57 +00:00
|
|
|
-webkit-transition: opacity .25s;
|
2018-03-29 23:47:31 +00:00
|
|
|
transition: opacity .25s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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-04-13 16:20:57 +00:00
|
|
|
-webkit-transition: opacity .25s;
|
2018-03-28 11:36:28 +00:00
|
|
|
transition: opacity .25s;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2018-10-09 19:52:41 +00:00
|
|
|
.is-linethrough {
|
|
|
|
text-decoration: line-through
|
2018-04-28 17:26:39 +00:00
|
|
|
}
|