1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

Removed deprecated theme files

This commit is contained in:
gilbN 2019-08-21 01:16:20 +02:00
parent 3e2ca30b1b
commit 4d7e36d755
24 changed files with 0 additions and 11310 deletions

View File

@ -1,246 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* FILEBROWSER DARK THEME */
/* Based on https://github.com/Archmonger/Blackberry-Themes/blob/master/Themes/Blackberry-Flat/bbf_filebrowser.css */
/* scroller */
::-webkit-scrollbar-corner {
background-color: hsla(0,0%,100%,.08);
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
background: rgba(0, 0, 0, .25);
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: hsla(0,0%,100%,.08);
}
.message {
color: #FFF;
}
#login {
min-height: 100%;
height: auto;
background-color: #1f1f1f;
}
body {
color: #FFFFFF;
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
}
#login input[type=password], #login input[type=text] {
color: white !important;
background-color: rgba(0,0,0,0.15) !important;
border: none;
}
#loading {
background-color: #1f1f1f;
}
#loading .spinner * {
background-color: #f4dbb0f2 !important;
}
button:hover, input[type=submit]:hover{
background: rgba(255, 255, 255, 0.1);
color: #FFF;
}
.button--flat:hover {
background: rgba(255, 255, 255, 0.1);
}
html {
min-height: 100%;
height: auto;
background-color: #1f1f1f;
}
body{
background-color: #1f1f1f;
}
nav {
background-color: rgba(0,0,0,.15);
height: 100%;
top: 60px;
width: 240px;
}
nav .action{
color:rgba(255, 255, 255, 0.737);
font-size: 13px;
font-family: Open Sans Semibold,Helvetica Neue,Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-top: 0px;
padding-bottom: 0px;
}
nav .action:hover{
background-color:rgba(255, 255, 255, 0.05);
}
nav>div{
border-top: none;
}
header{
background-color: #1b1a1a;
height: 60px;
}
header>div:first-child{
height: 60px;
}
body{
padding-top: 60px;
}
.input {
background: #2d2d2d;
color: #ffffff;
}
#search #input {
background-color: #f5f5f5;
display: flex;
padding: 10px;
}
.action{
color: #FFF;
}
#listing.list .item{
background-color: rgba(0,0,0,.15);
color:rgb(238, 238, 238);
border: none;
}
#listing.list .item:hover{
background-color:rgba(255, 255, 255, 0.08);
color:rgb(238, 238, 238);
border: none;
transition: .4s;
}
#listing.list .item.header{
background-color: #1b1a1a;
color:rgb(238, 238, 238);
border-bottom: none;
right: auto;
}
.material-icons, .prompt .file-list ul li:before{
color: white;
}
.share__box__info {
background: #2d2c2c;
}
.share__box__download {
background: #2cabe3;
color: rgb(255, 255, 255);
border-bottom: 1px solid #2cabe3;
}
#listing.list .item div:first-of-type i {
color: #2cabe3;
}
#listing .item i {
color: #2cabe3;
}
#listing .item[aria-selected=true]{
background-color: rgba(255, 255, 255, 0.2) !important;
}
#listing h2{
color: rgb(238, 238, 238);
}
#breadcrumbs span a{
color: rgb(238, 238, 238);
}
#breadcrumbs {
border-bottom: 1px solid #2cabe3;
}
#listing .item{
background-color: rgba(0,0,0,.15);
color:rgb(238, 238, 238);
border: none;
}
#search #result{
background-color: #1f1f1f;
color: rgb(238, 238, 238);
}
#search .boxes{
background-color: rgba(0,0,0,.15);
padding: 15px;
}
#search .boxes h3{
color: rgb(238, 238, 238);
}
#search .boxes>div>div{
background-color: rgba(0,0,0,.10);
}
#search.active #input{
background-color: #2d2d2d;
height: 60px;
color: white;
}
#search.active i, #search.active input{
color: rgba(255, 255, 255, 0.85);
}
#search #result>div>:first-child{
margin-top: 10px;
}
.card{
background-color: rgba(0,0,0,.15);
}
.card h3{
color: rgb(238, 238, 238);
}
select {
color: rgb(238, 238, 238);
}
input, textarea, select, button{
color: rgb(0, 0, 0);
}
.collapsible>label *{
color: rgb(238, 238, 238);
}
a{
color: rgba(255, 255, 255, 0.85);
}
table th{
color: rgba(255, 255, 255, 0.85);
}
.card.floating{
background-color: #1b1a1a;
}
#search #input {
background-color:rgba(255, 255, 255, 0.08);
}
#listing.mosaic .item{
box-shadow: none !important;
}
#listing.mosaic .item:hover{
box-shadow: none !important;
background-color: rgba(255,255,255,0.08);
}
.dashboard p label {
color: rgb(255, 255, 255);
}
@media (max-width: 736px){
nav{
background-color: black;
}
#dropdown.active{
background-color: black;
}
}
@media (min-width: 1024px){
main{
margin-left: 270px;
}
}
@media (max-width: 1024px){
nav{
width: 175px;
}
}

View File

@ -1,228 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* GRAFANA THEME FOR ORGANIZR DASHBOARD INTEGRATION */
body {
color: #FFFFFF !important;
background-color: transparent !important;
}
.main-view {
background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important;
}
div.flot-text {
color: #FFF !important;
}
/* Loading page */
.theme-dark, .theme-light, .preloader {
background: transparent !important;
}
/* login page */
.login-branding {
border-right: none !important;
}
/* sidemenu */
.sidemenu-open .sidemenu {
background: rgba(0, 0, 0, .25) !important;
}
.sidemenu__logo:hover {
background: rgba(0, 0, 0, .25) !important;
}
.sidemenu-item.active, .sidemenu-item:hover {
background-color: rgba(0, 0, 0, .25) !important;
}
/* Dashboard dropdown menu */
.search-dropdown__col_1 {
background: transparent !important;
}
.search-container {
left: 0px !important;
}
.navbar-page-btn {
color: #FFF !important;
}
/* Panel fullscreen navbar */
.panel-in-fullscreen .navbar {
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
}
/* Dashboard search menu */
.search-field-wrapper {
background-color: #1f1f1f !important;
box-shadow: none !important;
}
.search-field-wrapper>input {
height: 55px !important;
background-color: rgba(0, 0, 0, 0.25) !important;
}
.search-field-icon {
background-color: rgba(0, 0, 0, .25) !important;
}
/* Dashboard settings menu */
.dashboard-settings__aside {
background: rgba(0, 0, 0, .25) !important;
}
.dashboard-page--settings-open .navbar {
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
}
.navbar-button--primary {
border-color: #ffffff00 !important;
}
.dashboard-settings__aside-header {
color: #ffffff !important;
}
.dashboard-settings__nav-item {
color: #ffffff !important;
}
.bootstrap-tagsinput {
background-color: #09090b !important;
}
.gf-form-select-wrapper .gf-form-input {
background-color: #393a3b !important;
}
/* Variable label color */
.template-variable {
color: #f79520 !important;
}
/* Variable label box */
.gf-form-label {
background-color: rgba(0, 0, 0, 0.25) !important;
border: none !important;
color: #FFF;
}
.gf-form-input:focus {
color: #FFF !important;
background-color: #262626 !important;
border: none !important;
box-shadow: none !important;
}
.variable-option.highlighted, .variable-option:hover {
background-color: hsla(0,0%,100%,.1) !important;
}
/* Variable dashboard dropdown */
.variable-value-link {
padding: 7.4px 10px !important;
background-color: rgba(0, 0, 0, 0.25) !important;
border: none !important;
color: #FFFFFF !important;
}
/* Variable input box */
.gf-form-input {
color: #FFFFFF !important;
background-color: rgba(255, 255, 255, 0.15) !important;
border: 0px solid #262628 !important;
}
/* NAVBAR BUTTONS */
.navbar-button {
color: #FFF !important;
background-color: rgba(0, 0, 0, 0.25) !important;
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)) !important;
border: none !important;
}
/* Custom Range Refreshing every X Dropdown */
.gf-timepicker-absolute-section select {
background-color: #393a3b !important;
}
/* PANEL BACKGROUND COLOR*/
.panel-container {
background-color: rgba(0, 0, 0, .25);
border: transparent;
}
.panel-container.panel-transparent {
background-color: transparent;
border: transparent;
}
.panel-header:hover {
background-color: rgba(0, 0, 0, 0.25) !important;
}
.panel-loading {
color: transparent;
}
/* ////PANEL BACKGROUND COLOR//// */
.graph-legend-table .graph-legend-series:nth-child(odd) {
background: transparent !important;
}
/* Panel text color*/
div.flot-text {
color: #FFF !important;
}
/* panel loading circle*/
.panel-loading {
color: #FFF !important;
}
/* panel resize arrow */
.theme-dark .react-grid-item>.react-resizable-handle:after {
border-right: 2px solid #fff !important;
border-bottom: 2px solid #fff !important;
}
/* table panel background color */
.table-panel-container {
background-color: rgba(0, 0, 0, .25) !important;
}
/* table panel border size */
.table-panel-table td {
padding: .45em 0 .45em 1.1em;
border-bottom: 1px solid #171819;
border-right: 1px solid #171819;
}
/* Edit panel tabs */
.tabbed-view-header {
box-shadow: none;
background: rgba(0, 0, 0, 0.25);
border-bottom: none;
}
.tabbed-view-panel-title {
padding-left: 10px;
}
/* worldmap zoom buttons and leaflet */
.leaflet-bar a, .leaflet-bar a:hover {
background-color: #1f1f1f !important;
border-bottom: 1px solid #1f1f1f !important;
color: white !important;
}
.leaflet-bar a:hover {
background-color: #1b1b1b !important;
}
.leaflet-control-attribution {
display: none;
}
/* New Dashboard */
.add-panel__item {
background: linear-gradient(135deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25));
box-shadow: -1px -1px 0 0 hsla(0,0%,100%,.1), 1px 1px 0 0 rgba(0, 0, 0, 0);
}
.add-panel__item.active, .add-panel__item:hover {
background: linear-gradient(135deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25));
}
.add-panel__header {
background: rgba(0, 0, 0, 0.25);
box-shadow: none;
border-bottom: 0px;
}

View File

