mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
91 lines
3.6 KiB
CSS
91 lines
3.6 KiB
CSS
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;
|
|
}
|