468 lines
No EOL
9.4 KiB
Text
468 lines
No EOL
9.4 KiB
Text
/*! Additional CSS for KeyHelp panel by keyhelptheme.com */
|
|
.title {
|
|
color: white;
|
|
}
|
|
html {
|
|
background-color: #2B3E50;
|
|
}
|
|
#header {
|
|
background-color: #2B3E50;
|
|
}
|
|
#user-menu {
|
|
background-color: #2B3E50;
|
|
border-bottom-left-radius: 9px;
|
|
}
|
|
#header a {
|
|
color: #e0dada;
|
|
}
|
|
.dropdown-item {
|
|
color: #cacaca;
|
|
border-radius: 100px;
|
|
}
|
|
.card-header {
|
|
background-color: #00000040;
|
|
}
|
|
.card {
|
|
color: #fff;
|
|
}
|
|
.card-content {
|
|
background-color: #7b7b7b21;
|
|
}
|
|
.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
|
|
background-color: #f0efef;
|
|
}
|
|
.card-footer {
|
|
background-color: #b6b6bc;
|
|
}
|
|
.breadcrumb li + li::before {
|
|
color: #fffafa;
|
|
}
|
|
.breadcrumb li.is-disabled a {
|
|
color: #fff;
|
|
}
|
|
.breadcrumb a {
|
|
color: #6fbcff;
|
|
}
|
|
.breadcrumb a:hover {
|
|
color: #ffb96f;
|
|
}
|
|
.card {
|
|
color: #2b2b2b;
|
|
}
|
|
.has-text-grey-light {
|
|
color: #8e8e8e !important;
|
|
}
|
|
.tabs a {
|
|
color: #ffffffbf;
|
|
}
|
|
.tabs.is-boxed li.is-active a {
|
|
background-color: #d7d7d7;
|
|
}
|
|
.tabs.is-boxed a:hover {
|
|
background-color: #ddd;
|
|
border-bottom-color: #0f0f0f;
|
|
}
|
|
.select select, .textarea, .input {
|
|
background-color: #fbfbfb;
|
|
border-color: #dbdbdb;
|
|
color: #363636;
|
|
}
|
|
input[disabled], input[readonly], textarea[disabled], select[disabled] {
|
|
color: #0d0d0d !important;
|
|
border-color: #999797 !important;
|
|
background-color: #c7c7d2 !important;
|
|
}
|
|
.has-text-grey {
|
|
color: #555 !important;
|
|
}
|
|
.table {
|
|
color: #000;
|
|
}
|
|
.file.is-link .file-cta {
|
|
background-color: #DF691A;
|
|
border-color: transparent;
|
|
color: #fff;
|
|
border-radius: 100px;
|
|
}
|
|
.file.is-link:hover .file-cta:hover {
|
|
background-color: #E4E4EA;
|
|
border-color: #DF691A;
|
|
color: #DF691A;
|
|
}
|
|
.button.is-link {
|
|
background-color: #DF691A;
|
|
border-color: transparent;
|
|
color: #fff;
|
|
border-radius: 100px;
|
|
}
|
|
.button.is-link:hover {
|
|
color: #DF691A;
|
|
background-color: #E4E4EA;
|
|
border-color: #DF691A;
|
|
}
|
|
.button.is-danger:hover {
|
|
color: #A62C44;
|
|
background-color: #E4E4EA;
|
|
border-color: #A62C44;
|
|
}
|
|
.button.is-danger {
|
|
background-color: #a62c44;
|
|
border-color: transparent;
|
|
color: #fff;
|
|
border-radius: 100px;
|
|
}
|
|
.button.is-small:not(.is-rounded) {
|
|
border-radius: 100px;
|
|
}
|
|
body {
|
|
color: #cecece;
|
|
font-size: 1em;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
font-family: IBM Plex Mono,monospace;
|
|
}
|
|
body, button, input, optgroup, select, textarea {
|
|
font-family: IBM Plex Mono,monospace;
|
|
}
|
|
a {
|
|
color: #0062ff;
|
|
}
|
|
.menu-list a.is-active {
|
|
background-color: #DF691A;
|
|
color: #fff;
|
|
}
|
|
#sidebar {
|
|
background-color: #2B3E50;
|
|
border-right: 1px solid #2B3E50;
|
|
}
|
|
a {
|
|
color: #DF691A;
|
|
}
|
|
.has-text-link {
|
|
color: #DF691A !important;
|
|
}
|
|
.box {
|
|
border-radius: 9px;
|
|
}
|
|
.table tr.is-selected {
|
|
background-color: #DF691A;
|
|
color: #fff;
|
|
}
|
|
.has-text-danger {
|
|
color: #2B3E50 !important;
|
|
}
|
|
.card {
|
|
border-radius: 9px;
|
|
}
|
|
.breadcrumb a {
|
|
color: #DF691A;
|
|
}
|
|
.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
|
|
background-color: #E4E4EA;
|
|
}
|
|
.card-header {
|
|
background-color: #E4E4EA;
|
|
}
|
|
.card-footer {
|
|
background-color: #E4E4EA;
|
|
}
|
|
.card-footer:first-child, .card-content:first-child, .card-header:first-child {
|
|
border-top-left-radius: 9px;
|
|
border-top-right-radius: 9px;
|
|
}
|
|
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
|
|
border-bottom-left-radius: 9px;
|
|
border-bottom-right-radius: 9px;
|
|
}
|
|
.file-name {
|
|
border-color: #E4E4EA;
|
|
}
|
|
.file-cta, .file-name {
|
|
border-color: #E4E4EA;
|
|
}
|
|
.modal-close, .delete {
|
|
background-color: #DF691A;
|
|
}
|
|
.tabs li.is-active a {
|
|
color: #DF691A;
|
|
}
|
|
.button {
|
|
border-radius: 30px;
|
|
}
|
|
.message-body {
|
|
color: #DF691A;
|
|
}
|
|
.message.is-info .message-body {
|
|
border-color: #DF691A;
|
|
color: #DF691A;
|
|
}
|
|
.message.is-info {
|
|
background-color: #E4E4EA;
|
|
}
|
|
.message.is-success .message-body {
|
|
border-color: #DF691A;
|
|
color: #DF691A;
|
|
}
|
|
.message.is-success {
|
|
background-color: #E4E4EA;
|
|
}
|
|
.card {
|
|
color: #DF691A;
|
|
}
|
|
.button.is-link.is-outlined {
|
|
background-color: transparent;
|
|
border-color: #DF691A;
|
|
color: #DF691A;
|
|
}
|
|
.button.is-link.is-outlined:hover {
|
|
color: #DF691A;
|
|
background-color: #E4E4EA;
|
|
border-color: #DF691A;
|
|
}
|
|
.label {
|
|
color: #DF691A;
|
|
display: block;
|
|
font-size: 1rem;
|
|
font-weight: 700;
|
|
}
|
|
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
|
|
color: #DF691A;
|
|
font-weight: 600;
|
|
line-height: 1.125;
|
|
}
|
|
strong {
|
|
color: #B6B6BC;
|
|
font-weight: 700;
|
|
}
|
|
.has-text-info {
|
|
color: #fa0 !important;
|
|
}
|
|
.has-text-warning {
|
|
color: #48c774 !important;
|
|
}
|
|
.tag:not(body).is-success {
|
|
background-color: #DF691A;
|
|
color: #fff;
|
|
}
|
|
.tag:not(body).is-info {
|
|
background-color: #DF691A;
|
|
color: #fff;
|
|
border-radius: 100px;
|
|
}
|
|
.tag:not(body).is-success {
|
|
background-color: #DF691A;
|
|
color: #fff;
|
|
border-radius: 100px;
|
|
}
|
|
.modal-card-title {
|
|
color: #DF691A;
|
|
flex-grow: 1;
|
|
flex-shrink: 0;
|
|
font-size: 1.2rem;
|
|
line-height: 1;
|
|
}
|
|
a.dropdown-item, button.dropdown-item {
|
|
padding-right: 10rem;
|
|
text-align: inherit;
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
border-radius: 100px;
|
|
}
|
|
.button:focus:not(:active), .button.is-focused:not(:active) {
|
|
box-shadow: 0 0 0 .125em #DF691A;
|
|
}
|
|
.button:focus, .button.is-focused {
|
|
border-color: #DF691A;
|
|
color: #363636;
|
|
}
|
|
.button.is-link.is-outlined {
|
|
color: #df691a;
|
|
}
|
|
.button.is-link.is-outlined {
|
|
color: #df691a;
|
|
}
|
|
.button.is-link.is-outlined {
|
|
background-color: transparent;
|
|
border-color: #df691a;
|
|
color: #df691a;
|
|
}
|
|
.card {
|
|
background-color: #2b3e50;
|
|
border-radius: .25rem;
|
|
box-shadow: 3px 3px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
|
|
color: #4a4a4a;
|
|
max-width: 100%;
|
|
position: relative;
|
|
}
|
|
.card-header {
|
|
background-color: #2b3e50;
|
|
}
|
|
.card-footer {
|
|
background-color: #2b3e50;
|
|
}
|
|
.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
|
|
background-color: #2b3e50;
|
|
}
|
|
.table {
|
|
color: #fff;
|
|
}
|
|
.table th {
|
|
color: #fff;
|
|
}
|
|
.card-header-title {
|
|
align-items: center;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-grow: 1;
|
|
font-weight: 700;
|
|
padding: .75rem 1rem;
|
|
}
|
|
.has-text-grey {
|
|
color: #fff !important;
|
|
}
|
|
.card {
|
|
color: #fff;
|
|
}
|
|
.table thead td, .table thead th {
|
|
border-width: 0 0 2px;
|
|
color: #fff;
|
|
}
|
|
.has-text-danger {
|
|
color: #2b3e50 !important;
|
|
}
|
|
.button.is-dark {
|
|
background-color: #df691a;
|
|
border-color: transparent;
|
|
color: #fff;
|
|
}
|
|
.modal-card-body {
|
|
-webkit-overflow-scrolling: touch;
|
|
background-color: #2b3e50;
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
overflow: auto;
|
|
padding: 20px;
|
|
}
|
|
.modal-card-head, .modal-card-foot {
|
|
align-items: center;
|
|
background-color: #2b3e50;
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
justify-content: flex-start;
|
|
padding: 20px;
|
|
position: relative;
|
|
}
|
|
.tippy-box[data-theme~="light-border"] {
|
|
background-color: #2b3e50;
|
|
background-clip: padding-box;
|
|
border: 1px solid #df691a;
|
|
color: #fff;
|
|
white-space: normal;
|
|
}
|
|
.tippy-box[data-theme~="light-border"][data-placement^="bottom"] > .tippy-arrow::before {
|
|
border-bottom-color: #df691a;
|
|
bottom: 16px;
|
|
}
|
|
.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#354656
|
|
}
|
|
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#354656
|
|
}
|
|
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#354656
|
|
}
|
|
.button.is-link:hover,.button.is-link.is-hovered{background-color:#DF691A;border-color:transparent;color:#fff
|
|
}
|
|
.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:#DF691A;border-color:transparent;color:#fff
|
|
}
|
|
.file.has-name .file-name {
|
|
border-radius: 100px;
|
|
margin-right: .75rem;
|
|
}
|
|
.file-cta, .file-name {
|
|
border-color: #dbdbdb;
|
|
border-radius: 4px;
|
|
font-size: 1em;
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
white-space: nowrap;
|
|
margin-right: .99rem;
|
|
}
|
|
.file-name {
|
|
border-color: transparent;
|
|
border-style: solid;
|
|
border-width: 1px 1px 1px 1px;
|
|
display: block;
|
|
max-width: 26em;
|
|
overflow: hidden;
|
|
text-align: inherit;
|
|
text-overflow: ellipsis;
|
|
margin-right: .175rem;
|
|
}
|
|
.table tfoot td, .table tfoot th {
|
|
border-width: 1px 0 0;
|
|
color: #fff;
|
|
}
|
|
.table thead td, .table thead th {
|
|
border-width: 0 0 1px;
|
|
color: #fff;
|
|
}
|
|
.card-content {
|
|
background-color: #2b3e50;
|
|
}
|
|
body, button, input, optgroup, select, textarea {
|
|
font-family: IBM Plex Mono,monospace;
|
|
}
|
|
.has-text-danger {
|
|
color: #f14668 !important;
|
|
}
|
|
.card.is-card-on-card {
|
|
background-color: #2B3E50;
|
|
}
|
|
pre {
|
|
-webkit-overflow-scrolling: touch;
|
|
background-color: #f5f5f5;
|
|
color: #fff;
|
|
font-size: .875em;
|
|
overflow-x: auto;
|
|
padding: 1.25rem 1.5rem;
|
|
white-space: pre;
|
|
word-wrap: normal;
|
|
}
|
|
.pagination-link.is-current {
|
|
background-color: #2B3E50;
|
|
border-color: #fff;
|
|
color: #fff;
|
|
}
|
|
select[disabled] {
|
|
color: #0d0d0d !important;
|
|
border-color: #DF691A !important;
|
|
background-color: #DF691A !important;
|
|
}
|
|
input[disabled], input[readonly], textarea[disabled], select[disabled] {
|
|
color: #0d0d0d !important;
|
|
border-color: #DF691A !important;
|
|
background-color: #DF691A !important;
|
|
}
|
|
.fa-stack {
|
|
display: inline-block;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
width: 2.5em;
|
|
color: #DF691A;
|
|
}
|
|
.box {
|
|
background-color: #2B3E50;
|
|
border-radius: 4px;
|
|
box-shadow: 0 0 20px 1px rgba(10,10,10,.4),2px 2px 20px 0 rgba(10,10,10,.4);
|
|
color: #4a4a4a;
|
|
display: block;
|
|
padding: 1rem 2rem 1rem 2rem;
|
|
}
|
|
.content table thead td, .content table thead th {
|
|
border-width: 0 0 2px;
|
|
color: #fff;
|
|
}
|
|
.box {
|
|
color: #fff;
|
|
} |