little code cleanup

This commit is contained in:
keyhelpuser 2023-01-16 23:24:51 +00:00
parent 813a7419a0
commit 308522fe08
1 changed files with 1 additions and 106 deletions

View File

@ -1,83 +1,63 @@
/*! 05.01.2023 Additional CSS for KeyHelp panel by keyhelptheme.com */
/*! 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;
@ -104,43 +84,36 @@ input[disabled], input[readonly], textarea[disabled], select[disabled] {
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;
@ -148,37 +121,29 @@ body {
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;
@ -186,85 +151,64 @@ a {
.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;
@ -275,36 +219,30 @@ a {
background-color: #E4E4EA;
border-color: #DF691A;
}
.column.is-4-fullhd {
flex: 0 1 auto;
width: 33%;
}
.columns:not(.is-desktop) {
justify-content: space-around;
flex-flow: row wrap;
align-items: stretch;
}
.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;
}
@ -315,19 +253,16 @@ strong {
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;
@ -335,7 +270,6 @@ strong {
font-size: 1.2rem;
line-height: 1;
}
a.dropdown-item, button.dropdown-item {
padding-right: 10rem;
text-align: inherit;
@ -343,20 +277,16 @@ a.dropdown-item, button.dropdown-item {
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;
}
@ -365,7 +295,6 @@ a.dropdown-item, button.dropdown-item {
border-color: #df691a;
color: #df691a;
}
.card {
background-color: #2b3e50;
border-radius: .25rem;
@ -374,27 +303,21 @@ a.dropdown-item, button.dropdown-item {
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;
@ -403,30 +326,24 @@ a.dropdown-item, button.dropdown-item {
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;
@ -435,7 +352,6 @@ a.dropdown-item, button.dropdown-item {
overflow: auto;
padding: 20px;
}
.modal-card-head, .modal-card-foot {
align-items: center;
background-color: #2b3e50;
@ -445,7 +361,6 @@ a.dropdown-item, button.dropdown-item {
padding: 20px;
position: relative;
}
.tippy-box[data-theme~="light-border"] {
background-color: #2b3e50;
background-clip: padding-box;
@ -453,33 +368,24 @@ a.dropdown-item, button.dropdown-item {
color: #fff;
white-space: normal;
}
/*! BETA 07.01.2023 */
.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;
@ -489,7 +395,6 @@ a.dropdown-item, button.dropdown-item {
white-space: nowrap;
margin-right: .99rem;
}
.file-name {
border-color: transparent;
border-style: solid;
@ -501,33 +406,26 @@ a.dropdown-item, button.dropdown-item {
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;
@ -538,19 +436,16 @@ pre {
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: #48C774 !important;
}
input[disabled], input[readonly], textarea[disabled], select[disabled] {
color: #0d0d0d !important;
border-color: #DF691A !important;