@ -1,282 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* GRAFANA ORG THEME */
body {
color: #FFFFFF !important;
background-color: #1f1f1f !important;
}
.main-view {
background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important;
}
div.flot-text {
color: #FFF !important;
}
/* Loading page */
.theme-dark, .theme-light, .preloader {
background: #1f1f1f !important;
}
/* login page */
.login-branding {
border-right: none !important;
}
/* sidemenu */
.sidemenu-open, .sidemenu {
background: rgba(0, 0, 0, .25) !important;
}
.sidemenu__logo:hover {
background: rgba(0, 0, 0, .25) !important;
}
.sidemenu-item.active, .sidemenu-item:hover {
background-color: rgba(0, 0, 0, .25) !important;
}
/* Dashboard dropdown menu */
.search-dropdown__col_1 {
background: transparent !important;
}
.search-container {
left: 0px !important;
}
.navbar-page-btn {
color: #FFF !important;
}
/* Dashboard row */
.dashboard-row--collapsed {
background: rgba(0, 0, 0, 0.25);
}
/* Panel fullscreen navbar */
.panel-in-fullscreen .navbar {
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
}
/* Dashboard search menu */
.search-field-wrapper {
background-color: #1f1f1f !important;
box-shadow: none !important;
}
.search-field-wrapper>input {
height: 55px !important;
background-color: rgba(0, 0, 0, 0.25) !important;
}
.search-field-icon {
background-color: rgba(0, 0, 0, .25) !important;
}
/* Dashboard settings menu */
.dashboard-settings__aside {
background: rgba(0, 0, 0, .25) !important;
}
.dashboard-page--settings-open .navbar {
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
}
.navbar-button--primary {
border-color: #ffffff00 !important;
}
.dashboard-settings__aside-header {
color: #ffffff !important;
}
.dashboard-settings__nav-item {
color: #ffffff !important;
}
.bootstrap-tagsinput {
background-color: #09090b !important;
}
.gf-form-select-wrapper .gf-form-input {
background-color: #393a3b !important;
}
/* Variable label color */
.template-variable {
color: #f79520 !important;
}
/* Variable label box */
.gf-form-label {
background-color: rgba(0, 0, 0, 0.25) !important;
border: none !important;
color: #FFF;
}
.gf-form-input:focus {
color: #FFF !important;
background-color: #262626 !important;
border: none !important;
box-shadow: none !important;
}
.variable-option.highlighted, .variable-option:hover {
background-color: hsla(0,0%,100%,.1) !important;
}
/* Variable dashboard dropdown */
.variable-value-link {
padding: 7.4px 10px !important;
background-color: rgba(0, 0, 0, 0.25) !important;
border: none !important;
color: #FFFFFF !important;
}
/* Variable input box */
.gf-form-input {
color: #FFFFFF !important;
background-color: rgba(255, 255, 255, 0.15) !important;
border: 0px solid #262628 !important;
}
/* NAVBAR BUTTONS */
.navbar-button {
color: #FFF !important;
background-color: rgba(0, 0, 0, 0.25) !important;
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)) !important;
border: none !important;
}
/* Custom Range Refreshing every X Dropdown */
.gf-timepicker-absolute-section select {
background-color: #393a3b !important;
}
/* PANEL BACKGROUND COLOR*/
.panel-container {
background-color: rgba(0, 0, 0, .25);
border: transparent;
}
.panel-container.panel-transparent {
background-color: transparent;
border: transparent;
}
.panel-header:hover {
background-color: rgba(0, 0, 0, 0.25) !important;
}
/* ////PANEL BACKGROUND COLOR//// */
.graph-legend-table .graph-legend-series:nth-child(odd) {
background: transparent !important;
}
/* Panel text color*/
div.flot-text {
color: #FFF !important;
}
/* panel loading circle*/
.panel-loading {
color: #FFF !important;
}
/* panel resize arrow */
.theme-dark .react-grid-item>.react-resizable-handle:after {
border-right: 2px solid #fff !important;
border-bottom: 2px solid #fff !important;
}
/* table panel background color */
.table-panel-container {
background-color: rgba(0, 0, 0, .25) !important;
}
/* table panel border size */
.table-panel-table td {
padding: .45em 0 .45em 1.1em;
border-bottom: 1px solid #171819;
border-right: 1px solid #171819;
}
/* Edit panel tabs */
.tabbed-view-header {
box-shadow: none;
background: rgba(0, 0, 0, 0.25);
border-bottom: none;
}
.tabbed-view-panel-title {
padding-left: 10px;
}
/* worldmap zoom buttons and leaflet */
.leaflet-bar a, .leaflet-bar a:hover {
background-color: #1f1f1f !important;
border-bottom: 1px solid #1f1f1f !important;
color: white !important;
}
.leaflet-bar a:hover {
background-color: #1b1b1b !important;
}
.leaflet-control-attribution {
display: none;
}
/* New Dashboard */
.add-panel__item {
background: linear-gradient(135deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25));
box-shadow: -1px -1px 0 0 hsla(0,0%,100%,.1), 1px 1px 0 0 rgba(0, 0, 0, 0);
}
.add-panel__item.active, .add-panel__item:hover {
background: linear-gradient(135deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25));
}
.add-panel__header {
background: rgba(0, 0, 0, 0.25);
box-shadow: none;
border-bottom: 0px;
}
/* panel query settings */
.panel-editor__right, .toolbar {
background: rgba(0, 0, 0, 0.25);
}
.query-editor-row__header {
background: rgba(0, 0, 0, 0.25);
}
.query-editor-row__body {
background: rgba(0, 0, 0, 0.15);
}
.panel-options-group {
background: rgba(0, 0, 0, 0.15);
}
.gf-form-input {
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid rgba(0, 0, 0, 0.25);
}
.gf-form-switch {
background: rgba(0, 0, 0, 0.25);
border: transparent;
}
.viz-picker__item {
background: rgba(0, 0, 0, 0.25);
border: transparent;
}
.viz-picker__item--current {
box-shadow: 0 0 6px #eb7b18!important;
border: 1px solid #eb7b18!important;
background: rgba(0, 0, 0, 0.4)!important;
}
.viz-picker__item:hover {
box-shadow: 0 0 6px #eb7b18!important;
background: rgba(0, 0, 0, 0.4);
border: 1px solid #eb7b18!important;
}
.panel-options-group__header {
background: rgba(0, 0, 0, 0.25);
}
.custom-scrollbars .thumb-vertical {
background-color: rgba(0, 0, 0, 0.15);
background-image: none;
}
.toolbar__main {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.15);
border: transparent;
}
/* Explore */
.query-transaction {
color: #fff;
}

View File

@ -1,338 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* GRAFANA BLUR THEME */
body {
color:#FFFFFF !important;
background-color: #333333 !important;
}
.theme-dark, .theme-light, .preloader {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat!important;
background-attachment: fixed, fixed!important;
background-position: center center, center center!important;
background-size: auto, cover!important;
-webkit-background-size: auto, cover!important;
-moz-background-size: auto, cover!important;
-o-background-size: auto, cover!important;
}
.page-header-canvas {
background: rgba(0, 0, 0, 0.25) !important;
box-shadow: none !important;
border-bottom: none !important;
}
.main-view {
background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important;
}
/* login page */
.login {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat!important;
background-attachment: fixed, fixed!important;
background-position: center center, center center!important;
background-size: auto, cover!important;
-webkit-background-size: auto, cover!important;
-moz-background-size: auto, cover!important;
-o-background-size: auto, cover!important;
background-color: rgba(0,0,0,.0) !important;
color:#FFFFFF !important;
}
.login-branding {
border-right: none !important;
}
/* Configuration menu */
.card-item {
background: rgba(0, 0, 0, .25) !important;
}
.card-item:hover {
background: hsla(0,0%,100%,.08) !important;
}
.card-item-sub-name, .card-item-type {
color: #FFF !important;
}
.gf-form--has-input-icon .gf-form-input-icon {
color: #fff !important;
}
.gf-tabs-link.active, .gf-tabs-link.active:focus, .gf-tabs-link.active:hover {
background: rgba(0, 0, 0, 0.25) !important;
}
.filter-table tbody tr:nth-child(odd) {
background: hsla(0,0%,100%,.08) !important;
}
.cta-form {
background-color: rgba(0, 0, 0, 0.25) !important;
}
.empty-list-cta {
background-color: rgba(0, 0, 0, .25) !important;
}
/* sidemenu */
.sidemenu-open, .sidemenu {
background: rgba(0, 0, 0, .25) !important;
}
.sidemenu__logo:hover {
background: rgba(0, 0, 0, .25) !important;
}
.sidemenu-item.active, .sidemenu-item:hover {
background-color: rgba(0, 0, 0, .25) !important;
}
/* Dashboard dropdown menu */
.search-dropdown__col_1 {
background: transparent !important;
}
.search-container {
left: 0px !important;
}
.navbar-page-btn {
color: #FFFFFF !important;
}
/* Dashboard row */
.dashboard-row--collapsed {
background: rgba(0, 0, 0, 0.25);
}
/* Panel fullscreen navbar */
.panel-in-fullscreen .navbar {
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
}
/* Dashboard search menu */
.search-field-wrapper>input {
height: 55px !important;
}
/* Dashboard settings menu */
.dashboard-settings__aside {
background: rgba(0, 0, 0, .25) !important;
}
.dashboard-page--settings-open .navbar {
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
}
.navbar-button--primary {
border-color: #ffffff00 !important;
}
.dashboard-settings__aside-header {
color: #ffffff !important;
}
.dashboard-settings__nav-item {
color: #ffffff !important;
}
.bootstrap-tagsinput {
background-color: #09090b !important;
}
.gf-form-select-wrapper .gf-form-input {
background-color: #00000000 !important;
}
.gf-form-select-wrapper {
background-color: hsla(0,0%,100%,.08) !important;
}
/* Variable label color */
.template-variable {
color: #f79520 !important;
}
/* Variable label box */
.gf-form-label {
background-color: rgba(0, 0, 0, 0.25) !important;
border: none !important;
}
.gf-form-input:focus {
color: #FFF !important;
background-color: #262626 !important;
border: none !important;
box-shadow: none !important;
}
.variable-option.highlighted, .variable-option:hover {
background-color: hsla(0,0%,100%,.1) !important;
}
/* Variable dashboard dropdown */
.variable-value-link {
padding: 7.4px 10px !important;
background-color: rgba(0, 0, 0, 0.25) !important;
border: none !important;
color: #FFFFFF !important;
}
/* Variable input box */
.gf-form-input {
color: #FFFFFF !important;
background-color: rgba(255, 255, 255, 0.15) !important;
border: 0px solid #262628 !important;
}
/* NAVBAR BUTTONS */
.navbar-button {
color: #FFF !important;
background-color: rgba(0, 0, 0, 0.25) !important;
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)) !important;
border: none !important;
}
/* Custom Range Refreshing every X Dropdown */
.gf-timepicker-absolute-section select {
background-color: #393a3b !important;
}
/* PANEL BACKGROUND COLOR*/
.panel-container {
background-color: rgba(0, 0, 0, .25);
border: transparent;
}
.panel-container.panel-transparent {
background-color: transparent;
border: transparent;
}
.panel-header:hover {
background-color: rgba(0, 0, 0, 0.25) !important;
}
/* ////PANEL BACKGROUND COLOR//// */
.graph-legend-table .graph-legend-series:nth-child(odd) {
background: transparent !important;
}
/* Panel text color*/
div.flot-text {
color: #FFF !important;
}
/* panel loading circle*/
.panel-loading {
color: #FFF !important;
}
/* panel resize arrow */
.theme-dark .react-grid-item>.react-resizable-handle:after {
border-right: 2px solid #fff !important;
border-bottom: 2px solid #fff !important;
}
/* table panel background color */
.table-panel-container {
background-color: rgba(0, 0, 0, .25) !important;
}
/* table panel border size */
.table-panel-table td {
padding: .45em 0 .45em 1.1em;
border-bottom: 1px solid #171819;
border-right: 1px solid #171819;
}
/* Edit panel tabs */
.tabbed-view-header {
box-shadow: none;
background: rgba(0, 0, 0, 0.25);
border-bottom: none;
}
.tabbed-view-panel-title {
padding-left: 10px;
}
/* panel query settings */
.panel-editor__right, .toolbar {
background: rgba(0, 0, 0, 0.25);
}
.query-editor-row__header {
background: rgba(0, 0, 0, 0.25);
}
.query-editor-row__body {
background: rgba(0, 0, 0, 0.15);
}
.panel-options-group {
background: rgba(0, 0, 0, 0.15);
}
.gf-form-input {
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid rgba(0, 0, 0, 0.25);
}
.gf-form-switch {
background: rgba(0, 0, 0, 0.25);
border: transparent;
}
.viz-picker__item {
background: rgba(0, 0, 0, 0.25);
border: transparent;
}
.viz-picker__item--current {
box-shadow: 0 0 6px #eb7b18!important;
border: 1px solid #eb7b18!important;
background: rgba(0, 0, 0, 0.4)!important;
}
.viz-picker__item:hover {
box-shadow: 0 0 6px #eb7b18!important;
background: rgba(0, 0, 0, 0.4);
border: 1px solid #eb7b18!important;
}
.panel-options-group__header {
background: rgba(0, 0, 0, 0.25);
}
.custom-scrollbars .thumb-vertical {
background-color: rgba(0, 0, 0, 0.15);
background-image: none;
}
.toolbar__main {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.15);
border: transparent;
}
/* worldmap zoom buttons and leaflet */
.leaflet-bar a, .leaflet-bar a:hover {
background-color: #1f1f1f !important;
border-bottom: 1px solid #1f1f1f !important;
color: white !important;
}
.leaflet-bar a:hover {
background-color: #1b1b1b !important;
}
.leaflet-control-attribution {
display: none;
}
/* buttons */
.btn-inverse {
border-color: #b56d16 !important;
color: #fff !important;
background-color: #cc7b19 !important;
-webkit-transition: background-color .1s !important;
transition: background-color .1s !important;
}
.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .btn-inverse[disabled] {
color: #fff;
background-color: #e59029 !important;
}
.btn-outline-disabled {
color: #fff;
}
/* New Dashboard */
.add-panel__item {
background: linear-gradient(135deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25));
box-shadow: -1px -1px 0 0 hsla(0,0%,100%,.1), 1px 1px 0 0 rgba(0, 0, 0, 0);
}
.add-panel__item.active, .add-panel__item:hover {
background: linear-gradient(135deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25));
}
.add-panel__header {
background: rgba(0, 0, 0, 0.25);
box-shadow: none;
border-bottom: 0px;
}
/* Explore */
.query-transaction {
color: #fff;
}

