2018-07-12 06:50:53 +00:00
|
|
|
html {
|
2018-01-23 18:00:55 +00:00
|
|
|
background-color: #232629;
|
2018-10-08 15:28:37 +00:00
|
|
|
overflow-y: auto;
|
2018-07-12 06:50:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2018-01-23 18:00:55 +00:00
|
|
|
color: #eff0f1;
|
2018-12-04 11:58:53 +00:00
|
|
|
-webkit-animation: fadeInOpacity .5s;
|
|
|
|
animation: fadeInOpacity .5s;
|
2018-01-23 18:00:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
color: #eff0f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
color: #bdc3c7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle strong {
|
|
|
|
color: #bdc3c7;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2018-04-25 14:11:15 +00:00
|
|
|
color: #3794d2;
|
2018-01-23 18:00:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2018-04-25 14:11:15 +00:00
|
|
|
color: #60a8dc;
|
2018-01-23 18:00:55 +00:00
|
|
|
}
|
|
|
|
|
2018-01-23 22:10:17 +00:00
|
|
|
hr {
|
|
|
|
background-color: #898b8d;
|
|
|
|
}
|
2018-01-24 15:31:23 +00:00
|
|
|
|
2018-03-24 16:45:51 +00:00
|
|
|
.input.is-active,
|
|
|
|
.input.is-focused,
|
|
|
|
.input:active,
|
|
|
|
.input:focus,
|
|
|
|
.textarea.is-active,
|
|
|
|
.textarea.is-focused,
|
|
|
|
.textarea:active,
|
|
|
|
.textarea:focus {
|
2018-04-25 14:11:15 +00:00
|
|
|
border-color: #3794d2;
|
2018-03-19 16:51:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table.is-hoverable tbody tr:not(.is-selected):hover {
|
|
|
|
background-color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
2018-03-24 16:45:51 +00:00
|
|
|
.table td,
|
|
|
|
.table th {
|
2018-03-19 16:51:39 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2018-03-19 17:18:29 +00:00
|
|
|
|
2018-03-24 13:52:47 +00:00
|
|
|
.help {
|
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
2018-03-28 20:05:01 +00:00
|
|
|
|
2018-12-13 09:09:46 +00:00
|
|
|
.input::-moz-placeholder,
|
|
|
|
.textarea::-moz-placeholder {
|
2018-03-28 20:05:01 +00:00
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
|
|
|
|
2018-12-13 09:09:46 +00:00
|
|
|
.input::-webkit-input-placeholder,
|
|
|
|
.textarea::-webkit-input-placeholder {
|
2018-03-28 20:05:01 +00:00
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
|
|
|
|
2018-12-13 09:09:46 +00:00
|
|
|
.input:-moz-placeholder,
|
|
|
|
.textarea:-moz-placeholder {
|
2018-03-28 20:05:01 +00:00
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
|
|
|
|
2018-12-13 09:09:46 +00:00
|
|
|
.input:-ms-input-placeholder,
|
|
|
|
.textarea:-ms-input-placeholder {
|
2018-03-28 20:05:01 +00:00
|
|
|
color: #7f8c8d;
|
|
|
|
}
|
2018-05-06 14:14:57 +00:00
|
|
|
|
|
|
|
.button.is-breeze {
|
|
|
|
background-color: #3794d2;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-breeze.is-hovered,
|
|
|
|
.button.is-breeze:hover {
|
|
|
|
background-color: #60a8dc;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-breeze.is-active,
|
|
|
|
.button.is-breeze:active {
|
|
|
|
background-color: #60a8dc;
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-breeze.is-focus,
|
|
|
|
.button.is-breeze:focus {
|
|
|
|
border-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2018-10-18 13:26:40 +00:00
|
|
|
|
|
|
|
.render {
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
font-size: 1rem;
|
|
|
|
color: #bdc3c7;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.render.button {
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
right: 1%;
|
|
|
|
opacity: .25;
|
2018-12-04 11:58:53 +00:00
|
|
|
-webkit-transition: opacity .25s;
|
2018-10-18 13:26:40 +00:00
|
|
|
transition: opacity .25s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.render.button:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2018-12-04 11:58:53 +00:00
|
|
|
|
|
|
|
@-webkit-keyframes fadeInOpacity {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes fadeInOpacity {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2019-01-01 19:39:08 +00:00
|
|
|
|
|
|
|
.pagination-link.is-current {
|
|
|
|
background-color: #3794d2;
|
|
|
|
border-color: #3794d2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination-link:hover,
|
|
|
|
.pagination-next:hover,
|
|
|
|
.pagination-previous:hover {
|
|
|
|
border-color: #3794d2;
|
|
|
|
}
|