mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
Added netdata dark theme and made netorg an "internal" theme to be used inside organizr.
This commit is contained in:
parent
3067de46b2
commit
5c1152fd16
93
CSS/themes/netorg-dark.css
Normal file
93
CSS/themes/netorg-dark.css
Normal file
@ -0,0 +1,93 @@
|
|||||||
|
|
||||||
|
/* 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;
|
||||||
|
}
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #1f1f1f !important;
|
background-color: transparent !important;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user