Last active
April 7, 2021 03:28
-
-
Save HDVinnie/2ca0169046734a79f3dd70582bab3106 to your computer and use it in GitHub Desktop.
dark-blu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#hoeapp-wrapper, #main-content, .inner-content { | |
background: radial-gradient(at 30% top, rgba(31, 40, 73, 1) 0%, rgba(8, 28, 36, 1) 70%) !important; | |
} | |
#hoe-header { | |
background: rgba(0, 0, 0, 0.34) !important; | |
} | |
.breadcrumb, .col-md-10, .ratio-bar { | |
background: rgba(0, 0, 0, 0.33) !important; | |
} | |
.hoe-left-header { | |
background: rgba(0, 0, 0, 0.34) !important; | |
} | |
#hoeapp-container[hoe-color-type="lpanel-bg5"].hoe-minimized-lpanel #hoe-left-panel, .hoe-right-header[hoe-color-type="header-bg5"] { | |
background: rgba(0, 0, 0, 0.34) !important; | |
} | |
#hoeapp-container[hoe-color-type="lpanel-bg5"] #hoe-left-panel .panel-list > li > a:focus, #hoeapp-container[hoe-color-type="lpanel-bg5"] #hoe-left-panel .panel-list > li > a:hover { | |
background: rgba(0, 0, 0, 0.34) !important; | |
} | |
#hoeapp-container[hoe-color-type="lpanel-bg5"] #hoe-left-panel .panel-list > li > a { | |
background: rgba(0, 0, 0, 0.34) !important; | |
border-top: 1px solid rgba(0, 0, 0, 0.34) !important; | |
color: #8d8d94 !important; | |
border-right: 1px solid rgba(0, 0, 0, 0.34) !important; | |
} | |
.block, .container > .block, .container > .box, .container > .well, .well { | |
box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important; | |
} | |
.block, .well { | |
background-color: rgba(0, 0, 0, 0.34) !important; | |
} | |
#l-footer { | |
background-color: rgba(0, 0, 0, 0.34) !important; | |
min-height: 350px !important; | |
} | |
.container.box { | |
background: rgba(0, 0, 0, 0.33) !important; | |
box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important; | |
} | |
th { | |
background-color: rgba(0, 0, 0, 0.33) !important; | |
} | |
td, thead { | |
background-color: rgba(0, 0, 0, 0.33) !important; | |
} | |
.table-striped > tbody > tr:nth-of-type(odd) { | |
background-color: rgba(0, 0, 0, 0.33) !important; | |
} | |
.panel-body, .table-striped > tbody > tr, .table > tbody > tr.info > td { | |
background-color: rgba(0, 0, 0, 0.66) !important; | |
} | |
.gradient.blue, .gradient.green, .gradient.light_blue, .gradient.orange, .gradient.pink, .gradient.purple, .gradient.red, .gradient.silver, .gradient.teal, .gradient.yellow { | |
display: none !important; | |
} | |
tr:last-child { | |
background-color: rgba(0, 0, 0, 0.33) !important; | |
} | |
.block td { | |
background-color: rgba(0, 0, 0, 0.33) !important; | |
} | |
.panel-chat > .panel-heading { | |
background-color: rgba(0, 0, 0, 0.33) !important; | |
} | |
.badge-user { | |
background-color: rgba(0, 0, 0, 0.33) !important; | |
} | |
#frame { | |
background: rgba(0, 0, 0, 0.33) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment