Last active
September 26, 2018 00:45
-
-
Save HDVinnie/13dc766164651a29e88a2494d489ba36 to your computer and use it in GitHub Desktop.
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-color: #181818; | |
| } | |
| .hoe-right-header[hoe-color-type="header-bg5"] { | |
| background: #1f1f1f; | |
| } | |
| #hoeapp-container[hoe-color-type="lpanel-bg5"].hoe-minimized-lpanel #hoe-left-panel { | |
| background: #1f1f1f; | |
| } | |
| .ratio-bar { | |
| background-color: #2b2b2b; | |
| } | |
| .breadcrumb { | |
| background-color: #2b2b2b; | |
| } | |
| .col-md-10 { | |
| background-color:#2b2b2b; | |
| margin-top: 15px; | |
| padding-top: 10px; | |
| } | |
| .panel-chat > .panel-heading { | |
| background-color: #181818; | |
| } | |
| .hoe-left-header { | |
| background: #1f1f1f; | |
| } | |
| #hoeapp-container[hoe-color-type="lpanel-bg5"] #hoe-left-panel .panel-list > li > a { | |
| background: #1f1f1f; | |
| border-top: 1px solid #1f1f1f; | |
| color: #8d8d94; | |
| border-right: 1px solid #1f1f1f; | |
| } | |
| #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: #1f1f1f; | |
| } | |
| #hoeapp-container[hoe-color-type="lpanel-bg5"] #hoe-left-panel { | |
| background: #1f1f1f none repeat scroll 0 0; | |
| color: #8d8d94; | |
| -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2); | |
| box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2); | |
| } | |
| .container > .block, .container > .well, .container > .box { | |
| background: #333; | |
| box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.20) | |
| } | |
| #l-footer { | |
| background-color:#1f1f1f; | |
| } | |
| .profile-footer { | |
| background-color: #262626; | |
| } | |
| .container.box, .torrent-desc { | |
| background: #232b41; | |
| box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.20) | |
| } | |
| .ratio-bar .badge-user { | |
| background: #1f1f1f; | |
| } | |
| .container.box { | |
| background: #1f1f1f; | |
| box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.20) | |
| } | |
| .alert-info { | |
| background-color: #8a6319; | |
| border-color: #8a6319; | |
| } | |
| .notify .point { | |
| background-color: #F5A623; | |
| } | |
| .notify .heartbit { | |
| border: 4px solid #F5A623; | |
| } | |
| .post-signature { | |
| background-color: #141414; | |
| } | |
| .topic-info { | |
| color: #fff; | |
| } | |
| .profil { | |
| background: #141414; | |
| } | |
| .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { | |
| color: #fff; | |
| } | |
| .head { | |
| background-color: rgba(66, 63, 65, 0.58); | |
| } | |
| .form-control { | |
| background-color: rgba(255, 255, 255, 0.16); | |
| color: #fff; | |
| border: 2px solid rgba(0, 0, 0, 0.56); | |
| } | |
| hr { | |
| border-top: 1px solid #525252; | |
| } | |
| .label-default { | |
| background-color: rgb(158, 101, 9); | |
| margin-top: 3px; | |
| } | |
| .form-bordered .form-group { | |
| padding-bottom: 0; | |
| border-bottom: none; | |
| margin-left: 150px; | |
| } | |
| .form-control { | |
| margin-top: 0; | |
| } | |
| .form-control:focus { | |
| border-color: #7289DA; | |
| } | |
| ::-webkit-scrollbar { | |
| width: 10px; | |
| } | |
| .gradient.silver { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| .gradient.pink { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| .gradient.purple { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| .gradient.green { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| .gradient.teal { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| .gradient.light_blue { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| .gradient.blue { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| .gradient.orange { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| .gradient.yellow { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| .gradient.red { | |
| background-image: radial-gradient(at 90% top, #252621 0%, #0a1526 40%); | |
| } | |
| div.header.silver div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| div.header.pink div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| div.header.purple div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| div.header.green div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| div.header.teal div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| div.header.light_blue div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| div.header.blue div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| div.header.orange div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| div.header.yellow div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| div.header.red div.inner_content { | |
| background-image: url("https://www.themoviedb.org/assets/1/v4/marketing/yellow_pipes-23f075a96627f8fda0450149ee7dcc8f954130dd393e226647f986ae55c6b97a.svg") | |
| } | |
| .mb-5 { | |
| background-color: #353535; | |
| } | |
| ul.nav.nav-tabs.mb-5 { | |
| padding-top: 0; | |
| padding-bottom: 0; | |
| padding: 0; | |
| } | |
| .alert-danger, .btn-danger, .panel-danger, .panel-danger > .panel-heading { | |
| background-color: #F5A623; | |
| } | |
| .alert-success, .btn-success, .panel-success, .panel-success > .panel-heading { | |
| background-color: #F5A623; | |
| } | |
| .alert-primary, .btn-primary, .panel-primary, .panel-primary > .panel-heading { | |
| background-color: #F5A623; | |
| } | |
| .alert-warning, .btn-warning, .panel-warning, .panel-warning > .panel-heading { | |
| background-color: #F5A623; | |
| } | |
| .alert-default, .btn-default, .panel-default, .panel-default > .panel-heading { | |
| background-color: #F5A623; | |
| } | |
| .alert-info, .btn-info, .panel-info, .panel-info > .panel-heading { | |
| background-color: #F5A623; | |
| } | |
| .decoda-code, .decoda-quote { | |
| border: 1px solid #494949; | |
| } | |
| .text-red { | |
| color: #F5A623; | |
| } | |
| .text-green { | |
| color: #F5A623; | |
| } | |
| .text-orange { | |
| color: #F5A623; | |
| } | |
| .text-purple { | |
| color: #F5A623; | |
| } | |
| .text-info { | |
| color: #F5A623; | |
| } | |
| .text-danger { | |
| color: #F5A623; | |
| } | |
| .text-success { | |
| color: #F5A623; | |
| } | |
| .text-pink { | |
| color: #F5A623; | |
| } | |
| a { | |
| color: #F5A623; | |
| } | |
| a:hover { | |
| color: #9b6916; | |
| } | |
| a:focus { | |
| color: #9b6916; | |
| } | |
| .badge-extra { | |
| border: 1px solid rgba(66, 70, 92, 0.61); | |
| border-radius: 0px; | |
| } | |
| .badge-extra.text-red { | |
| color: rgb(224, 139, 61); | |
| } | |
| .label-success { | |
| background-color: rgb(158, 101, 9); | |
| } | |
| i.torrent-icon { | |
| color: #F5A623; | |
| } | |
| a.view-torrent, a.view-torrent:hover { | |
| font-size: 20px; | |
| } | |
| div.stats { | |
| background-color: rgba(30, 30, 30, .51); | |
| } | |
| .label.label-danger { | |
| background-color: rgb(224, 102, 102); | |
| } | |
| .progress-bar { | |
| background-color: #46548b; | |
| border-bottom: none; | |
| } | |
| .lead, blockquote { | |
| color: #fff; | |
| } | |
| .media { | |
| border-left-color: rgb(78, 107, 188); | |
| } | |
| .topic .topic-posts .post article.post-content blockquote { | |
| background-color: #354054; | |
| border-left: 4px solid #6496d1; | |
| } | |
| select option { | |
| background-color: #464d60; | |
| } | |
| .jumbotron { | |
| border: 1px solid #32385a; | |
| background-color: #32385a; | |
| box-shadow: 2px 2px 10px 1px #252426; | |
| } | |
| .hoe-searchbar input { | |
| color: #111; | |
| } | |
| .badge-user { | |
| border-radius: 0px; | |
| } | |
| .movie-overlay { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| background-image: radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 1) 5.46%, rgba(144, 82, 3, 0.46)); | |
| } | |
| .disk-good { | |
| color: #F5A623; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment