From aeca5a2f79beaaa433538ffa5d97777d2b450e0a Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 13 Jul 2019 16:36:12 +0200 Subject: [PATCH] added netdata themes --- CSS/themes/netdata/aquamarine.css | 21 +++ CSS/themes/netdata/dark.css | 21 +++ CSS/themes/netdata/hotline.css | 21 +++ CSS/themes/netdata/netdata-base.css | 182 ++++++++++++++++++++++ CSS/themes/netdata/organizr-dashboard.css | 22 +++ CSS/themes/netdata/plex.css | 21 +++ 6 files changed, 288 insertions(+) create mode 100644 CSS/themes/netdata/aquamarine.css create mode 100644 CSS/themes/netdata/dark.css create mode 100644 CSS/themes/netdata/hotline.css create mode 100644 CSS/themes/netdata/netdata-base.css create mode 100644 CSS/themes/netdata/organizr-dashboard.css create mode 100644 CSS/themes/netdata/plex.css diff --git a/CSS/themes/netdata/aquamarine.css b/CSS/themes/netdata/aquamarine.css new file mode 100644 index 00000000..0dcc5fff --- /dev/null +++ b/CSS/themes/netdata/aquamarine.css @@ -0,0 +1,21 @@ + +/* 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 */ + +/* NETDATA AQUAMARINE THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css); +:root { + --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; + + --accent-color: #FFEB3B; +} \ No newline at end of file diff --git a/CSS/themes/netdata/dark.css b/CSS/themes/netdata/dark.css new file mode 100644 index 00000000..e6e67cc1 --- /dev/null +++ b/CSS/themes/netdata/dark.css @@ -0,0 +1,21 @@ + +/* 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 */ + +/* NETDATA DARK THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css); +:root { + --main-bg-color: #1f1f1f; + --modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed; + + --accent-color: #FFCC00; + } \ No newline at end of file diff --git a/CSS/themes/netdata/hotline.css b/CSS/themes/netdata/hotline.css new file mode 100644 index 00000000..437e4450 --- /dev/null +++ b/CSS/themes/netdata/hotline.css @@ -0,0 +1,21 @@ + +/* 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 */ + +/* NETDATA HOTLINE THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css); +:root { + --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; + + --accent-color: #FFEB3B; +} \ No newline at end of file diff --git a/CSS/themes/netdata/netdata-base.css b/CSS/themes/netdata/netdata-base.css new file mode 100644 index 00000000..3c9cdf08 --- /dev/null +++ b/CSS/themes/netdata/netdata-base.css @@ -0,0 +1,182 @@ + +/* 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: var(--main-bg-color) !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; + color: #ffffff !important; + } + + /* Navbar */ + .navbar-default { + background: var(--main-bg-color) !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; + } + .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; + } + .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { + background-color: rgba(0, 0, 0, 0.45) !important; + border: 1px solid #00000000 !important; + } + .nav > li > a:hover, .nav > li > a:focus { + text-decoration: none; + background-color: #3e444c; + } + .nav > li > a:hover, .nav > li > a:focus { + background-color: rgba(255, 255, 255, 0.08) !important; + border-color: transparent !important; + } + .nav-tabs { + border-bottom: 1px 1px 1px rgba(0, 0, 0, 0.3); + } + .sign-in-btn { + background: var(--main-bg-color); + } + .dropdown-menu { + background: var(--modal-bg-color) !important; + border: 0px !important; + } + .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { + background-color: rgba(0, 0, 0, 0.25) !important; + } + .modal-content { + background: var(--modal-bg-color) !important; + } + .modal-header { + border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; + } + .modal-footer { + border-top: 1px solid rgba(255, 255, 255, 0.3) !important; + } + .nav-tabs { + border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; + } + .panel { + background: rgba(0, 0, 0, 0.45) !important; + } + .panel-default > .panel-heading { + background-color: transparent !important; + } + table { + background: var(--modal-bg-color) !important; + } + .table-hover > tbody > tr:hover { + background-color: rgba(255, 255, 255, 0.08) !important; + } + .table > thead > tr > th { + border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important; + } + #my-netdata-dropdown-content hr { + border-top: 1px solid rgba(255, 255, 255, 0.3); + } + .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: var(--modal-bg-color) !important; + border-top: 1px solid #00000000 !important; + } + .multi-column-dropdown li a:hover { + background-color: var(--modal-bg-color) !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: var(--accent-color) !important; + border-left: 2px solid var(--accent-color) !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: var(--accent-color) !important; + border-left: 1px solid var(--accent-color) !important; + } + small, .small { + font-size: 85%; + color: white; + } + .action-button { + color: white !important; + } + hr { + border-top: 1px solid rgba(255, 255, 255, 0.3); + } + .pagination > li > a, .pagination > li > span { + background-color: rgba(0, 0, 0, 0.25) !important; + border: 1px solid transparent !important; + } + .pagination > li > a:hover { + background-color: rgba(255, 255, 255, 0.08) !important; + } + /* Buttons */ + .btn-default { + background-color: rgba(0, 0, 0, 0.25) !important; + } + .btn-default:hover { + background-color: rgba(255, 255, 255, 0.08) !important; + } + .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { + background-color: rgba(0, 0, 0, 0.45); + border-color: rgba(0, 0, 0, 0.45) !important; + } \ No newline at end of file diff --git a/CSS/themes/netdata/organizr-dashboard.css b/CSS/themes/netdata/organizr-dashboard.css new file mode 100644 index 00000000..6d653d5a --- /dev/null +++ b/CSS/themes/netdata/organizr-dashboard.css @@ -0,0 +1,22 @@ + +/* 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 */ + + +/* NETDATA ORGANIZR DASHBOARD THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css); +:root { + --main-bg-color: transparent; + --modal-bg-color: #1f1f1f; + + --accent-color: #FFEB3B; +} \ No newline at end of file diff --git a/CSS/themes/netdata/plex.css b/CSS/themes/netdata/plex.css new file mode 100644 index 00000000..860b1b6e --- /dev/null +++ b/CSS/themes/netdata/plex.css @@ -0,0 +1,21 @@ + +/* 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 */ + +/* NETDATA PLEX THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css); +:root { + --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; + + --accent-color: #cc7b19; + } \ No newline at end of file