View File

@ -1,275 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-color: #1f1f1f;
color:#FFFFFF;
}
/* LOGIN MENU */
div.login-ui {
background: inherit;
}
.login-ui div.login-dialog {
background: rgba(0, 0, 0, .25);
}
input[type="submit"], button, a.button {
background-color: #cc7b19;
}
input[type="submit"]:hover, button:hover, a.button:hover {
background-color: #e59029;
}
.login-ui .login-fields .labeled-field input:focus {
background: #1f1f1f !important;
}
.login-ui .login-fields .labeled-field.empty input {
background: rgba(0,0,0,0.25) !important;
}
.login-ui .login-fields .labeled-field.empty input:focus {
background: #1f1f1f !important;
}
.login-ui .login-dialog .login-fields input {
background-color: #1f1f1f !important;
}
div.location, input[type=text], input[type=email], input[type=number], input[type=password], textarea {
color: white !important;
background: rgba(0, 0, 0, 0.25) !important;
}
input[type=checkbox], input[type=number], input[type=text], input[type=email], input[type=radio], label, textarea {
color: white !important;
background: transparent;
}
/* HOME MENU */
.header h2 {
color: white;
background-color: rgba(0, 0, 0, 0.25);
}
.connection .icon.vnc, .connection .icon.rdp {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-monitor.png);
}
.connection .icon.ssh, .connection .icon.telnet {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-text.png);
}
.user-menu .menu-dropdown .menu-title {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-user.png);
background-color: transparent;
}
.user-menu .menu-dropdown .menu-contents li a[href="#/"] {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-home-dark.png);
}
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/users"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/connections"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/sessions"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/preferences"] {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-config-dark.png);
}
.user-menu .menu-dropdown .menu-contents li a.logout {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-logout-dark.png);
}
.icon.user {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-user.png);
}
.pager .icon.first-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-first-page.png);
}
.pager .icon.prev-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-prev-page.png);
}
.pager .icon.next-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-next-page.png);
}
.pager .icon.last-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-last-page.png);
}
.loading::before{
background-image:url('https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/cog.png');
}
table.sorted th.sort-primary.sort-descending:after {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/up.png);
}
.menu-dropdown .menu-indicator {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png);
}
.menu-dropdown .menu-indicator:hover {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png);
color: #f9be03;
}
table.sorted th.sort-primary:after {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png);
}
.menu-dropdown.open, .menu-dropdown.open:hover {
background: rgba(0, 0, 0, 0.25);
}
.menu-dropdown {
border-left: none;
background: rgba(0, 0, 0, 0.25);
}
.menu-dropdown .menu-contents li a {
display: block;
cursor: pointer;
color: white;
text-decoration: none;
padding: .75em;
background: #1f1f1f;
}
.menu-dropdown .menu-contents li a.current, .menu-dropdown .menu-contents li a.current:hover {
background-color: rgba(0,0,0,.25);
opacity: .9;
}
.menu-dropdown .menu-contents li a:hover {
background-color: rgba(0,0,0,.25);
}
.menu-dropdown:hover {
background: rgba(0, 0, 0, 0.25);
}
.menu-dropdown .menu-contents {
background: #1f1f1f;
}
.header .filter input {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
border: 0;
border-left: 1px solid rgba(0,0,0,0.125);
background-color: transparent;
color: white;
}
.header .filter {
background-color: rgba(0, 0, 0, 0.25);
}
.filter .search-string {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/magnifier.png) !important;
background-repeat: no-repeat !important;
background-size: 1.75em !important;
background-position: .25em center !important;
padding: .5em !important;
padding-left: 2.25em !important;
width: 100%;
max-width: none;
background-color: rgba(0, 0, 0, 0.25);
border: 0;
}
div.location, input[type=text], input[type=email], input[type=number], input[type=password], textarea {
color: white;
}
.user a:visited, .connection a:visited, .connection-group a:visited {
text-decoration: none;
color: white;
}
.recent-connections .connection:hover {
background: hsla(0, 0%, 100%, 0.08);
}
.list-item:not(.selected) .caption:hover {
background: hsla(0, 0%, 100%, 0.07);
}
.list-item .name {
color: white;
}
/* SIDE MENU */
.menu-content {
background-color: #1f1f1f;
}
.clipboard, .clipboard-service-target {
background: rgba(0, 0, 0, 0.25);
color: white;
}
/* NOTIFICATION BOX */
.notification.error {
background: #1f1f1f;
color: white;
}
.notification {
background: #1f1f1f;
color: white;
}
/* SETTINGS */
.page-tabs .page-list li a[href]:visited {
color: white;
}
.page-tabs .page-list li a[href] {
color: white;
}
.page-tabs .page-list li a[href]:hover {
background-color: rgba(0, 0, 0, 0.25);
}
.user a:visited, .connection a:visited, .connection-group a:visited {
text-decoration: none;
color: white;
}
.user a, .connection a, .connection-group a {
text-decoration: none;
color: white;
}
div.location, input[type=text], input[type=email], input[type=number], input[type=password], textarea {
border: 0;
background: rgba(0, 0, 0, .25);
}
.location-chooser .dropdown {
background: #666;
}
/* USER SETTINGS */
.page-tabs .page-list li a[href], .section-tabs li a {
color: white;
}
.page-tabs .page-list li a[href]:hover, .section-tabs li a:hover {
background-color: hsla(0, 0%, 100%, 0.07);
}
.manage-user .page-tabs .page-list li.linked a[href]:before {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/checkmark.png);
}
.manage-user .page-tabs .page-list li.read-only a[href]:before {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/lock.png);
}
.manage-user .notice.read-only {
background: hsla(0, 0%, 100%, 0.07);
}
/* DUA 2FA PAGE */
.duo-signature-response-field {
background: #1f1f1f !important;
}
.base-wrapper {
border: 1px solid #1b1b1b !important;
background: #1b1b1b !important;
}
.base-body {
background-color: #333 !important;
}
h1.spacious-frame-view {
color: white !important;
}
@media screen and (-webkit-max-device-pixel-ratio: 1.25), screen and (max-resolution: 120dpi)
h1, .h1 {
color: white !important;
}
.white-wrapper {
background-color: #333 !important;
color: white !important;
}
form:not(.inline) fieldset {
background-color: #333 !important;
}
label span {
color: white !important;
}
input[type=radio] {
border: 1px solid #fff !important;
}

View File

@ -1,256 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: rgba(0,0,0,.0) !important;
color:#FFFFFF !important;
}
div.displayMiddle {
background: #1f1f1f;
}
/* LOGIN MENU */
div.login-ui {
background: inherit;
}
.login-ui div.login-dialog {
background: rgba(0, 0, 0, .25);
}
input[type="submit"], button, a.button {
background-color: #cc7b19;
}
input[type="submit"]:hover, button:hover, a.button:hover {
background-color: #e59029;
}
.login-ui .login-fields .labeled-field input:focus {
background: #1f1f1f !important;
}
.login-ui .login-fields .labeled-field.empty input {
background: rgba(0,0,0,0.25) !important;
}
.login-ui .login-fields .labeled-field.empty input:focus {
background: #1f1f1f !important;
}
.login-ui .login-dialog .login-fields input {
background-color: #1f1f1f !important;
}
div.location, input[type=text], input[type=email], input[type=number], input[type=password], textarea {
color: white !important;
background: rgba(0, 0, 0, 0.25) !important;
}
input[type=checkbox], input[type=number], input[type=text], input[type=email], input[type=radio], label, textarea {
color: white !important;
background: transparent;
}
/* HOME MENU */
.header h2 {
color: white;
background-color: rgba(0, 0, 0, 0.25);
}
.connection .icon.vnc, .connection .icon.rdp {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-monitor.png);
}
.connection .icon.ssh, .connection .icon.telnet {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-text.png);
}
.user-menu .menu-dropdown .menu-title {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-user.png);
background-color: transparent;
}
.user-menu .menu-dropdown .menu-contents li a[href="#/"] {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-home-dark.png);
}
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/users"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/connections"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/sessions"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/preferences"] {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-config-dark.png);
}
.user-menu .menu-dropdown .menu-contents li a.logout {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-logout-dark.png);
}
.icon.user {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-user.png);
}
.pager .icon.first-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-first-page.png);
}
.pager .icon.prev-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-prev-page.png);
}
.pager .icon.next-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-next-page.png);
}
.pager .icon.last-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-last-page.png);
}
.loading::before{
background-image:url('https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/cog.png');
}
table.sorted th.sort-primary.sort-descending:after {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/up.png);
}
.menu-dropdown .menu-indicator {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png);
}
.menu-dropdown .menu-indicator:hover {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png);
color: #f9be03;
}
table.sorted th.sort-primary:after {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png);
}
.menu-dropdown.open, .menu-dropdown.open:hover {
background: rgba(0, 0, 0, 0.25);
}
.menu-dropdown {
border-left: none;
background: rgba(0, 0, 0, 0.25);
}
.menu-dropdown .menu-contents li a {
display: block;
cursor: pointer;
color: white;
text-decoration: none;
padding: .75em;
background: #1f1f1f;
}
.menu-dropdown .menu-contents li a.current, .menu-dropdown .menu-contents li a.current:hover {
background-color: rgba(0,0,0,.25);
opacity: .9;
}
.menu-dropdown .menu-contents li a:hover {
background-color: rgba(0,0,0,.25);
}
.menu-dropdown:hover {
background: rgba(0, 0, 0, 0.25);
}
.menu-dropdown .menu-contents {
background: #1f1f1f;
}
.header .filter input {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
border: 0;
border-left: 1px solid rgba(0,0,0,0.125);
background-color: transparent;
color: white;
}
.header .filter {
background-color: rgba(0, 0, 0, 0.25);
}
.filter .search-string {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/magnifier.png) !important;
background-repeat: no-repeat !important;
background-size: 1.75em !important;
background-position: .25em center !important;
padding: .5em !important;
padding-left: 2.25em !important;
width: 100%;
max-width: none;
background-color: rgba(0, 0, 0, 0.25);
border: 0;
}
div.location, input[type=text], input[type=email], input[type=number], input[type=password], textarea {
color: white;
}
.user a:visited, .connection a:visited, .connection-group a:visited {
text-decoration: none;
color: white;
}
.recent-connections .connection:hover {
background: hsla(0, 0%, 100%, 0.08);
}
.list-item:not(.selected) .caption:hover {
background: hsla(0, 0%, 100%, 0.07);
}
.list-item .name {
color: white;
}
/* SIDE MENU */
.menu-content {
background-color: #1f1f1f;
}
.clipboard, .clipboard-service-target {
background: rgba(0, 0, 0, 0.25);
color: white;
}
/* NOTIFICATION BOX */
.notification.error {
background: #1f1f1f;
color: white;
}
.notification {
background: #1f1f1f;
color: white;
}
/* SETTINGS */
.page-tabs .page-list li a[href]:visited {
color: white;
}
.page-tabs .page-list li a[href] {
color: white;
}
.page-tabs .page-list li a[href]:hover {
background-color: rgba(0, 0, 0, 0.25);
}
.user a:visited, .connection a:visited, .connection-group a:visited {
text-decoration: none;
color: white;
}
.user a, .connection a, .connection-group a {
text-decoration: none;
color: white;
}
div.location, input[type=text], input[type=email], input[type=number], input[type=password], textarea {
border: 0;
background: rgba(0, 0, 0, .25);
}
.location-chooser .dropdown {
background: #666;
}
/* USER SETTINGS */
.page-tabs .page-list li a[href], .section-tabs li a {
color: white;
}
.page-tabs .page-list li a[href]:hover, .section-tabs li a:hover {
background-color: hsla(0, 0%, 100%, 0.07);
}
.manage-user .page-tabs .page-list li.linked a[href]:before {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/checkmark.png);
}
.manage-user .page-tabs .page-list li.read-only a[href]:before {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/lock.png);
}
.manage-user .notice.read-only {
background: hsla(0, 0%, 100%, 0.07);
}

View File

@ -1,37 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
html, body {
background: #1f1f1f !important;
color: white;
}
h1 {
color: white;
}
#dlText {
color: #F44336;
}
#ulText {
color: #4CAF50;
}
#pingText, #jitText {
color: #2cabe3;
}
#startStopBtn {
color: #ffffff;
background-color: #2cabe3;
border: 0.15em solid #2cabe3;
}
a:-webkit-any-link {
color: white;
}

View File

@ -1,52 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* HTML5 Speedtest Plex Theme */
html, body {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: rgba(0,0,0,.0) !important;
color:#FFFFFF !important;
}
h1 {
color: white;
}
div.meterText:empty:before {
color: white !important;
}
#dlText {
color: #F44336;
}
#ulText {
color: #4CAF50;
}
#pingText, #jitText {
color: #2cabe3;
}
#startStopBtn {
color: #ffffff;
background-color: #e5a00d;
border: 0.15em solid #e5a00d;
}
a:-webkit-any-link {
color: white;
}

File diff suppressed because it is too large Load Diff

View File

@ -1,253 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
#footer:after {
color: grey;
content: "Monitorg-dark v1";
}
body {
background-color: #1f1f1f !important;
color: white;
}
/* Settings */
/* Text Color */
.alpaca-control-label, .alpaca-control.radio {
color: white !important;
}
.Rtable-cell {
color: white !important;
}
#colorkey {
color: white !important;
}
.settingstitle {
text-shadow: none !important;
}
#reginfo {
color: white !important;
}
#infodata {
background-color: transparent !important;
box-shadow: none !important;
}
/* Sidebar */
#sidebar-wrapper {
box-shadow: none !important;
}
.sidebar-nav li:hover:before {
-webkit-transition: none !important;
transition: none !important;
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:before {
background-color: rgba(0, 0, 0, 0.07);
transition: none !important;
-webkit-transition: none !important;
}
.sidebar-nav li:first-child a {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(2):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(3):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(4):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(5):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(6):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(7):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(8):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(9):before {
background-color: rgba(0, 0, 0, 0.07);
}
#modalloading {
position: fixed;
width: 24rem;
left: calc(50% - 12rem);
top: 25%;
margin: 0 auto;
padding: 1rem;
color: black;
text-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.750);
box-shadow: .5rem .5rem 1rem rgb(15, 15, 15);
border: 1px solid #888;
border-radius: 4px;
z-index: 2000;
cursor: wait;
}
.container {
max-width: 100% !important;
padding-right: 2rem !important;
}
#stats {
background-color: rgba(0,0,0,.15) !important;
padding-left: .0rem !important;
padding-right: 1.11rem !important;
box-shadow: none;
}
#hd {
padding-left: 0.8rem !important;
}
.double-val-label>span.success {
background-color: #28a745 !important;
}
.servicetile:hover, .servicetile:focus {
text-shadow: 0 0 20px #000;
}
#servicetitle:hover, #servicetitle:focus {
text-shadow: 0 0 20px #000;
}
#servicetitle {
color: #fff !important;
}
.btnoffline, .btnunknown, .btnonline {
box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.9) !important;
-webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.9) !important;
}
.btnonline {
background-color: #28a745 !important;
}
#time {
background-color: rgba(0,0,0,.15) !important;
color: #fff !important;
box-shadow: none;
}
#slidertable {
background-color: rgba(0,0,0,.15) !important;
box-shadow: none;
}
#textslider {
color: #fff !important;
}
.dtg {
color: #fff !important;
}
.datemin {
color: #fff !important;
}
#center {
background-color: rgba(0,0,0,.0) !important;
box-shadow: 0px 0px 0px 0px #ffffff00, 0px 0px 0px 0px #ffffff00, 10px 0px 10px 0px #ffffff00, -10px 0px 10px 2px #ffffff00 !important;
}
/*Service tile*/
.col-lg-4 {
background-color: rgba(0,0,0,.15) !important;
margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important;
box-shadow: none;
}
/*Service tile*/
.col-lg-4 {
background-color: rgba(0,0,0,.15) !important;
margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important;
box-shadow: none;
}
.col-lg-4:hover {
background-color: hsla(0,0%,100%,.08) !important;
margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important;
box-shadow: none;
}
.servicetile, .servicetile:hover, .servicetile:focus {
color: #ffffff;
text-shadow: none !important;
text-decoration: none !important;
outline: 0;
font-weight: inherit !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.servicetile {
color: #ffffff;
text-shadow: none !important;
text-decoration: none !important;
outline: 0;
font-weight: inherit !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
#servicetitle:hover, #servicetitle:focus {
text-shadow: none !important;
font-weight: inherit !important;
}
#clock {
background-color: rgba(0,0,0,.15) !important;
color: #fff !important;
box-shadow: none;
}
.date {
color: #fff !important;
}
#summary {
background-color: #e84242 !important;
border-radius: 23px 22px 22px 23px/23px 23px 22px 22px;
box-shadow: 0px 2px 5px rgb(15, 15, 15) !important;
}
.pace, .pace-progress {
background: rgba(0,0,0,.15) !important;
}
.pace, .pace-progress-inner {
box-shadow: 0 0 10px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.15) !important;
}
.footer {
color: white !important;
}
.footer:hover {
text-shadow: 0 0 15px transparent !important;
}
#footer {
color: transparent !important;
}
.navbar-brand {
text-shadow: 0 0 15px #000000 !important;
}
/* ButtonShadow */
.btnoffline, .btnunknown, .btnonline {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
@media only screen and (max-width: 775px) {
#slidertable {
display: none !important;
}
#time {
display: none !important;
}
}

View File

@ -1,264 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
#footer:after {
color: grey;
content: "Monitorg-plex beta v1";
}
body {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: rgba(0,0,0,.0) !important;
color:#FFFFFF !important;
}
#includedContent {
background-color: transparent;
background: transparent;
}
/* Settings */
/* Text Color */
.alpaca-control-label, .alpaca-control.radio {
color: white !important;
}
.Rtable-cell {
color: white !important;
}
#colorkey {
color: white !important;
}
.settingstitle {
text-shadow: none !important;
}
#reginfo {
color: white !important;
}
#infodata {
background-color: transparent !important;
box-shadow: none !important;
}
/* Sidebar */
#sidebar-wrapper {
box-shadow: none !important;
background-color: transparent;
}
.sidebar-nav li:hover:before {
-webkit-transition: none !important;
transition: none !important;
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:before {
background-color: rgba(0, 0, 0, 0.07);
transition: none !important;
-webkit-transition: none !important;
}
.sidebar-nav li:first-child a {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(2):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(3):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(4):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(5):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(6):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(7):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(8):before {
background-color: rgba(0, 0, 0, 0.07);
}
.sidebar-nav li:nth-child(9):before {
background-color: rgba(0, 0, 0, 0.07);
}
#modalloading {
position: fixed;
width: 24rem;
left: calc(50% - 12rem);
top: 25%;
margin: 0 auto;
padding: 1rem;
color: black;
text-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.750);
box-shadow: .5rem .5rem 1rem rgb(15, 15, 15);
border: 1px solid #888;
border-radius: 4px;
z-index: 2000;
cursor: wait;
}
.container {
max-width: 100% !important;
padding-right: 2rem !important;
}
#stats {
background-color: rgba(0,0,0,.15) !important;
padding-left: .0rem !important;
padding-right: 1.11rem !important;
box-shadow: none;
}
#hd {
padding-left: 0.8rem !important;
}
.double-val-label>span.success {
background-color: #28a745 !important;
}
.servicetile:hover, .servicetile:focus {
text-shadow: 0 0 20px #000;
}
#servicetitle:hover, #servicetitle:focus {
text-shadow: 0 0 20px #000;
}
#servicetitle {
color: #fff !important;
}
.btnoffline, .btnunknown, .btnonline {
box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.9) !important;
-webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.9) !important;
}
.btnonline {
background-color: #28a745 !important;
}
#time {
background-color: rgba(0,0,0,.15) !important;
color: #fff !important;
box-shadow: none;
}
#slidertable {
background-color: rgba(0,0,0,.15) !important;
box-shadow: none;
}
#textslider {
color: #fff !important;
}
.dtg {
color: #fff !important;
}
.datemin {
color: #fff !important;
}
#center {
background-color: rgba(0,0,0,.0) !important;
box-shadow: 0px 0px 0px 0px #ffffff00, 0px 0px 0px 0px #ffffff00, 10px 0px 10px 0px #ffffff00, -10px 0px 10px 2px #ffffff00 !important;
}
/*Service tile*/
.col-lg-4 {
background-color: rgba(0,0,0,.15) !important;
margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important;
box-shadow: none;
}
.col-lg-4:hover {
background-color: hsla(0,0%,100%,.08) !important;
margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important;
box-shadow: none;
}
.servicetile, .servicetile:hover, .servicetile:focus {
color: #ffffff;
text-shadow: none !important;
text-decoration: none !important;
outline: 0;
font-weight: inherit !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.servicetile {
color: #ffffff;
text-shadow: none !important;
text-decoration: none !important;
outline: 0;
font-weight: inherit !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
#servicetitle:hover, #servicetitle:focus {
text-shadow: none !important;
font-weight: inherit !important;
}
#clock {
background-color: rgba(0,0,0,.15) !important;
color: #fff !important;
box-shadow: none;
}
.date {
color: #fff !important;
}
#summary {
background-color: #e84242 !important;
border-radius: 23px 22px 22px 23px/23px 23px 22px 22px;
box-shadow: 0px 2px 5px rgb(15, 15, 15) !important;
}
.pace, .pace-progress {
background: rgba(0,0,0,.15) !important;
}
.pace, .pace-progress-inner {
box-shadow: 0 0 10px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.15) !important;
}
.footer {
color: white !important;
}
.footer:hover {
text-shadow: 0 0 15px transparent !important;
}
#footer {
color: transparent !important;
}
.navbar-brand {
text-shadow: 0 0 15px #000000 !important;
}
/* ButtonShadow */
.btnoffline, .btnunknown, .btnonline {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
@media only screen and (max-width: 775px) {
#slidertable {
display: none !important;
}
#time {
display: none !important;
}
}

View File

