2018-08-13 22:06:14 +02:00
|
|
|
/* GRAFANA BLUR THEME */
|
|
|
|
body {
|
2018-10-13 20:04:05 +02:00
|
|
|
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;
|
2018-08-18 18:08:42 +02:00
|
|
|
background-repeat: repeat, no-repeat;
|
2018-08-13 22:06:14 +02:00
|
|
|
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;
|
2018-10-13 18:52:49 +02:00
|
|
|
background-color: rgba(0,0,0,.0) !important;
|
|
|
|
color:#FFFFFF !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
2018-10-13 20:32:52 +02:00
|
|
|
.theme-dark, .theme-light, .preloader {
|
2018-10-13 20:19:39 +02:00
|
|
|
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;
|
2018-10-13 20:21:38 +02:00
|
|
|
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;
|
2018-10-13 20:19:39 +02:00
|
|
|
}
|
2018-10-13 19:40:40 +02:00
|
|
|
.page-header-canvas {
|
|
|
|
background: rgba(0, 0, 0, 0.25) !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
border-bottom: none !important;
|
|
|
|
}
|
2018-08-13 22:06:14 +02:00
|
|
|
.main-view {
|
2018-10-13 18:52:49 +02:00
|
|
|
background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
2018-10-14 12:24:10 +02:00
|
|
|
|
2018-10-13 19:40:40 +02:00
|
|
|
/* login page */
|
|
|
|
.login {
|
2018-10-13 20:19:39 +02:00
|
|
|
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;
|
2018-10-13 20:04:56 +02:00
|
|
|
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;
|
2018-10-13 19:40:40 +02:00
|
|
|
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;
|
|
|
|
}
|
2018-10-13 19:52:06 +02:00
|
|
|
.cta-form {
|
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
|
|
|
}
|
|
|
|
.empty-list-cta {
|
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
|
|
|
}
|
2018-08-13 22:06:14 +02:00
|
|
|
|
|
|
|
/* sidemenu */
|
|
|
|
.sidemenu-open .sidemenu {
|
2018-10-13 18:52:49 +02:00
|
|
|
background: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.sidemenu__logo:hover {
|
2018-10-13 19:09:24 +02:00
|
|
|
background: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.sidemenu-item.active, .sidemenu-item:hover {
|
2018-10-13 18:52:49 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Dashboard dropdown menu */
|
|
|
|
.search-dropdown__col_1 {
|
2018-10-13 18:52:49 +02:00
|
|
|
background: transparent !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.search-container {
|
2018-10-13 18:52:49 +02:00
|
|
|
left: 0px !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.navbar-page-btn {
|
2018-10-13 18:52:49 +02:00
|
|
|
color: #FFFFFF !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Panel fullscreen navbar */
|
|
|
|
.panel-in-fullscreen .navbar {
|
2018-10-13 18:52:49 +02:00
|
|
|
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Dashboard search menu */
|
|
|
|
.search-field-wrapper>input {
|
2018-10-13 18:52:49 +02:00
|
|
|
height: 55px !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Dashboard settings menu */
|
|
|
|
.dashboard-settings__aside {
|
2018-10-13 18:52:49 +02:00
|
|
|
background: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.dashboard-page--settings-open .navbar {
|
2018-10-13 18:52:49 +02:00
|
|
|
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.navbar-button--primary {
|
2018-10-13 18:52:49 +02:00
|
|
|
border-color: #ffffff00 !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.dashboard-settings__aside-header {
|
2018-10-13 18:52:49 +02:00
|
|
|
color: #ffffff !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.dashboard-settings__nav-item {
|
2018-10-13 18:52:49 +02:00
|
|
|
color: #ffffff !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.bootstrap-tagsinput {
|
2018-10-13 18:52:49 +02:00
|
|
|
background-color: #09090b !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.gf-form-select-wrapper .gf-form-input {
|
2018-10-13 19:52:06 +02:00
|
|
|
background-color: #00000000 !important;
|
|
|
|
}
|
|
|
|
.gf-form-select-wrapper {
|
|
|
|
background-color: hsla(0,0%,100%,.08) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Variable label color */
|
|
|
|
.template-variable {
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Variable label box */
|
|
|
|
.gf-form-label {
|
2018-10-13 18:52:49 +02:00
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
|
|
|
border: none !important;
|
2018-08-18 18:08:42 +02:00
|
|
|
}
|
|
|
|
.gf-form-input:focus {
|
|
|
|
color: #FFF !important;
|
|
|
|
background-color: #262626 !important;
|
|
|
|
border: none !important;
|
2018-10-14 12:24:10 +02:00
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
.variable-option.highlighted, .variable-option:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.1) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Variable dashboard dropdown */
|
|
|
|
.variable-value-link {
|
2018-10-13 18:52:49 +02:00
|
|
|
padding: 7.4px 10px !important;
|
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
|
|
|
border: none !important;
|
|
|
|
color: #FFFFFF !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 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 {
|
2018-10-13 18:52:49 +02:00
|
|
|
color: #FFFFFF !important;
|
|
|
|
background-color: #00000040 !important;
|
|
|
|
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom Range Refreshing every X Dropdown */
|
|
|
|
.gf-timepicker-absolute-section select {
|
2018-10-13 18:52:49 +02:00
|
|
|
background-color: #393a3b !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* PANEL BACKGROUND COLOR*/
|
|
|
|
.panel-container {
|
2018-10-13 18:52:49 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.panel-container.panel-transparent {
|
2018-10-13 18:52:49 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.panel-header:hover {
|
2018-10-13 18:52:49 +02:00
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
/* ////PANEL BACKGROUND COLOR//// */
|
|
|
|
|
|
|
|
.graph-legend-table .graph-legend-series:nth-child(odd) {
|
2018-10-13 18:52:49 +02:00
|
|
|
background: rgba(0, 0, 0, 0) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Panel text color*/
|
|
|
|
div.flot-text {
|
2018-10-14 12:24:10 +02:00
|
|
|
color: #ffffff !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* panel loading circle*/
|
|
|
|
.panel-loading {
|
2018-10-13 18:52:49 +02:00
|
|
|
color: #ffffff !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* panel resize arrow */
|
|
|
|
.theme-dark .react-grid-item>.react-resizable-handle:after {
|
2018-10-13 18:52:49 +02:00
|
|
|
border-right: 2px solid #fff !important;
|
|
|
|
border-bottom: 2px solid #fff !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* table panel background color */
|
|
|
|
.table-panel-container {
|
2018-10-13 18:52:49 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|