Browse Source

pihole dracula

pull/242/head
Marius 3 years ago
parent
commit
7166c97828
  1. 11
      CSS/themes/pihole/aquamarine.css
  2. 11
      CSS/themes/pihole/dark.css
  3. 15
      CSS/themes/pihole/dracula.css
  4. 11
      CSS/themes/pihole/hotline.css
  5. 10
      CSS/themes/pihole/organizr-dark.css
  6. 221
      CSS/themes/pihole/pihole-base.css
  7. 11
      CSS/themes/pihole/plex.css
  8. 11
      CSS/themes/pihole/space-gray.css

11
CSS/themes/pihole/aquamarine.css

@ -12,13 +12,4 @@
/* PI-HOLE AQUAMARINE THEME */ /* PI-HOLE AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); @import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
:root { @import url(https://theme-park.dev/CSS/variables/aquamarine.css);
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--button-color: #009688;
--button-color-hover: #12afa0;
--accent-color: #009688;
--accent-color-hover: #12afa0;
--link-color: #12afa0;
}

11
CSS/themes/pihole/dark.css

@ -12,13 +12,4 @@
/* PI-HOLE DARK THEME */ /* PI-HOLE DARK THEME */
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); @import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
:root { @import url(https://theme-park.dev/CSS/variables/dark.css);
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--accent-color: rgba(255, 255, 255, 0.5);
--accent-color-hover: rgba(255, 255, 255, 0.45);
--queue-color: rgba(255, 255, 255, 0.45);;
}

15
CSS/themes/pihole/dracula.css

@ -0,0 +1,15 @@
/* 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 */
/* PI-HOLE DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);

11
CSS/themes/pihole/hotline.css

@ -12,13 +12,4 @@
/* PI-HOLE HOTLINE THEME */ /* PI-HOLE HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); @import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
:root { @import url(https://theme-park.dev/CSS/variables/hotline.css);
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--accent-color: #F44336;
--accent-color-hover: #0b3161;
--link-color: #fd534a;
}

10
CSS/themes/pihole/organizr-dark.css

@ -12,12 +12,4 @@
/* PI-HOLE ORGANIZR-DARK THEME */ /* PI-HOLE ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); @import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
:root { @import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
--button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8);
--accent-color: #2cabe3;
--accent-color-hover: white;
}

221
CSS/themes/pihole/pihole-base.css

@ -10,6 +10,8 @@
/* Made by @gilbN */ /* Made by @gilbN */
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
@import url(https://theme-park.dev/CSS/defaults/placeholders.css);
body { body {
background: var(--main-bg-color) !important; background: var(--main-bg-color) !important;
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;
@ -19,23 +21,60 @@
-webkit-background-size: auto, cover; -webkit-background-size: auto, cover;
-moz-background-size: auto, cover; -moz-background-size: auto, cover;
-o-background-size: auto, cover; -o-background-size: auto, cover;
color: #eee !important; color: var(--text) !important;
} }
a { a {
color: var(--link-color); color: var(--link-color);
} }
* {
outline: none !important;
}
a:hover, a:hover,
a:active, a:active,
a:focus, a:focus {
color: var(--link-color-hover);
}
.treeview-menu>li.active>a, .treeview-menu>li.active>a,
.treeview-menu>li>a:hover { .treeview-menu>li>a:hover {
color: var(--accent-color) !important; color: var(--text-hover);
background: rgba(255, 255, 255, 0.1);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3:not(.statistic),
h4,
h5,
h6 {
color: var(--text-hover);
}
h3.box-title {
color: var(--text-hover);
}
.box,
.box-footer,
.info-box,
.box-comment,
.comment-text,
.comment-text .username {
color: var(--text);
} }
h4 { kbd {
color: var(--accent-color); color: var(--label-text-color);
background-color: rgb(var(--accent-color));
} }
/* Donate dropdown */ /* Donate dropdown */
@ -71,7 +110,7 @@
} }
.navbar-nav>.user-menu>.dropdown-menu>.user-body a { .navbar-nav>.user-menu>.dropdown-menu>.user-body a {
color: white !important; color: var(--text-hover) !important;
} }
.navbar-nav>.user-menu>.dropdown-menu>.user-footer { .navbar-nav>.user-menu>.dropdown-menu>.user-footer {
@ -88,26 +127,32 @@
.skin-blue .main-header .logo:hover, .skin-blue .main-header .logo:hover,
.skin-blue .main-header .navbar .sidebar-toggle:hover, .skin-blue .main-header .navbar .sidebar-toggle:hover,
.sidebar-menu>li:hover>a, .sidebar-menu>li:hover>a {
background-color: rgba(255, 255, 255, .05);
color: var(--text-hover) !important;
}
.sidebar-menu>li.active>a { .sidebar-menu>li.active>a {
background-color: rgba(255, 255, 255, .05); background-color: rgba(255, 255, 255, .05);
color: white !important; color: rgb(var(--accent-color)) !important;
} }
/* Footer */ /* Footer */
.main-footer { .main-footer {
background: rgba(0, 0, 0, .25); background: rgba(0, 0, 0, .25);
color: #eee; color: var(--text);
border-top: 1px solid rgb(255 255 255 / 20%); border-top: 1px solid rgb(255 255 255 / 20%);
} }
/* Side bar */ /* Side bar */
.skin-blue .sidebar a { .skin-blue .sidebar a,
color: #eee; .sidebar a {
color: var(--text);
} }
.skin-blue .sidebar a:hover { .skin-blue .sidebar a:hover,
color: white !important; .sidebar a:hover {
color: var(--text-hover) !important;
} }
.skin-blue .wrapper, .skin-blue .wrapper,
@ -121,12 +166,12 @@
.skin-blue .sidebar-menu>li.header, .skin-blue .sidebar-menu>li.header,
.sidebar-menu>li.header { .sidebar-menu>li.header {
color: white; color: rgb(var(--accent-color));
background: rgba(0, 0, 0, .2); background: rgba(0, 0, 0, .2);
} }
.treeview-menu>li>a { .treeview-menu>li>a {
color: #eee !important; color: var(--text) !important;
} }
.sidebar-menu>li>.treeview-menu { .sidebar-menu>li>.treeview-menu {
@ -138,9 +183,9 @@
.skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.active>a,
.sidebar-menu>li:hover>a, .sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a { .sidebar-menu>li.active>a {
color: #fff; color: var(--text-hover);
background: rgba(0, 0, 0, .1); background: rgba(0, 0, 0, .1);
border-left-color: var(--accent-color); border-left-color: rgb(var(--accent-color));
} }
.skin-blue .sidebar-menu>li>.treeview-menu { .skin-blue .sidebar-menu>li>.treeview-menu {
@ -148,7 +193,7 @@
} }
.skin-blue .treeview-menu>li>a { .skin-blue .treeview-menu>li>a {
color: #eee; color: var(--text);
} }
/* Collapsed menu hover*/ /* Collapsed menu hover*/
@ -156,7 +201,7 @@
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu { .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
background: var(--main-bg-color); background: var(--drop-down-menu-bg);
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed; background-attachment: fixed, fixed;
background-position: center center, center center; background-position: center center, center center;
@ -164,7 +209,7 @@
-webkit-background-size: auto, cover; -webkit-background-size: auto, cover;
-moz-background-size: auto, cover; -moz-background-size: auto, cover;
-o-background-size: auto, cover; -o-background-size: auto, cover;
color: #eee; color: var(--text);
} }
} }
@ -183,7 +228,7 @@
} }
.page-header>small { .page-header>small {
color: #ddd; color: var(--text-muted);
} }
.main-footer .nav-tabs, .main-footer .nav-tabs,
@ -194,8 +239,8 @@
.nav-tabs-custom>.nav-tabs>li:hover { .nav-tabs-custom>.nav-tabs>li:hover {
background-color: rgba(255, 255, 255, .05); background-color: rgba(255, 255, 255, .05);
color: #eee; color: var(--text-hover);
border-top-color: var(--accent-color); border-top-color: rgb(var(--accent-color));
} }
.nav-tabs-custom>.nav-tabs>li:hover>a { .nav-tabs-custom>.nav-tabs>li:hover>a {
@ -205,64 +250,46 @@
/* Dashboard */ /* Dashboard */
/*Total Queries box */ /*Total Queries box */
.box-header { .box-header {
color: white; color: var(--text-hover);
} }
.box { .box {
background: rgba(0, 0, 0, .24); background: rgba(0, 0, 0, .24);
border-top: 3px solid #0000;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
} }
.box-solid>.box-header, .box-solid>.box-header,
.box>.box-header { .box>.box-header {
color: #eee; color: var(--text);
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);
} }
.box.box-warning {
border-top-color: var(--accent-color);
}
/*
.chart svg, .chart canvas, .chartjs-render-monitor, .chart-legend {
-webkit-filter: invert(100%);
filter: invert(100%);
}
#chartjs-tooltip {
filter: invert(100%);
}
.chart-legend ul {
-webkit-filter: invert(100%);
filter: invert(100%);
}
*/
/* Total queries box*/ /* Total queries box*/
.small-box.bg-green { .small-box.bg-green {
background-color: rgba(0, 166, 90, .45) !important; background-color: rgba(0, 166, 90, .45) !important;
border-top: 3px solid var(--accent-color);
} }
/* Queries blocked box*/ /* Queries blocked box*/
.small-box.bg-aqua { .small-box.bg-aqua {
background-color: rgba(0, 192, 239, .45) !important; background-color: rgba(0, 192, 239, .45) !important;
border-top: 3px solid var(--accent-color);
} }
/* Percent blocked box */ /* Percent blocked box */
.small-box.bg-yellow { .small-box.bg-yellow {
background-color: rgba(243, 156, 18, .45) !important; background-color: rgba(243, 156, 18, .45) !important;
border-top: 3px solid var(--accent-color);
} }
/*Blocklist box*/ /*Blocklist box*/
.small-box.bg-red { .small-box.bg-red {
background-color: rgba(221, 75, 57, .45) !important; background-color: rgba(221, 75, 57, .45) !important;
border-top: 3px solid var(--accent-color); }
thead {
color: var(--text-hover);
} }
.table-bordered { .table-bordered {
border: 1px solid #f4f4f41a !important;
background: rgba(0, 0, 0, .1); background: rgba(0, 0, 0, .1);
} }
@ -284,17 +311,7 @@
color: #eee !important; color: #eee !important;
} }
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover,
.dataTables_paginate .pagination li>a {
color: rgba(238, 238, 238, .5);
background-color: rgba(255, 255, 255, .1);
border-color: #ddd0;
}
.pagination>.active>a, .pagination>.active>a,
.pagination>.active>a:focus, .pagination>.active>a:focus,
@ -303,7 +320,7 @@
.pagination>.active>span:focus, .pagination>.active>span:focus,
.pagination>.active>span:hover, .pagination>.active>span:hover,
.paginate_button .active #all-queries_wrapper .pagination>li>a { .paginate_button .active #all-queries_wrapper .pagination>li>a {
color: #fff; color: var(--button-text);
background-color: var(--button-color); background-color: var(--button-color);
border-color: var(--button-color); border-color: var(--button-color);
} }
@ -314,24 +331,24 @@
.pagination>.active>span, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:focus,
.pagination>.active>span:hover { .pagination>.active>span:hover {
color: #fff !important; color: var(--button-text-hover) !important;
background-color: var(--button-color-hover); background-color: var(--button-color-hover) !important;
border-color: var(--button-color-hover); border-color: var(--button-color-hover) !important;
} }
.pagination>li>a { .pagination>li>a {
background: rgba(0, 0, 0, 0.25); color: var(--button-text) !important;
color: #eee; background-color: var(--button-color) !important;
border: 1px solid rgba(255, 255, 255, 0.07); border-color: var(--button-color) !important;
} }
.pagination>li>a:focus, .pagination>li>a:focus,
.pagination>li>a:hover, .pagination>li>a:hover,
.pagination>li>span:focus, .pagination>li>span:focus,
.pagination>li>span:hover { .pagination>li>span:hover {
color: rgb(255, 255, 255) !important; color: var(--button-text-hover) !important;
background-color: rgba(255, 255, 255, .25); background-color: var(--button-color-hover) !important;
border-color: rgba(255, 255, 255, 0.07); border-color: var(--button-color-hover) !important;
} }
/* Login */ /* Login */
@ -341,7 +358,7 @@
} }
.panel-default>.panel-heading { .panel-default>.panel-heading {
color: #eee; color: var(--text-hover);
background-color: inherit; background-color: inherit;
border-color: transparent; border-color: transparent;
} }
@ -352,7 +369,7 @@
background-color: rgb(0 0 0 / 25%); background-color: rgb(0 0 0 / 25%);
border-radius: 0px; border-radius: 0px;
border: 1px solid transparent; border: 1px solid transparent;
color: #bec5cb; color: var(--text);
} }
/* Blacklist */ /* Blacklist */
@ -365,7 +382,7 @@
} }
.nav-tabs-custom>.nav-tabs>li.active { .nav-tabs-custom>.nav-tabs>li.active {
border-top-color: var(--accent-color); border-top-color: rgb(var(--accent-color));
} }
.nav-tabs-custom>.nav-tabs>li.active>a { .nav-tabs-custom>.nav-tabs>li.active>a {
@ -377,19 +394,19 @@
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a { .nav-tabs-custom>.nav-tabs>li.active:hover>a {
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.25);
color: #eee !important; color: rgb(var(--accent-color)) !important;
} }
.nav-tabs-custom>.nav-tabs>li>a { .nav-tabs-custom>.nav-tabs>li>a {
color: #eee !important; color: var(--text) !important;
border-radius: 0; border-radius: 0;
} }
.input-group .input-group-addon { .input-group .input-group-addon {
border-radius: 0; border-radius: 0;
border-color: #d2d6de00; border-color: #d2d6de00;
background-color: var(--accent-color); background-color: rgb(var(--accent-color));
color: #eee; color: var(--text);
} }
/* Network */ /* Network */
@ -403,7 +420,7 @@
#network-entries_wrapper.text-center { #network-entries_wrapper.text-center {
text-align: center; text-align: center;
color: #eee !important; color: var(--text) !important;
} }
/* Buttons */ /* Buttons */
@ -411,32 +428,37 @@
.btn-default { .btn-default {
background-color: var(--button-color) !important; background-color: var(--button-color) !important;
border: 1px solid var(--button-color) !important; border: 1px solid var(--button-color) !important;
color: white !important; color: var(--button-text) !important;
} }
.btn-primary:hover, .btn-primary:hover,
.btn-primary:active, .btn-primary:active,
.btn-primary.hover { .btn-primary.hover {
background-color: var(--button-color-hover) !important; background-color: var(--button-color-hover) !important;
border: 1px solid var(--button-color-hover) !important;
color: var(--button-text-hover) !important;
} }
.btn-default:hover, .btn-default:hover,
.btn-default:active, .btn-default:active,
.btn-default.hover { .btn-default.hover {
background-color: var(--button-color-hover) !important; background-color: var(--button-color-hover) !important;
border: 1px solid var(--button-color-hover) !important;
color: var(--button-text-hover) !important;
} }
.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover { .box.box-solid>.box-header a:hover {
background: var(--button-color-hover) !important; background-color: var(--button-color-hover) !important;
border: 1px solid transparent !important border: 1px solid var(--button-color-hover) !important;
color: var(--button-text-hover) !important;
} }
.box.box-solid.box-info>.box-header, .box.box-solid.box-info>.box-header,
.box.box-solid.box-info { .box.box-solid.box-info {
color: #fff; background-color: var(--button-color) !important;
background: var(--button-color) !important;
border: 1px solid var(--button-color) !important; border: 1px solid var(--button-color) !important;
color: var(--button-text) !important;
} }
.btn-danger { .btn-danger {
@ -461,6 +483,10 @@
border-color: #d58512 !important; border-color: #d58512 !important;
} }
.box.box-warning {
border-top-color: rgb(var(--accent-color));
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.icheck-primary>input:first-child:checked+label::before { .icheck-primary>input:first-child:checked+label::before {
background-color: var(--button-color) !important; background-color: var(--button-color) !important;
@ -478,14 +504,14 @@
pre, pre,
.box-footer, .box-footer,
.datatables_processing { .datatables_processing {
background: #080909; background: rgba(0, 0, 0, 0.25);
border: 1px solid #666; border: 1px solid rgba(255, 255, 255, 0.1);
color: #b2b2b2; color: var(--text);
} }
.dataTables_wrapper input[type="search"] { .dataTables_wrapper input[type="search"] {
background-color: #ffffff; background-color: rgb(0 0 0 / 25%);
color: #000000; color: var(--text-hover);
} }
input, input,
@ -504,13 +530,32 @@
.form-control, .form-control,
div.dataTables_wrapper div.dataTables_length select { div.dataTables_wrapper div.dataTables_length select {
background-color: rgb(0 0 0 / 0.25); background-color: rgb(0 0 0 / 0.25);
color: #eee; color: var(--text);
border: 1px solid rgb(255 255 255 / 15%); border: 1px solid rgb(255 255 255 / 15%);
} }
select:focus,
select.form-control:focus {
background: #1b1b1b !important;
color: var(--text-hover) !important;
}
.form-control:focus { .form-control:focus {
border-color: rgb(255 255 255 / 0.25); border-color: rgb(255 255 255 / 0.25);
box-shadow: none; box-shadow: none;
color: var(--text-hover);
}
.select2-dropdown,
.select2 .select2-selection {
background: var(--drop-down-menu-bg);
color: var(--text);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: rgb(var(--accent-color));
color: var(--label-text-color);
} }
/* Scrollbar */ /* Scrollbar */

11
CSS/themes/pihole/plex.css

@ -12,13 +12,4 @@
/* PI-HOLE PLEX THEME */ /* PI-HOLE PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); @import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
:root { @import url(https://theme-park.dev/CSS/variables/plex.css);
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19;
--button-color-hover: #e59029;
--accent-color: #e5a00d;
--accent-color-hover: #ffc107;
--link-color: #ffc107;
}

11
CSS/themes/pihole/space-gray.css

@ -12,13 +12,4 @@
/* PI-HOLE SPACE GRAY THEME */ /* PI-HOLE SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); @import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
:root { @import url(https://theme-park.dev/CSS/variables/space-gray.css);
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--button-color: #607D8B;
--button-color-hover: #81a6b7;
--accent-color: #607D8B;
--accent-color-hover: #81a6b7;
--link-color: #81a6b7;
}
Loading…
Cancel
Save