@ -1,169 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-color: transparent !important;
}
.container {
max-width: 100% !important;
padding-right: 2rem !important;
}
#stats {
background-color: rgba(0,0,0,.15) !important;
padding-left: .0rem !important;
padding-right: 1.11rem !important;
box-shadow: none;
}
#hd {
padding-left: 0.8rem !important;
}
.double-val-label>span.success {
background-color: #28a745 !important;
}
.servicetile:hover, .servicetile:focus {
text-shadow: 0 0 20px #000;
}
#servicetitle:hover, #servicetitle:focus {
text-shadow: 0 0 20px #000;
}
#servicetitle {
color: #fff !important;
}
.btnoffline, .btnunknown, .btnonline {
box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.9) !important;
-webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.9) !important;
}
.btnonline {
background-color: #28a745 !important;
}
#time {
background-color: rgba(0,0,0,.15) !important;
color: #fff !important;
box-shadow: none;
}
#slidertable {
background-color: rgba(0,0,0,.15) !important;
box-shadow: none;
}
#textslider {
color: #fff !important;
}
.dtg {
color: #fff !important;
}
.datemin {
color: #fff !important;
}
#center {
background-color: rgba(0,0,0,.0) !important;
box-shadow: 0px 0px 0px 0px #ffffff00, 0px 0px 0px 0px #ffffff00, 10px 0px 10px 0px #ffffff00, -10px 0px 10px 2px #ffffff00 !important;
}
/*Service tile*/
.col-lg-4 {
background-color: rgba(0,0,0,.15) !important;
margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important;
box-shadow: none;
}
.col-lg-4:hover {
background-color: hsla(0,0%,100%,.08) !important;
margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important;
box-shadow: none;
}
.servicetile, .servicetile:hover, .servicetile:focus {
color: #ffffff;
text-shadow: none !important;
text-decoration: none !important;
outline: 0;
font-weight: inherit !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.servicetile {
color: #ffffff;
text-shadow: none !important;
text-decoration: none !important;
outline: 0;
font-weight: inherit !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
#servicetitle:hover, #servicetitle:focus {
text-shadow: none !important;
font-weight: inherit !important;
}
#clock {
background-color: rgba(0,0,0,.15) !important;
color: #fff !important;
box-shadow: none;
}
.date {
color: #fff !important;
}
#summary {
background-color: #e84242 !important;
border-radius: 23px 22px 22px 23px/23px 23px 22px 22px;
box-shadow: 0px 2px 5px rgb(15, 15, 15) !important;
}
.pace, .pace-progress {
background: rgba(0,0,0,.15) !important;
}
.pace, .pace-progress-inner {
box-shadow: 0 0 10px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.15) !important;
}
.footer {
color: transparent !important;
}
.footer:hover {
text-shadow: 0 0 15px transparent !important;
}
#footer {
color: transparent !important;
}
.alpaca-control-label, .alpaca-control.radio {
color: black !important;
}
.navbar-brand {
text-shadow: 0 0 15px #000000 !important;
}
.Rtable-cell {
color: #000000 !important;
}
#colorkey {
color: #000000 !important;
}
/* ButtonShadow */
.btnoffline, .btnunknown, .btnonline {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
@media only screen and (max-width: 775px) {
#slidertable {
display: none !important;
}
#time {
display: none !important;
}
}

View File

@ -1,93 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-color: #1f1f1f !important;
color: #ffffff !important;
}
/* Navbar */
.navbar-default {
background-color: rgba(0,0,0,.7) !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
background-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default, .navbar-inverse {
border: 0px solid rgba(0, 0, 0, 0.6) !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}
.navbar-default .navbar-brand {
color: #ffffff !important;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #ffffff !important;
background-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
border-right: 1px solid rgba(0, 0, 0, 0) !important;
border-left: 1px solid rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
}
.dropdown-menu {
background-color: #141a1d !important;
border: 0px !important;
}
.modal-content {
background-color: #141a1d !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
background-color: #141a1d !important;
}
.multi-column-dropdown li a:hover {
background-color: #141a1d !important;
}
.close, .close:hover, .close:focus {
color: #ffffff !important;
}
/* System Overview */
.dashboard-sidebar .nav > .active > a, .dashboard-sidebar .nav > .active:hover > a, .dashboard-sidebar .nav > .active:focus > a {
color: #ff8c00 !important;
border-left: 2px solid #ff8c00 !important;
}
/* System Overview metrics */
.gaugeChartTitle, .gaugeChartUnits, .gaugeChartMax, .gaugeChartMin, .gaugeChartLabel, .easyPieChartTitle, .easyPieChartLabel, .easyPieChartUnits {
color: #ffffff !important;
}
.netdata-legend-value, .netdata-legend-toolbox, .netdata-legend-toolbox-button, .dygraph-axis-label {
background-color: rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
}
.netdata-legend-resize-handler {
background-color: rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
}
.netdata-legend-name-table-line {
border-bottom-width: 0px !important;
}
/* Sidebar */
.dashboard-sidebar .nav > li > a {
color: #ffffff !important;
}
.dashboard-sidebar .nav > li > a:hover, .dashboard-sidebar .nav > li > a:focus {
color: #ff8c00 !important;
border-left: 1px solid #ff8c00 !important;
}

View File

@ -1,93 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-color: transparent !important;
color: #ffffff !important;
}
/* Navbar */
.navbar-default {
background-color: rgba(0,0,0,.7) !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
background-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default, .navbar-inverse {
border: 0px solid rgba(0, 0, 0, 0.6) !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}
.navbar-default .navbar-brand {
color: #ffffff !important;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #ffffff !important;
background-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
border-right: 1px solid rgba(0, 0, 0, 0) !important;
border-left: 1px solid rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
}
.dropdown-menu {
background-color: #141a1d !important;
border: 0px !important;
}
.modal-content {
background-color: #141a1d !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
background-color: #141a1d !important;
}
.multi-column-dropdown li a:hover {
background-color: #141a1d !important;
}
.close, .close:hover, .close:focus {
color: #ffffff !important;
}
/* System Overview */
.dashboard-sidebar .nav > .active > a, .dashboard-sidebar .nav > .active:hover > a, .dashboard-sidebar .nav > .active:focus > a {
color: #ff8c00 !important;
border-left: 2px solid #ff8c00 !important;
}
/* System Overview metrics */
.gaugeChartTitle, .gaugeChartUnits, .gaugeChartMax, .gaugeChartMin, .gaugeChartLabel, .easyPieChartTitle, .easyPieChartLabel, .easyPieChartUnits {
color: #ffffff !important;
}
.netdata-legend-value, .netdata-legend-toolbox, .netdata-legend-toolbox-button, .dygraph-axis-label {
background-color: rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
}
.netdata-legend-resize-handler {
background-color: rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
}
.netdata-legend-name-table-line {
border-bottom-width: 0px !important;
}
/* Sidebar */
.dashboard-sidebar .nav > li > a {
color: #ffffff !important;
}
.dashboard-sidebar .nav > li > a:hover, .dashboard-sidebar .nav > li > a:focus {
color: #ff8c00 !important;
border-left: 1px solid #ff8c00 !important;
}

View File

@ -1,104 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-image: url("https://cdn.jsdelivr.net/gh/gilbN/theme.park@de2024ba0794e71eb80c1b66b37820e66d944ded/Resources/blur-noise.png"), url("https://cdn.jsdelivr.net/gh/gilbN/theme.park@de2024ba0794e71eb80c1b66b37820e66d944ded/Resources/blur-light.png");
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
color: #ffffff !important;
}
/* Navbar */
.navbar-default {
background-image: url("https://cdn.jsdelivr.net/gh/gilbN/theme.park@de2024ba0794e71eb80c1b66b37820e66d944ded/Resources/blur-noise.png"), url("https://cdn.jsdelivr.net/gh/gilbN/theme.park@de2024ba0794e71eb80c1b66b37820e66d944ded/Resources/blur-light-dark.png");
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
background-color: rgba(0, 0, 0, .25) !important;
color: #ffffff !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default, .navbar-inverse {
border: 0px solid rgba(0, 0, 0, 0.6) !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}
.navbar-default .navbar-brand {
color: #ffffff !important;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #ffffff !important;
background-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
border-right: 1px solid rgba(0, 0, 0, 0) !important;
border-left: 1px solid rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
}
.dropdown-menu {
background-color: #141a1d !important;
border: 0px !important;
}
.modal-content {
background-color: #141a1d !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
background-color: #141a1d !important;
}
.multi-column-dropdown li a:hover {
background-color: #141a1d !important;
}
.close, .close:hover, .close:focus {
color: #ffffff !important;
}
/* System Overview */
.dashboard-sidebar .nav > .active > a, .dashboard-sidebar .nav > .active:hover > a, .dashboard-sidebar .nav > .active:focus > a {
color: #ff8c00 !important;
border-left: 2px solid #ff8c00 !important;
}
/* System Overview metrics */
.gaugeChartTitle, .gaugeChartUnits, .gaugeChartMax, .gaugeChartMin, .gaugeChartLabel, .easyPieChartTitle, .easyPieChartLabel, .easyPieChartUnits {
color: #ffffff !important;
}
.netdata-legend-value, .netdata-legend-toolbox, .netdata-legend-toolbox-button, .dygraph-axis-label {
background-color: rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
}
.netdata-legend-resize-handler {
background-color: rgba(0, 0, 0, 0) !important;
color: #ffffff !important;
}
.netdata-legend-name-table-line {
border-bottom-width: 0px !important;
}
/* Sidebar */
.dashboard-sidebar .nav > li > a {
color: #ffffff !important;
}
.dashboard-sidebar .nav > li > a:hover, .dashboard-sidebar .nav > li > a:focus {
color: #ff8c00 !important;
border-left: 1px solid #ff8c00 !important;
}

View File

@ -1,410 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: rgba(0,0,0,.0) !important;
color:#FFFFFF !important;
}
/* scroller */
::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, .25);
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
background: #0c1218;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: hsla(0,0%,100%,.08);
}
.modal {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: rgba(0,0,0,.0) !important;
color:#FFFFFF !important;
}
.modal-footer {
background-color: transparent;
border-top: none;
}
/* TABLES */
.table a {
color: #ffffff;
}
.table a:hover {
color: #e5a00d;
}
.table-striped tbody tr:nth-child(odd) {
background-color: rgba(0, 0, 0, 0.25);
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
background-color: transparent;
}
.table tbody tr:hover, .table tbody tr:hover td, .table tbody tr:hover a {
color: white;
background-color: hsla(0,0%,100%,.08);
}
.table-striped tbody tr.checked:nth-child(2n+1) td, .checked .progress {
background-color: hsla(0,0%,100%,.08);
}
tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress {
background-color: hsla(0,0%,100%,.08);
}
.table tbody tr.checked:hover, .table tbody tr.checked:hover td {
background-color: hsla(0,0%,100%,.08);
}
.table tbody tr.checked:hover, .table tbody tr.checked:hover td {
background-color: hsla(0,0%,100%,.08);
}
.table th, .table td {
border-top: none;
}
.table-bordered {
border-left: none;
border: none;
}
.pagination a {
border: none;
background: rgba(0, 0, 0, .25);
}
.pagination a:hover, .pagination .active a {
background-color: hsla(0,0%,100%,.08);
}
.pagination .active a {
color: #ffffff;
}
/* PROGRESS BAR */
.progress {
background: hsla(0,0%,100%,.08);
}
.progress-warning.progress-striped .bar {
background-color: #cc7b19;
}
.progress-success.progress-striped .bar {
background-color: #51a351;
}
/* NAVBAR */
.navbar-fixed-top .navbar-inner {
color: #fff !important;
}
.navbar-inner {
background-color: rgba(0,0,0,.7);
background-image: none;
}
.navbar .nav > li > a:hover {
color: #f9be03;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
background: hsla(0,0%,100%,.08);
color: #f9be03;
}
[class^="icon-"], [class*=" icon-"], [class^="img-"], [class*=" img-"] {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/nzbget/icons.png);
}
.navbar-search .search-query {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.25);
border: 0px solid #151515;
}
.navbar-search .search-query:focus, .navbar-search .search-query.focused {
color: #fff;
text-shadow: none;
background-color: white !important;
}
.dropdown-menu {
background-color: #191a1c;
}
.dropdown-menu a {
color: #ffffff;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
color: #ffffff;
background-color: hsla(0,0%,100%,.05);
}
.dropdown-menu .divider {
height: 0px;
border-bottom: none;
}
/* BUTTONS */
.btn-group > .dropdown-toggle {
box-shadow: none;
}
.config-header .btn{
background:#FFF;
color:#adb1b1;
text-shadow:unset;
}
#ConfigData > div > button.btn{
background: rgba(0, 0, 0, .25) !important;
color: #FFF !important;
font-weight:bold;
text-shadow:unset;
}
#ConfigData > div > button.btn:hover{
background: hsla(0,0%,100%,.08) !important;
color: #FFF !important;
font-weight:bold;
text-shadow:unset;
}
#ConfigData > div > div > table > tbody > tr > td>.btn{
background:#414141;
color:#adb1b1;
text-shadow:unset;
font-weight:bold;
}
#Config_Save:hover{
background-color:#51a351;
color:#FFF;
}
#Config_Save {
background:rgba(0, 0, 0, 0.25);
color:#FFF;
margin:auto;
}
#ConfigData > div> div > button.btn.btn-danger {
background:#ad292c;
text-shadow:unset;
}
#ConfigData > div> div > button.btn.btn-danger:hover {
background:#d33a3e;
text-shadow:unset;
}
#ConfigData > div:nth-child(3) > div > button,
#ConfigData > div:nth-child(4) > div > button,
#ConfigData > div:nth-child(5) > div > button {
text-shadow:unset;
background: rgba(0, 0, 0, 0.25);
color:white;
}
#ConfigData > div:nth-child(3) > div > button:hover,
#ConfigData > div:nth-child(4) > div > button:hover,
#ConfigData > div:nth-child(5) > div > button:hover {
text-shadow:unset;
background: hsla(0,0%,100%,.08);
color:white;
}
#ConfigData input.btn.btn-primary{
background:#cc7b19 !important;
text-shadow:unset;
color:white;
}
#ConfigData input.btn{
background: rgba(0, 0, 0, 0.25) !important;
text-shadow:unset;
color:#a8a8a8;
}
#Config_ViewButton{
background:rgba(0, 0, 0, 0.25);
color:#FFF;
}
#Config_ViewButton:hover{
background: hsla(0,0%,100%,.08);
color:#FFF;
}
.btn {
color: #ffffff;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.25);
background-image: none;
border-color: transparent;
border-bottom-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn:hover {
color: #FFF;
background-color: hsla(0,0%,100%,.08);
}
.config-header .btn {
background-color: rgba(0, 0, 0, 0.25);
}
.btn-group.open .btn.dropdown-toggle {
background-color: #FFF;
background-color: hsla(0,0%,100%,.08);
}
#ConfigData > div > div > table > tbody > tr > td>.btn{
background:rgba(0, 0, 0, 0.25);
color:#FFF;
text-shadow:unset;
font-weight:bold;
}
#ConfigData > div > div > table > tbody > tr > td>.btn:hover{
background: hsla(0,0%,100%,.08);
color:#FFF;
}
input, textarea, select, .uneditable-input {
color: #ffffff;
background-color: rgb(0, 0, 0);
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png), url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light-dark.png) !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: #191a1c !important;
color: #FFFFFF !important;
border: none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
outline: thin dotted #333;
outline: none;
outline-offset: -2px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input:focus, textarea:focus {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.alert-info {
font-weight: bold;
border-radius: unset;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border:0px;
background-color:hsla(0,0%,100%,.05);
text-shadow:unset;
color:#FFF;
text-transform:capitalize;
}
.alert-inverse {
background-color: #414141;
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png), url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light-dark.png) !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
border-color: transparent;
opacity: 1;
}
/* SETTINGS */
label {
color: #FFF;
}
#ConfigNav {
border: 1px solid rgba(0, 0, 0, .25);
background-color: rgba(0, 0, 0, .25);
}
#ConfigNav.nav-list a {
color: #fff;
text-decoration: none;
}
.nav-list > li > a, .nav-list .nav-header {
text-shadow: none;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
color: #f9be03 !important;
background-color: transparent;
}
.nav > li > a:hover {
background-color: hsla(0,0%,100%,.08);
}
span.help-option-title {
color: #eee;
}
.help-block, .help-inline {
color: #eee;
}
.confirm-help-block {
color: #eee;
font-size: 13px;
line-height: 16px;
margin-bottom: 0;
}
.input-prepend .add-on, .input-append .add-on {
background-color: rgba(0, 0, 0, 0.25);
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png), url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light-dark.png) !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: transparent;
color: #FFFFFF !important;
border: none;
}
.config-settitle {
background-color: rgba(0, 0, 0, 0.25);
border-bottom: none;
}
a {
color: #f9be03;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
.label-warning, .badge-warning {
background-color: #cc7b19;
}
.caret {
border-top: 4px solid #ffffff;
}

View File

@ -1,380 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-color: #1f1f1f !important;
color:#FFFFFF !important;
}
/* scroller */
::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, .25);
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
background: #0c1218;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: hsla(0,0%,100%,.09);
}
.modal {
background-color: #232323 !important;
color:#FFFFFF !important;
}
.modal-footer {
background-color: transparent;
border-top: none;
}
/* TABLES */
.table a {
color: #ffffff;
}
.table a:hover {
color: #e5a00d;
}
.table-striped tbody tr:nth-child(odd) {
background-color: rgba(0, 0, 0, 0.25);
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
background-color: transparent;
}
.table tbody tr:hover, .table tbody tr:hover td, .table tbody tr:hover a {
color: white;
background-color: hsla(0,0%,100%,.08);
}
.table-striped tbody tr.checked:nth-child(2n+1) td, .checked .progress {
background-color: hsla(0,0%,100%,.08);
}
tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress {
background-color: hsla(0,0%,100%,.08);
}
.table tbody tr.checked:hover, .table tbody tr.checked:hover td {
background-color: hsla(0,0%,100%,.08);
}
.table tbody tr.checked:hover, .table tbody tr.checked:hover td {
background-color: hsla(0,0%,100%,.08);
}
.table th, .table td {
border-top: none;
}
.table-bordered {
border-left: none;
border: none;
}
.pagination a {
border: none;
background: rgba(0, 0, 0, .25);
}
.pagination a:hover, .pagination .active a {
background-color: hsla(0,0%,100%,.08);
}
.pagination .active a {
color: #ffffff;
}
/* PROGRESS BAR */
.progress {
background: hsla(0,0%,100%,.08);
}
.progress-warning.progress-striped .bar {
background-color: #cc7b19;
}
.progress-success.progress-striped .bar {
background-color: #51a351;
}
/* NAVBAR */
.navbar-fixed-top .navbar-inner {
color: #fff !important;
}
.navbar-inner {
background-color: rgba(0,0,0,.7);
background-image: none;
}
.navbar .nav > li > a:hover {
color: #f9be03;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
background: hsla(0,0%,100%,.08);
color: #f9be03;
}
[class^="icon-"], [class*=" icon-"], [class^="img-"], [class*=" img-"] {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/nzbget/icons.png);
}
.navbar-search .search-query {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.25);
border: 0px solid #151515;
}
.navbar-search .search-query:focus, .navbar-search .search-query.focused {
color: #000 !important;
text-shadow: none;
background-color: white !important;
}
.dropdown-menu {
background-color: #191a1c;
}
.dropdown-menu a {
color: #ffffff;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
color: #ffffff;
background-color: hsla(0,0%,100%,.05);
}
.dropdown-menu .divider {
height: 0px;
border-bottom: none;
}
/* BUTTONS */
.btn-group > .dropdown-toggle {
box-shadow: none;
}
.config-header .btn{
background:#FFF;
color:#adb1b1;
text-shadow:unset;
}
#ConfigData > div > button.btn{
background: rgba(0, 0, 0, .25) !important;
color: #FFF !important;
font-weight:bold;
text-shadow:unset;
}
#ConfigData > div > button.btn:hover{
background: hsla(0,0%,100%,.08) !important;
color: #FFF !important;
font-weight:bold;
text-shadow:unset;
}
#ConfigData > div > div > table > tbody > tr > td>.btn{
background:#414141;
color:#adb1b1;
text-shadow:unset;
font-weight:bold;
}
#Config_Save:hover{
background-color:#51a351;
color:#FFF;
}
#Config_Save {
background:rgba(0, 0, 0, 0.25);
color:#FFF;
margin:auto;
}
#ConfigData > div> div > button.btn.btn-danger {
background:#ad292c;
text-shadow:unset;
}
#ConfigData > div> div > button.btn.btn-danger:hover {
background:#d33a3e;
text-shadow:unset;
}
#ConfigData > div:nth-child(3) > div > button,
#ConfigData > div:nth-child(4) > div > button,
#ConfigData > div:nth-child(5) > div > button {
text-shadow:unset;
background: rgba(0, 0, 0, 0.25);
color:white;
}
#ConfigData > div:nth-child(3) > div > button:hover,
#ConfigData > div:nth-child(4) > div > button:hover,
#ConfigData > div:nth-child(5) > div > button:hover {
text-shadow:unset;
background: hsla(0,0%,100%,.08);
color:white;
}
#ConfigData input.btn.btn-primary{
background:#cc7b19 !important;
text-shadow:unset;
color:white;
}
#ConfigData input.btn{
background: rgba(0, 0, 0, 0.25) !important;
text-shadow:unset;
color:#a8a8a8;
}
#Config_ViewButton{
background:rgba(0, 0, 0, 0.25);
color:#FFF;
}
#Config_ViewButton:hover{
background: hsla(0,0%,100%,.08);
color:#FFF;
}
.btn {
color: #ffffff;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.25);
background-image: none;
border-color: transparent;
border-bottom-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn:hover {
color: #FFF;
background-color: hsla(0,0%,100%,.08);
}
.config-header .btn {
background-color: rgba(0, 0, 0, 0.25);
}
.btn-group.open .btn.dropdown-toggle {
background-color: #FFF;
background-color: hsla(0,0%,100%,.08);
}
#ConfigData > div > div > table > tbody > tr > td>.btn{
background:rgba(0, 0, 0, 0.25);
color:#FFF;
text-shadow:unset;
font-weight:bold;
}
#ConfigData > div > div > table > tbody > tr > td>.btn:hover{
background: hsla(0,0%,100%,.08);
color:#FFF;
}
input, textarea, select, .uneditable-input {
background-color: #1b1a1a !important;
color: #FFFFFF !important;
border: none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
outline: thin dotted #333;
outline: none;
outline-offset: -2px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input:focus, textarea:focus {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.alert-info {
font-weight: bold;
border-radius: unset;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border:0px;
background-color:hsla(0,0%,100%,.05);
text-shadow:unset;
color:#FFF;
text-transform:capitalize;
}
.alert-inverse {
background-color: #414141;
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png), url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light-dark.png) !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
border-color: transparent;
opacity: 1;
}
/* SETTINGS */
label {
color: #FFF;
}
#ConfigNav {
border: 1px solid rgba(0, 0, 0, .25);
background-color: rgba(0, 0, 0, .25);
}
#ConfigNav.nav-list a {
color: #fff;
text-decoration: none;
}
.nav-list > li > a, .nav-list .nav-header {
text-shadow: none;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
color: #f9be03 !important;
background-color: transparent;
}
.nav > li > a:hover {
background-color: hsla(0,0%,100%,.08);
}
span.help-option-title {
color: #eee;
}
.help-block, .help-inline {
color: #eee;
}
.confirm-help-block {
color: #eee;
font-size: 13px;
line-height: 16px;
margin-bottom: 0;
}
.input-prepend .add-on, .input-append .add-on {
background-color: rgba(0, 0, 0, 0.25);
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png), url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light-dark.png) !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: transparent;
color: #FFFFFF !important;
border: none;
}
.config-settitle {
background-color: rgba(0, 0, 0, 0.25);
border-bottom: none;
}
a {
color: #f9be03;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
.label-warning, .badge-warning {
background-color: #cc7b19;
}
.caret {
border-top: 4px solid #ffffff;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,29 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* PLEX ORGANIZR THEME */
body {
background-color: #1f1f1f;
}
.background,.background-container {
opacity: 0;
transition: opacity .5s;
}
.MetadataPosterCardOverlay-isActionsMenuOpen-AvHIX .MetadataPosterCardOverlay-background-2EwyB,
.MetadataPosterCardOverlay-overlay-1uMpL:hover .MetadataPosterCardOverlay-background-2EwyB {
background: -webkit-radial-gradient(50% 50% farthest-corner,rgba(0, 0, 0, 0.5) 0,#000000 100%) !important;
background: radial-gradient(farthest-corner at 50% 50%,rgba(0, 0, 0, 0.5) 50%,#000000 100%) !important;
}
/* This was a tough one :D */

View File

@ -1,135 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: transparent;
color:hsla(0,0%,100%,.7)!important;
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif !important;
font-size: 1.4em !important;
}
/* scroller */
::-webkit-scrollbar-corner {
background-color: hsla(0,0%,100%,.08) !important;
}
::-webkit-scrollbar {
width: 10px !important;
height: 10px !important;
background: #1f1f1f !important;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 0.25) !important;
}
.navbar-inverse {
background-color: rgba(0, 0, 0, 0.6);
border-color: transparent;
}
.side-nav {
background-color: rgba(0, 0, 0, 0.15);
}
.navbar-inverse .navbar-nav > li > a {
color: hsla(0,0%,100%,.7);
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
background-color: hsla(0,0%,100%,.08);
}
.nav > li.selected > a {
background-color: transparent;
color: #f9be03 !important;
}
.breadcrumb > .active {
text-transform: uppercase;
text-transform: bold;
}
.panel, .panel-default > .panel-heading, .breadcrumb > .active {
background-color: transparent;
border: transparent;
color: inherit;
font-size: 15px;
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif !important;
line-height: 24px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.panel-heading {
font-weight: bold;
}
.plpp_thumbs_Title:hover, .plpp_slider_Title:hover, .plpp_thumbs_Episode_Title:hover,
.plpp_slider_Episode_Title:hover, .plpp_thumbs_Season_Title:hover, .plpp_slider_Season_Title:hover,
.plpp_thumbs_Show_Title:hover, .plpp_slider_Show_Title:hover, .plpp_thumbs_Artist:hover, .plpp_slider_Artist:hover,
.plpp_thumbs_Year:hover, .plpp_thumbs_Episode_No:hover, .plpp_slider_Year:hover, .plpp_slider_Episode_no:hover,
.plpp_thumbs_Track_no:hover, .plpp_slider_Track_no:hover, .plpp_thumbs_Episode_Count:hover, .plpp_slider_Episode_Count:hover,
.plpp_thumbs_Track_Count:hover, .plpp_slider_Track_Count:hover, .plpp_thumbs_Dimensions:hover, .plpp_slider_Dimensions:hover,
.plpp_thumbs_Duration:hover, .plpp_slider_Duration:hover {
text-decoration: underline;
}
.img-rounded {
border-radius: 0px;
}
.img-rounded:hover {
border-radius: 0px;
box-shadow: 0 0 0 2px #cc7b19;
background: radial-gradient(farthest-corner at 50% 50%,rgba(50,50,50,.5) 50%,#323232 100%);
opacity: .4;
transition: linear .2s;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
width: 100%;
}
div.modal-content > div.modal-body > div.plpp_details_container > div.plpp_details_Thumbnail, div.plpp_details_Poster > .img-rounded {
box-shadow: none;
opacity: 1;
}
div.plpp_slider {
margin: 2px 15px 10px 2px;
}
table {
background-color: rgba(0, 0, 0, 0.25);
}
table, .table {
color: hsla(0,0%,100%,.7);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border-top: 1px solid rgba(255,255,255,.15);
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid rgba(255,255,255,.15);
}
.pagination > li > a, .pagination > li > span {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.25);
border: transparent;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
color: #BDBDBD;
background-color: rgba(0, 0, 0, 0.25);
border: transparent;
cursor: not-allowed;
}

View File

@ -1,125 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background-color: #1f1f1f;
color:hsla(0,0%,100%,.7)!important;
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif !important;
font-size: 1.4em !important;
}
/* scroller */
::-webkit-scrollbar-corner {
background-color: hsla(0,0%,100%,.08) !important;
}
::-webkit-scrollbar {
width: 10px !important;
height: 10px !important;
background: rgba(0, 0, 0, .25) !important;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
background-color: hsla(0,0%,100%,.08) !important;
}
.navbar-inverse {
background-color: rgba(0, 0, 0, 0.6);
border-color: transparent;
}
.side-nav {
background-color: rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-nav > li > a {
color: hsla(0,0%,100%,.7);
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
background-color: hsla(0,0%,100%,.08);
}
.nav > li.selected > a {
background-color: transparent;
color: #f9be03 !important;
}
.breadcrumb > .active {
text-transform: uppercase;
text-transform: bold;
}
.panel, .panel-default > .panel-heading, .breadcrumb > .active {
background-color: transparent;
border: transparent;
color: inherit;
font-size: 15px;
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif !important;
line-height: 24px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.panel-heading {
font-weight: bold;
}
.plpp_thumbs_Title:hover, .plpp_slider_Title:hover, .plpp_thumbs_Episode_Title:hover,
.plpp_slider_Episode_Title:hover, .plpp_thumbs_Season_Title:hover, .plpp_slider_Season_Title:hover,
.plpp_thumbs_Show_Title:hover, .plpp_slider_Show_Title:hover, .plpp_thumbs_Artist:hover, .plpp_slider_Artist:hover,
.plpp_thumbs_Year:hover, .plpp_thumbs_Episode_No:hover, .plpp_slider_Year:hover, .plpp_slider_Episode_no:hover,
.plpp_thumbs_Track_no:hover, .plpp_slider_Track_no:hover, .plpp_thumbs_Episode_Count:hover, .plpp_slider_Episode_Count:hover,
.plpp_thumbs_Track_Count:hover, .plpp_slider_Track_Count:hover, .plpp_thumbs_Dimensions:hover, .plpp_slider_Dimensions:hover,
.plpp_thumbs_Duration:hover, .plpp_slider_Duration:hover {
text-decoration: underline;
}
.img-rounded {
border-radius: 0px;
}
.img-rounded:hover {
border-radius: 0px;
box-shadow: 0 0 0 2px #cc7b19;
background: radial-gradient(farthest-corner at 50% 50%,rgba(50,50,50,.5) 50%,#323232 100%);
opacity: .4;
transition: linear .2s;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
width: 100%;
}
div.modal-content > div.modal-body > div.plpp_details_container > div.plpp_details_Thumbnail, div.plpp_details_Poster > .img-rounded {
box-shadow: none;
opacity: 1;
}
div.plpp_slider {
margin: 2px 15px 10px 2px;
}
table {
background-color: rgba(0, 0, 0, 0.25);
}
table, .table {
color: hsla(0,0%,100%,.7);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border-top: 1px solid rgba(255,255,255,.15);
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid rgba(255,255,255,.15);
}
.pagination > li > a, .pagination > li > span {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.25);
border: transparent;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
color: #BDBDBD;
background-color: rgba(0, 0, 0, 0.25);
border: transparent;
cursor: not-allowed;
}

View File

@ -1,420 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* SABNZBD DARK THEME */
body {
background-color: #1f1f1f;
color: white;
}
/* scroller */
::-webkit-scrollbar-corner {
background-color: hsla(0,0%,100%,.08) !important;
}
::-webkit-scrollbar {
width: 10px!important;
height: 10px!important;
background: rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px!important;
border-radius: 2px !important;
background-color: hsla(0,0%,100%,.08) !important;
}
/* navbar */
.navbar-inverse {
background-color: #1b1a1a;
border-color: #1b1a1a !important;
}
.navbar-btn {
background-color: #2d2c2c !important;
}
.main-content {
background-color: #2d2c2c;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.dropdown-menu {
background-color: #2d2c2c;
}
.dropdown-menu>li>a {
color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
color: #ffffff;
background-color: rgba(0, 0, 0, .25);
}
.menu-options .form-control {
background-color: #2d2c2c;
}
.form-control:focus {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
.caret {
border-top-color: white !important;
}
.btn-default {
color: #fff;
background-color: #3c763d;
border-color: #2d2c2c;
}
.btn-default:focus, .btn-default.focus {
color: #fff;
background-color: #42a543;
border-color: #2d2c2c;
}
.btn-default:hover {
color: #fff;
background-color: #42a543;
border-color: #2d2c2c;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
color: #fff;
background-color: #42a543;
border-color: #2d2c2c;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
color: #fff;
background-color: #42a543;
border-color: #2d2c2c;
}
/* History */
.caret {
border-top-color: white !important;
}
a, a:active, a:hover, a:focus {
color: white;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #1f1f1f;
}
tbody.no-downloads tr td {
border-bottom: 1px solid #1f1f1f !important;
}
tbody>tr>td:last-child {
border-right: 1px solid transparent !important;
}
tr td {
border-top: 1px solid transparent!important;
}
tbody>tr>td:first-child {
border-left: 1px solid transparent!important;
}
table {
background-color: #2d2c2c !important
}
table:hover {
background-color: #2d2c2c !important;
color: white !important;
}
.table-hover>tbody>tr:hover {
background-color: rgba(0, 0, 0, .25) !important;
color:white !important;
}
tbody>tr:last-child td {
border-bottom: 1px solid transparent !important;
}
.history-table:hover tr td.status:hover, .history-table:hover, tr td.history-completedon:hover, .history-table:hover, tr td.row-extra-text:hover {
color: white !important;
}
.multioperations-selector {
border: 1px solid #2d2c2c !important;
background-color: #2d2c2c !important;
}
#history-options .hover-button {
color: white;
}
.pagination>li>a, .pagination>li>span, .pagination>li>span:hover {
color: white;
}
.pagination>li>a, .pagination>li>span {
background-color: #1b1a1a;
border: 1px solid #1b1a1a;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
background-color: rgba(255, 255, 255, 0.25);
border-color: transparent;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
color: white;
background-color: rgba(0, 0, 0, .25);
border-color: transparent;
}
.search-box input {
border: transparent;
}
.form-control {
color: white;
background-color: #1b1a1a;
}
/*Settings*/
.navbar-default {
background-color: #1b1a1a;
}
.navbar-default .navbar-nav>li>a {
color: #dddddd !important;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-logo:hover {
background-color: #1f1f1f !important;
}
.navbar-default .navbar-nav>li>a:hover {
color: white !important;
}
.navbar-default .navbar-nav>li>a.active {
background-color: #1f1f1f!important;
color: white !important;
}
#content {
color: #fff;
}
.colmask {
border: 1px solid #2d2c2c;
background-color: #2d2c2c;
}
table {
border-color: transparent!important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
border-top: transparent;
}
.section, #addFeed, #addFeedContent {
border-bottom: 1px solid transparent;
}
.alt, .infoTableSeperator.alt {
background-color: #2d2c2c;
}
/*General Settings*/
.Key tr:nth-child(odd), .tab-pane tr:nth-child(odd), .even {
background-color: #2d2c2c;
}
.path {
color: #fff;
}
.col2 h3 {
background: none repeat scroll 0 0 #2d2c2c;
}
.btn-default.sabnzbd_restart {
color: #fff;
background-color: #a94442;
border-color: transparent;
}
.btn-default.sabnzbd_restart:hover {
color: #fff;
background-color: #d93935;
border-color: transparent;
}
.btn-default.saveButton {
color: #fff;
background-color: #3c763d;
border-color: transparent;
}
.btn-default.saveButton:hover {
color: #fff;
background-color: #42a543;
border-color: transparent;
}
.form-control.advanced-button.config-hover {
color: #fff;
background-color: #2d2c2c;
border-color: transparent;
}
.col2 p, .col2-cats {
color: #fff;
}
/*Input*/
input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="password"], textarea, select {
border: 1px solid #1f1f1f;
background-color: #1f1f1f;
}
textarea:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
background-color: hsla(0,0%,100%,.08);
border: 1px solid transparent;
}
/*Servers*/
.Servers .ct-label {
color: white;
}
.Servers .ct-series-a .ct-point {
stroke: #337ab7;
stroke-width: 4px;
}
.Servers .ct-series-a .ct-line {
stroke: #ffffff;
}
.Servers .ct-series-a .ct-area {
fill: #ffffff;
}
/*Categories*/
.Categories form:first-of-type tr:last-of-type {
background-color: #2d2c2c;
}
.catTable {
background-color: #2d2c2c !important;
}
.Categories form.sorting-row:nth-child(2n-1) tr {
background-color: #2d2c2c;
}
input[disabled], select[disabled] {
background-color: #1f1f1f;
}
.btn-default.delCat {
color: #fff;
background-color: #a94442;
border-color: #2d2c2c;
}
.btn-default.delCat:hover {
color: #fff;
background-color: #d93935;
border-color: transparent;
}
.btn-default.fileBrowser {
color: #fff;
background-color: #337ab7;
border-color: #2d2c2c;
}
.btn-default.fileBrowser:hover {
color: #fff;
background-color: #458fce;
border-color: #2d2c2c;
}
/*Switches*/
.btn-default.restoreDefaults {
color: #fff;
background-color: #a94442;
border-color: #2d2c2c;
}
.btn-default.restoreDefaults:hover {
color: #fff;
background-color: #d93935;
border-color: transparent;
}
/*Sorting*/
.btn-default.clearBtn {
color: #fff !important;
background-color: #a94442;
border-color: none;
}
.btn-default.clearBtn:hover {
color: #fff !important;
background-color: #d93935;
border-color: none;
}
.btn-default.patternKey {
color: #fff !important;
background-color: #337ab7;
border-color: #2d2c2c;
}
.btn-default.patternKey:hover {
color: #fff !important;
background-color: #458fce;
border-color: #2d2c2c;
}
input[type="button"], input[type="submit"] {
color: #fff;
background: #1f1f1f;
border: 1px solid #ccc0;
}
input[type="button"]:hover, input[type="submit"]:hover {
color: #000 !important;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
color: #fff !important;
background-color: #1f1f1f !important;
border-color: #2d2c2c;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
color: #fff;
background-color: #1f1f1f !important;
border-color: #2d2c2c;
}
.example {
background-color: rgba(255,255,255,0.15);
}
/*Add nzb modal*/
.modal-body {
background-color: #282828;
}
.modal-header {
background-color: #323232;
}
.modal-body>.nav-tabs>li>a {
color: white !important;
opacity: 1 !important;
}
.modal-body>.nav-tabs>li.active>a, .modal-body>.nav-tabs>li.active>a:hover, .modal-body>.nav-tabs>li.active>a:focus {
color: #555;
background-color: hsla(0,0%,100%,.08);
border: transparent;
border-bottom-color: transparent;
cursor: default;
}
.modal-body>.nav-tabs>li>a:hover {
border-color: transparent !important;
}
.modal-body>.nav>li>a:hover, .modal-body>.nav>li>a:focus {
background-color: hsla(0,0%,100%,.08) !important;
}
.modal-body>.tab-content>.active {
background-color: #282828 !important
}
#modal-options .tab-content h4 {
color: white;
}
#modal-options .options-switch label, #modal-options #options-orphans .process-all-orphaned {
color: white;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #fff;
border: 0;
border-bottom: none;
}
.form-control {
border: transparent;
}
.fade.in {
background: rgba(0, 0, 0, 0.6);
}
.btn-default.btn-file {
color: #fff;
background-color: #337ab7;
border-color: #2d2c2c;
}
.btn-default.btn-file:hover {
color: #fff;
background-color: #458fce;
border-color: #2d2c2c;
}

View File

@ -1,482 +0,0 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* SABNZBD PLEX THEME */
body {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: transparent;
color:hsla(0,0%,100%,.7)!important;
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif !important;
font-size: 1.4em !important;
color: white;
}
/* scroller */
::-webkit-scrollbar-corner {
background-color: hsla(0,0%,100%,.08) !important;
}
::-webkit-scrollbar {
width: 10px!important;
height: 10px!important;
background: rgba(0, 0, 0, .25)!important;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px!important;
border-radius: 2px !important;
background-color: hsla(0,0%,100%,.08) !important;
}
/* navbar */
.navbar-inverse {
background-color: rgba(0, 0, 0, .25);
border-color: transparent !important;
}
.navbar-btn {
background-color: rgb(204, 123, 25) !important;
border-color: transparent !important;
}
.main-content {
background-color: rgba(0, 0, 0, 0.15);
border: none;
}
.dropdown-menu {
background-color: rgb(25, 26, 28);
}
.dropdown-menu>li>a {
color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.08);
}
.menu-options .form-control {
background-color: rgb(25, 26, 28);
}
.form-control:focus {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
.caret {
border-top-color: white !important;
}
.btn-default {
color: #fff;
background-color: rgb(204, 123, 25);
border-color: rgb(204, 123, 25);
}
.btn-default:focus, .btn-default.focus {
color: #fff;
background-color: #42a543;
border-color: #2d2c2c;
}
.btn-default:hover {
color: #fff;
background-color: rgb(229, 144, 41);
border-color: rgb(229, 144, 41);
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
color: #fff;
background-color: #42a543;
border-color: #2d2c2c;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
color: #fff;
background-color: rgb(25, 26, 28);
border-color: rgb(25, 26, 28);
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
z-index: 0;
}
.ui-slider-horizontal, .ui-slider-range-min {
background-color: rgb(249, 190, 3) !important;
}
/* History */
.caret {
border-top-color: white !important;
}
a, a:active, a:hover, a:focus {
color: white;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.25);
}
tbody.no-downloads tr td {
border-bottom: 1px solid #1f1f1f !important;
}
tbody>tr>td:last-child {
border-right: 1px solid transparent !important;
}
tr td {
border-top: 1px solid transparent!important;
}
tbody>tr>td:first-child {
border-left: 1px solid transparent!important;
}
table {
background-color: rgba(0, 0, 0, 0.25) !important
}
table:hover {
background-color: rgba(0, 0, 0, 0.25) !important;
}
.table-hover>tbody>tr:hover {
background-color: rgba(0, 0, 0, 0.1) !important
}
tbody>tr:last-child td {
border-bottom: 1px solid transparent !important;
}
.history-table, tr td.status, .history-table, tr td.history-completedon, .history-table, tr td.row-extra-text, .history-table tr td.status, .history-table tr td.history-completedon, .history-table tr td.row-extra-text {
color: #fff;
}
.multioperations-selector {
border: 1px solid rgba(0, 0, 0, 0.25) !important;
background-color: rgba(0, 0, 0, 0.25) !important;
}
#history-options .hover-button {
color: white;
}
.pagination>li>a, .pagination>li>span, .pagination>li>span:hover {
color: white;
}
.pagination>li>a, .pagination>li>span {
background-color: rgba(0, 0, 0, 0.25) !important;
border: none !important;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
background-color: rgba(255, 255, 255, 0.25);
border-color: transparent;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
color: white;
background-color: rgba(0, 0, 0, .25);
border-color: transparent;
}
.search-box input {
border: transparent;
}
.form-control {
color: white;
background-color: #1b1a1a;
}
/*Settings*/
.navbar-default {
background-color: #161a1e;
border: none;
}
.navbar-default .navbar-nav>li>a {
color: #dddddd !important;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-logo:hover {
background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a:hover {
background-color: hsla(0,0%,100%,.08) !important;
color: white !important;
}
.navbar-default .navbar-nav>li>a.active {
background-color: hsla(0,0%,0%,.15) !important;
color: rgb(249, 190, 3) !important;
}
#content {
color: #fff;
}
.colmask {
border: none;
background-color: rgba(0, 0, 0, .25);
}
table {
border-color: transparent!important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
border-top: transparent;
}
.section, #addFeed, #addFeedContent {
border-bottom: 1px solid transparent;
}
.alt, .infoTableSeperator.alt {
background-color: rgba(0, 0, 0, .25);
}
.info-container {
color: #fff;
}
.col2 table {
background-color: transparent !important;
}
.col2 table:hover {
background-color: transparent !important;
}
/*General Settings*/
.Key tr:nth-child(odd), .tab-pane tr:nth-child(odd), .even {
background-color: transparent;
}
.path {
color: #fff;
}
.col2 h3 {
background: transparent;
}
.btn-default.sabnzbd_restart {
color: #fff;
background-color: #a94442;
border-color: transparent;
}
.btn-default.sabnzbd_restart:hover {
color: #fff;
background-color: #d93935;
border-color: transparent;
}
.btn-default.saveButton {
color: #fff;
background-color: #3c763d;
border-color: transparent;
}
.btn-default.saveButton:hover {
color: #fff;
background-color: #42a543;
border-color: transparent;
}
.form-control.advanced-button.config-hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.25);
border-color: rgba(255, 255, 255, 0.25);
border-radius: 3px !important;
}
.form-control.advanced-button.config-hover:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.3);
border-color: rgba(255, 255, 255, 0.3);
border-radius: 3px !important;
}
.col2 p, .col2-cats {
color: #fff;
}
/*Input*/
input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="password"], textarea, select {
border: none;
background-color: rgba(255, 255, 255, 0.25);
border-radius: 3px !important;
color: #fff !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
border: none;
background-color: rgb(25, 26, 28);
border-radius: 3px !important;
}
textarea:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
background-color: rgba(255, 255, 255, 0.25);
border: none;
}
/*Servers*/
.Servers .ct-label {
color: white;
}
.Servers .ct-series-a .ct-point {
stroke: #337ab7;
stroke-width: 4px;
}
.Servers .ct-series-a .ct-line {
stroke: #ffffff;
}
.Servers .ct-series-a .ct-area {
fill: #ffffff;
}
/*Categories*/
.Categories form:first-of-type tr:last-of-type {
background-color: transparent;
}
.catTable {
background-color: transparent !important;
}
.catTable:hover {
background-color: transparent !important;
}
.Categories form.sorting-row:nth-child(2n-1) tr {
background-color: transparent;
}
input[disabled], select[disabled] {
background-color: #1f1f1f;
}
.btn-default.delCat {
color: #fff;
background-color: #a94442;
border-color: #2d2c2c;
}
.btn-default.delCat:hover {
color: #fff;
background-color: #d93935;
border-color: transparent;
}
.btn-default.fileBrowser {
color: #fff;
background-color: #337ab7;
border-color: #2d2c2c;
}
.btn-default.fileBrowser:hover {
color: #fff;
background-color: #458fce;
border-color: #2d2c2c;
}
/*Folder modal*/
.list-group-item {
background-color: rgba(0, 0, 0, 0.25);
border: none;
}
/*Switches*/
.btn-default.restoreDefaults {
color: #fff;
background-color: #a94442;
border-color: #2d2c2c;
}
.btn-default.restoreDefaults:hover {
color: #fff;
background-color: #d93935;
border-color: transparent;
}
/*Sorting*/
.btn-default.clearBtn {
color: #fff !important;
background-color: #a94442;
border-color: transparent;
}
.btn-default.clearBtn:hover {
color: #fff !important;
background-color: #d93935;
border-color: none;
}
.btn-default.patternKey {
color: #fff !important;
background-color: #337ab7;
border-color: transparent;
}
.btn-default.patternKey:hover {
color: #fff !important;
background-color: #458fce;
border-color: #2d2c2c;
}
input[type="button"], input[type="submit"] {
background: rgba(255, 255, 255, 0.25);
border: none;
color: white !important;
border-radius: 3px !important;
}
input[type="button"]:hover, input[type="submit"]:hover {
color: #fff !important;
background-color: rgba(255, 255, 255, 0.3);
border-color: rgba(255, 255, 255, 0.3);
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
color: #fff !important;
background-color: rgb(229, 144, 41) !important;
border-color: rgb(229, 144, 41);
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
color: #fff;
background-color: #1f1f1f !important;
border-color: #2d2c2c;
}
.example {
background-color: rgba(255,255,255,0.15);
}
/*Add nzb modal*/
.modal-body {
background-color: #282828;
}
.modal-header {
background-color: #323232;
}
.modal-body>.nav-tabs>li>a {
color: white !important;
opacity: 1 !important;
}
.modal-body>.nav-tabs>li.active>a, .modal-body>.nav-tabs>li.active>a:hover, .modal-body>.nav-tabs>li.active>a:focus {
color: #555;
background-color: hsla(0,0%,100%,.08);
border: transparent;
border-bottom-color: transparent;
cursor: default;
}
.modal-body>.nav-tabs>li>a:hover {
border-color: transparent !important;
}
.modal-body>.nav>li>a:hover, .modal-body>.nav>li>a:focus {
background-color: hsla(0,0%,100%,.08) !important;
}
.modal-body>.tab-content>.active {
background-color: #282828 !important
}
#modal-options .tab-content h4 {
color: white;
}
#modal-options .options-switch label, #modal-options #options-orphans .process-all-orphaned {
color: white;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #fff;
border: 0;
border-bottom: none;
}
.form-control {
border: transparent;
}
.fade.in {
background: rgba(0, 0, 0, 0.6);
}
.btn-default.btn-file {
color: #fff;
background-color: #337ab7;
border-color: #2d2c2c;
}
.btn-default.btn-file:hover {
color: #fff;
background-color: #458fce;
border-color: #2d2c2c;
}
/*modal*/
.modal-content {
background-color: #282828;
}
/* Scheduling */
.time {
color: #fff;
}